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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/es/shape-preset-labels-092BdVw3.js +1 -1
  45. package/lib/facade.js +1 -1
  46. package/lib/index.css +45 -40
  47. package/lib/index.js +1 -1
  48. package/lib/locale/ar-SA.js +1 -1
  49. package/lib/locale/ca-ES.js +1 -1
  50. package/lib/locale/de-DE.js +1 -1
  51. package/lib/locale/en-US.js +1 -1
  52. package/lib/locale/es-ES.js +1 -1
  53. package/lib/locale/fa-IR.js +1 -1
  54. package/lib/locale/fr-FR.js +1 -1
  55. package/lib/locale/id-ID.js +1 -1
  56. package/lib/locale/it-IT.js +1 -1
  57. package/lib/locale/ja-JP.js +1 -1
  58. package/lib/locale/ko-KR.js +1 -1
  59. package/lib/locale/pl-PL.js +1 -1
  60. package/lib/locale/pt-BR.js +1 -1
  61. package/lib/locale/ru-RU.js +1 -1
  62. package/lib/locale/sk-SK.js +1 -1
  63. package/lib/locale/vi-VN.js +1 -1
  64. package/lib/locale/zh-CN.js +1 -1
  65. package/lib/locale/zh-HK.js +1 -1
  66. package/lib/locale/zh-TW.js +1 -1
  67. package/lib/shape-preset-labels-092BdVw3.js +1 -1
  68. package/lib/types/commands/commands/analyze-board-rendered-layout.command.d.ts +2 -1
  69. package/lib/types/commands/operations/board-chart-dialog.operation.d.ts +2 -2
  70. package/lib/types/commands/operations/board-pointer.operation.d.ts +8 -0
  71. package/lib/types/commands/operations/board-selection.operation.d.ts +4 -2
  72. package/lib/types/commands/operations/board-ui-control.operation.d.ts +30 -0
  73. package/lib/types/common/board-shortcuts.d.ts +1 -3
  74. package/lib/types/config/config.d.ts +29 -2
  75. package/lib/types/const.d.ts +2 -0
  76. package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +2 -21
  77. package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +1 -0
  78. package/lib/types/controllers/board-element-selection.controller.d.ts +1 -0
  79. package/lib/types/controllers/board-element-transform.controller.d.ts +3 -0
  80. package/lib/types/controllers/board-element-transformer-config.util.d.ts +22 -21
  81. package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +2 -14
  82. package/lib/types/controllers/board-history-shortcut.controller.d.ts +2 -8
  83. package/lib/types/controllers/board-layout-shortcut.controller.d.ts +2 -14
  84. package/lib/types/controllers/board-order-shortcut.controller.d.ts +2 -10
  85. package/lib/types/controllers/board-render.controller.d.ts +1 -0
  86. package/lib/types/controllers/board-selection-shortcut.controller.d.ts +2 -14
  87. package/lib/types/controllers/board-settings-shortcut.controller.d.ts +2 -14
  88. package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +5 -4
  89. package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +5 -17
  90. package/lib/types/controllers/board-tool-shortcut.controller.d.ts +5 -16
  91. package/lib/types/controllers/board-unit-presence.controller.d.ts +6 -0
  92. package/lib/types/controllers/board-unit-presence.render-controller.d.ts +37 -0
  93. package/lib/types/controllers/board-view-shortcut.controller.d.ts +2 -23
  94. package/lib/types/controllers/board-viewport-bar.render-controller.d.ts +43 -0
  95. package/lib/types/controllers/board-viewport-input.render-controller.d.ts +8 -0
  96. package/lib/types/facade/f-board-ui.d.ts +19 -0
  97. package/lib/types/facade/index.d.ts +1 -0
  98. package/lib/types/index.d.ts +9 -4
  99. package/lib/types/locale/en-US.d.ts +2 -0
  100. package/lib/types/plugin.d.ts +7 -0
  101. package/lib/types/render-adapters/board-element-render-adapter.d.ts +3 -2
  102. package/lib/types/render-objects/board-connector-object.d.ts +17 -5
  103. package/lib/types/render-objects/board-shape-object.d.ts +1 -0
  104. package/lib/types/render-objects/board-viewport-bar-object.d.ts +33 -0
  105. package/lib/types/services/board-canvas-pop-manager.service.d.ts +3 -1
  106. package/lib/types/services/board-clipboard.service.d.ts +10 -3
  107. package/lib/types/services/board-element-edit.service.d.ts +2 -0
  108. package/lib/types/services/board-embed-integration.service.d.ts +9 -0
  109. package/lib/types/services/board-find.service.d.ts +1 -0
  110. package/lib/types/services/board-image-insert.service.d.ts +3 -1
  111. package/lib/types/services/board-pointer-state.service.d.ts +21 -0
  112. package/lib/types/services/board-screenshot.service.d.ts +3 -1
  113. package/lib/types/services/board-settings-menu-contribution.service.d.ts +37 -0
  114. package/lib/types/services/board-settings.service.d.ts +3 -5
  115. package/lib/types/services/board-shortcut-runtime.service.d.ts +32 -0
  116. package/lib/types/services/board-text-editing.service.d.ts +9 -4
  117. package/lib/types/services/board-tool.service.d.ts +3 -1
  118. package/lib/types/services/board-toolbar-contribution.service.d.ts +3 -2
  119. package/lib/types/services/board-ui-state.service.d.ts +2 -1
  120. package/lib/types/services/board-unit-presence-ui-adapter.service.d.ts +32 -0
  121. package/lib/types/services/board-viewport.service.d.ts +2 -1
  122. package/lib/types/utils/board-connector-hit-test.util.d.ts +2 -0
  123. package/lib/types/utils/board-connector-marker-anchor.util.d.ts +0 -1
  124. package/lib/types/utils/board-connector-marker.util.d.ts +21 -0
  125. package/lib/types/utils/board-connector-quick-connect.util.d.ts +1 -0
  126. package/lib/types/utils/board-connector-render-bounds.util.d.ts +0 -1
  127. package/lib/types/utils/board-connector-render-geometry.util.d.ts +33 -0
  128. package/lib/types/utils/board-connector-routing.util.d.ts +13 -1
  129. package/lib/types/utils/board-page-background-image.util.d.ts +15 -0
  130. package/lib/types/utils/board-render-page.util.d.ts +10 -5
  131. package/lib/types/utils/board-shortcut-preconditions.util.d.ts +4 -2
  132. package/lib/types/utils/board-viewport-bar.util.d.ts +55 -0
  133. package/lib/types/utils/board-viewport.util.d.ts +1 -0
  134. package/lib/types/views/BoardConnectorFloatingToolbarControls.d.ts +8 -2
  135. package/lib/types/views/BoardFloatingToolPanel.d.ts +1 -0
  136. package/lib/types/views/BoardPageBackgroundView.d.ts +8 -0
  137. package/lib/types/views/BoardSettingsMenu.d.ts +14 -0
  138. package/lib/types/views/BoardShapeFloatingToolbar.d.ts +2 -3
  139. package/lib/umd/facade.js +1 -1
  140. package/lib/umd/index.js +1 -1
  141. package/lib/umd/locale/ar-SA.js +1 -1
  142. package/lib/umd/locale/ca-ES.js +1 -1
  143. package/lib/umd/locale/de-DE.js +1 -1
  144. package/lib/umd/locale/en-US.js +1 -1
  145. package/lib/umd/locale/es-ES.js +1 -1
  146. package/lib/umd/locale/fa-IR.js +1 -1
  147. package/lib/umd/locale/fr-FR.js +1 -1
  148. package/lib/umd/locale/id-ID.js +1 -1
  149. package/lib/umd/locale/it-IT.js +1 -1
  150. package/lib/umd/locale/ja-JP.js +1 -1
  151. package/lib/umd/locale/ko-KR.js +1 -1
  152. package/lib/umd/locale/pl-PL.js +1 -1
  153. package/lib/umd/locale/pt-BR.js +1 -1
  154. package/lib/umd/locale/ru-RU.js +1 -1
  155. package/lib/umd/locale/sk-SK.js +1 -1
  156. package/lib/umd/locale/vi-VN.js +1 -1
  157. package/lib/umd/locale/zh-CN.js +1 -1
  158. package/lib/umd/locale/zh-HK.js +1 -1
  159. package/lib/umd/locale/zh-TW.js +1 -1
  160. package/package.json +19 -19
@@ -1 +1 @@
1
- function _0x15db(_0x1bfb63,_0x31af5a){_0x1bfb63=_0x1bfb63-0x148;const _0x4f18fe=_0x4f18();let _0x15dba4=_0x4f18fe[_0x1bfb63];return _0x15dba4;}const _0x28c079=_0x15db;(function(_0x581290,_0x15b99f){const _0x3d3db2=_0x15db,_0x25dd65=_0x581290();while(!![]){try{const _0x168fd5=-parseInt(_0x3d3db2(0x211))/0x1*(-parseInt(_0x3d3db2(0x25e))/0x2)+parseInt(_0x3d3db2(0x208))/0x3*(-parseInt(_0x3d3db2(0x188))/0x4)+-parseInt(_0x3d3db2(0x21a))/0x5+parseInt(_0x3d3db2(0x26d))/0x6*(-parseInt(_0x3d3db2(0x254))/0x7)+-parseInt(_0x3d3db2(0x22d))/0x8+parseInt(_0x3d3db2(0x158))/0x9*(-parseInt(_0x3d3db2(0x241))/0xa)+-parseInt(_0x3d3db2(0x25a))/0xb*(-parseInt(_0x3d3db2(0x1dc))/0xc);if(_0x168fd5===_0x15b99f)break;else _0x25dd65['push'](_0x25dd65['shift']());}catch(_0x3f793b){_0x25dd65['push'](_0x25dd65['shift']());}}}(_0x4f18,0x1e12b));function _0x4f18(){const _0x26fc7a=['Árbol\x20alterno','Rombo\x20relleno','Desbloquear\x20pertenencia','Centrar\x20verticalmente','Fragmento\x20de\x20secuencia\x20alternativa','Grosor','Añadir\x20descripción','Salir\x20de\x20pantalla\x20completa','Seleccionar\x20grupos\x20de\x20nivel\x20superior','Añadir\x20nodo\x20hijo','Cero\x20o\x20muchos','Grueso','Carril\x20horizontal','Clasificador','Buscar','16\x20:\x209','Editar\x20forma','Arrastre\x20para\x20reordenar','Ajustes','Llave\x20derecha','Diagrama\x20de\x20flujo\x20de\x20datos','Ocultar','Eliminar\x20contenedor','Mostrar\x20/\x20ocultar\x20Añadir\x20rápido','633jXqZBN','Capa\x20de\x20lienzo','Fragmento\x20de\x20secuencia','Almacén\x20de\x20datos\x203','Línea\x20de\x20tiempo\x20horizontal','Estrellas\x20y\x20banderines','Selección\x20múltiple\x20/\x20deseleccionar','Conector\x20de\x20flecha\x20rellena','Copiar\x20estilo','140255BixETM','Restablecer\x20color','Mapa\x20mental\x20vertical','Alinear\x20abajo','Plegar\x20/\x20expandir\x20carril','Color\x20de\x20línea','Círculo\x20con\x20barra','Rectángulo','Agregar\x20texto','736660ojPuZx','Nombre\x20del\x20contenedor','Triángulo\x20relleno','Mostrar\x20todo','Reducir\x20tamaño\x20de\x20fuente','Sacar\x20el\x20contenido\x20y\x20eliminar\x20el\x20carril','Línea\x20en\x20ángulo','Ajustar\x20al\x20contenido','Línea\x20punto-raya','Página','Carril\x20(swimlane)','Mover\x20en\x20horizontal\x20/\x20vertical','Formas\x20UML\x20personalizadas','Conector\x20en\x20rombo\x20hueco','Flecha\x20derecha','Borde\x20de\x20la\x20etiqueta','Texto','Flecha\x20de\x20origen','Polilínea','1469472nuGzAN','Mapa\x20mental','Selección\x20precisa','Nombre\x20del\x20carril','Tachado','Flechas\x20de\x20bloque','Ocultar\x20todo','Agrupar','Plegar\x20/\x20desplegar\x20nodos\x20hijos','Localizar','Sólido','Línea\x20de\x20vida\x20de\x20objeto','Cortar','Enviar\x20al\x20fondo','Objetos','Opciones\x20de\x20zoom','Disolver\x20contenedor','Organizar','Nota\x20adhesiva','exports','30FVKKkh','Buscar\x20elementos\x20del\x20tablero','Predeterminado','Envolver\x20en\x20un\x20contenedor','Forma','Vintage','Barra','Tabla','Caja\x20de\x20componente','Cerrar','Enviar\x20atrás','Gráfico','Puente\x20de\x20línea','Flecha\x20izquierda','Ajustar\x20al\x20lienzo','Flecha\x20abierta','Sin\x20objetos','Traer\x20al\x20frente','Insertar\x20texto','7GuMePc','Mapa\x20mental\x20hacia\x20la\x20izquierda','Triángulo','Guardar','Eliminar\x20carril','Navegador','11xafymX','Llamadas','Círculo\x20relleno','Opacidad\x20{0}%','2JyJJHB','Añadir\x20carril\x20debajo','Entidad\x20de\x20campo\x20clave','Invertir\x20selección','Cilindro','Cancelar','Inicio','Nombre\x20del\x20objeto','4\x20:\x203','Datos','Conector\x20en\x20ángulo','Atrás','Círculo','Copiar\x20como\x20imagen','Añadir\x20rápido','856866vnxxOU','Insertar','Reducir','Desagrupar','Contenedor','Descripción','Entidad','Expandir\x20carril','Triángulo\x20hueco','Conector\x20de\x20flecha\x20rellena\x20discontinua','Fila\x20{0},\x20Columna\x20{1}','Línea\x20recta','Horizontal','Alinear\x20arriba','Doble\x20flecha\x20abierta','Sin\x20coincidencias','Almacén\x20de\x20datos\x202','Editar\x20trazo','425034hcRLUA','Alinear\x20a\x20la\x20derecha','Conector\x20en\x20rombo\x20relleno','Distribuir\x20verticalmente','Plegar\x20carril','Selección\x20profunda','Imagen','Bloquear','Editar\x20texto','Seleccionar\x20todo','Mostrar\x20más\x20formas','Editar\x20nodo\x20actual','Línea\x20de\x20vida\x20de\x20disco\x20magnético','Uno\x20o\x20muchos','Zoom\x20a\x20la\x20selección','Unidad','Línea\x20de\x20vida\x20de\x20frontera','Configuración\x20del\x20texto','Diagrama\x20de\x20secuencia\x20UML','DOM','Traer\x20adelante','Vertical','Discontinuo','Mapa\x20mental\x20hacia\x20la\x20derecha','Centrar','Ajustes\x20de\x20línea','Disposición','Línea','Transparente','Más','Punteado','Subrayado','Grupo','Herramientas','Línea\x20de\x20tiempo\x20vertical','Cambiar\x20nombre\x20del\x20carril','Copiar','Personalizado','Cita','Añadir\x20nodo\x20padre','Triángulo\x20rectángulo','Nube','Básico','Componente','Rectángulos','Fondo\x20de\x20la\x20etiqueta','Mostrar\x20barra\x20de\x20herramientas','Eliminar\x20contenido\x20y\x20carril','76PuvbzF','Conector','Cruz','Eliminar','Conector\x20de\x20ensamblaje','Contraer','Pentágono','Carril\x20{0}','Filas','Atajos\x20de\x20teclado','Zoom\x20al\x20100%','Entrar\x20en\x20pantalla\x20completa','Desactivar\x20ajuste\x20automático','Llave\x20izquierda','Árbol\x20a\x20la\x20derecha','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Alinear\x20a\x20la\x20izquierda','Todo','Cambiar\x20nombre\x20del\x20contenedor','Diagrama\x20entidad-relación','Estrella','Colección','Carril\x20vertical','Estado\x20final','Óvalo','Normal','Chevron','Cursiva','Diagrama\x20de\x20árbol','Barra\x20de\x20estado','Acercar\x20/\x20alejar','Línea\x20(sin\x20flecha)','Frontera','Modo\x20arrastre','Elemento\x20de\x20carril','Desactivar\x20alineación\x20de\x20objetos','Recursos','Pegar','Activar\x20ajuste\x20automático','Rombo','Sacar\x20del\x20contenedor','Trapecio','Buscar\x20objetos','Línea\x20discontinua\x20(sin\x20flecha)','Buscar\x20formas','Diagrama\x20de\x20flujo','Hexágono','Formas\x20básicas','Desbloquear','Barra\x20de\x20activación','Ocultar\x20cursores\x20de\x20colaboradores','Línea\x20en\x20ángulo\x20recto','Estado\x20inicial','Bloquear\x20pertenencia','Ocultos','Detalles','Deshacer','Lápiz','Lista\x20con\x20viñetas','Etiqueta','Seleccionar\x20contenedor\x20principal','Mostrar','Grosor\x20de\x20línea','Listo','Línea\x20de\x20vida\x20de\x20control','Pata\x20de\x20gallo','Tema\x20{0}','Clase','1\x20:\x201','Negrita','Flecha\x20rellena','Mover\x20carril\x20hacia\x20abajo','Escalar','Añadir\x20nodo\x20hermano','Línea\x20de\x20vida\x20de\x20almacenamiento\x20de\x20acceso\x20directo','Vista','Entidad\x20de\x20tipo\x20de\x20campo\x20clave','Color\x20de\x20texto','Otros','Añadir\x20una\x20descripción','Interfaz\x20requerida','Restablecer\x20zoom','Línea\x20de\x20vida\x20del\x20actor','Nombre','7229256pIwQrn','Árbol\x20a\x20la\x20izquierda','Línea\x20de\x20vida\x20de\x20entidad','Seleccionar\x20contenido','Rejilla','Carril','Ayuda','Entidad\x20de\x20tipo\x20de\x20campo','Tamaño\x20personalizado','Fuente','Cursores\x20de\x20colaboradores','Octágono','Invertir\x20flechas','Distribuir\x20horizontalmente','Tema','Seleccionar\x20forma','Marcador\x20de\x20posición','Rectángulo\x20redondeado','Llamada\x20redondeada','Flecha\x20izquierda-derecha'];_0x4f18=function(){return _0x26fc7a;};return _0x4f18();}const e={'boards-ui':{'line':{'title':_0x28c079(0x173)},'contextMenu':{'container':{'rename':_0x28c079(0x19a),'fitToContent':_0x28c079(0x221),'selectContents':_0x28c079(0x1df),'enableAutoResize':_0x28c079(0x1ae),'disableAutoResize':_0x28c079(0x194),'lockMembership':_0x28c079(0x1bd),'unlockMembership':_0x28c079(0x1f2),'disband':_0x28c079(0x23d),'delete':_0x28c079(0x206)},'containerChild':{'moveOut':_0x28c079(0x1b0),'selectParent':_0x28c079(0x1c4),'fitParent':'Ajustar\x20el\x20contenedor\x20principal\x20al\x20contenido'},'swimlaneLane':{'add':'Añadir\x20carril','addBelow':_0x28c079(0x25f),'addRight':'Añadir\x20carril\x20a\x20la\x20derecha','remove':_0x28c079(0x258),'removeAndMovePrevious':'Mover\x20contenido\x20al\x20carril\x20anterior\x20y\x20eliminar','removeAndPromote':_0x28c079(0x21f),'removeAndDeleteContent':_0x28c079(0x187),'removeAndMoveNext':'Mover\x20contenido\x20al\x20siguiente\x20carril\x20y\x20eliminar','rename':_0x28c079(0x17b),'movePrevious':'Mover\x20carril\x20hacia\x20arriba','moveNext':_0x28c079(0x1cf),'expand':_0x28c079(0x14d),'collapse':_0x28c079(0x15c)}},'popup':{'containerName':_0x28c079(0x21b),'laneName':_0x28c079(0x230),'cancel':_0x28c079(0x263),'rename':'Cambiar\x20nombre'},'ink':{'finishEditing':_0x28c079(0x1c7),'enterEditing':_0x28c079(0x157)},'mindMap':{'description':_0x28c079(0x14b),'descriptionPlaceholder':'Añadir\x20una\x20descripción\x20a\x20este\x20nodo','saveDescription':_0x28c079(0x257)},'panel':{'moreShapes':'Más\x20formas','more':_0x28c079(0x175),'back':_0x28c079(0x269),'close':_0x28c079(0x24a),'stickyNote':_0x28c079(0x23f),'lineColor':_0x28c079(0x216),'lineWidth':_0x28c079(0x1c6),'reverseMarkers':_0x28c079(0x1e8),'searchShapes':_0x28c079(0x1b4),'container':_0x28c079(0x14a),'swimlane':_0x28c079(0x224),'verticalSwimlane':_0x28c079(0x19e),'horizontalSwimlane':_0x28c079(0x1fc),'vertical':_0x28c079(0x16d),'horizontal':_0x28c079(0x152),'tableCustomSize':_0x28c079(0x1e4),'tableRows':_0x28c079(0x190),'tableColumns':'Columnas','tableInsert':_0x28c079(0x26e),'customContainer':_0x28c079(0x17d),'containerRatio16By9':_0x28c079(0x1ff),'containerRatio4By3':_0x28c079(0x266),'containerRatio1By1':_0x28c079(0x1cc),'containerA4':'A4','mindMapGroupMindMap':_0x28c079(0x22e),'mindMapGroupTree':_0x28c079(0x1a4),'mindMapGroupTimeline':'Línea\x20de\x20tiempo','mindMapRight':_0x28c079(0x16f),'mindMapLeft':_0x28c079(0x255),'mindMapHorizontal':'Mapa\x20mental\x20horizontal','mindMapVertical':_0x28c079(0x213),'mindMapTreeRight':_0x28c079(0x196),'mindMapTreeLeft':_0x28c079(0x1dd),'mindMapTreeAlternate':_0x28c079(0x1f0),'mindMapTimelineHorizontal':_0x28c079(0x20c),'mindMapTimelineVertical':_0x28c079(0x17a),'mindMapNodeText':_0x28c079(0x219)},'settings':{'collaboratorCursors':_0x28c079(0x1e6),'find':_0x28c079(0x1fe),'grid':_0x28c079(0x1e0),'preciseSelection':_0x28c079(0x22f),'quickAdd':_0x28c079(0x26c),'theme':_0x28c079(0x1ea),'themeOption':_0x28c079(0x1ca),'themePreviewStart':_0x28c079(0x264),'themePreviewData':_0x28c079(0x267),'undo':_0x28c079(0x1c0),'redo':'Rehacer','settings':_0x28c079(0x202),'objects':'Objetos','findBoardElements':_0x28c079(0x242),'noMatches':_0x28c079(0x155),'showDimensions':'Mostrar\x20dimensiones','showToolbar':_0x28c079(0x186),'translateInto':'Traducir\x20a'},'objectListPanel':{'title':_0x28c079(0x23b),'empty':_0x28c079(0x251),'showAll':_0x28c079(0x21d),'hideAll':_0x28c079(0x233),'moveForward':_0x28c079(0x252),'moveBackward':_0x28c079(0x24b),'close':'Cerrar','nameInput':_0x28c079(0x265),'hide':_0x28c079(0x205),'show':_0x28c079(0x1c5),'lock':_0x28c079(0x15f),'unlock':_0x28c079(0x1b8),'details':_0x28c079(0x1bf),'locate':_0x28c079(0x236),'expand':'Expandir','collapse':_0x28c079(0x18d),'dragToReorder':_0x28c079(0x201),'search':_0x28c079(0x1b2),'filterAll':_0x28c079(0x199),'filterHidden':_0x28c079(0x1be),'filterLocked':'Bloqueados','sectionCanvas':_0x28c079(0x209),'sectionFloating':'Capa\x20flotante','name':_0x28c079(0x1db),'description':_0x28c079(0x14b),'descriptionPlaceholder':_0x28c079(0x1d7),'noSelection':_0x28c079(0x197),'elementTypes':{'object':'Objeto','connector':_0x28c079(0x189),'container':_0x28c079(0x14a),'group':_0x28c079(0x178),'image':'Imagen','chart':_0x28c079(0x24c),'page':_0x28c079(0x223),'placeholder':_0x28c079(0x1ec),'shape':_0x28c079(0x245),'table':_0x28c079(0x248),'text':_0x28c079(0x22a),'smartArt':'SmartArt','video':'Vídeo','unit':_0x28c079(0x167),'dom':_0x28c079(0x16b)}},'find':{'lanePosition':_0x28c079(0x18f),'tableCellPosition':_0x28c079(0x150),'elementTypes':{'connector':'Conector','container':_0x28c079(0x14a),'group':_0x28c079(0x178),'image':_0x28c079(0x15e),'page':_0x28c079(0x223),'placeholder':_0x28c079(0x1ec),'shape':_0x28c079(0x245),'table':_0x28c079(0x248),'text':_0x28c079(0x22a)}},'themePresets':{'default':_0x28c079(0x243),'classic':'Clásico','vintage':_0x28c079(0x246),'gray':'Gris','vibrant':'Vivo','blue':'Azul'},'toolbar':{'resetColor':_0x28c079(0x212),'shape':_0x28c079(0x245),'text':_0x28c079(0x22a),'stickyNote':'Nota\x20adhesiva','line':'Conector','container':'Contenedor','swimlane':'Carril','table':_0x28c079(0x248),'chart':'Gráfico','pen':_0x28c079(0x1c1),'mindMap':_0x28c079(0x22e),'resources':_0x28c079(0x1ac),'image':_0x28c079(0x15e),'wrapInContainer':_0x28c079(0x244),'addSwimlaneLane':'Añadir\x20elemento\x20de\x20carril','swimlaneMenu':_0x28c079(0x1e1),'swimlaneLaneMenu':_0x28c079(0x1aa),'editBrushPath':'Editar\x20trazo\x20del\x20pincel','arrange':_0x28c079(0x23e),'bringToFront':_0x28c079(0x252),'bringForward':_0x28c079(0x16c),'sendBackward':'Enviar\x20atrás','sendToBack':_0x28c079(0x23a),'more':_0x28c079(0x175)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x28c079(0x1ed),'oval':'Óvalo','diamond':_0x28c079(0x1af),'rectangle':_0x28c079(0x218),'circle':_0x28c079(0x26a),'cylinder':_0x28c079(0x262),'chevron':_0x28c079(0x1a2),'rightArrowBlock':'Bloque\x20de\x20flecha\x20derecha','parallelogram':'Paralelogramo','trapezoid':_0x28c079(0x1b1),'speechBubble':'Bocadillo','roundedCallout':_0x28c079(0x1ee),'rightTriangle':_0x28c079(0x180),'triangle':_0x28c079(0x256),'star':_0x28c079(0x19c),'hexagon':_0x28c079(0x1b6),'pentagon':_0x28c079(0x18e),'octagon':_0x28c079(0x1e7),'leftArrow':_0x28c079(0x24e),'rightArrow':_0x28c079(0x228),'leftRightArrow':_0x28c079(0x1ef),'cloud':_0x28c079(0x181),'leftBrace':_0x28c079(0x195),'rightBrace':_0x28c079(0x203),'plus':_0x28c079(0x175),'actor':'Actor','boundary':_0x28c079(0x1a8),'control':'Control','entity':'Entidad','collection':_0x28c079(0x19d),'dataFlowRoundedRectangle':_0x28c079(0x1ed),'dataFlowCircle':_0x28c079(0x26a),'dataFlowRoundedSquare':'Cuadrado\x20redondeado','dataStorage1':'Almacén\x20de\x20datos\x201','dataStorage2':_0x28c079(0x156),'dataStorage3':_0x28c079(0x20b),'lineNone':_0x28c079(0x1a7),'lineDashedNone':_0x28c079(0x1b3),'lineOpenArrow':_0x28c079(0x250),'lineDoubleOpenArrow':_0x28c079(0x154),'actorLifeline':_0x28c079(0x1da),'boundaryLifeline':_0x28c079(0x168),'controlLifeline':_0x28c079(0x1c8),'entityLifeline':_0x28c079(0x1de),'collectionLifeline':'Línea\x20de\x20vida\x20de\x20colección','objectLifeline':_0x28c079(0x238),'magneticDiskLifeline':_0x28c079(0x164),'directAccessStorageLifeline':_0x28c079(0x1d2),'activationBar':_0x28c079(0x1b9),'sequenceFragment':_0x28c079(0x20a),'sequenceAlternativeFragment':_0x28c079(0x1f4),'umlClass':_0x28c079(0x1cb),'umlInterface':'Interfaz','umlInterfaceShape':'Interfaz','umlClassifier':_0x28c079(0x1fd),'umlHollowDiamondConnector':_0x28c079(0x227),'umlFilledDiamondConnector':_0x28c079(0x15a),'umlFilledArrowConnector':_0x28c079(0x20f),'umlDashedOpenArrowConnector':'Conector\x20de\x20flecha\x20abierta\x20discontinua','umlDashedFilledArrowConnector':_0x28c079(0x14f),'erdEntity':_0x28c079(0x14c),'erdKeyField':_0x28c079(0x260),'erdFieldType':_0x28c079(0x1e3),'erdFull':_0x28c079(0x1d4),'initialState':_0x28c079(0x1bc),'finalState':_0x28c079(0x19f),'stateBar':_0x28c079(0x1a5),'requiredInterface':_0x28c079(0x1d8),'assemblyConnector':_0x28c079(0x18c),'providedInterface':'Interfaz\x20proporcionada','componentBox':_0x28c079(0x249),'component':_0x28c079(0x183)},'shapeCategories':{'basics':_0x28c079(0x182),'basicShapes':{'rectangle':_0x28c079(0x184),'basicShape':_0x28c079(0x1b7),'blockArrow':_0x28c079(0x232),'equationShape':'Formas\x20de\x20ecuación','flowchart':_0x28c079(0x1b5),'starAndBanner':_0x28c079(0x20d),'callout':_0x28c079(0x25b),'actionButton':'Botones\x20de\x20acción','other':_0x28c079(0x1d6)},'classDiagram':'Diagrama\x20de\x20clases','dataFlowDiagram':_0x28c079(0x204),'line':_0x28c079(0x173),'entityRelationshipDiagram':_0x28c079(0x19b),'umlCustomShapes':_0x28c079(0x226),'umlSequenceDiagram':_0x28c079(0x16a),'statusDiagram':'Diagrama\x20de\x20estados','componentDiagram':'Diagrama\x20de\x20componentes'},'connector':{'toolbar':{'sourceMarker':_0x28c079(0x22b),'swapMarkers':'Intercambiar\x20flechas','targetMarker':'Flecha\x20de\x20destino','lineColor':_0x28c079(0x216),'lineWidth':_0x28c079(0x1f5),'opacityPercent':_0x28c079(0x25d),'settings':_0x28c079(0x171),'smoothElbow':_0x28c079(0x220),'bridge':_0x28c079(0x24d),'insertText':_0x28c079(0x253),'textSettings':_0x28c079(0x169),'alignLeft':_0x28c079(0x198),'alignCenter':'Centrar','alignRight':'Alinear\x20a\x20la\x20derecha','bold':'Negrita','italic':_0x28c079(0x1a3),'underline':'Subrayado','strikethrough':'Tachado','textColor':_0x28c079(0x1d5),'editText':_0x28c079(0x160),'labelFill':_0x28c079(0x185),'labelBorder':_0x28c079(0x229),'transparent':_0x28c079(0x174),'breakLineBehindText':'Interrumpir\x20la\x20línea\x20detrás\x20del\x20texto','textSection':'Texto','labelSection':_0x28c079(0x1c3),'deleteText':'Eliminar\x20texto','more':_0x28c079(0x175)},'routing':{'straight':_0x28c079(0x151),'elbow':_0x28c079(0x1bb),'polyline':_0x28c079(0x22c),'curve':'Curva'},'strokeWidth':{'thin':'Fino','regular':_0x28c079(0x1a1),'medium':'Medio','bold':_0x28c079(0x1fb)},'dash':{'solid':_0x28c079(0x237),'dashed':_0x28c079(0x16e),'dotted':_0x28c079(0x176),'dashDot':_0x28c079(0x222)},'marker':{'none':'Ninguno','arrow':'Flecha','filledArrow':_0x28c079(0x1ce),'openArrow':_0x28c079(0x250),'triangle':_0x28c079(0x256),'filledTriangle':_0x28c079(0x21c),'hollowTriangle':_0x28c079(0x14e),'diamond':_0x28c079(0x1af),'hollowDiamond':'Rombo\x20hueco','filledDiamond':_0x28c079(0x1f1),'circle':_0x28c079(0x26a),'filledCircle':_0x28c079(0x25c),'bar':_0x28c079(0x247),'doubleBar':'Doble\x20barra','crowFoot':_0x28c079(0x1c9),'crowsFoot':_0x28c079(0x1c9),'barCrowsFoot':'Pata\x20de\x20gallo\x20con\x20barra','circleCrowsFoot':'Pata\x20de\x20gallo\x20con\x20círculo','circleBar':_0x28c079(0x217),'x':'X','cross':_0x28c079(0x18a),'plus':_0x28c079(0x175),'zeroOrOne':'Cero\x20o\x20uno','zeroOrMany':_0x28c079(0x1fa),'oneOrMany':_0x28c079(0x165)}},'zoom':{'dragMode':_0x28c079(0x1a9),'fitContent':'Ajustar\x20al\x20contenido','zoomOptions':_0x28c079(0x23c),'zoomTo100':_0x28c079(0x192),'zoomToFit':_0x28c079(0x24f),'zoomToSelection':_0x28c079(0x166),'zoomOut':_0x28c079(0x148),'resetZoom':_0x28c079(0x1d9),'zoomIn':'Aumentar','help':_0x28c079(0x1e2)},'shortcutHelp':{'title':_0x28c079(0x191),'close':'Cerrar\x20atajos','sections':{'tools':_0x28c079(0x179),'navigator':_0x28c079(0x259),'view':_0x28c079(0x1d3),'selection':_0x28c079(0x1eb),'editing':'Editar\x20forma','grouping':'Agrupar\x20formas','swimlane':_0x28c079(0x1e1),'mindMap':_0x28c079(0x22e),'layout':_0x28c079(0x172),'font':_0x28c079(0x1e5)},'items':{'showMoreShapes':_0x28c079(0x162),'roundedRectangle':'Rectángulo\x20redondeado','rectangle':_0x28c079(0x218),'oval':_0x28c079(0x1a0),'diamond':_0x28c079(0x1af),'text':_0x28c079(0x22a),'elbowConnector':_0x28c079(0x268),'line':_0x28c079(0x173),'stickyNote':'Nota\x20adhesiva','search':_0x28c079(0x1fe),'zoomWheel':_0x28c079(0x1a6),'zoomPinch':'Acercar\x20/\x20alejar','zoomTo100':_0x28c079(0x192),'zoomToSelection':_0x28c079(0x166),'zoomToFit':_0x28c079(0x24f),'enterFullScreen':_0x28c079(0x193),'exitFullScreen':_0x28c079(0x1f7),'selectShape':_0x28c079(0x1eb),'selectAll':_0x28c079(0x161),'multipleSelect':_0x28c079(0x20e),'invertSelection':_0x28c079(0x261),'preciseSelection':_0x28c079(0x22f),'deepSelect':_0x28c079(0x15d),'editShape':_0x28c079(0x200),'copy':_0x28c079(0x17c),'copyAsImage':_0x28c079(0x26b),'paste':_0x28c079(0x1ad),'cut':_0x28c079(0x239),'makeCopy':'Hacer\x20una\x20copia','scale':_0x28c079(0x1d0),'copyStyle':_0x28c079(0x210),'pasteStyle':'Pegar\x20estilo','moveAxisLocked':_0x28c079(0x225),'flipHorizontal':'Voltear\x20horizontalmente','flipVertical':'Voltear\x20verticalmente','undo':_0x28c079(0x1c0),'redo':'Rehacer','toggleQuickAdd':_0x28c079(0x207),'hideCollaboratorsCursors':_0x28c079(0x1ba),'toggleToolbar':'Mostrar\x20/\x20ocultar\x20barra\x20de\x20herramientas','delete':_0x28c079(0x18b),'group':_0x28c079(0x234),'ungroup':_0x28c079(0x149),'selectUpperLayerGroups':_0x28c079(0x1f8),'selectShapesToGroup':'Seleccionar\x20formas\x20a\x20agrupar','swimlaneLaneRename':_0x28c079(0x17b),'swimlaneLaneToggleCollapsed':_0x28c079(0x215),'swimlaneLaneMovePrevious':'Mover\x20carril\x20hacia\x20arriba','swimlaneLaneMoveNext':_0x28c079(0x1cf),'swimlaneLaneRemove':_0x28c079(0x258),'addSiblingNode':_0x28c079(0x1d1),'addChildNode':_0x28c079(0x1f9),'addParentNode':_0x28c079(0x17f),'foldChildNodes':_0x28c079(0x235),'collapseAllNodes':'Plegar\x20/\x20expandir\x20todos\x20los\x20nodos','addDescription':_0x28c079(0x1f6),'editCurrentNode':_0x28c079(0x163),'bringToFront':'Traer\x20al\x20frente','sendToBack':_0x28c079(0x23a),'alignLeft':_0x28c079(0x198),'alignRight':_0x28c079(0x159),'alignTop':_0x28c079(0x153),'alignBottom':_0x28c079(0x214),'alignMiddle':_0x28c079(0x1f3),'alignCenter':'Centrar\x20horizontalmente','distributeHorizontally':_0x28c079(0x1e9),'distributeVertically':_0x28c079(0x15b),'disableObjectAlignment':_0x28c079(0x1ab),'increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':_0x28c079(0x21e),'bold':_0x28c079(0x1cd),'strikethrough':_0x28c079(0x231),'italic':_0x28c079(0x1a3),'underline':_0x28c079(0x177),'link':'Enlace','numberedList':'Lista\x20numerada','bulletedList':_0x28c079(0x1c2),'quote':_0x28c079(0x17e),'alignTextLeft':_0x28c079(0x198),'alignTextRight':'Alinear\x20a\x20la\x20derecha','alignTextCenter':_0x28c079(0x170)}}}};module[_0x28c079(0x240)]=e;
1
+ function _0x5342(){const _0x58770f=['Tabla','Opacidad\x20{0}%','Expandir','Grupo','Editar\x20nodo\x20actual','Intercambiar\x20flechas','Añadir\x20carril\x20a\x20la\x20derecha','Carril\x20vertical','Conector\x20de\x20flecha\x20rellena\x20discontinua','Eliminar','Almacén\x20de\x20datos\x203','Triángulo\x20relleno','4\x20:\x203','Rectángulo\x20redondeado','Mapa\x20mental\x20horizontal','Columnas','55612iRkiPc','Mostrar','Cambiar\x20nombre\x20del\x20contenedor','Grueso','Copiar\x20estilo','Cuadrado\x20redondeado','Tamaño\x20personalizado','SmartArt','Mover\x20contenido\x20al\x20siguiente\x20carril\x20y\x20eliminar','Pegar','Mover\x20carril\x20hacia\x20arriba','Contenedor','180CeMBtm','Rectángulo','Restablecer\x20zoom','Eliminar\x20contenedor','Restablecer\x20color','Navegador','Modo\x20arrastre','Invertir\x20flechas','Enlace','Estrellas\x20y\x20banderines','Color\x20de\x20texto','Traer\x20al\x20frente','Reducir\x20tamaño\x20de\x20fuente','Horizontal','Entidad\x20de\x20tipo\x20de\x20campo','Gráfico','Traducir\x20a','Desactivar\x20ajuste\x20automático','Diagrama\x20de\x20árbol','Flechas\x20de\x20bloque','Agrupar\x20formas','Añadir\x20rápido','Editar\x20trazo','Fragmento\x20de\x20secuencia\x20alternativa','Añadir\x20carril','Línea\x20de\x20tiempo','Conector','Filas','Línea','Objetos','Ayuda','Pata\x20de\x20gallo\x20con\x20barra','Triángulo','Cita','Flecha\x20abierta','Mover\x20contenido\x20al\x20carril\x20anterior\x20y\x20eliminar','Formas\x20de\x20ecuación','Fino','Añadir\x20una\x20descripción\x20a\x20este\x20nodo','Disolver\x20contenedor','Doble\x20barra','Discontinuo','Sacar\x20el\x20contenido\x20y\x20eliminar\x20el\x20carril','Cortar','Zoom\x20a\x20la\x20selección','Seleccionar\x20grupos\x20de\x20nivel\x20superior','Personalizado','Tachado','Marcador\x20de\x20posición','Línea\x20discontinua\x20(sin\x20flecha)','Control','Diagrama\x20de\x20clases','Vídeo','Barra\x20de\x20estado','Cero\x20o\x20muchos','Ajustar\x20al\x20lienzo','Desactivar\x20alineación\x20de\x20objetos','Mostrar\x20dimensiones','16\x20:\x209','Fuente','Doble\x20flecha\x20abierta','Alinear\x20a\x20la\x20derecha','Contraer','Diagrama\x20de\x20componentes','Guardar','Alinear\x20a\x20la\x20izquierda','Centrar\x20verticalmente','Rombo\x20hueco','Llamadas','Transparente','Voltear\x20horizontalmente','Ajustar\x20el\x20contenedor\x20principal\x20al\x20contenido','Añadir\x20elemento\x20de\x20carril','Curva','Gris','Seleccionar\x20formas\x20a\x20agrupar','Línea\x20de\x20tiempo\x20horizontal','Caja\x20de\x20componente','Enviar\x20atrás','Círculo\x20relleno','Pata\x20de\x20gallo\x20con\x20círculo','Añadir\x20descripción','Línea\x20de\x20vida\x20de\x20objeto','Sin\x20coincidencias','Ajustar\x20al\x20contenido','Carril\x20(swimlane)','Copiar\x20como\x20imagen','Colección','Interfaz','Más','Medio','Cerrar','Conector\x20en\x20ángulo','Mostrar\x20barra\x20de\x20herramientas','Seleccionar\x20forma','Cambiar\x20nombre\x20del\x20carril','Cursiva','Azul','Flecha\x20izquierda-derecha','Rombo','Alinear\x20arriba','Línea\x20recta','Diagrama\x20de\x20flujo','Llave\x20derecha','Vista','Cerrar\x20atajos','Mapa\x20mental\x20hacia\x20la\x20derecha','Editar\x20texto','Enviar\x20al\x20fondo','Mapa\x20mental\x20vertical','Polilínea','Eliminar\x20carril','Ocultar\x20cursores\x20de\x20colaboradores','Plegar\x20/\x20desplegar\x20nodos\x20hijos','Localizar','Vertical','Inicio','Estrella','Óvalo','116380wkQESP','Hexágono','Datos','Flecha\x20de\x20origen','1290380EDmzwH','Diagrama\x20entidad-relación','Negrita','Imagen','Rectángulos','Buscar\x20formas','Ocultos','Reducir','Estado\x20final','Añadir\x20nodo\x20hermano','Elemento\x20de\x20carril','Vivo','Salir\x20de\x20pantalla\x20completa','Círculo','Atajos\x20de\x20teclado','Agregar\x20texto','Línea\x20de\x20tiempo\x20vertical','Barra\x20de\x20activación','Formas\x20UML\x20personalizadas','Nube','DOM','Actor','Conector\x20en\x20rombo\x20relleno','Añadir\x20una\x20descripción','Buscar\x20objetos','Organizar','Objeto','Cero\x20o\x20uno','Línea\x20de\x20vida\x20de\x20colección','Mostrar\x20más\x20formas','Desbloquear\x20pertenencia','Diagrama\x20de\x20estados','Flecha\x20rellena','Capa\x20de\x20lienzo','Bloquear\x20pertenencia','Mapa\x20mental','Lista\x20numerada','Eliminar\x20contenido\x20y\x20carril','Subrayado','Rehacer','Seleccionar\x20todo','Añadir\x20nodo\x20padre','Puente\x20de\x20línea','Conector\x20de\x20ensamblaje','Insertar\x20texto','Línea\x20punto-raya','Aumentar','Llave\x20izquierda','Copiar','Bloquear','Barra\x20de\x20desplazamiento\x20de\x20la\x20vista','Entidad','Página','Botones\x20de\x20acción','Interfaz\x20requerida','Normal','Carril\x20horizontal','66VgFrHj','Mostrar\x20/\x20ocultar\x20barra\x20de\x20herramientas','Chevron','2642395lBCHnL','Hacer\x20una\x20copia','Alinear\x20abajo','Otros','Uno\x20o\x20muchos','Árbol\x20a\x20la\x20derecha','Clase','Entidad\x20de\x20tipo\x20de\x20campo\x20clave','Paralelogramo','Árbol\x20alterno','Plegar\x20carril','Línea\x20de\x20vida\x20de\x20almacenamiento\x20de\x20acceso\x20directo','Línea\x20en\x20ángulo\x20recto','Recursos','Línea\x20de\x20vida\x20de\x20frontera','Descripción','Nombre\x20del\x20contenedor','Flecha\x20derecha','Tema','Envolver\x20en\x20un\x20contenedor','Ajustes\x20de\x20línea','Nota\x20adhesiva','259688rvrLPI','Nombre\x20del\x20carril','Básico','Círculo\x20con\x20barra','Carril','Flecha\x20de\x20destino','Trapecio','54303CpmqGd','Triángulo\x20rectángulo','Carril\x20{0}','Diagrama\x20de\x20secuencia\x20UML','Fragmento\x20de\x20secuencia','Clasificador','Color\x20de\x20línea','164700ycDUEp','Capa\x20flotante','Texto','Aumentar\x20tamaño\x20de\x20fuente','Herramientas','Pata\x20de\x20gallo','Línea\x20(sin\x20flecha)','Triángulo\x20hueco','Punteado','Disposición','Escalar','Buscar','Traer\x20adelante','1\x20:\x201','Cursores\x20de\x20colaboradores','Lápiz','Selección\x20precisa','Agrupar','Zoom\x20al\x20100%','Mapa\x20mental\x20hacia\x20la\x20izquierda','Bloqueados','Expandir\x20carril','Deshacer','Barra','Acercar\x20/\x20alejar','Borde\x20de\x20la\x20etiqueta','Nombre','Flecha','Línea\x20en\x20ángulo','Cancelar','Interfaz\x20proporcionada','Pentágono','Buscar\x20elementos\x20del\x20tablero','Editar\x20forma','Invertir\x20selección','Forma','Flecha\x20izquierda','Atrás','Mover\x20carril\x20hacia\x20abajo'];_0x5342=function(){return _0x58770f;};return _0x5342();}function _0x30e5(_0x276c60,_0x19a985){_0x276c60=_0x276c60-0x197;const _0x5342e9=_0x5342();let _0x30e59c=_0x5342e9[_0x276c60];return _0x30e59c;}const _0x7bc3d1=_0x30e5;(function(_0x3b7b62,_0x347fc5){const _0x150c4f=_0x30e5,_0x5136cf=_0x3b7b62();while(!![]){try{const _0x40bd06=-parseInt(_0x150c4f(0x203))/0x1+parseInt(_0x150c4f(0x241))/0x2*(parseInt(_0x150c4f(0x1e3))/0x3)+parseInt(_0x150c4f(0x1a6))/0x4+parseInt(_0x150c4f(0x1e6))/0x5+parseInt(_0x150c4f(0x20a))/0x6+-parseInt(_0x150c4f(0x1aa))/0x7+parseInt(_0x150c4f(0x1fc))/0x8*(-parseInt(_0x150c4f(0x24d))/0x9);if(_0x40bd06===_0x347fc5)break;else _0x5136cf['push'](_0x5136cf['shift']());}catch(_0x12d56f){_0x5136cf['push'](_0x5136cf['shift']());}}}(_0x5342,0x4b69d));const e={'boards-ui':{'line':{'title':_0x7bc3d1(0x269)},'contextMenu':{'container':{'rename':_0x7bc3d1(0x243),'fitToContent':_0x7bc3d1(0x2a1),'selectContents':'Seleccionar\x20contenido','enableAutoResize':'Activar\x20ajuste\x20automático','disableAutoResize':_0x7bc3d1(0x25e),'lockMembership':_0x7bc3d1(0x1cc),'unlockMembership':_0x7bc3d1(0x1c8),'disband':_0x7bc3d1(0x274),'delete':_0x7bc3d1(0x250)},'containerChild':{'moveOut':'Sacar\x20del\x20contenedor','selectParent':'Seleccionar\x20contenedor\x20principal','fitParent':_0x7bc3d1(0x294)},'swimlaneLane':{'add':_0x7bc3d1(0x265),'addBelow':'Añadir\x20carril\x20debajo','addRight':_0x7bc3d1(0x237),'remove':_0x7bc3d1(0x19e),'removeAndMovePrevious':_0x7bc3d1(0x270),'removeAndPromote':_0x7bc3d1(0x277),'removeAndDeleteContent':_0x7bc3d1(0x1cf),'removeAndMoveNext':_0x7bc3d1(0x249),'rename':_0x7bc3d1(0x2ac),'movePrevious':_0x7bc3d1(0x24b),'moveNext':_0x7bc3d1(0x230),'expand':_0x7bc3d1(0x21f),'collapse':_0x7bc3d1(0x1f0)}},'popup':{'containerName':_0x7bc3d1(0x1f6),'laneName':_0x7bc3d1(0x1fd),'cancel':_0x7bc3d1(0x227),'rename':'Cambiar\x20nombre'},'ink':{'finishEditing':'Listo','enterEditing':_0x7bc3d1(0x263)},'mindMap':{'description':_0x7bc3d1(0x1f5),'descriptionPlaceholder':_0x7bc3d1(0x273),'saveDescription':_0x7bc3d1(0x28d)},'panel':{'moreShapes':'Más\x20formas','more':_0x7bc3d1(0x2a6),'back':_0x7bc3d1(0x22f),'close':_0x7bc3d1(0x2a8),'stickyNote':'Nota\x20adhesiva','lineColor':_0x7bc3d1(0x209),'lineWidth':'Grosor\x20de\x20línea','reverseMarkers':_0x7bc3d1(0x254),'searchShapes':_0x7bc3d1(0x1af),'container':_0x7bc3d1(0x24c),'swimlane':_0x7bc3d1(0x2a2),'verticalSwimlane':_0x7bc3d1(0x238),'horizontalSwimlane':_0x7bc3d1(0x1e2),'vertical':_0x7bc3d1(0x1a2),'horizontal':_0x7bc3d1(0x25a),'tableCustomSize':_0x7bc3d1(0x247),'tableRows':_0x7bc3d1(0x268),'tableColumns':_0x7bc3d1(0x240),'tableInsert':'Insertar','customContainer':_0x7bc3d1(0x27b),'containerRatio16By9':_0x7bc3d1(0x287),'containerRatio4By3':_0x7bc3d1(0x23d),'containerRatio1By1':_0x7bc3d1(0x217),'containerA4':'A4','mindMapGroupMindMap':_0x7bc3d1(0x1cd),'mindMapGroupTree':_0x7bc3d1(0x25f),'mindMapGroupTimeline':_0x7bc3d1(0x266),'mindMapRight':_0x7bc3d1(0x199),'mindMapLeft':_0x7bc3d1(0x21d),'mindMapHorizontal':_0x7bc3d1(0x23f),'mindMapVertical':_0x7bc3d1(0x19c),'mindMapTreeRight':_0x7bc3d1(0x1eb),'mindMapTreeLeft':'Árbol\x20a\x20la\x20izquierda','mindMapTreeAlternate':_0x7bc3d1(0x1ef),'mindMapTimelineHorizontal':_0x7bc3d1(0x299),'mindMapTimelineVertical':_0x7bc3d1(0x1ba),'mindMapNodeText':_0x7bc3d1(0x1b9)},'settings':{'collaboratorCursors':_0x7bc3d1(0x218),'find':_0x7bc3d1(0x215),'grid':'Rejilla','viewportBar':_0x7bc3d1(0x1dc),'preciseSelection':_0x7bc3d1(0x21a),'quickAdd':_0x7bc3d1(0x262),'theme':_0x7bc3d1(0x1f8),'themeOption':'Tema\x20{0}','themePreviewStart':_0x7bc3d1(0x1a3),'themePreviewData':_0x7bc3d1(0x1a8),'undo':_0x7bc3d1(0x220),'redo':_0x7bc3d1(0x1d1),'settings':'Ajustes','objects':_0x7bc3d1(0x26a),'findBoardElements':_0x7bc3d1(0x22a),'noMatches':_0x7bc3d1(0x2a0),'showDimensions':_0x7bc3d1(0x286),'showToolbar':_0x7bc3d1(0x2aa),'saveAs':'Guardar\x20como','translateInto':_0x7bc3d1(0x25d)},'objectListPanel':{'title':_0x7bc3d1(0x26a),'empty':'Sin\x20objetos','showAll':'Mostrar\x20todo','hideAll':'Ocultar\x20todo','moveForward':_0x7bc3d1(0x258),'moveBackward':_0x7bc3d1(0x29b),'close':_0x7bc3d1(0x2a8),'nameInput':'Nombre\x20del\x20objeto','hide':'Ocultar','show':_0x7bc3d1(0x242),'lock':_0x7bc3d1(0x1db),'unlock':'Desbloquear','details':'Detalles','locate':_0x7bc3d1(0x1a1),'expand':_0x7bc3d1(0x233),'collapse':_0x7bc3d1(0x28b),'dragToReorder':'Arrastre\x20para\x20reordenar','search':_0x7bc3d1(0x1c2),'filterAll':'Todo','filterHidden':_0x7bc3d1(0x1b0),'filterLocked':_0x7bc3d1(0x21e),'sectionCanvas':_0x7bc3d1(0x1cb),'sectionFloating':_0x7bc3d1(0x20b),'name':_0x7bc3d1(0x224),'description':_0x7bc3d1(0x1f5),'descriptionPlaceholder':_0x7bc3d1(0x1c1),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','elementTypes':{'object':_0x7bc3d1(0x1c4),'connector':'Conector','container':'Contenedor','group':_0x7bc3d1(0x234),'image':'Imagen','chart':_0x7bc3d1(0x25c),'page':_0x7bc3d1(0x1de),'placeholder':_0x7bc3d1(0x27d),'shape':_0x7bc3d1(0x22d),'table':_0x7bc3d1(0x231),'text':_0x7bc3d1(0x20c),'smartArt':_0x7bc3d1(0x248),'video':_0x7bc3d1(0x281),'unit':'Unidad','dom':_0x7bc3d1(0x1be)}},'find':{'lanePosition':_0x7bc3d1(0x205),'tableCellPosition':'Fila\x20{0},\x20Columna\x20{1}','elementTypes':{'connector':_0x7bc3d1(0x267),'container':_0x7bc3d1(0x24c),'group':_0x7bc3d1(0x234),'image':_0x7bc3d1(0x1ad),'page':_0x7bc3d1(0x1de),'placeholder':_0x7bc3d1(0x27d),'shape':_0x7bc3d1(0x22d),'table':_0x7bc3d1(0x231),'text':_0x7bc3d1(0x20c)}},'themePresets':{'default':'Predeterminado','classic':'Clásico','vintage':'Vintage','gray':_0x7bc3d1(0x297),'vibrant':_0x7bc3d1(0x1b5),'blue':_0x7bc3d1(0x2ae)},'toolbar':{'resetColor':_0x7bc3d1(0x251),'shape':_0x7bc3d1(0x22d),'text':_0x7bc3d1(0x20c),'stickyNote':_0x7bc3d1(0x1fb),'line':_0x7bc3d1(0x267),'container':_0x7bc3d1(0x24c),'swimlane':_0x7bc3d1(0x200),'table':'Tabla','chart':_0x7bc3d1(0x25c),'pen':_0x7bc3d1(0x219),'mindMap':'Mapa\x20mental','resources':_0x7bc3d1(0x1f3),'image':_0x7bc3d1(0x1ad),'wrapInContainer':_0x7bc3d1(0x1f9),'addSwimlaneLane':_0x7bc3d1(0x295),'swimlaneMenu':_0x7bc3d1(0x200),'swimlaneLaneMenu':_0x7bc3d1(0x1b4),'editBrushPath':'Editar\x20trazo\x20del\x20pincel','arrange':_0x7bc3d1(0x1c3),'bringToFront':'Traer\x20al\x20frente','bringForward':_0x7bc3d1(0x216),'sendBackward':'Enviar\x20atrás','sendToBack':_0x7bc3d1(0x19b),'more':_0x7bc3d1(0x2a6)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x7bc3d1(0x23e),'oval':'Óvalo','diamond':_0x7bc3d1(0x2b0),'rectangle':_0x7bc3d1(0x24e),'circle':_0x7bc3d1(0x1b7),'cylinder':'Cilindro','chevron':_0x7bc3d1(0x1e5),'rightArrowBlock':'Bloque\x20de\x20flecha\x20derecha','parallelogram':_0x7bc3d1(0x1ee),'trapezoid':_0x7bc3d1(0x202),'speechBubble':'Bocadillo','roundedCallout':'Llamada\x20redondeada','rightTriangle':_0x7bc3d1(0x204),'triangle':'Triángulo','star':_0x7bc3d1(0x1a4),'hexagon':_0x7bc3d1(0x1a7),'pentagon':_0x7bc3d1(0x229),'octagon':'Octágono','leftArrow':_0x7bc3d1(0x22e),'rightArrow':_0x7bc3d1(0x1f7),'leftRightArrow':_0x7bc3d1(0x2af),'cloud':_0x7bc3d1(0x1bd),'leftBrace':_0x7bc3d1(0x1d9),'rightBrace':_0x7bc3d1(0x2b4),'plus':_0x7bc3d1(0x2a6),'actor':_0x7bc3d1(0x1bf),'boundary':'Frontera','control':_0x7bc3d1(0x27f),'entity':_0x7bc3d1(0x1dd),'collection':_0x7bc3d1(0x2a4),'dataFlowRoundedRectangle':_0x7bc3d1(0x23e),'dataFlowCircle':_0x7bc3d1(0x1b7),'dataFlowRoundedSquare':_0x7bc3d1(0x246),'dataStorage1':'Almacén\x20de\x20datos\x201','dataStorage2':'Almacén\x20de\x20datos\x202','dataStorage3':_0x7bc3d1(0x23b),'lineNone':_0x7bc3d1(0x210),'lineDashedNone':_0x7bc3d1(0x27e),'lineOpenArrow':_0x7bc3d1(0x26f),'lineDoubleOpenArrow':_0x7bc3d1(0x289),'actorLifeline':'Línea\x20de\x20vida\x20del\x20actor','boundaryLifeline':_0x7bc3d1(0x1f4),'controlLifeline':'Línea\x20de\x20vida\x20de\x20control','entityLifeline':'Línea\x20de\x20vida\x20de\x20entidad','collectionLifeline':_0x7bc3d1(0x1c6),'objectLifeline':_0x7bc3d1(0x29f),'magneticDiskLifeline':'Línea\x20de\x20vida\x20de\x20disco\x20magnético','directAccessStorageLifeline':_0x7bc3d1(0x1f1),'activationBar':_0x7bc3d1(0x1bb),'sequenceFragment':_0x7bc3d1(0x207),'sequenceAlternativeFragment':_0x7bc3d1(0x264),'umlClass':_0x7bc3d1(0x1ec),'umlInterface':_0x7bc3d1(0x2a5),'umlInterfaceShape':'Interfaz','umlClassifier':_0x7bc3d1(0x208),'umlHollowDiamondConnector':'Conector\x20en\x20rombo\x20hueco','umlFilledDiamondConnector':_0x7bc3d1(0x1c0),'umlFilledArrowConnector':'Conector\x20de\x20flecha\x20rellena','umlDashedOpenArrowConnector':'Conector\x20de\x20flecha\x20abierta\x20discontinua','umlDashedFilledArrowConnector':_0x7bc3d1(0x239),'erdEntity':'Entidad','erdKeyField':'Entidad\x20de\x20campo\x20clave','erdFieldType':_0x7bc3d1(0x25b),'erdFull':_0x7bc3d1(0x1ed),'initialState':'Estado\x20inicial','finalState':_0x7bc3d1(0x1b2),'stateBar':_0x7bc3d1(0x282),'requiredInterface':_0x7bc3d1(0x1e0),'assemblyConnector':_0x7bc3d1(0x1d5),'providedInterface':_0x7bc3d1(0x228),'componentBox':_0x7bc3d1(0x29a),'component':'Componente'},'shapeCategories':{'basics':_0x7bc3d1(0x1fe),'basicShapes':{'rectangle':_0x7bc3d1(0x1ae),'basicShape':'Formas\x20básicas','blockArrow':_0x7bc3d1(0x260),'equationShape':_0x7bc3d1(0x271),'flowchart':_0x7bc3d1(0x2b3),'starAndBanner':_0x7bc3d1(0x256),'callout':_0x7bc3d1(0x291),'actionButton':_0x7bc3d1(0x1df),'other':_0x7bc3d1(0x1e9)},'classDiagram':_0x7bc3d1(0x280),'dataFlowDiagram':'Diagrama\x20de\x20flujo\x20de\x20datos','line':'Línea','entityRelationshipDiagram':_0x7bc3d1(0x1ab),'umlCustomShapes':_0x7bc3d1(0x1bc),'umlSequenceDiagram':_0x7bc3d1(0x206),'statusDiagram':_0x7bc3d1(0x1c9),'componentDiagram':_0x7bc3d1(0x28c)},'connector':{'toolbar':{'sourceMarker':_0x7bc3d1(0x1a9),'swapMarkers':_0x7bc3d1(0x236),'targetMarker':_0x7bc3d1(0x201),'lineColor':_0x7bc3d1(0x209),'lineWidth':'Grosor','opacityPercent':_0x7bc3d1(0x232),'settings':_0x7bc3d1(0x1fa),'smoothElbow':_0x7bc3d1(0x226),'bridge':_0x7bc3d1(0x1d4),'insertText':_0x7bc3d1(0x1d6),'textSettings':'Configuración\x20del\x20texto','alignLeft':_0x7bc3d1(0x28e),'alignCenter':'Centrar','alignRight':_0x7bc3d1(0x28a),'bold':_0x7bc3d1(0x1ac),'italic':_0x7bc3d1(0x2ad),'underline':_0x7bc3d1(0x1d0),'strikethrough':_0x7bc3d1(0x27c),'textColor':_0x7bc3d1(0x257),'editText':_0x7bc3d1(0x19a),'labelFill':'Fondo\x20de\x20la\x20etiqueta','labelBorder':_0x7bc3d1(0x223),'transparent':_0x7bc3d1(0x292),'breakLineBehindText':'Interrumpir\x20la\x20línea\x20detrás\x20del\x20texto','textSection':'Texto','labelSection':'Etiqueta','deleteText':'Eliminar\x20texto','more':_0x7bc3d1(0x2a6)},'routing':{'straight':_0x7bc3d1(0x2b2),'elbow':_0x7bc3d1(0x1f2),'polyline':_0x7bc3d1(0x19d),'curve':_0x7bc3d1(0x296)},'strokeWidth':{'thin':_0x7bc3d1(0x272),'regular':_0x7bc3d1(0x1e1),'medium':_0x7bc3d1(0x2a7),'bold':_0x7bc3d1(0x244)},'dash':{'solid':'Sólido','dashed':_0x7bc3d1(0x276),'dotted':_0x7bc3d1(0x212),'dashDot':_0x7bc3d1(0x1d7)},'marker':{'none':'Ninguno','arrow':_0x7bc3d1(0x225),'filledArrow':_0x7bc3d1(0x1ca),'openArrow':_0x7bc3d1(0x26f),'triangle':_0x7bc3d1(0x26d),'filledTriangle':_0x7bc3d1(0x23c),'hollowTriangle':_0x7bc3d1(0x211),'diamond':_0x7bc3d1(0x2b0),'hollowDiamond':_0x7bc3d1(0x290),'filledDiamond':'Rombo\x20relleno','circle':_0x7bc3d1(0x1b7),'filledCircle':_0x7bc3d1(0x29c),'bar':_0x7bc3d1(0x221),'doubleBar':_0x7bc3d1(0x275),'crowFoot':_0x7bc3d1(0x20f),'crowsFoot':'Pata\x20de\x20gallo','barCrowsFoot':_0x7bc3d1(0x26c),'circleCrowsFoot':_0x7bc3d1(0x29d),'circleBar':_0x7bc3d1(0x1ff),'x':'X','cross':'Cruz','plus':_0x7bc3d1(0x2a6),'zeroOrOne':_0x7bc3d1(0x1c5),'zeroOrMany':_0x7bc3d1(0x283),'oneOrMany':_0x7bc3d1(0x1ea)}},'zoom':{'dragMode':_0x7bc3d1(0x253),'fitContent':_0x7bc3d1(0x2a1),'zoomOptions':'Opciones\x20de\x20zoom','zoomTo100':_0x7bc3d1(0x21c),'zoomToFit':_0x7bc3d1(0x284),'zoomToSelection':_0x7bc3d1(0x279),'zoomOut':_0x7bc3d1(0x1b1),'resetZoom':_0x7bc3d1(0x24f),'zoomIn':_0x7bc3d1(0x1d8),'help':_0x7bc3d1(0x26b)},'shortcutHelp':{'title':_0x7bc3d1(0x1b8),'close':_0x7bc3d1(0x198),'sections':{'tools':_0x7bc3d1(0x20e),'navigator':_0x7bc3d1(0x252),'view':_0x7bc3d1(0x197),'selection':_0x7bc3d1(0x2ab),'editing':'Editar\x20forma','grouping':_0x7bc3d1(0x261),'swimlane':_0x7bc3d1(0x200),'mindMap':_0x7bc3d1(0x1cd),'layout':_0x7bc3d1(0x213),'font':_0x7bc3d1(0x288)},'items':{'showMoreShapes':_0x7bc3d1(0x1c7),'roundedRectangle':_0x7bc3d1(0x23e),'rectangle':_0x7bc3d1(0x24e),'oval':_0x7bc3d1(0x1a5),'diamond':_0x7bc3d1(0x2b0),'text':'Texto','elbowConnector':_0x7bc3d1(0x2a9),'line':_0x7bc3d1(0x269),'stickyNote':_0x7bc3d1(0x1fb),'search':'Buscar','zoomWheel':_0x7bc3d1(0x222),'zoomPinch':_0x7bc3d1(0x222),'zoomTo100':_0x7bc3d1(0x21c),'zoomToSelection':_0x7bc3d1(0x279),'zoomToFit':_0x7bc3d1(0x284),'enterFullScreen':'Entrar\x20en\x20pantalla\x20completa','exitFullScreen':_0x7bc3d1(0x1b6),'selectShape':'Seleccionar\x20forma','selectAll':_0x7bc3d1(0x1d2),'multipleSelect':'Selección\x20múltiple\x20/\x20deseleccionar','invertSelection':_0x7bc3d1(0x22c),'preciseSelection':_0x7bc3d1(0x21a),'deepSelect':'Selección\x20profunda','editShape':_0x7bc3d1(0x22b),'copy':_0x7bc3d1(0x1da),'copyAsImage':_0x7bc3d1(0x2a3),'paste':_0x7bc3d1(0x24a),'cut':_0x7bc3d1(0x278),'makeCopy':_0x7bc3d1(0x1e7),'scale':_0x7bc3d1(0x214),'copyStyle':_0x7bc3d1(0x245),'pasteStyle':'Pegar\x20estilo','moveAxisLocked':'Mover\x20en\x20horizontal\x20/\x20vertical','flipHorizontal':_0x7bc3d1(0x293),'flipVertical':'Voltear\x20verticalmente','undo':_0x7bc3d1(0x220),'redo':'Rehacer','toggleQuickAdd':'Mostrar\x20/\x20ocultar\x20Añadir\x20rápido','hideCollaboratorsCursors':_0x7bc3d1(0x19f),'toggleToolbar':_0x7bc3d1(0x1e4),'delete':_0x7bc3d1(0x23a),'group':_0x7bc3d1(0x21b),'ungroup':'Desagrupar','selectUpperLayerGroups':_0x7bc3d1(0x27a),'selectShapesToGroup':_0x7bc3d1(0x298),'swimlaneLaneRename':_0x7bc3d1(0x2ac),'swimlaneLaneToggleCollapsed':'Plegar\x20/\x20expandir\x20carril','swimlaneLaneMovePrevious':_0x7bc3d1(0x24b),'swimlaneLaneMoveNext':_0x7bc3d1(0x230),'swimlaneLaneRemove':_0x7bc3d1(0x19e),'addSiblingNode':_0x7bc3d1(0x1b3),'addChildNode':'Añadir\x20nodo\x20hijo','addParentNode':_0x7bc3d1(0x1d3),'foldChildNodes':_0x7bc3d1(0x1a0),'collapseAllNodes':'Plegar\x20/\x20expandir\x20todos\x20los\x20nodos','addDescription':_0x7bc3d1(0x29e),'editCurrentNode':_0x7bc3d1(0x235),'bringToFront':'Traer\x20al\x20frente','sendToBack':_0x7bc3d1(0x19b),'alignLeft':_0x7bc3d1(0x28e),'alignRight':_0x7bc3d1(0x28a),'alignTop':_0x7bc3d1(0x2b1),'alignBottom':_0x7bc3d1(0x1e8),'alignMiddle':_0x7bc3d1(0x28f),'alignCenter':'Centrar\x20horizontalmente','distributeHorizontally':'Distribuir\x20horizontalmente','distributeVertically':'Distribuir\x20verticalmente','disableObjectAlignment':_0x7bc3d1(0x285),'increaseFontSize':_0x7bc3d1(0x20d),'decreaseFontSize':_0x7bc3d1(0x259),'bold':_0x7bc3d1(0x1ac),'strikethrough':_0x7bc3d1(0x27c),'italic':_0x7bc3d1(0x2ad),'underline':_0x7bc3d1(0x1d0),'link':_0x7bc3d1(0x255),'numberedList':_0x7bc3d1(0x1ce),'bulletedList':'Lista\x20con\x20viñetas','quote':_0x7bc3d1(0x26e),'alignTextLeft':'Alinear\x20a\x20la\x20izquierda','alignTextRight':_0x7bc3d1(0x28a),'alignTextCenter':'Centrar'}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x2cef(){const _0x3fe63d=['وینتیج','اندازه\x20سفارشی','دایره\x20با\x20میله','انتخاب\x20دقیق','حذف\x20ظرف','تغییر\x20نام','گروه‌بندی\x20اشکال','حاشیهٔ\x20گوشه‌گرد','قطعهٔ\x20توالی\x20جایگزین','تنظیمات\x20خط','خط\x20زندگی\x20ذخیره‌سازی\x20دسترسی\x20مستقیم','نمایش\x20ابعاد','متناسب\x20با\x20محتوا','ضخیم','سطرها','گزینه‌های\x20بزرگ‌نمایی','کاهش\x20اندازهٔ\x20فونت','اشیا','افزودن\x20سریع','کپی','خط\x20زندگی\x20مرز','فعال\x20کردن\x20تغییر\x20اندازه\x20خودکار','افقی','نقشهٔ\x20ذهنی','متوسط','نمودار\x20جریان\x20داده','ویرایش\x20گرهٔ\x20فعلی','چندخط','موجودیت\x20کلید','جمع\x20کردن\x20/\x20گسترش\x20همهٔ\x20گره‌ها','ایتالیک','افزودن\x20خط','یک\x20یا\x20چند','حباب\x20گفتگو','خط\x20مسیر\x20افقی','خط\x20مسیر\x20عمودی','575312FHfGJg','فلوچارت','خارج\x20کردن\x20محتوا\x20و\x20حذف\x20خط','مستطیل\x20گوشه‌گرد','پنجهٔ\x20کلاغی\x20با\x20میله','به\x20پشت\x20بردن','نمایش\x20/\x20پنهان\x20کردن\x20افزودن\x20سریع','شبکه','لغو\x20گروه‌بندی','میلهٔ\x20دوتایی','افزودن\x20خط\x20در\x20سمت\x20راست','197663RERLnL','خط\x20زمانی\x20افقی','تراز\x20وسط','اشکال\x20پایه','دکمه‌های\x20اقدام','1\x20:\x201','16\x20:\x209','کلاس','نقل‌قول','جدول','وسط‌چین','پیوند','جلو\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سفارشی\x20UML','هیچ','به\x20جلو\x20آوردن','نقشه\x20ذهنی\x20افقی','بازیگر','مکان‌یابی','پنج‌ضلعی','بزرگ‌نمایی\x20انتخاب','نمودار\x20درختی','نقشه\x20ذهنی\x20به\x20راست','نتیجه‌ای\x20یافت\x20نشد','جستجوی\x20اشیا','ایجاد\x20کپی','تصویر','افزودن\x20گرهٔ\x20هم‌سطح','درخت\x20به\x20راست','انتقال\x20محتوا\x20به\x20خط\x20قبلی\x20و\x20حذف','درخت\x20متناوب','افزودن\x20گرهٔ\x20فرزند','خط\x20زندگی\x20موجودیت','موجودیت','انتخاب\x20اشکال\x20برای\x20گروه‌بندی','اتصال‌دهندهٔ\x20پیکان\x20باز\x20منقطع','کپی\x20سبک','لایه\x20شناور','پیکان\x20باز\x20دوطرفه','گسترش\x20خط','نوار\x20حالت','منابع','برای\x20مرتب‌سازی\x20بکشید','بازگشت','حرکت\x20افقی\x20/\x20عمودی','رنگ\x20متن','ذخیره‌سازی\x20داده\x20۳','ضخامت\x20خط','پیکان\x20مبدأ','آکلاد\x20چپ','جعبهٔ\x20مؤلفه','حاشیه\x20برچسب','قفل\x20شده','مکان‌نمای\x20همکاران','خط\x20زاویه‌دار','لوزی','صفر\x20یا\x20چند','نوار\x20فعال‌سازی','خط\x20زمانی','یافتن\x20عناصر\x20تخته','فونت','تنظیمات\x20متن','نمایش\x20/\x20پنهان\x20کردن\x20نوار\x20ابزار','ابزارها','جستجو','رنگ\x20خط','گروه','خط‌دار','هیچ\x20شیئی\x20وجود\x20ندارد','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\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افقی','خاکستری','برچسب','نقشه\x20ذهنی\x20عمودی','پنهان','صفحه','خط\x20(بدون\x20پیکان)','چیدمان','بزرگ‌نمایی','اتصال‌دهندهٔ\x20پیکان\x20پُر\x20منقطع','انتخاب\x20چندگانه\x20/\x20لغو\x20انتخاب','نازک','پیکان\x20دوطرفه','به‌علاوه','جستجوی\x20اشکال','پیمایشگر','توضیحات','122502ZfpuOo','داده‌ها','موجودیت\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{0}،\x20ستون\x20{1}','عقب\x20ببرید','باز\x20کردن\x20قفل','پایه','اتصال‌دهنده','فهرست\x20شماره‌دار','خط-نقطه','SmartArt','خط\x20زندگی\x20شیء','همه','خط\x20مسیر','انتقال\x20خط\x20به\x20بالا','آکلاد\x20راست','انجام\x20دوباره','ستون‌ها','رابط','چرخش\x20افقی','پررنگ','نمایش','درج','2585618luqEEy','وسط\x20افقی','حذف\x20متن','ضخامت','حذف\x20خط\x20مسیر','به\x20پشت\x20ببرید','منحل\x20کردن\x20ظرف','نام','دایرهٔ\x20پُر','ظرف','مستطیل‌ها','خط\x20منقطع\x20(بدون\x20پیکان)','سفارشی','خط\x20زندگی\x20دیسک\x20مغناطیسی','681723cmsNyV','109125odjgKr','متوازی‌الاضلاع','چرخش\x20عمودی','296yXBXZw','واگرد','خروج\x20از\x20حالت\x20تمام‌صفحه','دایره','حذف\x20خط','واحد','پرجنب‌وجوش','مرز','خط\x20مسیر\x20(Swimlane)','شروع','معکوس\x20کردن\x20پیکان‌ها','تنظیمات','درخت\x20به\x20چپ','صفر\x20یا\x20یک','867856cwDHWF','آبی','قلم','خط\x20زاویه\x20قائم','نمودار\x20رابطهٔ\x20موجودیت‌ها','فهرست\x20گلوله‌ای','30CiOahQ','تراز\x20چپ','زیرخط‌دار','افزودن\x20متن','پیکان\x20راست','پنهان\x20کردن\x20همه','خط\x20زندگی\x20مجموعه','ذوزنقه','بزرگ‌نمایی\x20/\x20کوچک‌نمایی','وسط\x20عمودی','عقب\x20بردن','انتخاب\x20همه','معکوس\x20کردن\x20انتخاب','خط\x20زندگی\x20کنترل','استوانه','خط\x20زندگی\x20بازیگر','چسباندن\x20سبک','بازنشانی\x20بزرگ‌نمایی','متن','پیوسته','کپی\x20به‌صورت\x20تصویر'];_0x2cef=function(){return _0x3fe63d;};return _0x2cef();}const _0x36c60a=_0xdcbf;(function(_0x4b1b45,_0x4f868f){const _0x337c82=_0xdcbf,_0x5ade05=_0x4b1b45();while(!![]){try{const _0x2742cd=-parseInt(_0x337c82(0x246))/0x1+-parseInt(_0x337c82(0x1fc))/0x2+-parseInt(_0x337c82(0x1ea))/0x3+parseInt(_0x337c82(0x23b))/0x4+parseInt(_0x337c82(0x202))/0x5*(parseInt(_0x337c82(0x1a5))/0x6)+parseInt(_0x337c82(0x1dc))/0x7+parseInt(_0x337c82(0x1ee))/0x8*(parseInt(_0x337c82(0x1eb))/0x9);if(_0x2742cd===_0x4f868f)break;else _0x5ade05['push'](_0x5ade05['shift']());}catch(_0x12c9ec){_0x5ade05['push'](_0x5ade05['shift']());}}}(_0x2cef,0x370d9));function _0xdcbf(_0x49281d,_0x31ad99){_0x49281d=_0x49281d-0x190;const _0x2cef87=_0x2cef();let _0xdcbf2a=_0x2cef87[_0x49281d];return _0xdcbf2a;}const e={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':'تغییر\x20نام\x20ظرف','fitToContent':_0x36c60a(0x223),'selectContents':_0x36c60a(0x257),'enableAutoResize':_0x36c60a(0x22c),'disableAutoResize':_0x36c60a(0x270),'lockMembership':_0x36c60a(0x268),'unlockMembership':_0x36c60a(0x1c7),'disband':_0x36c60a(0x1e2),'delete':_0x36c60a(0x21b)},'containerChild':{'moveOut':'خارج\x20کردن\x20از\x20ظرف','selectParent':'انتخاب\x20ظرف\x20والد','fitParent':_0x36c60a(0x1bc)},'swimlaneLane':{'add':_0x36c60a(0x236),'addBelow':'افزودن\x20خط\x20در\x20پایین','addRight':_0x36c60a(0x245),'remove':_0x36c60a(0x1f2),'removeAndMovePrevious':_0x36c60a(0x281),'removeAndPromote':_0x36c60a(0x23d),'removeAndDeleteContent':_0x36c60a(0x2ad),'removeAndMoveNext':_0x36c60a(0x2b5),'rename':'تغییر\x20نام\x20خط','movePrevious':_0x36c60a(0x1d3),'moveNext':'انتقال\x20خط\x20به\x20پایین','expand':_0x36c60a(0x28b),'collapse':_0x36c60a(0x1a9)}},'popup':{'containerName':_0x36c60a(0x263),'laneName':'نام\x20خط','cancel':'لغو','rename':_0x36c60a(0x21c)},'ink':{'finishEditing':_0x36c60a(0x262),'enterEditing':'ویرایش\x20مسیر'},'mindMap':{'description':_0x36c60a(0x1a4),'descriptionPlaceholder':_0x36c60a(0x1c0),'saveDescription':_0x36c60a(0x265)},'panel':{'moreShapes':_0x36c60a(0x25c),'more':'بیشتر','back':_0x36c60a(0x28f),'close':_0x36c60a(0x1af),'stickyNote':_0x36c60a(0x2b3),'lineColor':'رنگ\x20خط','lineWidth':_0x36c60a(0x293),'reverseMarkers':_0x36c60a(0x1f8),'searchShapes':_0x36c60a(0x1a2),'container':_0x36c60a(0x1e5),'swimlane':_0x36c60a(0x1f6),'verticalSwimlane':_0x36c60a(0x23a),'horizontalSwimlane':_0x36c60a(0x239),'vertical':'عمودی','horizontal':_0x36c60a(0x22d),'tableCustomSize':_0x36c60a(0x218),'tableRows':_0x36c60a(0x225),'tableColumns':_0x36c60a(0x1d6),'tableInsert':_0x36c60a(0x1db),'customContainer':_0x36c60a(0x1e8),'containerRatio16By9':_0x36c60a(0x24c),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x36c60a(0x24b),'containerA4':'A4','mindMapGroupMindMap':_0x36c60a(0x25d),'mindMapGroupTree':_0x36c60a(0x279),'mindMapGroupTimeline':_0x36c60a(0x29e),'mindMapRight':_0x36c60a(0x27a),'mindMapLeft':_0x36c60a(0x1c6),'mindMapHorizontal':_0x36c60a(0x274),'mindMapVertical':_0x36c60a(0x197),'mindMapTreeRight':_0x36c60a(0x280),'mindMapTreeLeft':_0x36c60a(0x1fa),'mindMapTreeAlternate':_0x36c60a(0x282),'mindMapTimelineHorizontal':_0x36c60a(0x247),'mindMapTimelineVertical':_0x36c60a(0x2b9),'mindMapNodeText':_0x36c60a(0x205)},'settings':{'collaboratorCursors':_0x36c60a(0x299),'find':_0x36c60a(0x2b7),'grid':_0x36c60a(0x242),'preciseSelection':_0x36c60a(0x21a),'quickAdd':_0x36c60a(0x229),'theme':'تم','themeOption':'تم\x20{0}','themePreviewStart':_0x36c60a(0x1f7),'themePreviewData':_0x36c60a(0x1a6),'undo':'واگرد','redo':_0x36c60a(0x1d5),'settings':_0x36c60a(0x1f9),'objects':_0x36c60a(0x228),'findBoardElements':_0x36c60a(0x29f),'noMatches':_0x36c60a(0x27b),'showDimensions':_0x36c60a(0x222),'showToolbar':_0x36c60a(0x1c2),'translateInto':'ترجمه\x20به'},'objectListPanel':{'title':_0x36c60a(0x228),'empty':_0x36c60a(0x2a8),'showAll':'نمایش\x20همه','hideAll':_0x36c60a(0x207),'moveForward':_0x36c60a(0x252),'moveBackward':_0x36c60a(0x20c),'close':_0x36c60a(0x1af),'nameInput':_0x36c60a(0x1b3),'hide':'پنهان\x20کردن','show':_0x36c60a(0x1da),'lock':_0x36c60a(0x266),'unlock':_0x36c60a(0x1ca),'details':_0x36c60a(0x2ac),'locate':_0x36c60a(0x276),'expand':'گسترش','collapse':'جمع\x20کردن','dragToReorder':_0x36c60a(0x28e),'search':_0x36c60a(0x27c),'filterAll':_0x36c60a(0x1d1),'filterHidden':_0x36c60a(0x198),'filterLocked':_0x36c60a(0x298),'sectionCanvas':_0x36c60a(0x261),'sectionFloating':_0x36c60a(0x289),'name':_0x36c60a(0x1e3),'description':'توضیحات','descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','noSelection':_0x36c60a(0x2a9),'elementTypes':{'object':'شیء','connector':_0x36c60a(0x1cc),'container':_0x36c60a(0x1e5),'group':'گروه','image':_0x36c60a(0x27e),'chart':_0x36c60a(0x2b8),'page':_0x36c60a(0x199),'placeholder':'نگهدارندهٔ\x20مکان','shape':'شکل','table':_0x36c60a(0x24f),'text':_0x36c60a(0x214),'smartArt':_0x36c60a(0x1cf),'video':_0x36c60a(0x2ab),'unit':_0x36c60a(0x1f3),'dom':'DOM'}},'find':{'lanePosition':_0x36c60a(0x258),'tableCellPosition':_0x36c60a(0x1c8),'elementTypes':{'connector':_0x36c60a(0x1cc),'container':_0x36c60a(0x1e5),'group':_0x36c60a(0x2a6),'image':_0x36c60a(0x27e),'page':_0x36c60a(0x199),'placeholder':'نگهدارندهٔ\x20مکان','shape':_0x36c60a(0x25e),'table':_0x36c60a(0x24f),'text':'متن'}},'themePresets':{'default':_0x36c60a(0x1b0),'classic':_0x36c60a(0x25f),'vintage':_0x36c60a(0x217),'gray':_0x36c60a(0x195),'vibrant':_0x36c60a(0x1f4),'blue':_0x36c60a(0x1fd)},'toolbar':{'resetColor':'بازنشانی\x20رنگ','shape':_0x36c60a(0x25e),'text':_0x36c60a(0x214),'stickyNote':_0x36c60a(0x2b3),'line':'اتصال‌دهنده','container':_0x36c60a(0x1e5),'swimlane':_0x36c60a(0x1d2),'table':'جدول','chart':'نمودار','pen':_0x36c60a(0x1fe),'mindMap':_0x36c60a(0x22e),'resources':_0x36c60a(0x28d),'image':'تصویر','wrapInContainer':'قرار\x20دادن\x20در\x20ظرف','addSwimlaneLane':'افزودن\x20مورد\x20خط\x20مسیر','swimlaneMenu':_0x36c60a(0x1d2),'swimlaneLaneMenu':_0x36c60a(0x259),'editBrushPath':_0x36c60a(0x1ae),'arrange':_0x36c60a(0x19b),'bringToFront':_0x36c60a(0x273),'bringForward':'جلو\x20ببرید','sendBackward':_0x36c60a(0x1c9),'sendToBack':_0x36c60a(0x1e1),'more':'بیشتر'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':'مستطیل\x20گوشه‌گرد','oval':'بیضی','diamond':'لوزی','rectangle':_0x36c60a(0x26d),'circle':'دایره','cylinder':_0x36c60a(0x210),'chevron':_0x36c60a(0x2af),'rightArrowBlock':'بلوک\x20پیکان\x20راست','parallelogram':_0x36c60a(0x1ec),'trapezoid':_0x36c60a(0x209),'speechBubble':_0x36c60a(0x238),'roundedCallout':_0x36c60a(0x21e),'rightTriangle':'مثلث\x20قائم‌الزاویه','triangle':_0x36c60a(0x2b2),'star':_0x36c60a(0x255),'hexagon':'شش‌ضلعی','pentagon':_0x36c60a(0x277),'octagon':'هشت‌ضلعی','leftArrow':'پیکان\x20چپ','rightArrow':_0x36c60a(0x206),'leftRightArrow':_0x36c60a(0x1a0),'cloud':_0x36c60a(0x267),'leftBrace':_0x36c60a(0x295),'rightBrace':_0x36c60a(0x1d4),'plus':_0x36c60a(0x1a1),'actor':_0x36c60a(0x275),'boundary':_0x36c60a(0x1f5),'control':_0x36c60a(0x1c4),'entity':_0x36c60a(0x285),'collection':_0x36c60a(0x2b0),'dataFlowRoundedRectangle':_0x36c60a(0x23e),'dataFlowCircle':_0x36c60a(0x1f1),'dataFlowRoundedSquare':'مربع\x20گوشه‌گرد','dataStorage1':'ذخیره‌سازی\x20داده\x20۱','dataStorage2':_0x36c60a(0x264),'dataStorage3':_0x36c60a(0x292),'lineNone':_0x36c60a(0x19a),'lineDashedNone':_0x36c60a(0x1e7),'lineOpenArrow':_0x36c60a(0x1a8),'lineDoubleOpenArrow':_0x36c60a(0x28a),'actorLifeline':_0x36c60a(0x211),'boundaryLifeline':_0x36c60a(0x22b),'controlLifeline':_0x36c60a(0x20f),'entityLifeline':_0x36c60a(0x284),'collectionLifeline':_0x36c60a(0x208),'objectLifeline':_0x36c60a(0x1d0),'magneticDiskLifeline':_0x36c60a(0x1e9),'directAccessStorageLifeline':_0x36c60a(0x221),'activationBar':_0x36c60a(0x29d),'sequenceFragment':'قطعهٔ\x20توالی','sequenceAlternativeFragment':_0x36c60a(0x21f),'umlClass':_0x36c60a(0x24d),'umlInterface':_0x36c60a(0x1d7),'umlInterfaceShape':_0x36c60a(0x1d7),'umlClassifier':'طبقه‌بند','umlHollowDiamondConnector':'اتصال‌دهندهٔ\x20لوزی\x20توخالی','umlFilledDiamondConnector':'اتصال‌دهندهٔ\x20لوزی\x20پُر','umlFilledArrowConnector':_0x36c60a(0x1b8),'umlDashedOpenArrowConnector':_0x36c60a(0x287),'umlDashedFilledArrowConnector':_0x36c60a(0x19d),'erdEntity':'موجودیت','erdKeyField':_0x36c60a(0x233),'erdFieldType':_0x36c60a(0x1b7),'erdFull':_0x36c60a(0x1a7),'initialState':'حالت\x20اولیه','finalState':'حالت\x20نهایی','stateBar':_0x36c60a(0x28c),'requiredInterface':_0x36c60a(0x2ae),'assemblyConnector':_0x36c60a(0x26e),'providedInterface':_0x36c60a(0x1b1),'componentBox':_0x36c60a(0x296),'component':'مؤلفه'},'shapeCategories':{'basics':_0x36c60a(0x1cb),'basicShapes':{'rectangle':_0x36c60a(0x1e6),'basicShape':_0x36c60a(0x249),'blockArrow':'پیکان‌های\x20بلوکی','equationShape':_0x36c60a(0x2b1),'flowchart':_0x36c60a(0x23c),'starAndBanner':'ستاره‌ها\x20و\x20پرچم‌ها','callout':_0x36c60a(0x190),'actionButton':_0x36c60a(0x24a),'other':'سایر'},'classDiagram':_0x36c60a(0x1be),'dataFlowDiagram':_0x36c60a(0x230),'line':'خط','entityRelationshipDiagram':_0x36c60a(0x200),'umlCustomShapes':_0x36c60a(0x271),'umlSequenceDiagram':_0x36c60a(0x193),'statusDiagram':'نمودار\x20وضعیت','componentDiagram':_0x36c60a(0x1bf)},'connector':{'toolbar':{'sourceMarker':_0x36c60a(0x294),'swapMarkers':_0x36c60a(0x1b4),'targetMarker':'پیکان\x20مقصد','lineColor':_0x36c60a(0x2a5),'lineWidth':_0x36c60a(0x1df),'opacityPercent':_0x36c60a(0x1ad),'settings':_0x36c60a(0x220),'smoothElbow':_0x36c60a(0x29a),'bridge':'پل\x20خط','insertText':_0x36c60a(0x1ac),'textSettings':_0x36c60a(0x2a1),'alignLeft':'تراز\x20چپ','alignCenter':_0x36c60a(0x248),'alignRight':_0x36c60a(0x2aa),'bold':_0x36c60a(0x1d9),'italic':_0x36c60a(0x235),'underline':_0x36c60a(0x1c5),'strikethrough':_0x36c60a(0x2a7),'textColor':_0x36c60a(0x291),'editText':'ویرایش\x20متن','labelFill':'پس‌زمینه\x20برچسب','labelBorder':_0x36c60a(0x297),'transparent':'شفاف','breakLineBehindText':_0x36c60a(0x191),'textSection':_0x36c60a(0x214),'labelSection':_0x36c60a(0x196),'deleteText':_0x36c60a(0x1de),'more':'بیشتر'},'routing':{'straight':_0x36c60a(0x260),'elbow':_0x36c60a(0x1ff),'polyline':_0x36c60a(0x232),'curve':'منحنی'},'strokeWidth':{'thin':_0x36c60a(0x19f),'regular':'معمولی','medium':_0x36c60a(0x22f),'bold':'ضخیم'},'dash':{'solid':_0x36c60a(0x215),'dashed':'منقطع','dotted':_0x36c60a(0x1ba),'dashDot':_0x36c60a(0x1ce)},'marker':{'none':_0x36c60a(0x272),'arrow':'پیکان','filledArrow':'پیکان\x20پُر','openArrow':'پیکان\x20باز','triangle':_0x36c60a(0x2b2),'filledTriangle':_0x36c60a(0x1c1),'hollowTriangle':'مثلث\x20توخالی','diamond':_0x36c60a(0x29b),'hollowDiamond':'لوزی\x20توخالی','filledDiamond':'لوزی\x20پُر','circle':'دایره','filledCircle':_0x36c60a(0x1e4),'bar':_0x36c60a(0x1aa),'doubleBar':_0x36c60a(0x244),'crowFoot':_0x36c60a(0x269),'crowsFoot':_0x36c60a(0x269),'barCrowsFoot':_0x36c60a(0x23f),'circleCrowsFoot':_0x36c60a(0x1bd),'circleBar':_0x36c60a(0x219),'x':'X','cross':'صلیب','plus':_0x36c60a(0x1a1),'zeroOrOne':_0x36c60a(0x1fb),'zeroOrMany':_0x36c60a(0x29c),'oneOrMany':_0x36c60a(0x237)}},'zoom':{'dragMode':'حالت\x20کشیدن','fitContent':_0x36c60a(0x223),'zoomOptions':_0x36c60a(0x226),'zoomTo100':'بزرگ‌نمایی\x20۱۰۰٪','zoomToFit':_0x36c60a(0x26b),'zoomToSelection':_0x36c60a(0x278),'zoomOut':_0x36c60a(0x25b),'resetZoom':_0x36c60a(0x213),'zoomIn':_0x36c60a(0x19c),'help':'راهنما'},'shortcutHelp':{'title':'میان‌برهای\x20صفحه‌کلید','close':_0x36c60a(0x1b9),'sections':{'tools':_0x36c60a(0x2a3),'navigator':_0x36c60a(0x1a3),'view':_0x36c60a(0x1da),'selection':_0x36c60a(0x2b6),'editing':'ویرایش\x20شکل','grouping':_0x36c60a(0x21d),'swimlane':_0x36c60a(0x1d2),'mindMap':_0x36c60a(0x22e),'layout':'چیدمان','font':_0x36c60a(0x2a0)},'items':{'showMoreShapes':_0x36c60a(0x1b5),'roundedRectangle':_0x36c60a(0x23e),'rectangle':_0x36c60a(0x26d),'oval':_0x36c60a(0x253),'diamond':_0x36c60a(0x29b),'text':'متن','elbowConnector':'اتصال‌دهندهٔ\x20زاویه‌ای','line':'خط','stickyNote':'یادداشت\x20چسبناک','search':_0x36c60a(0x2a4),'zoomWheel':_0x36c60a(0x20a),'zoomPinch':_0x36c60a(0x20a),'zoomTo100':_0x36c60a(0x192),'zoomToSelection':'بزرگ‌نمایی\x20انتخاب','zoomToFit':_0x36c60a(0x26b),'enterFullScreen':_0x36c60a(0x26f),'exitFullScreen':_0x36c60a(0x1f0),'selectShape':_0x36c60a(0x2b6),'selectAll':_0x36c60a(0x20d),'multipleSelect':_0x36c60a(0x19e),'invertSelection':_0x36c60a(0x20e),'preciseSelection':_0x36c60a(0x21a),'deepSelect':_0x36c60a(0x1ab),'editShape':'ویرایش\x20شکل','copy':_0x36c60a(0x22a),'copyAsImage':_0x36c60a(0x216),'paste':'چسباندن','cut':_0x36c60a(0x26a),'makeCopy':_0x36c60a(0x27d),'scale':'تغییر\x20مقیاس','copyStyle':_0x36c60a(0x288),'pasteStyle':_0x36c60a(0x212),'moveAxisLocked':_0x36c60a(0x290),'flipHorizontal':_0x36c60a(0x1d8),'flipVertical':_0x36c60a(0x1ed),'undo':_0x36c60a(0x1ef),'redo':_0x36c60a(0x1d5),'toggleQuickAdd':_0x36c60a(0x241),'hideCollaboratorsCursors':_0x36c60a(0x1b2),'toggleToolbar':_0x36c60a(0x2a2),'delete':'حذف','group':_0x36c60a(0x2b4),'ungroup':_0x36c60a(0x243),'selectUpperLayerGroups':'انتخاب\x20گروه‌های\x20لایهٔ\x20بالاتر','selectShapesToGroup':_0x36c60a(0x286),'swimlaneLaneRename':'تغییر\x20نام\x20خط\x20مسیر','swimlaneLaneToggleCollapsed':_0x36c60a(0x256),'swimlaneLaneMovePrevious':'انتقال\x20خط\x20مسیر\x20به\x20بالا','swimlaneLaneMoveNext':_0x36c60a(0x25a),'swimlaneLaneRemove':_0x36c60a(0x1e0),'addSiblingNode':_0x36c60a(0x27f),'addChildNode':_0x36c60a(0x283),'addParentNode':'افزودن\x20گرهٔ\x20والد','foldChildNodes':_0x36c60a(0x1b6),'collapseAllNodes':_0x36c60a(0x234),'addDescription':'افزودن\x20توضیح','editCurrentNode':_0x36c60a(0x231),'bringToFront':_0x36c60a(0x273),'sendToBack':_0x36c60a(0x240),'alignLeft':_0x36c60a(0x203),'alignRight':'تراز\x20راست','alignTop':'تراز\x20بالا','alignBottom':_0x36c60a(0x26c),'alignMiddle':_0x36c60a(0x20b),'alignCenter':_0x36c60a(0x1dd),'distributeHorizontally':_0x36c60a(0x194),'distributeVertically':_0x36c60a(0x1c3),'disableObjectAlignment':_0x36c60a(0x1bb),'increaseFontSize':_0x36c60a(0x254),'decreaseFontSize':_0x36c60a(0x227),'bold':_0x36c60a(0x224),'strikethrough':'خط‌خورده','italic':_0x36c60a(0x235),'underline':_0x36c60a(0x204),'link':_0x36c60a(0x251),'numberedList':_0x36c60a(0x1cd),'bulletedList':_0x36c60a(0x201),'quote':_0x36c60a(0x24e),'alignTextLeft':_0x36c60a(0x203),'alignTextRight':_0x36c60a(0x2aa),'alignTextCenter':_0x36c60a(0x250)}}}};module['exports']=e;
1
+ const _0x3cf9ce=_0x50b7;function _0x50b7(_0x19b455,_0x58b2d1){_0x19b455=_0x19b455-0x1df;const _0x173efc=_0x173e();let _0x50b785=_0x173efc[_0x19b455];return _0x50b785;}(function(_0x1f53d3,_0x42a5d6){const _0x432793=_0x50b7,_0x40cfbe=_0x1f53d3();while(!![]){try{const _0x4a2d55=parseInt(_0x432793(0x220))/0x1+parseInt(_0x432793(0x2d2))/0x2+-parseInt(_0x432793(0x20c))/0x3*(-parseInt(_0x432793(0x2a2))/0x4)+parseInt(_0x432793(0x2b1))/0x5*(-parseInt(_0x432793(0x2fe))/0x6)+parseInt(_0x432793(0x242))/0x7*(parseInt(_0x432793(0x2d5))/0x8)+-parseInt(_0x432793(0x307))/0x9*(parseInt(_0x432793(0x224))/0xa)+-parseInt(_0x432793(0x295))/0xb;if(_0x4a2d55===_0x42a5d6)break;else _0x40cfbe['push'](_0x40cfbe['shift']());}catch(_0x3e1a66){_0x40cfbe['push'](_0x40cfbe['shift']());}}}(_0x173e,0x1b95b));function _0x173e(){const _0x16372=['حذف\x20متن','ویرایش\x20مسیر','ابر','برش','قفل\x20شده','جلو\x20آوردن','به\x20پشت\x20بردن','بازنشانی\x20بزرگ‌نمایی','انتخاب\x20عمیق','نگهدارندهٔ\x20مکان','پیکان\x20مقصد','خط‌کشی','بزرگ‌نمایی\x20۱۰۰٪','کوچک‌نمایی','مثلث\x20قائم‌الزاویه','اتصال‌دهندهٔ\x20مونتاژ','درخت\x20به\x20چپ','منابع','ستاره‌ها\x20و\x20پرچم‌ها','قلم','نتیجه‌ای\x20یافت\x20نشد','خط\x20زندگی\x20مرز','نقشهٔ\x20ذهنی','تراز\x20بالا','یافتن','موجودیت','انتخاب\x20شکل','سایر','قرار\x20دادن\x20در\x20ظرف','حباب\x20گفتگو','126676tDyxcN','جابجایی\x20پیکان‌ها','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','8aRzUoQ','رنگ\x20متن','نمودار\x20رابطهٔ\x20موجودیت‌ها','نمایش\x20نوار\x20ابزار','چیدمان','تراز\x20چپ','زیرخط‌دار','توزیع\x20عمودی','تنظیمات\x20متن','هیچ','ویرایش\x20مسیر\x20قلم‌مو','نمایش','ابزارها','ذوزنقه','موجودیت\x20نوع\x20فیلد','بزرگ‌نمایی\x20انتخاب','یافتن\x20عناصر\x20تخته','درخت\x20متناوب','بلوک\x20پیکان\x20راست','چرخش\x20عمودی','بیشتر','واحد','رنگ\x20خط','پنجهٔ\x20کلاغی','پیکان\x20باز','به‌علاوه','تنظیمات\x20خط','کپی\x20به‌صورت\x20تصویر','رابط','متناسب\x20با\x20بوم','انتخاب\x20چندگانه\x20/\x20لغو\x20انتخاب','اتصال‌دهندهٔ\x20پیکان\x20پُر','خط\x20زندگی\x20بازیگر','جستجو','صلیب','کنترل','خط\x20زندگی\x20دیسک\x20مغناطیسی','پیکان','عقب\x20بردن','انتقال\x20محتوا\x20به\x20خط\x20بعدی\x20و\x20حذف','متوازی‌الاضلاع','6DeiCsa','انتقال\x20خط\x20مسیر\x20به\x20پایین','حذف\x20محتوا\x20و\x20خط','مستطیل\x20گوشه‌گرد','واگرد','عمودی','قطعهٔ\x20توالی','نمایش\x20/\x20پنهان\x20کردن\x20نوار\x20ابزار','افزودن\x20گرهٔ\x20والد','98667RrsqJX','انتقال\x20خط\x20به\x20بالا','متناسب\x20با\x20محتوا','به\x20پشت\x20ببرید','خط\x20زندگی\x20شیء','نوار\x20حالت','اشکال\x20سفارشی\x20UML','ایجاد\x20کپی','پررنگ','اندازه\x20سفارشی','خط\x20زمانی\x20افقی','گسترش','متناسب\x20کردن\x20ظرف\x20والد\x20با\x20محتوا','بازیگر','کلاسیک','صفحه','exports','مستطیل','مکان‌نمای\x20همکاران','پنجهٔ\x20کلاغی\x20با\x20میله','همه','حاشیه\x20برچسب','پیمایشگر','خط\x20مسیر\x20(Swimlane)','جمع\x20کردن\x20/\x20باز\x20کردن\x20گره‌های\x20فرزند','خط\x20زمانی\x20عمودی','لوزی\x20توخالی','نمودار\x20مؤلفه‌ها','انجام\x20دوباره','پنج‌ضلعی','دایره\x20با\x20میله','جستجوی\x20اشیا','مربع\x20گوشه‌گرد','جمع\x20کردن\x20خط','بزرگ‌نمایی','نقشه\x20ذهنی','برای\x20این\x20گره\x20توضیحی\x20اضافه\x20کنید','اتصال‌دهندهٔ\x20پیکان\x20باز\x20منقطع','انتخاب\x20محتوا','خروج\x20از\x20حالت\x20تمام‌صفحه','خط\x20(بدون\x20پیکان)','ویدیو','اتصال‌دهندهٔ\x20لوزی\x20پُر','نمودار\x20جریان\x20داده','غیرفعال\x20کردن\x20تراز\x20اشیا','جزئیات','چندخط','تراز\x20وسط','حاشیهٔ\x20گوشه‌گرد','لغو','6xrshoB','دایره','1\x20:\x201','اتصال‌دهنده','جستجوی\x20اشکال','انتخاب\x20گروه‌های\x20لایهٔ\x20بالاتر','سطر\x20{0}،\x20ستون\x20{1}','اتصال‌دهندهٔ\x20لوزی\x20توخالی','تم\x20{0}','16\x20:\x209','نمودار','نازک','تصویر','بزرگ‌نمایی\x20/\x20کوچک‌نمایی','منحنی','تغییر\x20نام\x20ظرف','جمع\x20کردن','یادداشت\x20چسبناک','باز\x20کردن\x20قفل','خط‌دار','195475QpGEry','ستاره','حالت\x20اولیه','خط\x20مسیر\x20افقی','20tKGYqF','درج','خط\x20زمانی','اشکال\x20بیشتر','انتقال\x20خط\x20به\x20پایین','توضیحات','تغییر\x20مقیاس','دکمه‌های\x20اقدام','میان‌برهای\x20صفحه‌کلید','قفل\x20عضویت','عقب\x20ببرید','دایرهٔ\x20پُر','تغییر\x20نام','گزینه‌های\x20بزرگ‌نمایی','شروع','افقی','مجموعه','کلاس','نمودار\x20درختی','نقطه‌چین','مثلث\x20پُر','وسط\x20افقی','خط\x20منقطع\x20(بدون\x20پیکان)','فونت','خط\x20مسیر','خط-نقطه','خط‌خورده','چرخش\x20افقی','آکلاد\x20چپ','خارج\x20کردن\x20محتوا\x20و\x20حذف\x20خط','570871jgHsFM','شورون','پنجهٔ\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مسیر','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شکل','SmartArt','شفافیت\x20{0}٪','ویرایش\x20گرهٔ\x20فعلی','پیش‌فرض','انتخاب\x20دقیق','درخت\x20به\x20راست','جدول','انتقال\x20خط\x20مسیر\x20به\x20بالا','آبی','معکوس\x20کردن\x20انتخاب','پیوسته','افزودن\x20خط\x20در\x20پایین','مرز','نقشه\x20ذهنی\x20به\x20راست','ضخامت\x20خط','داده‌ها','غیرفعال\x20کردن\x20تغییر\x20اندازه\x20خودکار','بازگشت','ضخیم','2691854KGmmgs','ظرف','تراز\x20راست','نوار\x20پیمایش\x20نمای\x20دید','ستون‌ها','متن','توزیع\x20افقی','پیکان‌های\x20بلوکی','ورود\x20به\x20حالت\x20تمام‌صفحه','معمولی','توضیحی\x20اضافه\x20کنید','ذخیره\x20به‌عنوان','بیضی','365860DFmnxU','افزودن\x20توضیح','ایتالیک','مؤلفه','حالت\x20کشیدن','منقطع','جلو\x20ببرید','طبقه‌بند','مستطیل‌ها','ذخیره‌سازی\x20داده\x20۲','ویرایش\x20متن','برای\x20مرتب‌سازی\x20بکشید','پنهان\x20کردن\x20مکان‌نمای\x20همکاران','افزودن\x20گرهٔ\x20هم‌سطح','نمایش\x20همه','718345RpXudf','ذخیره','مورد\x20خط\x20مسیر'];_0x173e=function(){return _0x16372;};return _0x173e();}const e={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':_0x3cf9ce(0x21b),'fitToContent':'متناسب\x20با\x20محتوا','selectContents':_0x3cf9ce(0x200),'enableAutoResize':_0x3cf9ce(0x27d),'disableAutoResize':_0x3cf9ce(0x292),'lockMembership':_0x3cf9ce(0x22d),'unlockMembership':_0x3cf9ce(0x25a),'disband':'منحل\x20کردن\x20ظرف','delete':'حذف\x20ظرف'},'containerChild':{'moveOut':'خارج\x20کردن\x20از\x20ظرف','selectParent':'انتخاب\x20ظرف\x20والد','fitParent':_0x3cf9ce(0x1e6)},'swimlaneLane':{'add':'افزودن\x20خط','addBelow':_0x3cf9ce(0x28d),'addRight':'افزودن\x20خط\x20در\x20سمت\x20راست','remove':_0x3cf9ce(0x264),'removeAndMovePrevious':'انتقال\x20محتوا\x20به\x20خط\x20قبلی\x20و\x20حذف','removeAndPromote':_0x3cf9ce(0x241),'removeAndDeleteContent':_0x3cf9ce(0x300),'removeAndMoveNext':_0x3cf9ce(0x2fc),'rename':'تغییر\x20نام\x20خط','movePrevious':_0x3cf9ce(0x308),'moveNext':_0x3cf9ce(0x228),'expand':'گسترش\x20خط','collapse':_0x3cf9ce(0x1fb)}},'popup':{'containerName':'نام\x20ظرف','laneName':_0x3cf9ce(0x279),'cancel':_0x3cf9ce(0x20b),'rename':_0x3cf9ce(0x230)},'ink':{'finishEditing':'تمام','enterEditing':_0x3cf9ce(0x2b5)},'mindMap':{'description':_0x3cf9ce(0x229),'descriptionPlaceholder':_0x3cf9ce(0x1fe),'saveDescription':_0x3cf9ce(0x2b2)},'panel':{'moreShapes':_0x3cf9ce(0x227),'more':_0x3cf9ce(0x2e9),'back':_0x3cf9ce(0x293),'close':_0x3cf9ce(0x247),'stickyNote':_0x3cf9ce(0x21d),'lineColor':'رنگ\x20خط','lineWidth':_0x3cf9ce(0x290),'reverseMarkers':'معکوس\x20کردن\x20پیکان‌ها','searchShapes':_0x3cf9ce(0x210),'container':_0x3cf9ce(0x296),'swimlane':_0x3cf9ce(0x1f1),'verticalSwimlane':_0x3cf9ce(0x252),'horizontalSwimlane':_0x3cf9ce(0x223),'vertical':_0x3cf9ce(0x303),'horizontal':_0x3cf9ce(0x233),'tableCustomSize':_0x3cf9ce(0x1e3),'tableRows':_0x3cf9ce(0x250),'tableColumns':_0x3cf9ce(0x299),'tableInsert':_0x3cf9ce(0x225),'customContainer':'سفارشی','containerRatio16By9':_0x3cf9ce(0x215),'containerRatio4By3':_0x3cf9ce(0x261),'containerRatio1By1':_0x3cf9ce(0x20e),'containerA4':'A4','mindMapGroupMindMap':_0x3cf9ce(0x1fd),'mindMapGroupTree':_0x3cf9ce(0x236),'mindMapGroupTimeline':_0x3cf9ce(0x226),'mindMapRight':_0x3cf9ce(0x28f),'mindMapLeft':'نقشه\x20ذهنی\x20به\x20چپ','mindMapHorizontal':_0x3cf9ce(0x253),'mindMapVertical':'نقشه\x20ذهنی\x20عمودی','mindMapTreeRight':_0x3cf9ce(0x287),'mindMapTreeLeft':_0x3cf9ce(0x2c4),'mindMapTreeAlternate':_0x3cf9ce(0x2e6),'mindMapTimelineHorizontal':_0x3cf9ce(0x1e4),'mindMapTimelineVertical':_0x3cf9ce(0x1f3),'mindMapNodeText':_0x3cf9ce(0x24b)},'settings':{'collaboratorCursors':_0x3cf9ce(0x1ec),'find':_0x3cf9ce(0x2cc),'grid':'شبکه','viewportBar':_0x3cf9ce(0x298),'preciseSelection':'انتخاب\x20دقیق','quickAdd':_0x3cf9ce(0x26a),'theme':'تم','themeOption':_0x3cf9ce(0x214),'themePreviewStart':_0x3cf9ce(0x232),'themePreviewData':_0x3cf9ce(0x291),'undo':_0x3cf9ce(0x302),'redo':_0x3cf9ce(0x1f6),'settings':'تنظیمات','objects':'اشیا','findBoardElements':_0x3cf9ce(0x2e5),'noMatches':_0x3cf9ce(0x2c8),'showDimensions':'نمایش\x20ابعاد','showToolbar':_0x3cf9ce(0x2d8),'saveAs':_0x3cf9ce(0x2a0),'translateInto':'ترجمه\x20به'},'objectListPanel':{'title':_0x3cf9ce(0x255),'empty':_0x3cf9ce(0x258),'showAll':_0x3cf9ce(0x2b0),'hideAll':'پنهان\x20کردن\x20همه','moveForward':_0x3cf9ce(0x2b9),'moveBackward':_0x3cf9ce(0x2fb),'close':_0x3cf9ce(0x247),'nameInput':_0x3cf9ce(0x27a),'hide':_0x3cf9ce(0x25c),'show':_0x3cf9ce(0x2e0),'lock':_0x3cf9ce(0x271),'unlock':_0x3cf9ce(0x21e),'details':_0x3cf9ce(0x207),'locate':_0x3cf9ce(0x275),'expand':_0x3cf9ce(0x1e5),'collapse':_0x3cf9ce(0x21c),'dragToReorder':_0x3cf9ce(0x2ad),'search':_0x3cf9ce(0x1f9),'filterAll':_0x3cf9ce(0x1ee),'filterHidden':'پنهان','filterLocked':_0x3cf9ce(0x2b8),'sectionCanvas':'لایه\x20بوم','sectionFloating':_0x3cf9ce(0x27f),'name':'نام','description':_0x3cf9ce(0x229),'descriptionPlaceholder':_0x3cf9ce(0x29f),'noSelection':_0x3cf9ce(0x2d4),'elementTypes':{'object':'شیء','connector':_0x3cf9ce(0x20f),'container':_0x3cf9ce(0x296),'group':_0x3cf9ce(0x27c),'image':_0x3cf9ce(0x218),'chart':_0x3cf9ce(0x216),'page':_0x3cf9ce(0x1e9),'placeholder':_0x3cf9ce(0x2bd),'shape':_0x3cf9ce(0x262),'table':_0x3cf9ce(0x288),'text':_0x3cf9ce(0x29a),'smartArt':_0x3cf9ce(0x282),'video':_0x3cf9ce(0x203),'unit':_0x3cf9ce(0x2ea),'dom':'DOM'}},'find':{'lanePosition':_0x3cf9ce(0x249),'tableCellPosition':_0x3cf9ce(0x212),'elementTypes':{'connector':_0x3cf9ce(0x20f),'container':_0x3cf9ce(0x296),'group':_0x3cf9ce(0x27c),'image':_0x3cf9ce(0x218),'page':_0x3cf9ce(0x1e9),'placeholder':'نگهدارندهٔ\x20مکان','shape':_0x3cf9ce(0x262),'table':'جدول','text':_0x3cf9ce(0x29a)}},'themePresets':{'default':_0x3cf9ce(0x285),'classic':_0x3cf9ce(0x1e8),'vintage':'وینتیج','gray':_0x3cf9ce(0x24f),'vibrant':'پرجنب‌وجوش','blue':_0x3cf9ce(0x28a)},'toolbar':{'resetColor':'بازنشانی\x20رنگ','shape':_0x3cf9ce(0x262),'text':_0x3cf9ce(0x29a),'stickyNote':_0x3cf9ce(0x21d),'line':'اتصال‌دهنده','container':_0x3cf9ce(0x296),'swimlane':_0x3cf9ce(0x23c),'table':'جدول','chart':_0x3cf9ce(0x216),'pen':_0x3cf9ce(0x2c7),'mindMap':'نقشهٔ\x20ذهنی','resources':_0x3cf9ce(0x2c5),'image':_0x3cf9ce(0x218),'wrapInContainer':_0x3cf9ce(0x2d0),'addSwimlaneLane':_0x3cf9ce(0x260),'swimlaneMenu':_0x3cf9ce(0x23c),'swimlaneLaneMenu':_0x3cf9ce(0x2b3),'editBrushPath':_0x3cf9ce(0x2df),'arrange':'چیدمان','bringToFront':'به\x20جلو\x20آوردن','bringForward':_0x3cf9ce(0x2a8),'sendBackward':_0x3cf9ce(0x22e),'sendToBack':_0x3cf9ce(0x30a),'more':'بیشتر'},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':'مستطیل\x20گوشه‌گرد','oval':_0x3cf9ce(0x2a1),'diamond':'لوزی','rectangle':'مستطیل','circle':'دایره','cylinder':'استوانه','chevron':_0x3cf9ce(0x243),'rightArrowBlock':_0x3cf9ce(0x2e7),'parallelogram':_0x3cf9ce(0x2fd),'trapezoid':_0x3cf9ce(0x2e2),'speechBubble':_0x3cf9ce(0x2d1),'roundedCallout':_0x3cf9ce(0x20a),'rightTriangle':_0x3cf9ce(0x2c2),'triangle':_0x3cf9ce(0x267),'star':_0x3cf9ce(0x221),'hexagon':'شش‌ضلعی','pentagon':_0x3cf9ce(0x1f7),'octagon':_0x3cf9ce(0x26c),'leftArrow':'پیکان\x20چپ','rightArrow':'پیکان\x20راست','leftRightArrow':'پیکان\x20دوطرفه','cloud':_0x3cf9ce(0x2b6),'leftBrace':_0x3cf9ce(0x240),'rightBrace':'آکلاد\x20راست','plus':_0x3cf9ce(0x2ee),'actor':_0x3cf9ce(0x1e7),'boundary':_0x3cf9ce(0x28e),'control':_0x3cf9ce(0x2f8),'entity':_0x3cf9ce(0x2cd),'collection':_0x3cf9ce(0x234),'dataFlowRoundedRectangle':_0x3cf9ce(0x301),'dataFlowCircle':_0x3cf9ce(0x20d),'dataFlowRoundedSquare':_0x3cf9ce(0x1fa),'dataStorage1':'ذخیره‌سازی\x20داده\x20۱','dataStorage2':_0x3cf9ce(0x2ab),'dataStorage3':_0x3cf9ce(0x245),'lineNone':_0x3cf9ce(0x202),'lineDashedNone':_0x3cf9ce(0x23a),'lineOpenArrow':_0x3cf9ce(0x2ed),'lineDoubleOpenArrow':_0x3cf9ce(0x246),'actorLifeline':_0x3cf9ce(0x2f5),'boundaryLifeline':_0x3cf9ce(0x2c9),'controlLifeline':_0x3cf9ce(0x274),'entityLifeline':'خط\x20زندگی\x20موجودیت','collectionLifeline':'خط\x20زندگی\x20مجموعه','objectLifeline':_0x3cf9ce(0x30b),'magneticDiskLifeline':_0x3cf9ce(0x2f9),'directAccessStorageLifeline':_0x3cf9ce(0x27b),'activationBar':_0x3cf9ce(0x280),'sequenceFragment':_0x3cf9ce(0x304),'sequenceAlternativeFragment':'قطعهٔ\x20توالی\x20جایگزین','umlClass':_0x3cf9ce(0x235),'umlInterface':_0x3cf9ce(0x2f1),'umlInterfaceShape':'رابط','umlClassifier':_0x3cf9ce(0x2a9),'umlHollowDiamondConnector':_0x3cf9ce(0x213),'umlFilledDiamondConnector':_0x3cf9ce(0x204),'umlFilledArrowConnector':_0x3cf9ce(0x2f4),'umlDashedOpenArrowConnector':_0x3cf9ce(0x1ff),'umlDashedFilledArrowConnector':_0x3cf9ce(0x263),'erdEntity':_0x3cf9ce(0x2cd),'erdKeyField':'موجودیت\x20کلید','erdFieldType':_0x3cf9ce(0x2e3),'erdFull':_0x3cf9ce(0x26e),'initialState':_0x3cf9ce(0x222),'finalState':'حالت\x20نهایی','stateBar':_0x3cf9ce(0x1df),'requiredInterface':'رابط\x20موردنیاز','assemblyConnector':_0x3cf9ce(0x2c3),'providedInterface':'رابط\x20ارائه‌شده','componentBox':_0x3cf9ce(0x24d),'component':_0x3cf9ce(0x2a5)},'shapeCategories':{'basics':'پایه','basicShapes':{'rectangle':_0x3cf9ce(0x2aa),'basicShape':_0x3cf9ce(0x24a),'blockArrow':_0x3cf9ce(0x29c),'equationShape':_0x3cf9ce(0x278),'flowchart':'فلوچارت','starAndBanner':_0x3cf9ce(0x2c6),'callout':'حاشیه‌ها','actionButton':_0x3cf9ce(0x22b),'other':_0x3cf9ce(0x2cf)},'classDiagram':'نمودار\x20کلاس','dataFlowDiagram':_0x3cf9ce(0x205),'line':'خط','entityRelationshipDiagram':_0x3cf9ce(0x2d7),'umlCustomShapes':_0x3cf9ce(0x1e0),'umlSequenceDiagram':'نمودار\x20توالی\x20UML','statusDiagram':_0x3cf9ce(0x276),'componentDiagram':_0x3cf9ce(0x1f5)},'connector':{'toolbar':{'sourceMarker':_0x3cf9ce(0x257),'swapMarkers':_0x3cf9ce(0x2d3),'targetMarker':_0x3cf9ce(0x2be),'lineColor':_0x3cf9ce(0x2eb),'lineWidth':_0x3cf9ce(0x24e),'opacityPercent':_0x3cf9ce(0x283),'settings':_0x3cf9ce(0x2ef),'smoothElbow':'خط\x20زاویه‌دار','bridge':'پل\x20خط','insertText':'درج\x20متن','textSettings':_0x3cf9ce(0x2dd),'alignLeft':_0x3cf9ce(0x2da),'alignCenter':_0x3cf9ce(0x209),'alignRight':_0x3cf9ce(0x297),'bold':_0x3cf9ce(0x1e2),'italic':'ایتالیک','underline':_0x3cf9ce(0x2bf),'strikethrough':_0x3cf9ce(0x21f),'textColor':_0x3cf9ce(0x2d6),'editText':_0x3cf9ce(0x2ac),'labelFill':'پس‌زمینه\x20برچسب','labelBorder':_0x3cf9ce(0x1ef),'transparent':_0x3cf9ce(0x272),'breakLineBehindText':_0x3cf9ce(0x259),'textSection':'متن','labelSection':_0x3cf9ce(0x25d),'deleteText':_0x3cf9ce(0x2b4),'more':_0x3cf9ce(0x2e9)},'routing':{'straight':'خط\x20راست','elbow':_0x3cf9ce(0x269),'polyline':_0x3cf9ce(0x208),'curve':_0x3cf9ce(0x21a)},'strokeWidth':{'thin':_0x3cf9ce(0x217),'regular':_0x3cf9ce(0x29e),'medium':_0x3cf9ce(0x26f),'bold':_0x3cf9ce(0x294)},'dash':{'solid':_0x3cf9ce(0x28c),'dashed':_0x3cf9ce(0x2a7),'dotted':_0x3cf9ce(0x237),'dashDot':_0x3cf9ce(0x23d)},'marker':{'none':_0x3cf9ce(0x2de),'arrow':_0x3cf9ce(0x2fa),'filledArrow':'پیکان\x20پُر','openArrow':'پیکان\x20باز','triangle':'مثلث','filledTriangle':_0x3cf9ce(0x238),'hollowTriangle':'مثلث\x20توخالی','diamond':'لوزی','hollowDiamond':_0x3cf9ce(0x1f4),'filledDiamond':'لوزی\x20پُر','circle':_0x3cf9ce(0x20d),'filledCircle':_0x3cf9ce(0x22f),'bar':'میله','doubleBar':'میلهٔ\x20دوتایی','crowFoot':_0x3cf9ce(0x2ec),'crowsFoot':_0x3cf9ce(0x2ec),'barCrowsFoot':_0x3cf9ce(0x1ed),'circleCrowsFoot':_0x3cf9ce(0x244),'circleBar':_0x3cf9ce(0x1f8),'x':'X','cross':_0x3cf9ce(0x2f7),'plus':_0x3cf9ce(0x2ee),'zeroOrOne':'صفر\x20یا\x20یک','zeroOrMany':_0x3cf9ce(0x265),'oneOrMany':'یک\x20یا\x20چند'}},'zoom':{'dragMode':_0x3cf9ce(0x2a6),'fitContent':_0x3cf9ce(0x309),'zoomOptions':_0x3cf9ce(0x231),'zoomTo100':_0x3cf9ce(0x2c0),'zoomToFit':_0x3cf9ce(0x2f2),'zoomToSelection':_0x3cf9ce(0x2e4),'zoomOut':_0x3cf9ce(0x2c1),'resetZoom':_0x3cf9ce(0x2bb),'zoomIn':_0x3cf9ce(0x1fc),'help':_0x3cf9ce(0x26d)},'shortcutHelp':{'title':_0x3cf9ce(0x22c),'close':_0x3cf9ce(0x268),'sections':{'tools':_0x3cf9ce(0x2e1),'navigator':_0x3cf9ce(0x1f0),'view':'نمایش','selection':_0x3cf9ce(0x2ce),'editing':_0x3cf9ce(0x281),'grouping':_0x3cf9ce(0x277),'swimlane':_0x3cf9ce(0x23c),'mindMap':_0x3cf9ce(0x2ca),'layout':_0x3cf9ce(0x2d9),'font':_0x3cf9ce(0x23b)},'items':{'showMoreShapes':'نمایش\x20اشکال\x20بیشتر','roundedRectangle':_0x3cf9ce(0x301),'rectangle':_0x3cf9ce(0x1eb),'oval':_0x3cf9ce(0x2a1),'diamond':_0x3cf9ce(0x24c),'text':_0x3cf9ce(0x29a),'elbowConnector':'اتصال‌دهندهٔ\x20زاویه‌ای','line':'خط','stickyNote':_0x3cf9ce(0x21d),'search':_0x3cf9ce(0x2f6),'zoomWheel':_0x3cf9ce(0x219),'zoomPinch':_0x3cf9ce(0x219),'zoomTo100':_0x3cf9ce(0x2c0),'zoomToSelection':_0x3cf9ce(0x2e4),'zoomToFit':_0x3cf9ce(0x2f2),'enterFullScreen':_0x3cf9ce(0x29d),'exitFullScreen':_0x3cf9ce(0x201),'selectShape':'انتخاب\x20شکل','selectAll':'انتخاب\x20همه','multipleSelect':_0x3cf9ce(0x2f3),'invertSelection':_0x3cf9ce(0x28b),'preciseSelection':_0x3cf9ce(0x286),'deepSelect':_0x3cf9ce(0x2bc),'editShape':'ویرایش\x20شکل','copy':_0x3cf9ce(0x25e),'copyAsImage':_0x3cf9ce(0x2f0),'paste':_0x3cf9ce(0x25f),'cut':_0x3cf9ce(0x2b7),'makeCopy':_0x3cf9ce(0x1e1),'scale':_0x3cf9ce(0x22a),'copyStyle':'کپی\x20سبک','pasteStyle':'چسباندن\x20سبک','moveAxisLocked':'حرکت\x20افقی\x20/\x20عمودی','flipHorizontal':_0x3cf9ce(0x23f),'flipVertical':_0x3cf9ce(0x2e8),'undo':'واگرد','redo':_0x3cf9ce(0x1f6),'toggleQuickAdd':'نمایش\x20/\x20پنهان\x20کردن\x20افزودن\x20سریع','hideCollaboratorsCursors':_0x3cf9ce(0x2ae),'toggleToolbar':_0x3cf9ce(0x305),'delete':_0x3cf9ce(0x26b),'group':'گروه‌بندی','ungroup':_0x3cf9ce(0x248),'selectUpperLayerGroups':_0x3cf9ce(0x211),'selectShapesToGroup':'انتخاب\x20اشکال\x20برای\x20گروه‌بندی','swimlaneLaneRename':_0x3cf9ce(0x270),'swimlaneLaneToggleCollapsed':_0x3cf9ce(0x266),'swimlaneLaneMovePrevious':_0x3cf9ce(0x289),'swimlaneLaneMoveNext':_0x3cf9ce(0x2ff),'swimlaneLaneRemove':'حذف\x20خط\x20مسیر','addSiblingNode':_0x3cf9ce(0x2af),'addChildNode':_0x3cf9ce(0x251),'addParentNode':_0x3cf9ce(0x306),'foldChildNodes':_0x3cf9ce(0x1f2),'collapseAllNodes':_0x3cf9ce(0x25b),'addDescription':_0x3cf9ce(0x2a3),'editCurrentNode':_0x3cf9ce(0x284),'bringToFront':'به\x20جلو\x20آوردن','sendToBack':_0x3cf9ce(0x2ba),'alignLeft':'تراز\x20چپ','alignRight':_0x3cf9ce(0x297),'alignTop':_0x3cf9ce(0x2cb),'alignBottom':'تراز\x20پایین','alignMiddle':_0x3cf9ce(0x27e),'alignCenter':_0x3cf9ce(0x239),'distributeHorizontally':_0x3cf9ce(0x29b),'distributeVertically':_0x3cf9ce(0x2dc),'disableObjectAlignment':_0x3cf9ce(0x206),'increaseFontSize':_0x3cf9ce(0x254),'decreaseFontSize':'کاهش\x20اندازهٔ\x20فونت','bold':_0x3cf9ce(0x294),'strikethrough':_0x3cf9ce(0x23e),'italic':_0x3cf9ce(0x2a4),'underline':_0x3cf9ce(0x2db),'link':_0x3cf9ce(0x273),'numberedList':'فهرست\x20شماره‌دار','bulletedList':_0x3cf9ce(0x256),'quote':'نقل‌قول','alignTextLeft':_0x3cf9ce(0x2da),'alignTextRight':'تراز\x20راست','alignTextCenter':'وسط‌چین'}}}};module[_0x3cf9ce(0x1ea)]=e;
@@ -1 +1 @@
1
- const _0x43d352=_0xecca;(function(_0x527297,_0x4b86a8){const _0x1f079a=_0xecca,_0x505a4b=_0x527297();while(!![]){try{const _0xdb135b=-parseInt(_0x1f079a(0x1df))/0x1+-parseInt(_0x1f079a(0x133))/0x2*(-parseInt(_0x1f079a(0x178))/0x3)+-parseInt(_0x1f079a(0x1c5))/0x4+parseInt(_0x1f079a(0x1fd))/0x5+parseInt(_0x1f079a(0x13f))/0x6*(-parseInt(_0x1f079a(0x101))/0x7)+-parseInt(_0x1f079a(0x1a1))/0x8+-parseInt(_0x1f079a(0x1c1))/0x9*(-parseInt(_0x1f079a(0x19f))/0xa);if(_0xdb135b===_0x4b86a8)break;else _0x505a4b['push'](_0x505a4b['shift']());}catch(_0x23d0d3){_0x505a4b['push'](_0x505a4b['shift']());}}}(_0x7a76,0x235c5));const e={'boards-ui':{'line':{'title':'Ligne'},'contextMenu':{'container':{'rename':_0x43d352(0x1c7),'fitToContent':_0x43d352(0x175),'selectContents':_0x43d352(0x1e2),'enableAutoResize':'Activer\x20le\x20redimensionnement\x20automatique','disableAutoResize':_0x43d352(0x108),'lockMembership':_0x43d352(0x167),'unlockMembership':_0x43d352(0x1d3),'disband':_0x43d352(0x1d5),'delete':_0x43d352(0x20c)},'containerChild':{'moveOut':_0x43d352(0x109),'selectParent':_0x43d352(0x1a6),'fitParent':_0x43d352(0x1f2)},'swimlaneLane':{'add':_0x43d352(0x174),'addBelow':_0x43d352(0x1b0),'addRight':_0x43d352(0x121),'remove':_0x43d352(0x145),'removeAndMovePrevious':_0x43d352(0x19e),'removeAndPromote':_0x43d352(0x1e7),'removeAndDeleteContent':_0x43d352(0x1f4),'removeAndMoveNext':_0x43d352(0x166),'rename':'Renommer\x20le\x20couloir','movePrevious':_0x43d352(0x177),'moveNext':'Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','expand':_0x43d352(0x204),'collapse':'Réduire\x20le\x20couloir'}},'popup':{'containerName':_0x43d352(0x1e9),'laneName':'Nom\x20du\x20couloir','cancel':_0x43d352(0xfc),'rename':_0x43d352(0x198)},'ink':{'finishEditing':_0x43d352(0x141),'enterEditing':_0x43d352(0x147)},'mindMap':{'description':_0x43d352(0x160),'descriptionPlaceholder':_0x43d352(0x17f),'saveDescription':_0x43d352(0x16b)},'panel':{'moreShapes':_0x43d352(0x1cf),'more':_0x43d352(0x16c),'back':_0x43d352(0x210),'close':_0x43d352(0x20b),'stickyNote':_0x43d352(0x144),'lineColor':_0x43d352(0x14d),'lineWidth':_0x43d352(0x1b7),'reverseMarkers':_0x43d352(0x114),'searchShapes':'Rechercher\x20des\x20formes','container':_0x43d352(0x151),'swimlane':_0x43d352(0x19c),'verticalSwimlane':'Couloir\x20vertical','horizontalSwimlane':_0x43d352(0x181),'vertical':_0x43d352(0x1ef),'horizontal':_0x43d352(0x10e),'tableCustomSize':_0x43d352(0x1af),'tableRows':_0x43d352(0x161),'tableColumns':_0x43d352(0x148),'tableInsert':_0x43d352(0x1f3),'customContainer':_0x43d352(0x131),'containerRatio16By9':_0x43d352(0x17e),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x43d352(0x136),'containerA4':'A4','mindMapGroupMindMap':'Carte\x20mentale','mindMapGroupTree':_0x43d352(0x1bb),'mindMapGroupTimeline':_0x43d352(0x13c),'mindMapRight':'Carte\x20mentale\x20vers\x20la\x20droite','mindMapLeft':'Carte\x20mentale\x20vers\x20la\x20gauche','mindMapHorizontal':_0x43d352(0x10c),'mindMapVertical':'Carte\x20mentale\x20verticale','mindMapTreeRight':_0x43d352(0x18f),'mindMapTreeLeft':_0x43d352(0x1aa),'mindMapTreeAlternate':_0x43d352(0x1e3),'mindMapTimelineHorizontal':'Chronologie\x20horizontale','mindMapTimelineVertical':'Chronologie\x20verticale','mindMapNodeText':_0x43d352(0x19a)},'settings':{'collaboratorCursors':'Curseurs\x20des\x20collaborateurs','find':'Rechercher','grid':_0x43d352(0x1e8),'preciseSelection':_0x43d352(0x1eb),'quickAdd':_0x43d352(0x1c6),'theme':_0x43d352(0x193),'themeOption':'Thème\x20{0}','themePreviewStart':_0x43d352(0x182),'themePreviewData':_0x43d352(0x165),'undo':_0x43d352(0xfc),'redo':'Rétablir','settings':_0x43d352(0x1b1),'objects':_0x43d352(0x1fb),'findBoardElements':'Trouver\x20des\x20éléments\x20du\x20tableau','noMatches':_0x43d352(0x1dc),'showDimensions':_0x43d352(0x1ab),'showToolbar':_0x43d352(0x17c),'translateInto':_0x43d352(0x120)},'objectListPanel':{'title':'Objets','empty':_0x43d352(0x16a),'showAll':'Afficher\x20tout','hideAll':_0x43d352(0x1f1),'moveForward':_0x43d352(0x139),'moveBackward':_0x43d352(0x138),'close':'Fermer','nameInput':_0x43d352(0x1d2),'hide':_0x43d352(0x208),'show':_0x43d352(0x180),'lock':_0x43d352(0x128),'unlock':_0x43d352(0x1be),'details':_0x43d352(0x15d),'locate':_0x43d352(0x158),'expand':_0x43d352(0x1de),'collapse':'Réduire','dragToReorder':_0x43d352(0x104),'search':_0x43d352(0x199),'filterAll':_0x43d352(0x1bc),'filterHidden':_0x43d352(0x15f),'filterLocked':'Verrouillés','sectionCanvas':'Calque\x20du\x20canevas','sectionFloating':_0x43d352(0x137),'name':_0x43d352(0x18e),'description':'Description','descriptionPlaceholder':_0x43d352(0x1a7),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20ses\x20détails','elementTypes':{'object':'Objet','connector':_0x43d352(0x188),'container':'Conteneur','group':_0x43d352(0x168),'image':_0x43d352(0x105),'chart':_0x43d352(0x1ec),'page':'Page','placeholder':_0x43d352(0x13e),'shape':_0x43d352(0x134),'table':_0x43d352(0x143),'text':'Texte','smartArt':'SmartArt','video':_0x43d352(0x100),'unit':'Unité','dom':_0x43d352(0x190)}},'find':{'lanePosition':_0x43d352(0x124),'tableCellPosition':'Ligne\x20{0},\x20Colonne\x20{1}','elementTypes':{'connector':'Connecteur','container':_0x43d352(0x151),'group':_0x43d352(0x168),'image':_0x43d352(0x105),'page':_0x43d352(0x117),'placeholder':_0x43d352(0x13e),'shape':_0x43d352(0x134),'table':_0x43d352(0x143),'text':'Texte'}},'themePresets':{'default':_0x43d352(0x186),'classic':_0x43d352(0x207),'vintage':_0x43d352(0x106),'gray':_0x43d352(0x1a8),'vibrant':_0x43d352(0x1d4),'blue':_0x43d352(0x17b)},'toolbar':{'resetColor':_0x43d352(0x1dd),'shape':_0x43d352(0x134),'text':_0x43d352(0x1e1),'stickyNote':'Note\x20autocollante','line':_0x43d352(0x188),'container':_0x43d352(0x151),'swimlane':_0x43d352(0x1f9),'table':'Tableau','chart':_0x43d352(0x1ec),'pen':_0x43d352(0x1a3),'mindMap':_0x43d352(0x14e),'resources':_0x43d352(0x1ce),'image':_0x43d352(0x105),'wrapInContainer':_0x43d352(0x194),'addSwimlaneLane':_0x43d352(0x174),'swimlaneMenu':'Couloir','swimlaneLaneMenu':'Élément\x20de\x20couloir','editBrushPath':_0x43d352(0x1d8),'arrange':_0x43d352(0x1f0),'bringToFront':_0x43d352(0x1e6),'bringForward':_0x43d352(0x139),'sendBackward':_0x43d352(0x138),'sendToBack':'Mettre\x20en\x20arrière-plan','more':_0x43d352(0x16c)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x43d352(0x1f8),'oval':'Ovale','diamond':'Losange','rectangle':'Rectangle','circle':_0x43d352(0x15e),'cylinder':'Cylindre','chevron':_0x43d352(0x12a),'rightArrowBlock':_0x43d352(0x110),'parallelogram':_0x43d352(0x13d),'trapezoid':_0x43d352(0x1b6),'speechBubble':_0x43d352(0xfb),'roundedCallout':'Légende\x20arrondie','rightTriangle':_0x43d352(0x11c),'triangle':_0x43d352(0x1cb),'star':_0x43d352(0x195),'hexagon':_0x43d352(0x191),'pentagon':_0x43d352(0x1e5),'octagon':_0x43d352(0x1ff),'leftArrow':_0x43d352(0x1d0),'rightArrow':_0x43d352(0x115),'leftRightArrow':_0x43d352(0xfe),'cloud':_0x43d352(0x196),'leftBrace':'Accolade\x20gauche','rightBrace':'Accolade\x20droite','plus':_0x43d352(0x16c),'actor':_0x43d352(0x185),'boundary':'Frontière','control':'Contrôle','entity':_0x43d352(0x1d7),'collection':_0x43d352(0x103),'dataFlowRoundedRectangle':_0x43d352(0x1f8),'dataFlowCircle':_0x43d352(0x15e),'dataFlowRoundedSquare':_0x43d352(0x153),'dataStorage1':'Stockage\x20de\x20données\x201','dataStorage2':_0x43d352(0x202),'dataStorage3':_0x43d352(0x1cd),'lineNone':_0x43d352(0x164),'lineDashedNone':'Ligne\x20pointillée\x20(sans\x20flèche)','lineOpenArrow':_0x43d352(0x107),'lineDoubleOpenArrow':'Double\x20flèche\x20ouverte','actorLifeline':_0x43d352(0x140),'boundaryLifeline':'Ligne\x20de\x20vie\x20de\x20frontière','controlLifeline':_0x43d352(0x150),'entityLifeline':_0x43d352(0x12e),'collectionLifeline':_0x43d352(0x1c8),'objectLifeline':_0x43d352(0x1f5),'magneticDiskLifeline':'Ligne\x20de\x20vie\x20de\x20disque\x20magnétique','directAccessStorageLifeline':_0x43d352(0x14f),'activationBar':_0x43d352(0x15c),'sequenceFragment':_0x43d352(0x11e),'sequenceAlternativeFragment':_0x43d352(0x10a),'umlClass':'Classe','umlInterface':'Interface','umlInterfaceShape':_0x43d352(0xf7),'umlClassifier':_0x43d352(0x1a5),'umlHollowDiamondConnector':'Connecteur\x20en\x20losange\x20creux','umlFilledDiamondConnector':_0x43d352(0xff),'umlFilledArrowConnector':_0x43d352(0x1b9),'umlDashedOpenArrowConnector':'Connecteur\x20à\x20flèche\x20ouverte\x20pointillée','umlDashedFilledArrowConnector':_0x43d352(0x18c),'erdEntity':_0x43d352(0x1d7),'erdKeyField':'Entité\x20de\x20clé','erdFieldType':_0x43d352(0x19b),'erdFull':'Entité\x20de\x20type\x20de\x20clé\x20de\x20champ','initialState':'État\x20initial','finalState':_0x43d352(0x19d),'stateBar':'Barre\x20d’état','requiredInterface':_0x43d352(0x126),'assemblyConnector':_0x43d352(0x183),'providedInterface':'Interface\x20fournie','componentBox':'Boîtier\x20de\x20composant','component':_0x43d352(0x1f7)},'shapeCategories':{'basics':_0x43d352(0x20f),'basicShapes':{'rectangle':_0x43d352(0x12c),'basicShape':_0x43d352(0x170),'blockArrow':_0x43d352(0x20e),'equationShape':'Formes\x20d’équation','flowchart':'Organigramme','starAndBanner':'Étoiles\x20et\x20bannières','callout':'Légendes','actionButton':_0x43d352(0x125),'other':_0x43d352(0x1d1)},'classDiagram':_0x43d352(0x1c2),'dataFlowDiagram':_0x43d352(0x1b5),'line':_0x43d352(0x203),'entityRelationshipDiagram':'Diagramme\x20entité-association','umlCustomShapes':_0x43d352(0x189),'umlSequenceDiagram':_0x43d352(0x169),'statusDiagram':_0x43d352(0x12d),'componentDiagram':_0x43d352(0x1e4)},'connector':{'toolbar':{'sourceMarker':'Flèche\x20source','swapMarkers':'Inverser\x20les\x20flèches','targetMarker':_0x43d352(0x1f6),'lineColor':_0x43d352(0x14d),'lineWidth':'Épaisseur','opacityPercent':_0x43d352(0x1ea),'settings':'Paramètres\x20du\x20trait','smoothElbow':_0x43d352(0x18b),'bridge':_0x43d352(0x1a2),'insertText':_0x43d352(0x1c9),'textSettings':_0x43d352(0x1b3),'alignLeft':_0x43d352(0x1fe),'alignCenter':_0x43d352(0x187),'alignRight':_0x43d352(0xf9),'bold':_0x43d352(0x119),'italic':_0x43d352(0x11a),'underline':_0x43d352(0x155),'strikethrough':'Barré','textColor':_0x43d352(0x127),'editText':_0x43d352(0x12b),'labelFill':_0x43d352(0x1da),'labelBorder':_0x43d352(0x1a9),'transparent':'Transparent','breakLineBehindText':_0x43d352(0x130),'textSection':_0x43d352(0x1e1),'labelSection':_0x43d352(0x156),'deleteText':'Supprimer\x20le\x20texte','more':'Plus'},'routing':{'straight':_0x43d352(0x11f),'elbow':_0x43d352(0xf8),'polyline':_0x43d352(0x14a),'curve':_0x43d352(0x206)},'strokeWidth':{'thin':_0x43d352(0x18a),'regular':'Normal','medium':_0x43d352(0x11d),'bold':_0x43d352(0x162)},'dash':{'solid':_0x43d352(0x116),'dashed':_0x43d352(0x14c),'dotted':_0x43d352(0x10b),'dashDot':_0x43d352(0x13b)},'marker':{'none':_0x43d352(0x12f),'arrow':_0x43d352(0x1ac),'filledArrow':_0x43d352(0x179),'openArrow':'Flèche\x20ouverte','triangle':_0x43d352(0x1cb),'filledTriangle':_0x43d352(0x102),'hollowTriangle':_0x43d352(0x1ad),'diamond':'Losange','hollowDiamond':'Losange\x20creux','filledDiamond':_0x43d352(0x17a),'circle':_0x43d352(0x15e),'filledCircle':_0x43d352(0x17d),'bar':_0x43d352(0x172),'doubleBar':_0x43d352(0x1c0),'crowFoot':'Patte\x20d’oie','crowsFoot':_0x43d352(0x135),'barCrowsFoot':'Patte\x20d’oie\x20avec\x20barre','circleCrowsFoot':_0x43d352(0x176),'circleBar':_0x43d352(0x205),'x':'X','cross':_0x43d352(0x18d),'plus':_0x43d352(0x16c),'zeroOrOne':'Zéro\x20ou\x20un','zeroOrMany':_0x43d352(0x200),'oneOrMany':_0x43d352(0x159)}},'zoom':{'dragMode':'Mode\x20glisser','fitContent':'Ajuster\x20au\x20contenu','zoomOptions':'Options\x20de\x20zoom','zoomTo100':_0x43d352(0x1db),'zoomToFit':_0x43d352(0x1a0),'zoomToSelection':_0x43d352(0x152),'zoomOut':_0x43d352(0x1ba),'resetZoom':_0x43d352(0x10f),'zoomIn':_0x43d352(0x20a),'help':_0x43d352(0x211)},'shortcutHelp':{'title':_0x43d352(0x112),'close':_0x43d352(0x16d),'sections':{'tools':_0x43d352(0x132),'navigator':'Navigateur','view':_0x43d352(0xf5),'selection':_0x43d352(0x1fa),'editing':'Modifier\x20une\x20forme','grouping':_0x43d352(0x1fc),'swimlane':_0x43d352(0x1f9),'mindMap':_0x43d352(0x14e),'layout':_0x43d352(0x142),'font':_0x43d352(0x118)},'items':{'showMoreShapes':'Afficher\x20plus\x20de\x20formes','roundedRectangle':_0x43d352(0x1f8),'rectangle':_0x43d352(0x20d),'oval':'Ovale','diamond':_0x43d352(0x1b8),'text':_0x43d352(0x1e1),'elbowConnector':_0x43d352(0x1d6),'line':_0x43d352(0x203),'stickyNote':_0x43d352(0x144),'search':_0x43d352(0x15a),'zoomWheel':_0x43d352(0x192),'zoomPinch':_0x43d352(0x192),'zoomTo100':_0x43d352(0x1db),'zoomToSelection':'Zoom\x20sur\x20la\x20sélection','zoomToFit':'Ajuster\x20à\x20la\x20page','enterFullScreen':'Passer\x20en\x20plein\x20écran','exitFullScreen':_0x43d352(0x1cc),'selectShape':_0x43d352(0x1fa),'selectAll':_0x43d352(0x113),'multipleSelect':_0x43d352(0x149),'invertSelection':_0x43d352(0xfd),'preciseSelection':_0x43d352(0x1eb),'deepSelect':'Sélection\x20imbriquée','editShape':_0x43d352(0x157),'copy':_0x43d352(0x197),'copyAsImage':_0x43d352(0xf6),'paste':_0x43d352(0x122),'cut':'Couper','makeCopy':_0x43d352(0x11b),'scale':_0x43d352(0x201),'copyStyle':'Copier\x20le\x20style','pasteStyle':_0x43d352(0x1ca),'moveAxisLocked':'Déplacer\x20horizontalement\x20/\x20verticalement','flipHorizontal':_0x43d352(0x1bd),'flipVertical':_0x43d352(0x13a),'undo':_0x43d352(0xfc),'redo':_0x43d352(0x1b4),'toggleQuickAdd':_0x43d352(0x212),'hideCollaboratorsCursors':_0x43d352(0x146),'toggleToolbar':_0x43d352(0x1e0),'delete':_0x43d352(0x209),'group':'Grouper','ungroup':_0x43d352(0x129),'selectUpperLayerGroups':_0x43d352(0x163),'selectShapesToGroup':_0x43d352(0x1ed),'swimlaneLaneRename':_0x43d352(0x1ee),'swimlaneLaneToggleCollapsed':'Réduire\x20/\x20déployer\x20le\x20couloir','swimlaneLaneMovePrevious':_0x43d352(0x177),'swimlaneLaneMoveNext':_0x43d352(0x123),'swimlaneLaneRemove':_0x43d352(0x145),'addSiblingNode':_0x43d352(0x1c3),'addChildNode':_0x43d352(0x184),'addParentNode':'Ajouter\x20un\x20nœud\x20parent','foldChildNodes':_0x43d352(0x14b),'collapseAllNodes':_0x43d352(0x15b),'addDescription':_0x43d352(0x1a7),'editCurrentNode':'Modifier\x20le\x20nœud\x20actuel','bringToFront':_0x43d352(0x1e6),'sendToBack':_0x43d352(0x154),'alignLeft':'Aligner\x20à\x20gauche','alignRight':_0x43d352(0xf9),'alignTop':'Aligner\x20en\x20haut','alignBottom':_0x43d352(0x16e),'alignMiddle':_0x43d352(0x1ae),'alignCenter':_0x43d352(0x1b2),'distributeHorizontally':_0x43d352(0x1d9),'distributeVertically':_0x43d352(0x1c4),'disableObjectAlignment':_0x43d352(0x111),'increaseFontSize':_0x43d352(0xfa),'decreaseFontSize':_0x43d352(0x16f),'bold':_0x43d352(0x119),'strikethrough':_0x43d352(0x171),'italic':'Italique','underline':_0x43d352(0x155),'link':'Lien','numberedList':'Liste\x20numérotée','bulletedList':_0x43d352(0x173),'quote':_0x43d352(0x10d),'alignTextLeft':_0x43d352(0x1fe),'alignTextRight':_0x43d352(0xf9),'alignTextCenter':_0x43d352(0x1bf)}}}};module[_0x43d352(0x1a4)]=e;function _0xecca(_0x27e208,_0x3a2084){_0x27e208=_0x27e208-0xf5;const _0x7a7652=_0x7a76();let _0xecca59=_0x7a7652[_0x27e208];return _0xecca59;}function _0x7a76(){const _0xf5c257=['Ajout\x20rapide','Renommer\x20le\x20conteneur','Ligne\x20de\x20vie\x20de\x20collection','Insérer\x20du\x20texte','Coller\x20le\x20style','Triangle','Quitter\x20le\x20plein\x20écran','Stockage\x20de\x20données\x203','Ressources','Plus\x20de\x20formes','Flèche\x20vers\x20la\x20gauche','Autres','Nom\x20de\x20l’objet','Déverrouiller\x20l’appartenance','Vif','Dissocier\x20le\x20conteneur','Connecteur\x20en\x20angle','Entité','Modifier\x20le\x20tracé\x20du\x20pinceau','Distribuer\x20horizontalement','Arrière-plan\x20de\x20l’étiquette','Zoom\x20100\x20%','Aucun\x20résultat','Réinitialiser\x20la\x20couleur','Développer','125231rwSUJp','Afficher\x20/\x20masquer\x20la\x20barre\x20d’outils','Texte','Sélectionner\x20le\x20contenu','Arbre\x20alterné','Diagramme\x20de\x20composants','Pentagone','Mettre\x20au\x20premier\x20plan','Sortir\x20le\x20contenu\x20et\x20supprimer\x20le\x20couloir','Grille','Nom\x20du\x20conteneur','Opacité\x20{0}%','Sélection\x20précise','Graphique','Sélectionner\x20les\x20formes\x20à\x20grouper','Renommer\x20le\x20couloir','Vertical','Organiser','Tout\x20masquer','Ajuster\x20le\x20conteneur\x20parent\x20au\x20contenu','Insérer','Supprimer\x20le\x20contenu\x20et\x20le\x20couloir','Ligne\x20de\x20vie\x20d’objet','Flèche\x20cible','Composant','Rectangle\x20arrondi','Couloir','Sélectionner\x20une\x20forme','Objets','Grouper\x20des\x20formes','1100160rHFfab','Aligner\x20à\x20gauche','Octogone','Zéro\x20ou\x20plusieurs','Mettre\x20à\x20l’échelle','Stockage\x20de\x20données\x202','Ligne','Déployer\x20le\x20couloir','Cercle\x20et\x20barre','Courbe','Classique','Masquer','Supprimer','Zoom\x20avant','Fermer','Supprimer\x20le\x20conteneur','Rectangle','Flèches\x20bloc','Bases','Retour','Aide','Afficher\x20/\x20masquer\x20l’ajout\x20rapide','Affichage','Copier\x20comme\x20image','Interface','Trait\x20à\x20angle\x20droit','Aligner\x20à\x20droite','Augmenter\x20la\x20taille\x20de\x20police','Bulle\x20de\x20dialogue','Annuler','Inverser\x20la\x20sélection','Flèche\x20gauche-droite','Connecteur\x20en\x20losange\x20plein','Vidéo','85267SyQldr','Triangle\x20plein','Collection','Faire\x20glisser\x20pour\x20réorganiser','Image','Vintage','Flèche\x20ouverte','Désactiver\x20le\x20redimensionnement\x20automatique','Sortir\x20du\x20conteneur','Fragment\x20de\x20séquence\x20alternative','Pointillés','Carte\x20mentale\x20horizontale','Citation','Horizontal','Réinitialiser\x20le\x20zoom','Bloc\x20flèche\x20vers\x20la\x20droite','Désactiver\x20l’alignement\x20des\x20objets','Raccourcis\x20clavier','Tout\x20sélectionner','Inverser\x20les\x20flèches','Flèche\x20vers\x20la\x20droite','Plein','Page','Paramètres\x20de\x20police','Gras','Italique','Créer\x20une\x20copie','Triangle\x20rectangle','Moyen','Fragment\x20de\x20séquence','Ligne\x20droite','Traduire\x20en','Ajouter\x20un\x20couloir\x20à\x20droite','Coller','Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','Couloir\x20{0}','Boutons\x20d’action','Interface\x20requise','Couleur\x20du\x20texte','Verrouiller','Dégrouper','Chevron','Modifier\x20le\x20texte','Rectangles','Diagramme\x20d’état','Ligne\x20de\x20vie\x20d’entité','Aucun','Interrompre\x20la\x20ligne\x20derrière\x20le\x20texte','Personnalisé','Outils','20266TADHFG','Forme','Patte\x20d’oie','1\x20:\x201','Calque\x20flottant','Reculer','Avancer','Retourner\x20verticalement','Tiret-point','Chronologie','Parallélogramme','Espace\x20réservé','114cDDVPD','Ligne\x20de\x20vie\x20d’acteur','Terminé','Disposition','Tableau','Note\x20autocollante','Supprimer\x20le\x20couloir','Masquer\x20les\x20curseurs\x20des\x20collaborateurs','Modifier\x20le\x20tracé','Colonnes','Sélectionner\x20/\x20désélectionner\x20plusieurs','Polyligne','Plier\x20/\x20déplier\x20les\x20nœuds\x20enfants','Tirets','Couleur\x20du\x20trait','Carte\x20mentale','Ligne\x20de\x20vie\x20de\x20stockage\x20à\x20accès\x20direct','Ligne\x20de\x20vie\x20de\x20contrôle','Conteneur','Zoom\x20sur\x20la\x20sélection','Carré\x20arrondi','Mettre\x20en\x20arrière-plan','Souligné','Étiquette','Modifier\x20la\x20forme','Localiser','Un\x20ou\x20plusieurs','Rechercher','Réduire\x20/\x20déployer\x20tous\x20les\x20nœuds','Barre\x20d’activation','Détails','Cercle','Masqués','Description','Lignes','Épais','Sélectionner\x20les\x20groupes\x20de\x20niveau\x20supérieur','Ligne\x20(sans\x20flèche)','Données','Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20suivant\x20et\x20supprimer','Verrouiller\x20l’appartenance','Groupe','Diagramme\x20de\x20séquence\x20UML','Aucun\x20objet','Enregistrer','Plus','Fermer\x20les\x20raccourcis','Aligner\x20en\x20bas','Diminuer\x20la\x20taille\x20de\x20police','Formes\x20basiques','Barré','Barre','Liste\x20à\x20puces','Ajouter\x20un\x20couloir','Ajuster\x20au\x20contenu','Patte\x20d’oie\x20avec\x20cercle','Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','6pZocye','Flèche\x20pleine','Losange\x20plein','Bleu','Afficher\x20la\x20barre\x20d’outils','Cercle\x20plein','16\x20:\x209','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','Afficher','Couloir\x20horizontal','Démarrer','Connecteur\x20d’assemblage','Ajouter\x20un\x20nœud\x20enfant','Acteur','Par\x20défaut','Aligner\x20au\x20centre','Connecteur','Formes\x20UML\x20personnalisées','Fin','Trait\x20en\x20angle','Connecteur\x20à\x20flèche\x20pleine\x20pointillée','Croix','Nom','Arbre\x20à\x20droite','DOM','Hexagone','Zoom\x20avant\x20/\x20arrière','Thème','Inclure\x20dans\x20un\x20conteneur','Étoile','Nuage','Copier','Renommer','Rechercher\x20des\x20objets','Ajouter\x20du\x20texte','Entité\x20de\x20type\x20de\x20champ','Piste\x20/\x20Couloir','État\x20final','Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20précédent\x20et\x20supprimer','7106330wNvlxP','Ajuster\x20à\x20la\x20page','1653656KLighC','Pont\x20de\x20trait','Stylo','exports','Classificateur','Sélectionner\x20le\x20conteneur\x20parent','Ajouter\x20une\x20description','Gris','Bordure\x20de\x20l’étiquette','Arbre\x20à\x20gauche','Afficher\x20les\x20dimensions','Flèche','Triangle\x20creux','Centrer\x20verticalement','Taille\x20personnalisée','Ajouter\x20un\x20couloir\x20en\x20dessous','Paramètres','Centrer\x20horizontalement','Paramètres\x20du\x20texte','Rétablir','Diagramme\x20de\x20flux\x20de\x20données','Trapèze','Épaisseur\x20du\x20trait','Losange','Connecteur\x20à\x20flèche\x20pleine','Zoom\x20arrière','Diagramme\x20en\x20arbre','Tous','Retourner\x20horizontalement','Déverrouiller','Centrer','Double\x20barre','9EVveep','Diagramme\x20de\x20classes','Ajouter\x20un\x20nœud\x20frère','Distribuer\x20verticalement','970868pzPeDQ'];_0x7a76=function(){return _0xf5c257;};return _0x7a76();}
1
+ function _0x2739(){const _0x31ebda=['Entité\x20de\x20type\x20de\x20clé\x20de\x20champ','Sélection\x20imbriquée','Arrière-plan\x20de\x20l’étiquette','Ajuster\x20à\x20la\x20page','Groupe','Ligne\x20de\x20vie\x20de\x20collection','Distribuer\x20verticalement','Déverrouiller\x20l’appartenance','Tiret-point','Flèche','Ovale','Nom','5bujNDC','Bordure\x20de\x20l’étiquette','Étiquette','Arbre\x20alterné','Rectangle','Transparent','Formes\x20UML\x20personnalisées','Sortir\x20du\x20conteneur','Losange\x20plein','Rectangle\x20arrondi','Nom\x20de\x20l’objet','Cercle','Trait\x20en\x20angle','Insérer\x20du\x20texte','Patte\x20d’oie\x20avec\x20barre','Vintage','Aligner\x20à\x20droite','Plus\x20de\x20formes','Cercle\x20plein','Annuler','Double\x20flèche\x20ouverte','Un\x20ou\x20plusieurs','Triangle\x20rectangle','Enregistrer\x20sous','Flèche\x20source','4477365tZaGZw','Chronologie','Normal','Fragment\x20de\x20séquence','Réinitialiser\x20le\x20zoom','Contrôle','Carte\x20mentale\x20vers\x20la\x20droite','Citation','Dégrouper','Page','Opacité\x20{0}%','303317HkMDeQ','Objet','Calque\x20flottant','Note\x20autocollante','Faire\x20glisser\x20pour\x20réorganiser','Ajouter\x20un\x20nœud\x20frère','Traduire\x20en','Bloc\x20flèche\x20vers\x20la\x20droite','Stockage\x20de\x20données\x201','Accolade\x20droite','Curseurs\x20des\x20collaborateurs','Copier\x20comme\x20image','Couleur\x20du\x20trait','Copier','Interrompre\x20la\x20ligne\x20derrière\x20le\x20texte','Calque\x20du\x20canevas','Diagramme\x20entité-association','Barre\x20d’activation','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20ses\x20détails','Afficher\x20/\x20masquer\x20la\x20barre\x20d’outils','exports','Modifier\x20le\x20tracé\x20du\x20pinceau','Tous','Modifier\x20une\x20forme','Polyligne','Déplacer\x20horizontalement\x20/\x20verticalement','Couleur\x20du\x20texte','Rectangles','Pointillés','Rechercher\x20des\x20formes','Centrer\x20verticalement','Activer\x20le\x20redimensionnement\x20automatique','Entité\x20de\x20clé','Texte','Mettre\x20au\x20premier\x20plan','Aligner\x20en\x20haut','Ajouter\x20une\x20description','Image','Couloir\x20{0}','Nom\x20du\x20conteneur','Masquer','Diminuer\x20la\x20taille\x20de\x20police','Classificateur','Désactiver\x20le\x20redimensionnement\x20automatique','Organiser','Pentagone','Enregistrer','Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','Losange\x20creux','Plier\x20/\x20déplier\x20les\x20nœuds\x20enfants','Cercle\x20et\x20barre','Afficher\x20la\x20barre\x20d’outils','Barré','Zoom\x20sur\x20la\x20sélection','Zoom\x20avant','Rétablir','Classe','Localiser','Afficher\x20tout','Diagramme\x20de\x20séquence\x20UML','Paramètres\x20de\x20police','Boîtier\x20de\x20composant','Insérer','Verrouiller\x20l’appartenance','Afficher\x20plus\x20de\x20formes','Sortir\x20le\x20contenu\x20et\x20supprimer\x20le\x20couloir','Diagramme\x20de\x20classes','Gras','Verrouillés','Aucun','Bulle\x20de\x20dialogue','Épaisseur','Chevron','Sélectionner\x20les\x20formes\x20à\x20grouper','Afficher\x20/\x20masquer\x20l’ajout\x20rapide','Fermer','Retour','Paramètres\x20du\x20trait','Italique','Bleu','Pont\x20de\x20trait','Développer','Zoom\x20100\x20%','Distribuer\x20horizontalement','Ligne\x20droite','Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20précédent\x20et\x20supprimer','Stylo','Courbe','Connecteur\x20à\x20flèche\x20ouverte\x20pointillée','Boutons\x20d’action','Piste\x20/\x20Couloir','Terminé','Connecteur','Entité','Affichage','Formes\x20basiques','Reculer','Carte\x20mentale\x20vers\x20la\x20gauche','Vertical','Supprimer\x20le\x20couloir','Graphique','3508140wrgPeo','Épaisseur\x20du\x20trait','Stockage\x20de\x20données\x203','Parallélogramme','Dissocier\x20le\x20conteneur','Barre','Accolade\x20gauche','Inclure\x20dans\x20un\x20conteneur','1\x20:\x201','Patte\x20d’oie','Couloir\x20horizontal','Flèche\x20vers\x20la\x20gauche','Aucun\x20objet','Centrer','Lien','Ligne\x20de\x20vie\x20d’objet','Triangle\x20plein','Trouver\x20des\x20éléments\x20du\x20tableau','Thème\x20{0}','Ajuster\x20le\x20conteneur\x20parent\x20au\x20contenu','Renommer\x20le\x20couloir','Créer\x20une\x20copie','Supprimer','Légendes','Carte\x20mentale','5903048SfaWcJ','Mettre\x20à\x20l’échelle','Croix','Chronologie\x20verticale','Arbre\x20à\x20droite','Démarrer','Souligné','Triangle','Sélectionner\x20les\x20groupes\x20de\x20niveau\x20supérieur','Barre\x20de\x20défilement\x20de\x20la\x20vue','Ligne\x20de\x20vie\x20de\x20stockage\x20à\x20accès\x20direct','Sélectionner\x20une\x20forme','Connecteur\x20en\x20losange\x20plein','Zoom\x20arrière','Ligne\x20de\x20vie\x20de\x20frontière','Vidéo','Ligne\x20de\x20vie\x20d’acteur','Connecteur\x20d’assemblage','Afficher','Mettre\x20en\x20arrière-plan','Réduire\x20/\x20déployer\x20tous\x20les\x20nœuds','Mode\x20glisser','Données','Ajouter\x20un\x20couloir','Détails','Forme','Modifier\x20le\x20texte','Sélection\x20précise','Aligner\x20à\x20gauche','Tout\x20sélectionner','Paramètres\x20du\x20texte','355248kvkMBA','Aligner\x20au\x20centre','Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20suivant\x20et\x20supprimer','Grille','Sélectionner\x20le\x20contenu','Fragment\x20de\x20séquence\x20alternative','Ligne\x20de\x20vie\x20de\x20contrôle','Supprimer\x20le\x20contenu\x20et\x20le\x20couloir','3273438yszMcI','Collection','Rechercher\x20des\x20objets','Couloir','Carte\x20mentale\x20verticale','Colonnes','Outils','Passer\x20en\x20plein\x20écran','Quitter\x20le\x20plein\x20écran','Hexagone','Trait\x20à\x20angle\x20droit','Formes\x20d’équation','Ligne','Flèche\x20pleine','Connecteur\x20en\x20angle','Augmenter\x20la\x20taille\x20de\x20police','Espace\x20réservé','Aucun\x20résultat','Zéro\x20ou\x20plusieurs','Disposition','Description','Chronologie\x20horizontale','Renommer','Losange','Zoom\x20avant\x20/\x20arrière','Ajouter\x20un\x20nœud\x20parent','Déverrouiller','1581300sNrALI','Afficher\x20les\x20dimensions','Désactiver\x20l’alignement\x20des\x20objets','Connecteur\x20à\x20flèche\x20pleine','Réinitialiser\x20la\x20couleur','Personnalisé','Navigateur','Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','16\x20:\x209','Avancer','Interface','Retourner\x20horizontalement','Cylindre','10hlnTqm','Tableau','Flèche\x20gauche-droite','Ajouter\x20un\x20nœud\x20enfant','Plein','Fin','Unité','Ressources','Plus','Raccourcis\x20clavier','SmartArt','Interface\x20fournie','Ajouter\x20un\x20couloir\x20en\x20dessous','Arbre\x20à\x20gauche','Liste\x20numérotée','Supprimer\x20le\x20conteneur','3dVmpHv','Diagramme\x20de\x20composants','Ajuster\x20au\x20contenu','Taille\x20personnalisée','Thème','272hyAnUs','Trapèze','Coller','Objets','Étoile','Entité\x20de\x20type\x20de\x20champ','Ligne\x20(sans\x20flèche)','Conteneur','Flèche\x20cible','Nuage','Ajout\x20rapide','Réduire','Interface\x20requise','Carte\x20mentale\x20horizontale','Grouper','Déployer\x20le\x20couloir','Verrouiller','Rechercher','Couper','Inverser\x20les\x20flèches','Zéro\x20ou\x20un','44XNQicz','Triangle\x20creux','Gris'];_0x2739=function(){return _0x31ebda;};return _0x2739();}const _0x4d0779=_0x5dd5;(function(_0x50e2f5,_0x251735){const _0x5b2c50=_0x5dd5,_0x359bda=_0x50e2f5();while(!![]){try{const _0x424e17=parseInt(_0x5b2c50(0x105))/0x1+parseInt(_0x5b2c50(0xea))/0x2+-parseInt(_0x5b2c50(0x122))/0x3*(parseInt(_0x5b2c50(0xc3))/0x4)+-parseInt(_0x5b2c50(0x14b))/0x5*(parseInt(_0x5b2c50(0xe2))/0x6)+-parseInt(_0x5b2c50(0x16f))/0x7*(parseInt(_0x5b2c50(0x127))/0x8)+parseInt(_0x5b2c50(0x164))/0x9*(-parseInt(_0x5b2c50(0x112))/0xa)+-parseInt(_0x5b2c50(0x13c))/0xb*(-parseInt(_0x5b2c50(0x1d4))/0xc);if(_0x424e17===_0x251735)break;else _0x359bda['push'](_0x359bda['shift']());}catch(_0x2918ff){_0x359bda['push'](_0x359bda['shift']());}}}(_0x2739,0xd741a));const e={'boards-ui':{'line':{'title':_0x4d0779(0xf6)},'contextMenu':{'container':{'rename':'Renommer\x20le\x20conteneur','fitToContent':_0x4d0779(0x124),'selectContents':_0x4d0779(0xe6),'enableAutoResize':_0x4d0779(0x18e),'disableAutoResize':_0x4d0779(0x19a),'lockMembership':_0x4d0779(0x1ae),'unlockMembership':_0x4d0779(0x146),'disband':_0x4d0779(0x1d8),'delete':_0x4d0779(0x121)},'containerChild':{'moveOut':_0x4d0779(0x152),'selectParent':'Sélectionner\x20le\x20conteneur\x20parent','fitParent':_0x4d0779(0xbd)},'swimlaneLane':{'add':_0x4d0779(0xda),'addBelow':_0x4d0779(0x11e),'addRight':'Ajouter\x20un\x20couloir\x20à\x20droite','remove':_0x4d0779(0x1d2),'removeAndMovePrevious':_0x4d0779(0x1c4),'removeAndPromote':_0x4d0779(0x1b0),'removeAndDeleteContent':_0x4d0779(0xe9),'removeAndMoveNext':_0x4d0779(0xe4),'rename':_0x4d0779(0xbe),'movePrevious':_0x4d0779(0x19e),'moveNext':_0x4d0779(0x10c),'expand':_0x4d0779(0x136),'collapse':'Réduire\x20le\x20couloir'}},'popup':{'containerName':_0x4d0779(0x196),'laneName':'Nom\x20du\x20couloir','cancel':'Annuler','rename':_0x4d0779(0x100)},'ink':{'finishEditing':_0x4d0779(0x1ca),'enterEditing':'Modifier\x20le\x20tracé'},'mindMap':{'description':_0x4d0779(0xfe),'descriptionPlaceholder':'Ajouter\x20une\x20description\x20à\x20ce\x20nœud','saveDescription':_0x4d0779(0x19d)},'panel':{'moreShapes':_0x4d0779(0x15c),'more':_0x4d0779(0x11a),'back':_0x4d0779(0x1bb),'close':_0x4d0779(0x1ba),'stickyNote':_0x4d0779(0x172),'lineColor':_0x4d0779(0x17b),'lineWidth':_0x4d0779(0x1d5),'reverseMarkers':'Inverser\x20les\x20flèches','searchShapes':_0x4d0779(0x18c),'container':_0x4d0779(0x12e),'swimlane':_0x4d0779(0x1c9),'verticalSwimlane':'Couloir\x20vertical','horizontalSwimlane':_0x4d0779(0x1de),'vertical':_0x4d0779(0x1d1),'horizontal':'Horizontal','tableCustomSize':_0x4d0779(0x125),'tableRows':'Lignes','tableColumns':_0x4d0779(0xef),'tableInsert':_0x4d0779(0x1ad),'customContainer':_0x4d0779(0x10a),'containerRatio16By9':_0x4d0779(0x10d),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x4d0779(0x1dc),'containerA4':'A4','mindMapGroupMindMap':_0x4d0779(0xc2),'mindMapGroupTree':'Diagramme\x20en\x20arbre','mindMapGroupTimeline':_0x4d0779(0x165),'mindMapRight':_0x4d0779(0x16a),'mindMapLeft':_0x4d0779(0x1d0),'mindMapHorizontal':_0x4d0779(0x134),'mindMapVertical':_0x4d0779(0xee),'mindMapTreeRight':_0x4d0779(0xc7),'mindMapTreeLeft':_0x4d0779(0x11f),'mindMapTreeAlternate':_0x4d0779(0x14e),'mindMapTimelineHorizontal':_0x4d0779(0xff),'mindMapTimelineVertical':_0x4d0779(0xc6),'mindMapNodeText':'Ajouter\x20du\x20texte'},'settings':{'collaboratorCursors':_0x4d0779(0x179),'find':_0x4d0779(0x138),'grid':_0x4d0779(0xe5),'viewportBar':_0x4d0779(0xcc),'preciseSelection':_0x4d0779(0xde),'quickAdd':_0x4d0779(0x131),'theme':_0x4d0779(0x126),'themeOption':_0x4d0779(0xbc),'themePreviewStart':_0x4d0779(0xc8),'themePreviewData':_0x4d0779(0xd9),'undo':_0x4d0779(0x15e),'redo':'Rétablir','settings':'Paramètres','objects':_0x4d0779(0x12a),'findBoardElements':_0x4d0779(0x1e5),'noMatches':_0x4d0779(0xfb),'showDimensions':_0x4d0779(0x106),'showToolbar':_0x4d0779(0x1a2),'saveAs':_0x4d0779(0x162),'translateInto':_0x4d0779(0x175)},'objectListPanel':{'title':_0x4d0779(0x12a),'empty':_0x4d0779(0x1e0),'showAll':_0x4d0779(0x1a9),'hideAll':'Tout\x20masquer','moveForward':_0x4d0779(0x10e),'moveBackward':_0x4d0779(0x1cf),'close':_0x4d0779(0x1ba),'nameInput':_0x4d0779(0x155),'hide':_0x4d0779(0x197),'show':_0x4d0779(0xd5),'lock':_0x4d0779(0x137),'unlock':_0x4d0779(0x104),'details':_0x4d0779(0xdb),'locate':_0x4d0779(0x1a8),'expand':_0x4d0779(0x1c0),'collapse':_0x4d0779(0x132),'dragToReorder':_0x4d0779(0x173),'search':_0x4d0779(0xec),'filterAll':_0x4d0779(0x185),'filterHidden':'Masqués','filterLocked':_0x4d0779(0x1b3),'sectionCanvas':_0x4d0779(0x17e),'sectionFloating':_0x4d0779(0x171),'name':_0x4d0779(0x14a),'description':_0x4d0779(0xfe),'descriptionPlaceholder':_0x4d0779(0x193),'noSelection':_0x4d0779(0x181),'elementTypes':{'object':_0x4d0779(0x170),'connector':_0x4d0779(0x1cb),'container':_0x4d0779(0x12e),'group':_0x4d0779(0x143),'image':_0x4d0779(0x194),'chart':_0x4d0779(0x1d3),'page':_0x4d0779(0x16d),'placeholder':_0x4d0779(0xfa),'shape':_0x4d0779(0xdc),'table':_0x4d0779(0x113),'text':_0x4d0779(0x190),'smartArt':_0x4d0779(0x11c),'video':_0x4d0779(0xd2),'unit':_0x4d0779(0x118),'dom':'DOM'}},'find':{'lanePosition':_0x4d0779(0x195),'tableCellPosition':'Ligne\x20{0},\x20Colonne\x20{1}','elementTypes':{'connector':_0x4d0779(0x1cb),'container':'Conteneur','group':_0x4d0779(0x143),'image':_0x4d0779(0x194),'page':_0x4d0779(0x16d),'placeholder':'Espace\x20réservé','shape':_0x4d0779(0xdc),'table':_0x4d0779(0x113),'text':'Texte'}},'themePresets':{'default':'Par\x20défaut','classic':'Classique','vintage':_0x4d0779(0x15a),'gray':_0x4d0779(0x13e),'vibrant':'Vif','blue':_0x4d0779(0x1be)},'toolbar':{'resetColor':_0x4d0779(0x109),'shape':'Forme','text':_0x4d0779(0x190),'stickyNote':'Note\x20autocollante','line':_0x4d0779(0x1cb),'container':_0x4d0779(0x12e),'swimlane':_0x4d0779(0xed),'table':'Tableau','chart':_0x4d0779(0x1d3),'pen':_0x4d0779(0x1c5),'mindMap':_0x4d0779(0xc2),'resources':_0x4d0779(0x119),'image':_0x4d0779(0x194),'wrapInContainer':_0x4d0779(0x1db),'addSwimlaneLane':_0x4d0779(0xda),'swimlaneMenu':_0x4d0779(0xed),'swimlaneLaneMenu':'Élément\x20de\x20couloir','editBrushPath':_0x4d0779(0x184),'arrange':_0x4d0779(0x19b),'bringToFront':'Mettre\x20au\x20premier\x20plan','bringForward':_0x4d0779(0x10e),'sendBackward':_0x4d0779(0x1cf),'sendToBack':_0x4d0779(0xd6),'more':_0x4d0779(0x11a)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x4d0779(0x154),'oval':_0x4d0779(0x149),'diamond':_0x4d0779(0x101),'rectangle':_0x4d0779(0x14f),'circle':_0x4d0779(0x156),'cylinder':_0x4d0779(0x111),'chevron':_0x4d0779(0x1b7),'rightArrowBlock':_0x4d0779(0x176),'parallelogram':_0x4d0779(0x1d7),'trapezoid':_0x4d0779(0x128),'speechBubble':_0x4d0779(0x1b5),'roundedCallout':'Légende\x20arrondie','rightTriangle':_0x4d0779(0x161),'triangle':_0x4d0779(0xca),'star':_0x4d0779(0x12b),'hexagon':_0x4d0779(0xf3),'pentagon':_0x4d0779(0x19c),'octagon':'Octogone','leftArrow':_0x4d0779(0x1df),'rightArrow':'Flèche\x20vers\x20la\x20droite','leftRightArrow':_0x4d0779(0x114),'cloud':_0x4d0779(0x130),'leftBrace':_0x4d0779(0x1da),'rightBrace':_0x4d0779(0x178),'plus':_0x4d0779(0x11a),'actor':'Acteur','boundary':'Frontière','control':_0x4d0779(0x169),'entity':_0x4d0779(0x1cc),'collection':_0x4d0779(0xeb),'dataFlowRoundedRectangle':'Rectangle\x20arrondi','dataFlowCircle':_0x4d0779(0x156),'dataFlowRoundedSquare':'Carré\x20arrondi','dataStorage1':_0x4d0779(0x177),'dataStorage2':'Stockage\x20de\x20données\x202','dataStorage3':_0x4d0779(0x1d6),'lineNone':_0x4d0779(0x12d),'lineDashedNone':'Ligne\x20pointillée\x20(sans\x20flèche)','lineOpenArrow':'Flèche\x20ouverte','lineDoubleOpenArrow':_0x4d0779(0x15f),'actorLifeline':_0x4d0779(0xd3),'boundaryLifeline':_0x4d0779(0xd1),'controlLifeline':_0x4d0779(0xe8),'entityLifeline':'Ligne\x20de\x20vie\x20d’entité','collectionLifeline':_0x4d0779(0x144),'objectLifeline':_0x4d0779(0x1e3),'magneticDiskLifeline':'Ligne\x20de\x20vie\x20de\x20disque\x20magnétique','directAccessStorageLifeline':_0x4d0779(0xcd),'activationBar':_0x4d0779(0x180),'sequenceFragment':_0x4d0779(0x167),'sequenceAlternativeFragment':_0x4d0779(0xe7),'umlClass':_0x4d0779(0x1a7),'umlInterface':_0x4d0779(0x10f),'umlInterfaceShape':_0x4d0779(0x10f),'umlClassifier':_0x4d0779(0x199),'umlHollowDiamondConnector':'Connecteur\x20en\x20losange\x20creux','umlFilledDiamondConnector':_0x4d0779(0xcf),'umlFilledArrowConnector':_0x4d0779(0x108),'umlDashedOpenArrowConnector':_0x4d0779(0x1c7),'umlDashedFilledArrowConnector':'Connecteur\x20à\x20flèche\x20pleine\x20pointillée','erdEntity':'Entité','erdKeyField':_0x4d0779(0x18f),'erdFieldType':_0x4d0779(0x12c),'erdFull':_0x4d0779(0x13f),'initialState':'État\x20initial','finalState':'État\x20final','stateBar':'Barre\x20d’état','requiredInterface':_0x4d0779(0x133),'assemblyConnector':_0x4d0779(0xd4),'providedInterface':_0x4d0779(0x11d),'componentBox':_0x4d0779(0x1ac),'component':'Composant'},'shapeCategories':{'basics':'Bases','basicShapes':{'rectangle':_0x4d0779(0x18a),'basicShape':_0x4d0779(0x1ce),'blockArrow':'Flèches\x20bloc','equationShape':_0x4d0779(0xf5),'flowchart':'Organigramme','starAndBanner':'Étoiles\x20et\x20bannières','callout':_0x4d0779(0xc1),'actionButton':_0x4d0779(0x1c8),'other':'Autres'},'classDiagram':_0x4d0779(0x1b1),'dataFlowDiagram':'Diagramme\x20de\x20flux\x20de\x20données','line':_0x4d0779(0xf6),'entityRelationshipDiagram':_0x4d0779(0x17f),'umlCustomShapes':_0x4d0779(0x151),'umlSequenceDiagram':_0x4d0779(0x1aa),'statusDiagram':'Diagramme\x20d’état','componentDiagram':_0x4d0779(0x123)},'connector':{'toolbar':{'sourceMarker':_0x4d0779(0x163),'swapMarkers':_0x4d0779(0x13a),'targetMarker':_0x4d0779(0x12f),'lineColor':_0x4d0779(0x17b),'lineWidth':_0x4d0779(0x1b6),'opacityPercent':_0x4d0779(0x16e),'settings':_0x4d0779(0x1bc),'smoothElbow':_0x4d0779(0x157),'bridge':_0x4d0779(0x1bf),'insertText':_0x4d0779(0x158),'textSettings':_0x4d0779(0xe1),'alignLeft':_0x4d0779(0xdf),'alignCenter':_0x4d0779(0xe3),'alignRight':_0x4d0779(0x15b),'bold':_0x4d0779(0x1b2),'italic':'Italique','underline':_0x4d0779(0xc9),'strikethrough':'Barré','textColor':_0x4d0779(0x189),'editText':_0x4d0779(0xdd),'labelFill':_0x4d0779(0x141),'labelBorder':_0x4d0779(0x14c),'transparent':_0x4d0779(0x150),'breakLineBehindText':_0x4d0779(0x17d),'textSection':_0x4d0779(0x190),'labelSection':_0x4d0779(0x14d),'deleteText':'Supprimer\x20le\x20texte','more':_0x4d0779(0x11a)},'routing':{'straight':_0x4d0779(0x1c3),'elbow':_0x4d0779(0xf4),'polyline':_0x4d0779(0x187),'curve':_0x4d0779(0x1c6)},'strokeWidth':{'thin':_0x4d0779(0x117),'regular':_0x4d0779(0x166),'medium':'Moyen','bold':'Épais'},'dash':{'solid':_0x4d0779(0x116),'dashed':'Tirets','dotted':_0x4d0779(0x18b),'dashDot':_0x4d0779(0x147)},'marker':{'none':_0x4d0779(0x1b4),'arrow':_0x4d0779(0x148),'filledArrow':_0x4d0779(0xf7),'openArrow':'Flèche\x20ouverte','triangle':'Triangle','filledTriangle':_0x4d0779(0x1e4),'hollowTriangle':_0x4d0779(0x13d),'diamond':_0x4d0779(0x101),'hollowDiamond':_0x4d0779(0x19f),'filledDiamond':_0x4d0779(0x153),'circle':'Cercle','filledCircle':_0x4d0779(0x15d),'bar':_0x4d0779(0x1d9),'doubleBar':'Double\x20barre','crowFoot':_0x4d0779(0x1dd),'crowsFoot':'Patte\x20d’oie','barCrowsFoot':_0x4d0779(0x159),'circleCrowsFoot':'Patte\x20d’oie\x20avec\x20cercle','circleBar':_0x4d0779(0x1a1),'x':'X','cross':_0x4d0779(0xc5),'plus':_0x4d0779(0x11a),'zeroOrOne':_0x4d0779(0x13b),'zeroOrMany':_0x4d0779(0xfc),'oneOrMany':_0x4d0779(0x160)}},'zoom':{'dragMode':_0x4d0779(0xd8),'fitContent':_0x4d0779(0x124),'zoomOptions':'Options\x20de\x20zoom','zoomTo100':'Zoom\x20100\x20%','zoomToFit':'Ajuster\x20à\x20la\x20page','zoomToSelection':_0x4d0779(0x1a4),'zoomOut':_0x4d0779(0xd0),'resetZoom':_0x4d0779(0x168),'zoomIn':_0x4d0779(0x1a5),'help':'Aide'},'shortcutHelp':{'title':_0x4d0779(0x11b),'close':'Fermer\x20les\x20raccourcis','sections':{'tools':_0x4d0779(0xf0),'navigator':_0x4d0779(0x10b),'view':_0x4d0779(0x1cd),'selection':_0x4d0779(0xce),'editing':_0x4d0779(0x186),'grouping':'Grouper\x20des\x20formes','swimlane':_0x4d0779(0xed),'mindMap':_0x4d0779(0xc2),'layout':_0x4d0779(0xfd),'font':_0x4d0779(0x1ab)},'items':{'showMoreShapes':_0x4d0779(0x1af),'roundedRectangle':'Rectangle\x20arrondi','rectangle':'Rectangle','oval':'Ovale','diamond':_0x4d0779(0x101),'text':_0x4d0779(0x190),'elbowConnector':_0x4d0779(0xf8),'line':_0x4d0779(0xf6),'stickyNote':'Note\x20autocollante','search':_0x4d0779(0x138),'zoomWheel':'Zoom\x20avant\x20/\x20arrière','zoomPinch':_0x4d0779(0x102),'zoomTo100':_0x4d0779(0x1c1),'zoomToSelection':_0x4d0779(0x1a4),'zoomToFit':_0x4d0779(0x142),'enterFullScreen':_0x4d0779(0xf1),'exitFullScreen':_0x4d0779(0xf2),'selectShape':_0x4d0779(0xce),'selectAll':_0x4d0779(0xe0),'multipleSelect':'Sélectionner\x20/\x20désélectionner\x20plusieurs','invertSelection':'Inverser\x20la\x20sélection','preciseSelection':_0x4d0779(0xde),'deepSelect':_0x4d0779(0x140),'editShape':'Modifier\x20la\x20forme','copy':_0x4d0779(0x17c),'copyAsImage':_0x4d0779(0x17a),'paste':_0x4d0779(0x129),'cut':_0x4d0779(0x139),'makeCopy':_0x4d0779(0xbf),'scale':_0x4d0779(0xc4),'copyStyle':'Copier\x20le\x20style','pasteStyle':'Coller\x20le\x20style','moveAxisLocked':_0x4d0779(0x188),'flipHorizontal':_0x4d0779(0x110),'flipVertical':'Retourner\x20verticalement','undo':'Annuler','redo':_0x4d0779(0x1a6),'toggleQuickAdd':_0x4d0779(0x1b9),'hideCollaboratorsCursors':'Masquer\x20les\x20curseurs\x20des\x20collaborateurs','toggleToolbar':_0x4d0779(0x182),'delete':_0x4d0779(0xc0),'group':_0x4d0779(0x135),'ungroup':_0x4d0779(0x16c),'selectUpperLayerGroups':_0x4d0779(0xcb),'selectShapesToGroup':_0x4d0779(0x1b8),'swimlaneLaneRename':_0x4d0779(0xbe),'swimlaneLaneToggleCollapsed':'Réduire\x20/\x20déployer\x20le\x20couloir','swimlaneLaneMovePrevious':'Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','swimlaneLaneMoveNext':_0x4d0779(0x10c),'swimlaneLaneRemove':_0x4d0779(0x1d2),'addSiblingNode':_0x4d0779(0x174),'addChildNode':_0x4d0779(0x115),'addParentNode':_0x4d0779(0x103),'foldChildNodes':_0x4d0779(0x1a0),'collapseAllNodes':_0x4d0779(0xd7),'addDescription':'Ajouter\x20une\x20description','editCurrentNode':'Modifier\x20le\x20nœud\x20actuel','bringToFront':_0x4d0779(0x191),'sendToBack':'Mettre\x20en\x20arrière-plan','alignLeft':_0x4d0779(0xdf),'alignRight':_0x4d0779(0x15b),'alignTop':_0x4d0779(0x192),'alignBottom':'Aligner\x20en\x20bas','alignMiddle':_0x4d0779(0x18d),'alignCenter':'Centrer\x20horizontalement','distributeHorizontally':_0x4d0779(0x1c2),'distributeVertically':_0x4d0779(0x145),'disableObjectAlignment':_0x4d0779(0x107),'increaseFontSize':_0x4d0779(0xf9),'decreaseFontSize':_0x4d0779(0x198),'bold':_0x4d0779(0x1b2),'strikethrough':_0x4d0779(0x1a3),'italic':_0x4d0779(0x1bd),'underline':'Souligné','link':_0x4d0779(0x1e2),'numberedList':_0x4d0779(0x120),'bulletedList':'Liste\x20à\x20puces','quote':_0x4d0779(0x16b),'alignTextLeft':_0x4d0779(0xdf),'alignTextRight':_0x4d0779(0x15b),'alignTextCenter':_0x4d0779(0x1e1)}}}};function _0x5dd5(_0xaca15f,_0x2fe575){_0xaca15f=_0xaca15f-0xbc;const _0x273932=_0x2739();let _0x5dd546=_0x273932[_0xaca15f];return _0x5dd546;}module[_0x4d0779(0x183)]=e;
@@ -1 +1 @@
1
- function _0x101e(){const _0x5df629=['Zoom\x20ke\x20pemilihan','Tampilkan\x20/\x20sembunyikan\x20bilah\x20alat','Pilih\x20kontainer\x20induk','Kontrol','Bentuk','Kaki\x20gagak\x20dengan\x20lingkaran','Lipat\x20/\x20buka\x20node\x20anak','Buka\x20kunci\x20keanggotaan','Nama','92mvFWcw','Peta\x20pikiran\x20ke\x20kanan','Deskripsi','Gelembung\x20bicara','Ubah\x20nama','Tambah\x20deskripsi','Panah\x20terisi','Garis\x20siku','Blok\x20panah\x20kanan','Pintasan\x20keyboard','Bawa\x20maju','Video','Lingkaran\x20terisi','Terkunci','1858152CtAuot','Pilih\x20bentuk','Garis\x20hidup\x20koleksi','Salin\x20sebagai\x20gambar','Tampilan','Grup','Vertikal','Miring','Callout\x20membulat','Zoom\x20ke\x20100%','Entitas','Unit','Penyimpanan\x20data\x203','Pena','Abu-abu','Detail','Kaki\x20gagak','Putus-putus','Latar\x20belakang\x20label','Tipis','Biasa','Tampilkan\x20bilah\x20alat','Balik\x20panah','Swimlane\x20vertikal','Pindahkan\x20konten\x20ke\x20jalur\x20sebelumnya\x20dan\x20hapus','Bungkus\x20dalam\x20kontainer','Diagram\x20relasi\x20entitas','Diagram\x20pohon','Kunci','Garis\x20hidup\x20batas','Nonaktifkan\x20ubah\x20ukuran\x20otomatis','Panah\x20kiri','Swimlane\x20horizontal','Warna\x20teks','Panah\x20kiri-kanan','Transparan','Bertitik','Keluarkan\x20dari\x20kontainer','Rata\x20tengah','Nama\x20objek','Bilah\x20ganda','Sedang','Sunting\x20jalur\x20kuas','Pentagon','Navigator','Persegi\x20membulat','Dasar','Mulai','Segitiga\x20siku-siku','Tombol\x20aksi','Garis\x20siku-siku','Pemilihan\x20dalam','Pisahkan\x20kelompok','Hapus\x20jalur','Segitiga\x20terisi','240vtuohV','Tambah\x20node\x20induk','Tampilkan\x20dimensi','Swimlane','Distribusikan\x20secara\x20horizontal','Tampilkan\x20lebih\x20banyak\x20bentuk','Halaman','Fonta','Tempel\x20gaya','Geser\x20horizontal\x20/\x20vertikal','Rata\x20Tengah','Tidak\x20ada','Fragmen\x20sekuens','Kaki\x20gagak\x20dengan\x20bilah','Kunci\x20keanggotaan','Rata\x20Kanan','Edit\x20teks','Pemilihan\x20presisi','Cari\x20bentuk','Solid','Bentuk\x20persamaan','Kirim\x20mundur','exports','Konektor\x20panah\x20terisi\x20putus-putus','Cerah','Kursor\x20kolaborator','Diagram\x20alur\x20data','Tambah\x20node\x20anak','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Kutipan','Gambar','Tabel','Trapesium','Alat','Linimasa\x20horizontal','Ubah\x20nama\x20kontainer','Tema\x20{0}','Rata\x20Kiri','Kontainer','Default','Persegi\x20panjang','Sunting\x20node\x20saat\x20ini','Tersembunyi','Antarmuka\x20wajib','Balik\x20horizontal','Nol\x20atau\x20satu','Panah\x20kanan','Ubah\x20skala','Garis\x20bawah','Kelas','Perbesar','Hapus\x20konten\x20dan\x20jalur','Paskan\x20ke\x20kanvas','Heksagon','Lapisan\x20mengambang','Lengkung','Linimasa','Rata\x20atas','Salin','Persegi\x20panjang\x20membulat','1880984LwcspM','Pengaturan\x20garis','Rata\x20bawah','Diagram\x20kelas','Entitas\x20tipe\x20bidang','Kembali','107801ccSDLB','Sunting\x20bentuk','Tebal','Peta\x20pikiran\x20ke\x20kiri','Buat\x20salinan','Bagan','Kelompokkan\x20bentuk','Bilah','Diagram\x20komponen','62232OnPYsG','Tidak\x20ada\x20hasil\x20yang\x20cocok','Segitiga\x20kosong','16\x20:\x209','277875oaMpyM','Bilah\x20aktivasi','Lingkaran','Teks','Ciutkan\x20/\x20bentangkan\x20jalur','Penyimpanan\x20data\x201','4\x20:\x203','Cari','Kurung\x20kurawal\x20kanan','Jalur\x20{0}','Opsi\x20zoom','Cari\x20objek','Bentuk\x20UML\x20kustom','Garis\x20hidup\x20objek','Hapus\x20kontainer','Atur\x20ulang\x20warna','Semua','Ciutkan','Konektor\x20panah\x20terbuka\x20putus-putus','Keluar\x20layar\x20penuh','Pindahkan\x20jalur\x20ke\x20bawah','Bubarkan\x20kontainer','Biru','Tampilkan\x20semua','Perkecil','Kirim\x20ke\x20belakang','Silang','Tampilkan','Sumber\x20daya','Selesai','Bilah\x20keadaan','Panah\x20terbuka','SmartArt','Chevron','Sembunyikan\x20semua','Masuk\x20layar\x20penuh','Tambah\x20item\x20jalur','Komponen','Tata\x20letak','Pindahkan\x20jalur\x20ke\x20atas','Pengaturan','Konektor\x20siku','Warna\x20garis','Pilih\x20semua','Tambah\x20cepat','Diagram\x20sekuens\x20UML','Item\x20jalur','Berlian','DOM','Nama\x20jalur','Perbesar\x20/\x20Perkecil','1952024lbQeTx','Berlian\x20kosong','Antarmuka\x20tersedia','Simpan','49325QJCZiQ','Kurung\x20kurawal\x20kiri','Seret\x20untuk\x20mengurutkan','Tautan','Kelompokkan','Ubah\x20nama\x20jalur','Panah\x20terbuka\x20ganda','Pilih\x20bentuk\x20untuk\x20dikelompokkan','Baris\x20{0},\x20Kolom\x20{1}','1\x20:\x201','Objek','Sisipkan','Segitiga','Oktagon','Hapus','Sembunyikan\x20kursor\x20kolaborator','Oval','Tambah','Paskan\x20kontainer\x20induk\x20dengan\x20konten','Garis','Ulangi','Atur','Keluarkan\x20konten\x20dan\x20hapus\x20jalur','Kotak\x20komponen','Kustom','Tambah\x20jalur','Rata\x20kanan','Balik\x20pemilihan','Ciutkan\x20/\x20bentangkan\x20semua\x20node','Konektor\x20panah\x20terisi','Pemarkah\x20tempat','Konektor\x20rakitan','Kolom','Catatan\x20tempel','Entitas\x20tipe\x20bidang\x20kunci','Peta\x20pikiran','Batal','Satu\x20atau\x20banyak','30NRzgJj','Hapus\x20teks','Bentuk\x20dasar','Bintang','Atur\x20ulang\x20zoom','Salin\x20gaya','Tambah\x20node\x20saudara','Konektor','Jajar\x20genjang','Coret','Pindahkan\x20konten\x20ke\x20jalur\x20berikutnya\x20dan\x20hapus','Perbesar\x20ukuran\x20huruf','Tutup','Horizontal','Ciutkan\x20jalur','Klasifier','Kisi','Lainnya','Bawa\x20ke\x20depan','Cari\x20elemen\x20papan','Bantuan','Rata\x20kiri','Daftar\x20berpoin','Keadaan\x20akhir','Nama\x20kontainer','Pilih\x20/\x20batalkan\x20beberapa','Bintang\x20dan\x20spanduk','Antarmuka','Jembatan\x20garis','Lingkaran\x20dengan\x20bilah'];_0x101e=function(){return _0x5df629;};return _0x101e();}const _0x4c7773=_0x1443;function _0x1443(_0xd5887d,_0x468998){_0xd5887d=_0xd5887d-0x191;const _0x101e77=_0x101e();let _0x144334=_0x101e77[_0xd5887d];return _0x144334;}(function(_0x1e2807,_0x5b7dad){const _0xa03d85=_0x1443,_0x1fac4d=_0x1e2807();while(!![]){try{const _0x261dae=parseInt(_0xa03d85(0x202))/0x1+parseInt(_0xa03d85(0x26c))/0x2*(parseInt(_0xa03d85(0x20b))/0x3)+-parseInt(_0xa03d85(0x293))/0x4*(-parseInt(_0xa03d85(0x246))/0x5)+parseInt(_0xa03d85(0x2a1))/0x6+-parseInt(_0xa03d85(0x1fc))/0x7+parseInt(_0xa03d85(0x242))/0x8+parseInt(_0xa03d85(0x20f))/0x9*(-parseInt(_0xa03d85(0x1c0))/0xa);if(_0x261dae===_0x5b7dad)break;else _0x1fac4d['push'](_0x1fac4d['shift']());}catch(_0x3e34b0){_0x1fac4d['push'](_0x1fac4d['shift']());}}}(_0x101e,0x2e58f));const e={'boards-ui':{'line':{'title':_0x4c7773(0x259)},'contextMenu':{'container':{'rename':_0x4c7773(0x1e3),'fitToContent':'Paskan\x20dengan\x20konten','selectContents':'Pilih\x20konten','enableAutoResize':'Aktifkan\x20ubah\x20ukuran\x20otomatis','disableAutoResize':_0x4c7773(0x1a7),'lockMembership':_0x4c7773(0x1ce),'unlockMembership':_0x4c7773(0x291),'disband':_0x4c7773(0x224),'delete':_0x4c7773(0x21d)},'containerChild':{'moveOut':_0x4c7773(0x1ae),'selectParent':_0x4c7773(0x28c),'fitParent':_0x4c7773(0x258)},'swimlaneLane':{'add':_0x4c7773(0x25f),'addBelow':'Tambah\x20jalur\x20di\x20bawah','addRight':'Tambah\x20jalur\x20di\x20kanan','remove':_0x4c7773(0x1be),'removeAndMovePrevious':_0x4c7773(0x1a1),'removeAndPromote':_0x4c7773(0x25c),'removeAndDeleteContent':_0x4c7773(0x1f3),'removeAndMoveNext':_0x4c7773(0x276),'rename':_0x4c7773(0x24b),'movePrevious':_0x4c7773(0x236),'moveNext':'Pindahkan\x20jalur\x20ke\x20bawah','expand':'Bentangkan\x20jalur','collapse':_0x4c7773(0x27a)}},'popup':{'containerName':_0x4c7773(0x284),'laneName':_0x4c7773(0x240),'cancel':_0x4c7773(0x26a),'rename':_0x4c7773(0x297)},'ink':{'finishEditing':_0x4c7773(0x22c),'enterEditing':'Sunting\x20jalur'},'mindMap':{'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi\x20untuk\x20node\x20ini','saveDescription':_0x4c7773(0x245)},'panel':{'moreShapes':'Bentuk\x20lainnya','more':_0x4c7773(0x27d),'back':_0x4c7773(0x201),'close':_0x4c7773(0x278),'stickyNote':'Catatan\x20tempel','lineColor':'Warna\x20garis','lineWidth':'Lebar\x20garis','reverseMarkers':_0x4c7773(0x19f),'searchShapes':_0x4c7773(0x1d2),'container':_0x4c7773(0x1e6),'swimlane':_0x4c7773(0x1c3),'verticalSwimlane':_0x4c7773(0x1a0),'horizontalSwimlane':_0x4c7773(0x1a9),'vertical':_0x4c7773(0x2a7),'horizontal':_0x4c7773(0x279),'tableCustomSize':'Ukuran\x20kustom','tableRows':'Baris','tableColumns':_0x4c7773(0x266),'tableInsert':_0x4c7773(0x251),'customContainer':_0x4c7773(0x25e),'containerRatio16By9':_0x4c7773(0x20e),'containerRatio4By3':_0x4c7773(0x215),'containerRatio1By1':_0x4c7773(0x24f),'containerA4':'A4','mindMapGroupMindMap':_0x4c7773(0x269),'mindMapGroupTree':_0x4c7773(0x1a4),'mindMapGroupTimeline':_0x4c7773(0x1f8),'mindMapRight':_0x4c7773(0x294),'mindMapLeft':_0x4c7773(0x205),'mindMapHorizontal':'Peta\x20pikiran\x20horizontal','mindMapVertical':'Peta\x20pikiran\x20vertikal','mindMapTreeRight':'Pohon\x20ke\x20kanan','mindMapTreeLeft':'Pohon\x20ke\x20kiri','mindMapTreeAlternate':'Pohon\x20berselang','mindMapTimelineHorizontal':_0x4c7773(0x1e2),'mindMapTimelineVertical':'Linimasa\x20vertikal','mindMapNodeText':'Tambah\x20teks'},'settings':{'collaboratorCursors':_0x4c7773(0x1d9),'find':_0x4c7773(0x216),'grid':_0x4c7773(0x27c),'preciseSelection':'Pemilihan\x20presisi','quickAdd':_0x4c7773(0x23b),'theme':'Tema','themeOption':_0x4c7773(0x1e4),'themePreviewStart':_0x4c7773(0x1b8),'themePreviewData':'Data','undo':'Urungkan','redo':_0x4c7773(0x25a),'settings':_0x4c7773(0x237),'objects':'Objek','findBoardElements':_0x4c7773(0x27f),'noMatches':_0x4c7773(0x20c),'showDimensions':_0x4c7773(0x1c2),'showToolbar':_0x4c7773(0x19e),'translateInto':'Terjemahkan\x20ke'},'objectListPanel':{'title':'Objek','empty':'Tidak\x20ada\x20objek','showAll':_0x4c7773(0x226),'hideAll':_0x4c7773(0x231),'moveForward':_0x4c7773(0x27e),'moveBackward':'Kirim\x20ke\x20belakang','close':'Tutup','nameInput':_0x4c7773(0x1b0),'hide':'Sembunyikan','show':_0x4c7773(0x22a),'lock':_0x4c7773(0x1a5),'unlock':'Buka\x20kunci','details':_0x4c7773(0x198),'locate':'Temukan','expand':'Bentangkan','collapse':_0x4c7773(0x220),'dragToReorder':_0x4c7773(0x248),'search':_0x4c7773(0x21a),'filterAll':_0x4c7773(0x21f),'filterHidden':_0x4c7773(0x1ea),'filterLocked':_0x4c7773(0x2a0),'sectionCanvas':'Lapisan\x20kanvas','sectionFloating':_0x4c7773(0x1f6),'name':_0x4c7773(0x292),'description':_0x4c7773(0x295),'descriptionPlaceholder':'Tambahkan\x20deskripsi','noSelection':_0x4c7773(0x1dc),'elementTypes':{'object':_0x4c7773(0x250),'connector':'Konektor','container':'Kontainer','group':'Grup','image':_0x4c7773(0x1de),'chart':'Bagan','page':_0x4c7773(0x1c6),'placeholder':_0x4c7773(0x264),'shape':_0x4c7773(0x28e),'table':_0x4c7773(0x1df),'text':_0x4c7773(0x212),'smartArt':_0x4c7773(0x22f),'video':_0x4c7773(0x29e),'unit':_0x4c7773(0x194),'dom':_0x4c7773(0x23f)}},'find':{'lanePosition':_0x4c7773(0x218),'tableCellPosition':_0x4c7773(0x24e),'elementTypes':{'connector':_0x4c7773(0x273),'container':'Kontainer','group':_0x4c7773(0x2a6),'image':_0x4c7773(0x1de),'page':_0x4c7773(0x1c6),'placeholder':'Pemarkah\x20tempat','shape':_0x4c7773(0x28e),'table':'Tabel','text':_0x4c7773(0x212)}},'themePresets':{'default':_0x4c7773(0x1e7),'classic':'Klasik','vintage':'Vintage','gray':_0x4c7773(0x197),'vibrant':_0x4c7773(0x1d8),'blue':_0x4c7773(0x225)},'toolbar':{'resetColor':_0x4c7773(0x21e),'shape':_0x4c7773(0x28e),'text':_0x4c7773(0x212),'stickyNote':_0x4c7773(0x267),'line':'Konektor','container':_0x4c7773(0x1e6),'swimlane':'Swimlane','table':_0x4c7773(0x1df),'chart':_0x4c7773(0x207),'pen':_0x4c7773(0x196),'mindMap':_0x4c7773(0x269),'resources':_0x4c7773(0x22b),'image':_0x4c7773(0x1de),'wrapInContainer':_0x4c7773(0x1a2),'addSwimlaneLane':_0x4c7773(0x233),'swimlaneMenu':_0x4c7773(0x1c3),'swimlaneLaneMenu':_0x4c7773(0x23d),'editBrushPath':_0x4c7773(0x1b3),'arrange':_0x4c7773(0x25b),'bringToFront':_0x4c7773(0x27e),'bringForward':_0x4c7773(0x29d),'sendBackward':_0x4c7773(0x1d5),'sendToBack':'Kirim\x20ke\x20belakang','more':_0x4c7773(0x27d)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x4c7773(0x1fb),'oval':_0x4c7773(0x256),'diamond':'Berlian','rectangle':'Persegi\x20panjang','circle':_0x4c7773(0x211),'cylinder':'Silinder','chevron':_0x4c7773(0x230),'rightArrowBlock':_0x4c7773(0x29b),'parallelogram':_0x4c7773(0x274),'trapezoid':_0x4c7773(0x1e0),'speechBubble':_0x4c7773(0x296),'roundedCallout':_0x4c7773(0x191),'rightTriangle':_0x4c7773(0x1b9),'triangle':_0x4c7773(0x252),'star':_0x4c7773(0x26f),'hexagon':_0x4c7773(0x1f5),'pentagon':_0x4c7773(0x1b4),'octagon':_0x4c7773(0x253),'leftArrow':_0x4c7773(0x1a8),'rightArrow':_0x4c7773(0x1ee),'leftRightArrow':_0x4c7773(0x1ab),'cloud':'Awan','leftBrace':_0x4c7773(0x247),'rightBrace':_0x4c7773(0x217),'plus':_0x4c7773(0x257),'actor':'Aktor','boundary':'Batas','control':_0x4c7773(0x28d),'entity':_0x4c7773(0x193),'collection':'Koleksi','dataFlowRoundedRectangle':_0x4c7773(0x1fb),'dataFlowCircle':_0x4c7773(0x211),'dataFlowRoundedSquare':_0x4c7773(0x1b6),'dataStorage1':_0x4c7773(0x214),'dataStorage2':'Penyimpanan\x20data\x202','dataStorage3':_0x4c7773(0x195),'lineNone':'Garis\x20(tanpa\x20panah)','lineDashedNone':'Garis\x20putus-putus\x20(tanpa\x20panah)','lineOpenArrow':_0x4c7773(0x22e),'lineDoubleOpenArrow':_0x4c7773(0x24c),'actorLifeline':'Garis\x20hidup\x20aktor','boundaryLifeline':_0x4c7773(0x1a6),'controlLifeline':'Garis\x20hidup\x20kontrol','entityLifeline':'Garis\x20hidup\x20entitas','collectionLifeline':_0x4c7773(0x2a3),'objectLifeline':_0x4c7773(0x21c),'magneticDiskLifeline':'Garis\x20hidup\x20disk\x20magnetik','directAccessStorageLifeline':'Garis\x20hidup\x20penyimpanan\x20akses\x20langsung','activationBar':_0x4c7773(0x210),'sequenceFragment':_0x4c7773(0x1cc),'sequenceAlternativeFragment':'Fragmen\x20sekuens\x20alternatif','umlClass':_0x4c7773(0x1f1),'umlInterface':_0x4c7773(0x287),'umlInterfaceShape':_0x4c7773(0x287),'umlClassifier':_0x4c7773(0x27b),'umlHollowDiamondConnector':'Konektor\x20berlian\x20kosong','umlFilledDiamondConnector':'Konektor\x20berlian\x20terisi','umlFilledArrowConnector':_0x4c7773(0x263),'umlDashedOpenArrowConnector':_0x4c7773(0x221),'umlDashedFilledArrowConnector':_0x4c7773(0x1d7),'erdEntity':_0x4c7773(0x193),'erdKeyField':'Entitas\x20bidang\x20kunci','erdFieldType':_0x4c7773(0x200),'erdFull':_0x4c7773(0x268),'initialState':'Keadaan\x20awal','finalState':_0x4c7773(0x283),'stateBar':_0x4c7773(0x22d),'requiredInterface':_0x4c7773(0x1eb),'assemblyConnector':_0x4c7773(0x265),'providedInterface':_0x4c7773(0x244),'componentBox':_0x4c7773(0x25d),'component':_0x4c7773(0x234)},'shapeCategories':{'basics':_0x4c7773(0x1b7),'basicShapes':{'rectangle':_0x4c7773(0x1e8),'basicShape':_0x4c7773(0x26e),'blockArrow':'Panah\x20blok','equationShape':_0x4c7773(0x1d4),'flowchart':'Diagram\x20alir','starAndBanner':_0x4c7773(0x286),'callout':'Callout','actionButton':_0x4c7773(0x1ba),'other':'Lainnya'},'classDiagram':_0x4c7773(0x1ff),'dataFlowDiagram':_0x4c7773(0x1da),'line':_0x4c7773(0x259),'entityRelationshipDiagram':_0x4c7773(0x1a3),'umlCustomShapes':_0x4c7773(0x21b),'umlSequenceDiagram':_0x4c7773(0x23c),'statusDiagram':'Diagram\x20status','componentDiagram':_0x4c7773(0x20a)},'connector':{'toolbar':{'sourceMarker':'Panah\x20sumber','swapMarkers':'Tukar\x20panah','targetMarker':'Panah\x20tujuan','lineColor':_0x4c7773(0x239),'lineWidth':'Lebar','opacityPercent':'Opasitas\x20{0}%','settings':_0x4c7773(0x1fd),'smoothElbow':_0x4c7773(0x29a),'bridge':_0x4c7773(0x288),'insertText':'Sisipkan\x20teks','textSettings':'Pengaturan\x20teks','alignLeft':_0x4c7773(0x1e5),'alignCenter':_0x4c7773(0x1ca),'alignRight':_0x4c7773(0x1cf),'bold':_0x4c7773(0x204),'italic':_0x4c7773(0x2a8),'underline':_0x4c7773(0x1f0),'strikethrough':_0x4c7773(0x275),'textColor':_0x4c7773(0x1aa),'editText':_0x4c7773(0x1d0),'labelFill':_0x4c7773(0x19b),'labelBorder':'Bingkai\x20label','transparent':_0x4c7773(0x1ac),'breakLineBehindText':'Putuskan\x20garis\x20di\x20belakang\x20teks','textSection':_0x4c7773(0x212),'labelSection':'Label','deleteText':_0x4c7773(0x26d),'more':'Lainnya'},'routing':{'straight':'Garis\x20lurus','elbow':_0x4c7773(0x1bb),'polyline':'Garis\x20poligon','curve':_0x4c7773(0x1f7)},'strokeWidth':{'thin':_0x4c7773(0x19c),'regular':_0x4c7773(0x19d),'medium':_0x4c7773(0x1b2),'bold':_0x4c7773(0x204)},'dash':{'solid':_0x4c7773(0x1d3),'dashed':_0x4c7773(0x19a),'dotted':_0x4c7773(0x1ad),'dashDot':'Garis-titik'},'marker':{'none':_0x4c7773(0x1cb),'arrow':'Panah','filledArrow':_0x4c7773(0x299),'openArrow':_0x4c7773(0x22e),'triangle':_0x4c7773(0x252),'filledTriangle':_0x4c7773(0x1bf),'hollowTriangle':_0x4c7773(0x20d),'diamond':'Berlian','hollowDiamond':_0x4c7773(0x243),'filledDiamond':'Berlian\x20terisi','circle':_0x4c7773(0x211),'filledCircle':_0x4c7773(0x29f),'bar':_0x4c7773(0x209),'doubleBar':_0x4c7773(0x1b1),'crowFoot':_0x4c7773(0x199),'crowsFoot':_0x4c7773(0x199),'barCrowsFoot':_0x4c7773(0x1cd),'circleCrowsFoot':_0x4c7773(0x28f),'circleBar':_0x4c7773(0x289),'x':'X','cross':_0x4c7773(0x229),'plus':_0x4c7773(0x257),'zeroOrOne':_0x4c7773(0x1ed),'zeroOrMany':'Nol\x20atau\x20banyak','oneOrMany':_0x4c7773(0x26b)}},'zoom':{'dragMode':'Mode\x20seret','fitContent':'Paskan\x20dengan\x20konten','zoomOptions':_0x4c7773(0x219),'zoomTo100':_0x4c7773(0x192),'zoomToFit':_0x4c7773(0x1f4),'zoomToSelection':_0x4c7773(0x28a),'zoomOut':_0x4c7773(0x227),'resetZoom':_0x4c7773(0x270),'zoomIn':_0x4c7773(0x1f2),'help':_0x4c7773(0x280)},'shortcutHelp':{'title':_0x4c7773(0x29c),'close':'Tutup\x20pintasan','sections':{'tools':_0x4c7773(0x1e1),'navigator':_0x4c7773(0x1b5),'view':_0x4c7773(0x2a5),'selection':'Pilih\x20bentuk','editing':_0x4c7773(0x203),'grouping':_0x4c7773(0x208),'swimlane':'Swimlane','mindMap':_0x4c7773(0x269),'layout':_0x4c7773(0x235),'font':_0x4c7773(0x1c7)},'items':{'showMoreShapes':_0x4c7773(0x1c5),'roundedRectangle':_0x4c7773(0x1fb),'rectangle':_0x4c7773(0x1e8),'oval':_0x4c7773(0x256),'diamond':_0x4c7773(0x23e),'text':_0x4c7773(0x212),'elbowConnector':_0x4c7773(0x238),'line':_0x4c7773(0x259),'stickyNote':_0x4c7773(0x267),'search':_0x4c7773(0x216),'zoomWheel':'Perbesar\x20/\x20Perkecil','zoomPinch':_0x4c7773(0x241),'zoomTo100':_0x4c7773(0x192),'zoomToSelection':_0x4c7773(0x28a),'zoomToFit':_0x4c7773(0x1f4),'enterFullScreen':_0x4c7773(0x232),'exitFullScreen':_0x4c7773(0x222),'selectShape':_0x4c7773(0x2a2),'selectAll':_0x4c7773(0x23a),'multipleSelect':_0x4c7773(0x285),'invertSelection':_0x4c7773(0x261),'preciseSelection':_0x4c7773(0x1d1),'deepSelect':_0x4c7773(0x1bc),'editShape':_0x4c7773(0x203),'copy':_0x4c7773(0x1fa),'copyAsImage':_0x4c7773(0x2a4),'paste':'Tempel','cut':'Potong','makeCopy':_0x4c7773(0x206),'scale':_0x4c7773(0x1ef),'copyStyle':_0x4c7773(0x271),'pasteStyle':_0x4c7773(0x1c8),'moveAxisLocked':_0x4c7773(0x1c9),'flipHorizontal':_0x4c7773(0x1ec),'flipVertical':'Balik\x20vertikal','undo':'Urungkan','redo':_0x4c7773(0x25a),'toggleQuickAdd':'Tampilkan\x20/\x20sembunyikan\x20Tambah\x20cepat','hideCollaboratorsCursors':_0x4c7773(0x255),'toggleToolbar':_0x4c7773(0x28b),'delete':_0x4c7773(0x254),'group':_0x4c7773(0x24a),'ungroup':_0x4c7773(0x1bd),'selectUpperLayerGroups':'Pilih\x20kelompok\x20lapisan\x20atas','selectShapesToGroup':_0x4c7773(0x24d),'swimlaneLaneRename':_0x4c7773(0x24b),'swimlaneLaneToggleCollapsed':_0x4c7773(0x213),'swimlaneLaneMovePrevious':'Pindahkan\x20jalur\x20ke\x20atas','swimlaneLaneMoveNext':_0x4c7773(0x223),'swimlaneLaneRemove':_0x4c7773(0x1be),'addSiblingNode':_0x4c7773(0x272),'addChildNode':_0x4c7773(0x1db),'addParentNode':_0x4c7773(0x1c1),'foldChildNodes':_0x4c7773(0x290),'collapseAllNodes':_0x4c7773(0x262),'addDescription':_0x4c7773(0x298),'editCurrentNode':_0x4c7773(0x1e9),'bringToFront':_0x4c7773(0x27e),'sendToBack':_0x4c7773(0x228),'alignLeft':_0x4c7773(0x281),'alignRight':_0x4c7773(0x260),'alignTop':_0x4c7773(0x1f9),'alignBottom':_0x4c7773(0x1fe),'alignMiddle':'Rata\x20tengah\x20vertikal','alignCenter':'Rata\x20tengah\x20horizontal','distributeHorizontally':_0x4c7773(0x1c4),'distributeVertically':'Distribusikan\x20secara\x20vertikal','disableObjectAlignment':'Nonaktifkan\x20perataan\x20objek','increaseFontSize':_0x4c7773(0x277),'decreaseFontSize':'Perkecil\x20ukuran\x20huruf','bold':_0x4c7773(0x204),'strikethrough':'Coret','italic':_0x4c7773(0x2a8),'underline':_0x4c7773(0x1f0),'link':_0x4c7773(0x249),'numberedList':'Daftar\x20bernomor','bulletedList':_0x4c7773(0x282),'quote':_0x4c7773(0x1dd),'alignTextLeft':_0x4c7773(0x281),'alignTextRight':_0x4c7773(0x260),'alignTextCenter':_0x4c7773(0x1af)}}}};module[_0x4c7773(0x1d6)]=e;
1
+ const _0x1b7745=_0x2b11;function _0x2b11(_0x1620db,_0x4b09d6){_0x1620db=_0x1620db-0x142;const _0x5ab8d0=_0x5ab8();let _0x2b116a=_0x5ab8d0[_0x1620db];return _0x2b116a;}(function(_0x297dd7,_0x3a6ccd){const _0x576fd0=_0x2b11,_0x112141=_0x297dd7();while(!![]){try{const _0x4888ba=-parseInt(_0x576fd0(0x1d9))/0x1+parseInt(_0x576fd0(0x235))/0x2*(-parseInt(_0x576fd0(0x175))/0x3)+-parseInt(_0x576fd0(0x1b1))/0x4+-parseInt(_0x576fd0(0x24b))/0x5+-parseInt(_0x576fd0(0x1b3))/0x6+-parseInt(_0x576fd0(0x164))/0x7+-parseInt(_0x576fd0(0x1a3))/0x8*(-parseInt(_0x576fd0(0x16e))/0x9);if(_0x4888ba===_0x3a6ccd)break;else _0x112141['push'](_0x112141['shift']());}catch(_0x36da60){_0x112141['push'](_0x112141['shift']());}}}(_0x5ab8,0xedfca));const e={'boards-ui':{'line':{'title':_0x1b7745(0x232)},'contextMenu':{'container':{'rename':_0x1b7745(0x14d),'fitToContent':'Paskan\x20dengan\x20konten','selectContents':'Pilih\x20konten','enableAutoResize':'Aktifkan\x20ubah\x20ukuran\x20otomatis','disableAutoResize':_0x1b7745(0x1c0),'lockMembership':_0x1b7745(0x1be),'unlockMembership':_0x1b7745(0x215),'disband':_0x1b7745(0x1d6),'delete':'Hapus\x20kontainer'},'containerChild':{'moveOut':_0x1b7745(0x1ac),'selectParent':_0x1b7745(0x1f7),'fitParent':_0x1b7745(0x1d3)},'swimlaneLane':{'add':_0x1b7745(0x1c3),'addBelow':_0x1b7745(0x1d4),'addRight':_0x1b7745(0x172),'remove':'Hapus\x20jalur','removeAndMovePrevious':_0x1b7745(0x14a),'removeAndPromote':_0x1b7745(0x24e),'removeAndDeleteContent':_0x1b7745(0x200),'removeAndMoveNext':'Pindahkan\x20konten\x20ke\x20jalur\x20berikutnya\x20dan\x20hapus','rename':_0x1b7745(0x18f),'movePrevious':'Pindahkan\x20jalur\x20ke\x20atas','moveNext':_0x1b7745(0x25b),'expand':_0x1b7745(0x15c),'collapse':'Ciutkan\x20jalur'}},'popup':{'containerName':'Nama\x20kontainer','laneName':_0x1b7745(0x170),'cancel':'Batal','rename':_0x1b7745(0x261)},'ink':{'finishEditing':_0x1b7745(0x240),'enterEditing':_0x1b7745(0x254)},'mindMap':{'description':_0x1b7745(0x16d),'descriptionPlaceholder':_0x1b7745(0x225),'saveDescription':'Simpan'},'panel':{'moreShapes':_0x1b7745(0x237),'more':_0x1b7745(0x24c),'back':_0x1b7745(0x201),'close':'Tutup','stickyNote':_0x1b7745(0x1de),'lineColor':_0x1b7745(0x256),'lineWidth':_0x1b7745(0x158),'reverseMarkers':_0x1b7745(0x1a6),'searchShapes':_0x1b7745(0x1ba),'container':'Kontainer','swimlane':_0x1b7745(0x1e0),'verticalSwimlane':_0x1b7745(0x188),'horizontalSwimlane':_0x1b7745(0x144),'vertical':_0x1b7745(0x221),'horizontal':_0x1b7745(0x249),'tableCustomSize':'Ukuran\x20kustom','tableRows':_0x1b7745(0x230),'tableColumns':'Kolom','tableInsert':_0x1b7745(0x169),'customContainer':_0x1b7745(0x24f),'containerRatio16By9':_0x1b7745(0x20c),'containerRatio4By3':'4\x20:\x203','containerRatio1By1':_0x1b7745(0x1b0),'containerA4':'A4','mindMapGroupMindMap':'Peta\x20pikiran','mindMapGroupTree':'Diagram\x20pohon','mindMapGroupTimeline':_0x1b7745(0x252),'mindMapRight':_0x1b7745(0x1f0),'mindMapLeft':_0x1b7745(0x264),'mindMapHorizontal':_0x1b7745(0x168),'mindMapVertical':_0x1b7745(0x223),'mindMapTreeRight':_0x1b7745(0x183),'mindMapTreeLeft':_0x1b7745(0x1c9),'mindMapTreeAlternate':_0x1b7745(0x1f4),'mindMapTimelineHorizontal':_0x1b7745(0x1c6),'mindMapTimelineVertical':_0x1b7745(0x241),'mindMapNodeText':_0x1b7745(0x163)},'settings':{'collaboratorCursors':_0x1b7745(0x20b),'find':_0x1b7745(0x154),'grid':_0x1b7745(0x23c),'viewportBar':_0x1b7745(0x24a),'preciseSelection':_0x1b7745(0x1ab),'quickAdd':'Tambah\x20cepat','theme':_0x1b7745(0x1da),'themeOption':_0x1b7745(0x25f),'themePreviewStart':'Mulai','themePreviewData':_0x1b7745(0x243),'undo':_0x1b7745(0x191),'redo':_0x1b7745(0x259),'settings':_0x1b7745(0x22b),'objects':'Objek','findBoardElements':_0x1b7745(0x156),'noMatches':_0x1b7745(0x192),'showDimensions':_0x1b7745(0x17f),'showToolbar':_0x1b7745(0x157),'saveAs':_0x1b7745(0x23d),'translateInto':_0x1b7745(0x1aa)},'objectListPanel':{'title':_0x1b7745(0x151),'empty':_0x1b7745(0x1d5),'showAll':'Tampilkan\x20semua','hideAll':_0x1b7745(0x178),'moveForward':_0x1b7745(0x152),'moveBackward':_0x1b7745(0x171),'close':_0x1b7745(0x231),'nameInput':'Nama\x20objek','hide':_0x1b7745(0x224),'show':_0x1b7745(0x19b),'lock':'Kunci','unlock':_0x1b7745(0x146),'details':_0x1b7745(0x22d),'locate':'Temukan','expand':_0x1b7745(0x1f3),'collapse':'Ciutkan','dragToReorder':'Seret\x20untuk\x20mengurutkan','search':_0x1b7745(0x1b5),'filterAll':_0x1b7745(0x19c),'filterHidden':_0x1b7745(0x176),'filterLocked':_0x1b7745(0x246),'sectionCanvas':'Lapisan\x20kanvas','sectionFloating':'Lapisan\x20mengambang','name':_0x1b7745(0x16f),'description':_0x1b7745(0x16d),'descriptionPlaceholder':_0x1b7745(0x20a),'noSelection':_0x1b7745(0x1a7),'elementTypes':{'object':'Objek','connector':_0x1b7745(0x1a0),'container':_0x1b7745(0x18d),'group':_0x1b7745(0x1cf),'image':'Gambar','chart':_0x1b7745(0x1bf),'page':_0x1b7745(0x1e4),'placeholder':_0x1b7745(0x142),'shape':_0x1b7745(0x1e5),'table':'Tabel','text':'Teks','smartArt':'SmartArt','video':_0x1b7745(0x197),'unit':_0x1b7745(0x212),'dom':'DOM'}},'find':{'lanePosition':'Jalur\x20{0}','tableCellPosition':'Baris\x20{0},\x20Kolom\x20{1}','elementTypes':{'connector':'Konektor','container':'Kontainer','group':_0x1b7745(0x1cf),'image':'Gambar','page':'Halaman','placeholder':_0x1b7745(0x142),'shape':_0x1b7745(0x1e5),'table':_0x1b7745(0x204),'text':_0x1b7745(0x203)}},'themePresets':{'default':'Default','classic':_0x1b7745(0x18a),'vintage':_0x1b7745(0x220),'gray':_0x1b7745(0x1a2),'vibrant':'Cerah','blue':'Biru'},'toolbar':{'resetColor':_0x1b7745(0x194),'shape':'Bentuk','text':_0x1b7745(0x203),'stickyNote':_0x1b7745(0x1de),'line':_0x1b7745(0x1a0),'container':_0x1b7745(0x18d),'swimlane':_0x1b7745(0x1e0),'table':_0x1b7745(0x204),'chart':_0x1b7745(0x1bf),'pen':_0x1b7745(0x23f),'mindMap':_0x1b7745(0x14b),'resources':_0x1b7745(0x189),'image':_0x1b7745(0x186),'wrapInContainer':'Bungkus\x20dalam\x20kontainer','addSwimlaneLane':_0x1b7745(0x18e),'swimlaneMenu':'Swimlane','swimlaneLaneMenu':_0x1b7745(0x1ce),'editBrushPath':_0x1b7745(0x1e8),'arrange':_0x1b7745(0x202),'bringToFront':_0x1b7745(0x152),'bringForward':_0x1b7745(0x1ee),'sendBackward':'Kirim\x20mundur','sendToBack':_0x1b7745(0x171),'more':_0x1b7745(0x24c)},'shapePresets':{...require('../shape-preset-labels-C4G0G9GI.js').t,'roundedRectangle':_0x1b7745(0x1ef),'oval':_0x1b7745(0x257),'diamond':'Berlian','rectangle':_0x1b7745(0x25e),'circle':_0x1b7745(0x1a9),'cylinder':_0x1b7745(0x239),'chevron':_0x1b7745(0x214),'rightArrowBlock':'Blok\x20panah\x20kanan','parallelogram':_0x1b7745(0x21c),'trapezoid':'Trapesium','speechBubble':_0x1b7745(0x1b6),'roundedCallout':_0x1b7745(0x1fb),'rightTriangle':_0x1b7745(0x198),'triangle':'Segitiga','star':_0x1b7745(0x21b),'hexagon':_0x1b7745(0x262),'pentagon':_0x1b7745(0x159),'octagon':_0x1b7745(0x218),'leftArrow':_0x1b7745(0x216),'rightArrow':_0x1b7745(0x195),'leftRightArrow':_0x1b7745(0x260),'cloud':_0x1b7745(0x25c),'leftBrace':'Kurung\x20kurawal\x20kiri','rightBrace':_0x1b7745(0x17e),'plus':'Tambah','actor':_0x1b7745(0x219),'boundary':_0x1b7745(0x236),'control':_0x1b7745(0x1e1),'entity':_0x1b7745(0x149),'collection':_0x1b7745(0x1e7),'dataFlowRoundedRectangle':_0x1b7745(0x1ef),'dataFlowCircle':_0x1b7745(0x1a9),'dataFlowRoundedSquare':_0x1b7745(0x182),'dataStorage1':_0x1b7745(0x167),'dataStorage2':_0x1b7745(0x22e),'dataStorage3':_0x1b7745(0x1c2),'lineNone':_0x1b7745(0x1fa),'lineDashedNone':_0x1b7745(0x25d),'lineOpenArrow':_0x1b7745(0x21e),'lineDoubleOpenArrow':_0x1b7745(0x250),'actorLifeline':_0x1b7745(0x238),'boundaryLifeline':_0x1b7745(0x145),'controlLifeline':_0x1b7745(0x1df),'entityLifeline':_0x1b7745(0x1f9),'collectionLifeline':_0x1b7745(0x242),'objectLifeline':_0x1b7745(0x20e),'magneticDiskLifeline':_0x1b7745(0x226),'directAccessStorageLifeline':_0x1b7745(0x1f2),'activationBar':_0x1b7745(0x14e),'sequenceFragment':'Fragmen\x20sekuens','sequenceAlternativeFragment':_0x1b7745(0x1cc),'umlClass':'Kelas','umlInterface':'Antarmuka','umlInterfaceShape':_0x1b7745(0x1dd),'umlClassifier':'Klasifier','umlHollowDiamondConnector':_0x1b7745(0x14f),'umlFilledDiamondConnector':'Konektor\x20berlian\x20terisi','umlFilledArrowConnector':_0x1b7745(0x207),'umlDashedOpenArrowConnector':'Konektor\x20panah\x20terbuka\x20putus-putus','umlDashedFilledArrowConnector':_0x1b7745(0x185),'erdEntity':_0x1b7745(0x149),'erdKeyField':_0x1b7745(0x1a8),'erdFieldType':'Entitas\x20tipe\x20bidang','erdFull':_0x1b7745(0x193),'initialState':_0x1b7745(0x148),'finalState':'Keadaan\x20akhir','stateBar':_0x1b7745(0x1a1),'requiredInterface':_0x1b7745(0x21d),'assemblyConnector':_0x1b7745(0x1ae),'providedInterface':_0x1b7745(0x21a),'componentBox':_0x1b7745(0x1bd),'component':'Komponen'},'shapeCategories':{'basics':_0x1b7745(0x1f5),'basicShapes':{'rectangle':_0x1b7745(0x25e),'basicShape':'Bentuk\x20dasar','blockArrow':'Panah\x20blok','equationShape':_0x1b7745(0x165),'flowchart':_0x1b7745(0x15a),'starAndBanner':'Bintang\x20dan\x20spanduk','callout':'Callout','actionButton':_0x1b7745(0x1e9),'other':_0x1b7745(0x24c)},'classDiagram':_0x1b7745(0x1cd),'dataFlowDiagram':'Diagram\x20alur\x20data','line':_0x1b7745(0x232),'entityRelationshipDiagram':'Diagram\x20relasi\x20entitas','umlCustomShapes':_0x1b7745(0x211),'umlSequenceDiagram':_0x1b7745(0x20d),'statusDiagram':_0x1b7745(0x1ec),'componentDiagram':_0x1b7745(0x23e)},'connector':{'toolbar':{'sourceMarker':_0x1b7745(0x255),'swapMarkers':_0x1b7745(0x147),'targetMarker':_0x1b7745(0x16b),'lineColor':_0x1b7745(0x256),'lineWidth':_0x1b7745(0x1cb),'opacityPercent':_0x1b7745(0x1b7),'settings':_0x1b7745(0x1a4),'smoothElbow':_0x1b7745(0x258),'bridge':_0x1b7745(0x166),'insertText':'Sisipkan\x20teks','textSettings':_0x1b7745(0x206),'alignLeft':_0x1b7745(0x19a),'alignCenter':_0x1b7745(0x20f),'alignRight':_0x1b7745(0x17c),'bold':'Tebal','italic':'Miring','underline':_0x1b7745(0x162),'strikethrough':_0x1b7745(0x19f),'textColor':_0x1b7745(0x187),'editText':_0x1b7745(0x1b4),'labelFill':'Latar\x20belakang\x20label','labelBorder':_0x1b7745(0x15b),'transparent':'Transparan','breakLineBehindText':_0x1b7745(0x245),'textSection':_0x1b7745(0x203),'labelSection':_0x1b7745(0x1c4),'deleteText':_0x1b7745(0x244),'more':_0x1b7745(0x24c)},'routing':{'straight':_0x1b7745(0x253),'elbow':_0x1b7745(0x1ff),'polyline':_0x1b7745(0x1db),'curve':'Lengkung'},'strokeWidth':{'thin':_0x1b7745(0x181),'regular':_0x1b7745(0x1e2),'medium':_0x1b7745(0x1f6),'bold':_0x1b7745(0x251)},'dash':{'solid':'Solid','dashed':_0x1b7745(0x1fd),'dotted':_0x1b7745(0x222),'dashDot':_0x1b7745(0x23b)},'marker':{'none':_0x1b7745(0x234),'arrow':_0x1b7745(0x227),'filledArrow':_0x1b7745(0x1b2),'openArrow':_0x1b7745(0x21e),'triangle':'Segitiga','filledTriangle':_0x1b7745(0x179),'hollowTriangle':_0x1b7745(0x209),'diamond':'Berlian','hollowDiamond':_0x1b7745(0x16c),'filledDiamond':_0x1b7745(0x229),'circle':_0x1b7745(0x1a9),'filledCircle':_0x1b7745(0x210),'bar':_0x1b7745(0x21f),'doubleBar':_0x1b7745(0x1af),'crowFoot':_0x1b7745(0x1ed),'crowsFoot':_0x1b7745(0x1ed),'barCrowsFoot':'Kaki\x20gagak\x20dengan\x20bilah','circleCrowsFoot':_0x1b7745(0x1ad),'circleBar':_0x1b7745(0x1b8),'x':'X','cross':'Silang','plus':'Tambah','zeroOrOne':_0x1b7745(0x263),'zeroOrMany':_0x1b7745(0x1d8),'oneOrMany':_0x1b7745(0x143)}},'zoom':{'dragMode':_0x1b7745(0x177),'fitContent':'Paskan\x20dengan\x20konten','zoomOptions':_0x1b7745(0x180),'zoomTo100':'Zoom\x20ke\x20100%','zoomToFit':'Paskan\x20ke\x20kanvas','zoomToSelection':'Zoom\x20ke\x20pemilihan','zoomOut':_0x1b7745(0x18c),'resetZoom':_0x1b7745(0x1fe),'zoomIn':_0x1b7745(0x1f8),'help':_0x1b7745(0x217)},'shortcutHelp':{'title':_0x1b7745(0x14c),'close':'Tutup\x20pintasan','sections':{'tools':_0x1b7745(0x213),'navigator':_0x1b7745(0x1ca),'view':_0x1b7745(0x17b),'selection':'Pilih\x20bentuk','editing':_0x1b7745(0x161),'grouping':_0x1b7745(0x208),'swimlane':_0x1b7745(0x1e0),'mindMap':'Peta\x20pikiran','layout':_0x1b7745(0x17a),'font':'Fonta'},'items':{'showMoreShapes':'Tampilkan\x20lebih\x20banyak\x20bentuk','roundedRectangle':'Persegi\x20panjang\x20membulat','rectangle':_0x1b7745(0x25e),'oval':'Oval','diamond':_0x1b7745(0x24d),'text':_0x1b7745(0x203),'elbowConnector':_0x1b7745(0x153),'line':'Garis','stickyNote':_0x1b7745(0x1de),'search':_0x1b7745(0x154),'zoomWheel':_0x1b7745(0x1e3),'zoomPinch':_0x1b7745(0x1e3),'zoomTo100':'Zoom\x20ke\x20100%','zoomToSelection':'Zoom\x20ke\x20pemilihan','zoomToFit':'Paskan\x20ke\x20kanvas','enterFullScreen':_0x1b7745(0x1a5),'exitFullScreen':_0x1b7745(0x22a),'selectShape':_0x1b7745(0x205),'selectAll':_0x1b7745(0x160),'multipleSelect':'Pilih\x20/\x20batalkan\x20beberapa','invertSelection':_0x1b7745(0x1ea),'preciseSelection':'Pemilihan\x20presisi','deepSelect':_0x1b7745(0x1fc),'editShape':_0x1b7745(0x161),'copy':_0x1b7745(0x18b),'copyAsImage':'Salin\x20sebagai\x20gambar','paste':_0x1b7745(0x22c),'cut':_0x1b7745(0x17d),'makeCopy':_0x1b7745(0x1c1),'scale':_0x1b7745(0x150),'copyStyle':_0x1b7745(0x1e6),'pasteStyle':_0x1b7745(0x1bc),'moveAxisLocked':_0x1b7745(0x1d7),'flipHorizontal':_0x1b7745(0x19d),'flipVertical':_0x1b7745(0x1bb),'undo':'Urungkan','redo':_0x1b7745(0x259),'toggleQuickAdd':_0x1b7745(0x248),'hideCollaboratorsCursors':_0x1b7745(0x1c8),'toggleToolbar':_0x1b7745(0x1dc),'delete':_0x1b7745(0x19e),'group':_0x1b7745(0x1d1),'ungroup':_0x1b7745(0x1f1),'selectUpperLayerGroups':'Pilih\x20kelompok\x20lapisan\x20atas','selectShapesToGroup':_0x1b7745(0x233),'swimlaneLaneRename':'Ubah\x20nama\x20jalur','swimlaneLaneToggleCollapsed':_0x1b7745(0x15d),'swimlaneLaneMovePrevious':'Pindahkan\x20jalur\x20ke\x20atas','swimlaneLaneMoveNext':'Pindahkan\x20jalur\x20ke\x20bawah','swimlaneLaneRemove':'Hapus\x20jalur','addSiblingNode':_0x1b7745(0x25a),'addChildNode':_0x1b7745(0x1d0),'addParentNode':_0x1b7745(0x196),'foldChildNodes':_0x1b7745(0x247),'collapseAllNodes':_0x1b7745(0x228),'addDescription':_0x1b7745(0x173),'editCurrentNode':_0x1b7745(0x16a),'bringToFront':'Bawa\x20ke\x20depan','sendToBack':_0x1b7745(0x171),'alignLeft':'Rata\x20kiri','alignRight':_0x1b7745(0x174),'alignTop':_0x1b7745(0x199),'alignBottom':_0x1b7745(0x15e),'alignMiddle':_0x1b7745(0x155),'alignCenter':_0x1b7745(0x1d2),'distributeHorizontally':_0x1b7745(0x23a),'distributeVertically':'Distribusikan\x20secara\x20vertikal','disableObjectAlignment':_0x1b7745(0x184),'increaseFontSize':_0x1b7745(0x1eb),'decreaseFontSize':_0x1b7745(0x1c7),'bold':_0x1b7745(0x251),'strikethrough':'Coret','italic':_0x1b7745(0x22f),'underline':'Garis\x20bawah','link':'Tautan','numberedList':_0x1b7745(0x190),'bulletedList':'Daftar\x20berpoin','quote':_0x1b7745(0x15f),'alignTextLeft':_0x1b7745(0x1b9),'alignTextRight':'Rata\x20kanan','alignTextCenter':'Rata\x20tengah'}}}};module[_0x1b7745(0x1c5)]=e;function _0x5ab8(){const _0x286c0c=['Sunting\x20jalur\x20kuas','Tombol\x20aksi','Balik\x20pemilihan','Perbesar\x20ukuran\x20huruf','Diagram\x20status','Kaki\x20gagak','Bawa\x20maju','Persegi\x20panjang\x20membulat','Peta\x20pikiran\x20ke\x20kanan','Pisahkan\x20kelompok','Garis\x20hidup\x20penyimpanan\x20akses\x20langsung','Bentangkan','Pohon\x20berselang','Dasar','Sedang','Pilih\x20kontainer\x20induk','Perbesar','Garis\x20hidup\x20entitas','Garis\x20(tanpa\x20panah)','Callout\x20membulat','Pemilihan\x20dalam','Putus-putus','Atur\x20ulang\x20zoom','Garis\x20siku-siku','Hapus\x20konten\x20dan\x20jalur','Kembali','Atur','Teks','Tabel','Pilih\x20bentuk','Pengaturan\x20teks','Konektor\x20panah\x20terisi','Kelompokkan\x20bentuk','Segitiga\x20kosong','Tambahkan\x20deskripsi','Kursor\x20kolaborator','16\x20:\x209','Diagram\x20sekuens\x20UML','Garis\x20hidup\x20objek','Rata\x20Tengah','Lingkaran\x20terisi','Bentuk\x20UML\x20kustom','Unit','Alat','Chevron','Buka\x20kunci\x20keanggotaan','Panah\x20kiri','Bantuan','Oktagon','Aktor','Antarmuka\x20tersedia','Bintang','Jajar\x20genjang','Antarmuka\x20wajib','Panah\x20terbuka','Bilah','Vintage','Vertikal','Bertitik','Peta\x20pikiran\x20vertikal','Sembunyikan','Tambahkan\x20deskripsi\x20untuk\x20node\x20ini','Garis\x20hidup\x20disk\x20magnetik','Panah','Ciutkan\x20/\x20bentangkan\x20semua\x20node','Berlian\x20terisi','Keluar\x20layar\x20penuh','Pengaturan','Tempel','Detail','Penyimpanan\x20data\x202','Miring','Baris','Tutup','Garis','Pilih\x20bentuk\x20untuk\x20dikelompokkan','Tidak\x20ada','630932MACEKQ','Batas','Bentuk\x20lainnya','Garis\x20hidup\x20aktor','Silinder','Distribusikan\x20secara\x20horizontal','Garis-titik','Kisi','Simpan\x20sebagai','Diagram\x20komponen','Pena','Selesai','Linimasa\x20vertikal','Garis\x20hidup\x20koleksi','Data','Hapus\x20teks','Putuskan\x20garis\x20di\x20belakang\x20teks','Terkunci','Lipat\x20/\x20buka\x20node\x20anak','Tampilkan\x20/\x20sembunyikan\x20Tambah\x20cepat','Horizontal','Bilah\x20gulir\x20area\x20pandang','2800410ETXEdX','Lainnya','Berlian','Keluarkan\x20konten\x20dan\x20hapus\x20jalur','Kustom','Panah\x20terbuka\x20ganda','Tebal','Linimasa','Garis\x20lurus','Sunting\x20jalur','Panah\x20sumber','Warna\x20garis','Oval','Garis\x20siku','Ulangi','Tambah\x20node\x20saudara','Pindahkan\x20jalur\x20ke\x20bawah','Awan','Garis\x20putus-putus\x20(tanpa\x20panah)','Persegi\x20panjang','Tema\x20{0}','Panah\x20kiri-kanan','Ubah\x20nama','Heksagon','Nol\x20atau\x20satu','Peta\x20pikiran\x20ke\x20kiri','Pemarkah\x20tempat','Satu\x20atau\x20banyak','Swimlane\x20horizontal','Garis\x20hidup\x20batas','Buka\x20kunci','Tukar\x20panah','Keadaan\x20awal','Entitas','Pindahkan\x20konten\x20ke\x20jalur\x20sebelumnya\x20dan\x20hapus','Peta\x20pikiran','Pintasan\x20keyboard','Ubah\x20nama\x20kontainer','Bilah\x20aktivasi','Konektor\x20berlian\x20kosong','Ubah\x20skala','Objek','Bawa\x20ke\x20depan','Konektor\x20siku','Cari','Rata\x20tengah\x20vertikal','Cari\x20elemen\x20papan','Tampilkan\x20bilah\x20alat','Lebar\x20garis','Pentagon','Diagram\x20alir','Bingkai\x20label','Bentangkan\x20jalur','Ciutkan\x20/\x20bentangkan\x20jalur','Rata\x20bawah','Kutipan','Pilih\x20semua','Sunting\x20bentuk','Garis\x20bawah','Tambah\x20teks','1593151RXwKQU','Bentuk\x20persamaan','Jembatan\x20garis','Penyimpanan\x20data\x201','Peta\x20pikiran\x20horizontal','Sisipkan','Sunting\x20node\x20saat\x20ini','Panah\x20tujuan','Berlian\x20kosong','Deskripsi','5180877nXbvsS','Nama','Nama\x20jalur','Kirim\x20ke\x20belakang','Tambah\x20jalur\x20di\x20kanan','Tambah\x20deskripsi','Rata\x20kanan','3dPlRde','Tersembunyi','Mode\x20seret','Sembunyikan\x20semua','Segitiga\x20terisi','Tata\x20letak','Tampilan','Rata\x20Kanan','Potong','Kurung\x20kurawal\x20kanan','Tampilkan\x20dimensi','Opsi\x20zoom','Tipis','Persegi\x20membulat','Pohon\x20ke\x20kanan','Nonaktifkan\x20perataan\x20objek','Konektor\x20panah\x20terisi\x20putus-putus','Gambar','Warna\x20teks','Swimlane\x20vertikal','Sumber\x20daya','Klasik','Salin','Perkecil','Kontainer','Tambah\x20item\x20jalur','Ubah\x20nama\x20jalur','Daftar\x20bernomor','Urungkan','Tidak\x20ada\x20hasil\x20yang\x20cocok','Entitas\x20tipe\x20bidang\x20kunci','Atur\x20ulang\x20warna','Panah\x20kanan','Tambah\x20node\x20induk','Video','Segitiga\x20siku-siku','Rata\x20atas','Rata\x20Kiri','Tampilkan','Semua','Balik\x20horizontal','Hapus','Coret','Konektor','Bilah\x20keadaan','Abu-abu','48luCCOr','Pengaturan\x20garis','Masuk\x20layar\x20penuh','Balik\x20panah','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Entitas\x20bidang\x20kunci','Lingkaran','Terjemahkan\x20ke','Pemilihan\x20presisi','Keluarkan\x20dari\x20kontainer','Kaki\x20gagak\x20dengan\x20lingkaran','Konektor\x20rakitan','Bilah\x20ganda','1\x20:\x201','5091056QLWzPg','Panah\x20terisi','185982EgfFqm','Edit\x20teks','Cari\x20objek','Gelembung\x20bicara','Opasitas\x20{0}%','Lingkaran\x20dengan\x20bilah','Rata\x20kiri','Cari\x20bentuk','Balik\x20vertikal','Tempel\x20gaya','Kotak\x20komponen','Kunci\x20keanggotaan','Bagan','Nonaktifkan\x20ubah\x20ukuran\x20otomatis','Buat\x20salinan','Penyimpanan\x20data\x203','Tambah\x20jalur','Label','exports','Linimasa\x20horizontal','Perkecil\x20ukuran\x20huruf','Sembunyikan\x20kursor\x20kolaborator','Pohon\x20ke\x20kiri','Navigator','Lebar','Fragmen\x20sekuens\x20alternatif','Diagram\x20kelas','Item\x20jalur','Grup','Tambah\x20node\x20anak','Kelompokkan','Rata\x20tengah\x20horizontal','Paskan\x20kontainer\x20induk\x20dengan\x20konten','Tambah\x20jalur\x20di\x20bawah','Tidak\x20ada\x20objek','Bubarkan\x20kontainer','Geser\x20horizontal\x20/\x20vertikal','Nol\x20atau\x20banyak','72222wwsUiB','Tema','Garis\x20poligon','Tampilkan\x20/\x20sembunyikan\x20bilah\x20alat','Antarmuka','Catatan\x20tempel','Garis\x20hidup\x20kontrol','Swimlane','Kontrol','Biasa','Perbesar\x20/\x20Perkecil','Halaman','Bentuk','Salin\x20gaya','Koleksi'];_0x5ab8=function(){return _0x286c0c;};return _0x5ab8();}