@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/es/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +45 -40
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/types/commands/commands/analyze-board-rendered-layout.command.d.ts +2 -1
- package/lib/types/commands/operations/board-chart-dialog.operation.d.ts +2 -2
- package/lib/types/commands/operations/board-pointer.operation.d.ts +8 -0
- package/lib/types/commands/operations/board-selection.operation.d.ts +4 -2
- package/lib/types/commands/operations/board-ui-control.operation.d.ts +30 -0
- package/lib/types/common/board-shortcuts.d.ts +1 -3
- package/lib/types/config/config.d.ts +29 -2
- package/lib/types/const.d.ts +2 -0
- package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +2 -21
- package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +1 -0
- package/lib/types/controllers/board-element-selection.controller.d.ts +1 -0
- package/lib/types/controllers/board-element-transform.controller.d.ts +3 -0
- package/lib/types/controllers/board-element-transformer-config.util.d.ts +22 -21
- package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-history-shortcut.controller.d.ts +2 -8
- package/lib/types/controllers/board-layout-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-order-shortcut.controller.d.ts +2 -10
- package/lib/types/controllers/board-render.controller.d.ts +1 -0
- package/lib/types/controllers/board-selection-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-settings-shortcut.controller.d.ts +2 -14
- package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +5 -4
- package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +5 -17
- package/lib/types/controllers/board-tool-shortcut.controller.d.ts +5 -16
- package/lib/types/controllers/board-unit-presence.controller.d.ts +6 -0
- package/lib/types/controllers/board-unit-presence.render-controller.d.ts +37 -0
- package/lib/types/controllers/board-view-shortcut.controller.d.ts +2 -23
- package/lib/types/controllers/board-viewport-bar.render-controller.d.ts +43 -0
- package/lib/types/controllers/board-viewport-input.render-controller.d.ts +8 -0
- package/lib/types/facade/f-board-ui.d.ts +19 -0
- package/lib/types/facade/index.d.ts +1 -0
- package/lib/types/index.d.ts +9 -4
- package/lib/types/locale/en-US.d.ts +2 -0
- package/lib/types/plugin.d.ts +7 -0
- package/lib/types/render-adapters/board-element-render-adapter.d.ts +3 -2
- package/lib/types/render-objects/board-connector-object.d.ts +17 -5
- package/lib/types/render-objects/board-shape-object.d.ts +1 -0
- package/lib/types/render-objects/board-viewport-bar-object.d.ts +33 -0
- package/lib/types/services/board-canvas-pop-manager.service.d.ts +3 -1
- package/lib/types/services/board-clipboard.service.d.ts +10 -3
- package/lib/types/services/board-element-edit.service.d.ts +2 -0
- package/lib/types/services/board-embed-integration.service.d.ts +9 -0
- package/lib/types/services/board-find.service.d.ts +1 -0
- package/lib/types/services/board-image-insert.service.d.ts +3 -1
- package/lib/types/services/board-pointer-state.service.d.ts +21 -0
- package/lib/types/services/board-screenshot.service.d.ts +3 -1
- package/lib/types/services/board-settings-menu-contribution.service.d.ts +37 -0
- package/lib/types/services/board-settings.service.d.ts +3 -5
- package/lib/types/services/board-shortcut-runtime.service.d.ts +32 -0
- package/lib/types/services/board-text-editing.service.d.ts +9 -4
- package/lib/types/services/board-tool.service.d.ts +3 -1
- package/lib/types/services/board-toolbar-contribution.service.d.ts +3 -2
- package/lib/types/services/board-ui-state.service.d.ts +2 -1
- package/lib/types/services/board-unit-presence-ui-adapter.service.d.ts +32 -0
- package/lib/types/services/board-viewport.service.d.ts +2 -1
- package/lib/types/utils/board-connector-hit-test.util.d.ts +2 -0
- package/lib/types/utils/board-connector-marker-anchor.util.d.ts +0 -1
- package/lib/types/utils/board-connector-marker.util.d.ts +21 -0
- package/lib/types/utils/board-connector-quick-connect.util.d.ts +1 -0
- package/lib/types/utils/board-connector-render-bounds.util.d.ts +0 -1
- package/lib/types/utils/board-connector-render-geometry.util.d.ts +33 -0
- package/lib/types/utils/board-connector-routing.util.d.ts +13 -1
- package/lib/types/utils/board-page-background-image.util.d.ts +15 -0
- package/lib/types/utils/board-render-page.util.d.ts +10 -5
- package/lib/types/utils/board-shortcut-preconditions.util.d.ts +4 -2
- package/lib/types/utils/board-viewport-bar.util.d.ts +55 -0
- package/lib/types/utils/board-viewport.util.d.ts +1 -0
- package/lib/types/views/BoardConnectorFloatingToolbarControls.d.ts +8 -2
- package/lib/types/views/BoardFloatingToolPanel.d.ts +1 -0
- package/lib/types/views/BoardPageBackgroundView.d.ts +8 -0
- package/lib/types/views/BoardSettingsMenu.d.ts +14 -0
- package/lib/types/views/BoardShapeFloatingToolbar.d.ts +2 -3
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +19 -19
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x4aa6f1=_0x1319;function _0x1319(_0x264db2,_0x418fef){_0x264db2=_0x264db2-0x112;const _0x261bef=_0x261b();let _0x13198e=_0x261bef[_0x264db2];return _0x13198e;}(function(_0x2322ec,_0x5c83e6){const _0xb9ff02=_0x1319,_0x3bd73a=_0x2322ec();while(!![]){try{const _0x18eee1=parseInt(_0xb9ff02(0x16e))/0x1*(parseInt(_0xb9ff02(0x1c8))/0x2)+parseInt(_0xb9ff02(0x186))/0x3+parseInt(_0xb9ff02(0x1a3))/0x4*(parseInt(_0xb9ff02(0x1df))/0x5)+-parseInt(_0xb9ff02(0x1bd))/0x6+-parseInt(_0xb9ff02(0x21e))/0x7+-parseInt(_0xb9ff02(0x197))/0x8+parseInt(_0xb9ff02(0x1fd))/0x9*(parseInt(_0xb9ff02(0x1b1))/0xa);if(_0x18eee1===_0x5c83e6)break;else _0x3bd73a['push'](_0x3bd73a['shift']());}catch(_0x40039f){_0x3bd73a['push'](_0x3bd73a['shift']());}}}(_0x261b,0x884b8));function _0x261b(){const _0x36bbf2=['Barra\x20de\x20estado','Tamaño\x20personalizado','Pegar\x20estilo','8758688GLLJIW','Plegar\x20carril','Traer\x20adelante','Acercar\x20/\x20alejar','Pata\x20de\x20gallo','Agregar\x20texto','Clásico','Mapa\x20mental','Cortar','Selección\x20múltiple\x20/\x20deseleccionar','Formas\x20de\x20ecuación','Zoom\x20al\x20100%','332884YtvQqQ','Flecha\x20de\x20destino','Voltear\x20verticalmente','Descripción','Lista\x20numerada','Arrastre\x20para\x20reordenar','Objeto','Estrella','Ajustar\x20al\x20contenido','Cita','Línea','Carril\x20(swimlane)','Eliminar','Eliminar\x20carril','10AuMvQT','Pata\x20de\x20gallo\x20con\x20barra','Línea\x20de\x20vida\x20de\x20control','Flecha\x20izquierda','Centrar\x20verticalmente','Añadir\x20nodo\x20hermano','Línea\x20recta','Normal','Buscar\x20objetos','Conector','Hacer\x20una\x20copia','Diagrama\x20de\x20secuencia\x20UML','4323456RwRsme','Tema\x20{0}','Salir\x20de\x20pantalla\x20completa','Componente','Carril\x20horizontal','Básico','Predeterminado','1\x20:\x201','Hexágono','Estado\x20final','Conector\x20de\x20flecha\x20abierta\x20discontinua','14846CVUuPJ','Estrellas\x20y\x20banderines','Entidad\x20de\x20tipo\x20de\x20campo\x20clave','Línea\x20de\x20vida\x20de\x20colección','Enviar\x20al\x20fondo','Carril\x20{0}','Invertir\x20selección','Grosor','Tabla','Seleccionar\x20grupos\x20de\x20nivel\x20superior','Discontinuo','Editar\x20texto','Navegador','Flecha\x20izquierda-derecha','Trapecio','Línea\x20(sin\x20flecha)','Llamadas','Restablecer\x20zoom','Centrar','Buscar','Diagrama\x20de\x20clases','Sin\x20objetos','Página','35ngEYJf','Capa\x20de\x20lienzo','Grueso','Ocultar\x20cursores\x20de\x20colaboradores','Seleccionar\x20contenedor\x20principal','Óvalo','Entidad','Desbloquear','Control','Plegar\x20/\x20expandir\x20todos\x20los\x20nodos','Interfaz','Cero\x20o\x20uno','Ajustar\x20el\x20contenedor\x20principal\x20al\x20contenido','Cuadrado\x20redondeado','Cambiar\x20nombre\x20del\x20carril','Objetos','Conector\x20de\x20flecha\x20rellena\x20discontinua','Deshacer','Alinear\x20a\x20la\x20izquierda','Cambiar\x20nombre','DOM','Cursores\x20de\x20colaboradores','Interrumpir\x20la\x20línea\x20detrás\x20del\x20texto','Frontera','Modo\x20arrastre','Rehacer','Botones\x20de\x20acción','Añadir\x20una\x20descripción','Color\x20de\x20texto','Seleccionar\x20formas\x20a\x20agrupar','13431195dGmPli','Flecha\x20abierta','Uno\x20o\x20muchos','Vivo','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Mostrar\x20dimensiones','Línea\x20de\x20vida\x20de\x20disco\x20magnético','Seleccionar\x20forma','Flecha\x20rellena','Azul','Línea\x20de\x20tiempo\x20horizontal','Añadir\x20rápido','Doble\x20barra','Línea\x20discontinua\x20(sin\x20flecha)','Lista\x20con\x20viñetas','Ajustes','Flecha\x20de\x20origen','Desagrupar','Capa\x20flotante','Triángulo\x20hueco','Selección\x20precisa','Disposición','Filas','Selección\x20profunda','Editar\x20forma','Paralelogramo','Alinear\x20abajo','Almacén\x20de\x20datos\x203','Nota\x20adhesiva','Vintage','Árbol\x20a\x20la\x20derecha','Línea\x20de\x20vida\x20del\x20actor','Mostrar\x20más\x20formas','5943672mFsYNy','Más\x20formas','Círculo\x20relleno','Círculo','Contenedor','Expandir','Interfaz\x20requerida','Cruz','Nombre\x20del\x20carril','Eliminar\x20contenido\x20y\x20carril','Enviar\x20atrás','Línea\x20de\x20vida\x20de\x20frontera','Mostrar\x20/\x20ocultar\x20Añadir\x20rápido','Conector\x20de\x20flecha\x20rellena','Almacén\x20de\x20datos\x201','Bloque\x20de\x20flecha\x20derecha','Clasificador','Más','Mostrar\x20todo','Actor','Transparente','Traer\x20al\x20frente','Personalizado','Rejilla','Marcador\x20de\x20posición','Triángulo','Nombre\x20del\x20contenedor','Fila\x20{0},\x20Columna\x20{1}','Ajustar\x20al\x20lienzo','Ocultar','Diagrama\x20entidad-relación','Tachado','Copiar','Puente\x20de\x20línea','Unidad','Forma','Rombo\x20hueco','Rectángulo','Barra','Gráfico','Opciones\x20de\x20zoom','Agrupar\x20formas','Sacar\x20el\x20contenido\x20y\x20eliminar\x20el\x20carril','Añadir\x20carril\x20a\x20la\x20derecha','Añadir\x20una\x20descripción\x20a\x20este\x20nodo','Buscar\x20formas','Cambiar\x20nombre\x20del\x20contenedor','Carril\x20vertical','Llamada\x20redondeada','Círculo\x20con\x20barra','Mostrar','Vista','Sólido','Borde\x20de\x20la\x20etiqueta','Línea\x20de\x20vida\x20de\x20entidad','Nombre','Carril','Diagrama\x20de\x20estados','Editar\x20trazo','Texto','Envolver\x20en\x20un\x20contenedor','Reducir\x20tamaño\x20de\x20fuente','Diagrama\x20de\x20flujo\x20de\x20datos','Tema','4\x20:\x203','Línea\x20punto-raya','Cero\x20o\x20muchos','Fuente','Cerrar','Añadir\x20carril\x20debajo','Pentágono','Contraer','Buscar\x20elementos\x20del\x20tablero','Rombo','Voltear\x20horizontalmente','Vertical','Diagrama\x20de\x20componentes','Árbol\x20a\x20la\x20izquierda','Inicio','Agrupar','Línea\x20en\x20ángulo\x20recto','Rectángulo\x20redondeado','Entrar\x20en\x20pantalla\x20completa','Intercambiar\x20flechas','Octágono','Seleccionar\x20todo','Rectángulos','Insertar\x20texto','Línea\x20de\x20tiempo','Diagrama\x20de\x20flujo','Añadir\x20nodo\x20padre','Editar\x20nodo\x20actual','Negrita','Pegar','Color\x20de\x20línea','Mover\x20contenido\x20al\x20siguiente\x20carril\x20y\x20eliminar','Recursos','Barra\x20de\x20activación','Desactivar\x20alineación\x20de\x20objetos','Formas\x20básicas','Zoom\x20a\x20la\x20selección','139SRFAtd','Alinear\x20a\x20la\x20derecha','Nombre\x20del\x20objeto','Expandir\x20carril','Línea\x20de\x20vida\x20de\x20almacenamiento\x20de\x20acceso\x20directo','Grosor\x20de\x20línea','Traducir\x20a','Atrás','Cerrar\x20atajos','Atajos\x20de\x20teclado','Fragmento\x20de\x20secuencia\x20alternativa','Ayuda','Imagen','Plegar\x20/\x20desplegar\x20nodos\x20hijos','Fino','Conector\x20en\x20rombo\x20hueco','Colección','Subrayado','Herramientas','Disolver\x20contenedor','Plegar\x20/\x20expandir\x20carril','Listo','Etiqueta','Grupo','348219osVcoW','Lápiz','Conector\x20en\x20rombo\x20relleno','Cursiva','Distribuir\x20horizontalmente','Insertar','Gris','Copiar\x20estilo','Centrar\x20horizontalmente','Todo','Medio','Árbol\x20alterno','Activar\x20ajuste\x20automático','Vídeo'];_0x261b=function(){return _0x36bbf2;};return _0x261b();}import{t as _0x47d790}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x4aa6f1(0x1ad)},'contextMenu':{'container':{'rename':_0x4aa6f1(0x137),'fitToContent':'Ajustar\x20al\x20contenido','selectContents':'Seleccionar\x20contenido','enableAutoResize':_0x4aa6f1(0x192),'disableAutoResize':'Desactivar\x20ajuste\x20automático','lockMembership':'Bloquear\x20pertenencia','unlockMembership':'Desbloquear\x20pertenencia','disband':_0x4aa6f1(0x181),'delete':'Eliminar\x20contenedor'},'containerChild':{'moveOut':'Sacar\x20del\x20contenedor','selectParent':_0x4aa6f1(0x1e3),'fitParent':_0x4aa6f1(0x1eb)},'swimlaneLane':{'add':'Añadir\x20carril','addBelow':_0x4aa6f1(0x14e),'addRight':_0x4aa6f1(0x134),'remove':_0x4aa6f1(0x1b0),'removeAndMovePrevious':'Mover\x20contenido\x20al\x20carril\x20anterior\x20y\x20eliminar','removeAndPromote':_0x4aa6f1(0x133),'removeAndDeleteContent':_0x4aa6f1(0x112),'removeAndMoveNext':_0x4aa6f1(0x168),'rename':_0x4aa6f1(0x1ed),'movePrevious':'Mover\x20carril\x20hacia\x20arriba','moveNext':'Mover\x20carril\x20hacia\x20abajo','expand':_0x4aa6f1(0x171),'collapse':_0x4aa6f1(0x198)}},'popup':{'containerName':_0x4aa6f1(0x123),'laneName':_0x4aa6f1(0x226),'cancel':'Cancelar','rename':_0x4aa6f1(0x1f2)},'ink':{'finishEditing':_0x4aa6f1(0x183),'enterEditing':_0x4aa6f1(0x143)},'mindMap':{'description':_0x4aa6f1(0x1a6),'descriptionPlaceholder':_0x4aa6f1(0x135),'saveDescription':'Guardar'},'panel':{'moreShapes':_0x4aa6f1(0x21f),'more':_0x4aa6f1(0x11a),'back':_0x4aa6f1(0x175),'close':_0x4aa6f1(0x14d),'stickyNote':_0x4aa6f1(0x219),'lineColor':_0x4aa6f1(0x167),'lineWidth':_0x4aa6f1(0x173),'reverseMarkers':'Invertir\x20flechas','searchShapes':_0x4aa6f1(0x136),'container':_0x4aa6f1(0x222),'swimlane':_0x4aa6f1(0x1ae),'verticalSwimlane':_0x4aa6f1(0x138),'horizontalSwimlane':_0x4aa6f1(0x1c1),'vertical':_0x4aa6f1(0x154),'horizontal':'Horizontal','tableCustomSize':_0x4aa6f1(0x195),'tableRows':_0x4aa6f1(0x213),'tableColumns':'Columnas','tableInsert':_0x4aa6f1(0x18b),'customContainer':_0x4aa6f1(0x11f),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x4aa6f1(0x149),'containerRatio1By1':_0x4aa6f1(0x1c4),'containerA4':'A4','mindMapGroupMindMap':_0x4aa6f1(0x19e),'mindMapGroupTree':'Diagrama\x20de\x20árbol','mindMapGroupTimeline':_0x4aa6f1(0x161),'mindMapRight':'Mapa\x20mental\x20hacia\x20la\x20derecha','mindMapLeft':'Mapa\x20mental\x20hacia\x20la\x20izquierda','mindMapHorizontal':'Mapa\x20mental\x20horizontal','mindMapVertical':'Mapa\x20mental\x20vertical','mindMapTreeRight':_0x4aa6f1(0x21b),'mindMapTreeLeft':_0x4aa6f1(0x156),'mindMapTreeAlternate':_0x4aa6f1(0x191),'mindMapTimelineHorizontal':_0x4aa6f1(0x207),'mindMapTimelineVertical':'Línea\x20de\x20tiempo\x20vertical','mindMapNodeText':_0x4aa6f1(0x19c)},'settings':{'collaboratorCursors':_0x4aa6f1(0x1f4),'find':_0x4aa6f1(0x1db),'grid':_0x4aa6f1(0x120),'preciseSelection':_0x4aa6f1(0x211),'quickAdd':_0x4aa6f1(0x208),'theme':_0x4aa6f1(0x148),'themeOption':_0x4aa6f1(0x1be),'themePreviewStart':_0x4aa6f1(0x157),'themePreviewData':'Datos','undo':_0x4aa6f1(0x1f0),'redo':_0x4aa6f1(0x1f8),'settings':_0x4aa6f1(0x20c),'objects':'Objetos','findBoardElements':_0x4aa6f1(0x151),'noMatches':'Sin\x20coincidencias','showDimensions':_0x4aa6f1(0x202),'showToolbar':'Mostrar\x20barra\x20de\x20herramientas','translateInto':_0x4aa6f1(0x174)},'objectListPanel':{'title':_0x4aa6f1(0x1ee),'empty':_0x4aa6f1(0x1dd),'showAll':_0x4aa6f1(0x11b),'hideAll':'Ocultar\x20todo','moveForward':'Traer\x20al\x20frente','moveBackward':_0x4aa6f1(0x113),'close':_0x4aa6f1(0x14d),'nameInput':_0x4aa6f1(0x170),'hide':_0x4aa6f1(0x126),'show':_0x4aa6f1(0x13b),'lock':'Bloquear','unlock':_0x4aa6f1(0x1e6),'details':'Detalles','locate':'Localizar','expand':_0x4aa6f1(0x223),'collapse':_0x4aa6f1(0x150),'dragToReorder':_0x4aa6f1(0x1a8),'search':_0x4aa6f1(0x1b9),'filterAll':_0x4aa6f1(0x18f),'filterHidden':'Ocultos','filterLocked':'Bloqueados','sectionCanvas':_0x4aa6f1(0x1e0),'sectionFloating':_0x4aa6f1(0x20f),'name':_0x4aa6f1(0x140),'description':_0x4aa6f1(0x1a6),'descriptionPlaceholder':_0x4aa6f1(0x1fa),'noSelection':_0x4aa6f1(0x201),'elementTypes':{'object':_0x4aa6f1(0x1a9),'connector':_0x4aa6f1(0x1ba),'container':'Contenedor','group':_0x4aa6f1(0x185),'image':_0x4aa6f1(0x17a),'chart':_0x4aa6f1(0x130),'page':_0x4aa6f1(0x1de),'placeholder':_0x4aa6f1(0x121),'shape':_0x4aa6f1(0x12c),'table':_0x4aa6f1(0x1d0),'text':'Texto','smartArt':'SmartArt','video':_0x4aa6f1(0x193),'unit':_0x4aa6f1(0x12b),'dom':_0x4aa6f1(0x1f3)}},'find':{'lanePosition':_0x4aa6f1(0x1cd),'tableCellPosition':_0x4aa6f1(0x124),'elementTypes':{'connector':'Conector','container':'Contenedor','group':'Grupo','image':'Imagen','page':_0x4aa6f1(0x1de),'placeholder':_0x4aa6f1(0x121),'shape':'Forma','table':_0x4aa6f1(0x1d0),'text':_0x4aa6f1(0x144)}},'themePresets':{'default':_0x4aa6f1(0x1c3),'classic':_0x4aa6f1(0x19d),'vintage':_0x4aa6f1(0x21a),'gray':_0x4aa6f1(0x18c),'vibrant':_0x4aa6f1(0x200),'blue':_0x4aa6f1(0x206)},'toolbar':{'resetColor':'Restablecer\x20color','shape':'Forma','text':_0x4aa6f1(0x144),'stickyNote':_0x4aa6f1(0x219),'line':_0x4aa6f1(0x1ba),'container':_0x4aa6f1(0x222),'swimlane':_0x4aa6f1(0x141),'table':_0x4aa6f1(0x1d0),'chart':_0x4aa6f1(0x130),'pen':_0x4aa6f1(0x187),'mindMap':_0x4aa6f1(0x19e),'resources':_0x4aa6f1(0x169),'image':'Imagen','wrapInContainer':_0x4aa6f1(0x145),'addSwimlaneLane':'Añadir\x20elemento\x20de\x20carril','swimlaneMenu':_0x4aa6f1(0x141),'swimlaneLaneMenu':'Elemento\x20de\x20carril','editBrushPath':'Editar\x20trazo\x20del\x20pincel','arrange':'Organizar','bringToFront':_0x4aa6f1(0x11e),'bringForward':_0x4aa6f1(0x199),'sendBackward':_0x4aa6f1(0x113),'sendToBack':_0x4aa6f1(0x1cc),'more':_0x4aa6f1(0x11a)},'shapePresets':{..._0x47d790,'roundedRectangle':'Rectángulo\x20redondeado','oval':_0x4aa6f1(0x1e4),'diamond':_0x4aa6f1(0x152),'rectangle':'Rectángulo','circle':_0x4aa6f1(0x221),'cylinder':'Cilindro','chevron':'Chevron','rightArrowBlock':_0x4aa6f1(0x118),'parallelogram':_0x4aa6f1(0x216),'trapezoid':_0x4aa6f1(0x1d6),'speechBubble':'Bocadillo','roundedCallout':_0x4aa6f1(0x139),'rightTriangle':'Triángulo\x20rectángulo','triangle':_0x4aa6f1(0x122),'star':_0x4aa6f1(0x1aa),'hexagon':_0x4aa6f1(0x1c5),'pentagon':_0x4aa6f1(0x14f),'octagon':_0x4aa6f1(0x15d),'leftArrow':_0x4aa6f1(0x1b4),'rightArrow':'Flecha\x20derecha','leftRightArrow':_0x4aa6f1(0x1d5),'cloud':'Nube','leftBrace':'Llave\x20izquierda','rightBrace':'Llave\x20derecha','plus':_0x4aa6f1(0x11a),'actor':_0x4aa6f1(0x11c),'boundary':_0x4aa6f1(0x1f6),'control':_0x4aa6f1(0x1e7),'entity':'Entidad','collection':_0x4aa6f1(0x17e),'dataFlowRoundedRectangle':_0x4aa6f1(0x15a),'dataFlowCircle':'Círculo','dataFlowRoundedSquare':_0x4aa6f1(0x1ec),'dataStorage1':_0x4aa6f1(0x117),'dataStorage2':'Almacén\x20de\x20datos\x202','dataStorage3':_0x4aa6f1(0x218),'lineNone':_0x4aa6f1(0x1d7),'lineDashedNone':_0x4aa6f1(0x20a),'lineOpenArrow':_0x4aa6f1(0x1fe),'lineDoubleOpenArrow':'Doble\x20flecha\x20abierta','actorLifeline':_0x4aa6f1(0x21c),'boundaryLifeline':_0x4aa6f1(0x114),'controlLifeline':_0x4aa6f1(0x1b3),'entityLifeline':_0x4aa6f1(0x13f),'collectionLifeline':_0x4aa6f1(0x1cb),'objectLifeline':'Línea\x20de\x20vida\x20de\x20objeto','magneticDiskLifeline':_0x4aa6f1(0x203),'directAccessStorageLifeline':_0x4aa6f1(0x172),'activationBar':_0x4aa6f1(0x16a),'sequenceFragment':'Fragmento\x20de\x20secuencia','sequenceAlternativeFragment':_0x4aa6f1(0x178),'umlClass':'Clase','umlInterface':_0x4aa6f1(0x1e9),'umlInterfaceShape':_0x4aa6f1(0x1e9),'umlClassifier':_0x4aa6f1(0x119),'umlHollowDiamondConnector':_0x4aa6f1(0x17d),'umlFilledDiamondConnector':_0x4aa6f1(0x188),'umlFilledArrowConnector':_0x4aa6f1(0x116),'umlDashedOpenArrowConnector':_0x4aa6f1(0x1c7),'umlDashedFilledArrowConnector':_0x4aa6f1(0x1ef),'erdEntity':_0x4aa6f1(0x1e5),'erdKeyField':'Entidad\x20de\x20campo\x20clave','erdFieldType':'Entidad\x20de\x20tipo\x20de\x20campo','erdFull':_0x4aa6f1(0x1ca),'initialState':'Estado\x20inicial','finalState':_0x4aa6f1(0x1c6),'stateBar':_0x4aa6f1(0x194),'requiredInterface':_0x4aa6f1(0x224),'assemblyConnector':'Conector\x20de\x20ensamblaje','providedInterface':'Interfaz\x20proporcionada','componentBox':'Caja\x20de\x20componente','component':_0x4aa6f1(0x1c0)},'shapeCategories':{'basics':_0x4aa6f1(0x1c2),'basicShapes':{'rectangle':_0x4aa6f1(0x15f),'basicShape':_0x4aa6f1(0x16c),'blockArrow':'Flechas\x20de\x20bloque','equationShape':_0x4aa6f1(0x1a1),'flowchart':_0x4aa6f1(0x162),'starAndBanner':_0x4aa6f1(0x1c9),'callout':_0x4aa6f1(0x1d8),'actionButton':_0x4aa6f1(0x1f9),'other':'Otros'},'classDiagram':_0x4aa6f1(0x1dc),'dataFlowDiagram':_0x4aa6f1(0x147),'line':_0x4aa6f1(0x1ad),'entityRelationshipDiagram':_0x4aa6f1(0x127),'umlCustomShapes':'Formas\x20UML\x20personalizadas','umlSequenceDiagram':_0x4aa6f1(0x1bc),'statusDiagram':_0x4aa6f1(0x142),'componentDiagram':_0x4aa6f1(0x155)},'connector':{'toolbar':{'sourceMarker':_0x4aa6f1(0x20d),'swapMarkers':_0x4aa6f1(0x15c),'targetMarker':_0x4aa6f1(0x1a4),'lineColor':'Color\x20de\x20línea','lineWidth':_0x4aa6f1(0x1cf),'opacityPercent':'Opacidad\x20{0}%','settings':'Ajustes\x20de\x20línea','smoothElbow':'Línea\x20en\x20ángulo','bridge':_0x4aa6f1(0x12a),'insertText':_0x4aa6f1(0x160),'textSettings':'Configuración\x20del\x20texto','alignLeft':_0x4aa6f1(0x1f1),'alignCenter':_0x4aa6f1(0x1da),'alignRight':_0x4aa6f1(0x16f),'bold':_0x4aa6f1(0x165),'italic':_0x4aa6f1(0x189),'underline':_0x4aa6f1(0x17f),'strikethrough':_0x4aa6f1(0x128),'textColor':_0x4aa6f1(0x1fb),'editText':_0x4aa6f1(0x1d3),'labelFill':'Fondo\x20de\x20la\x20etiqueta','labelBorder':_0x4aa6f1(0x13e),'transparent':_0x4aa6f1(0x11d),'breakLineBehindText':_0x4aa6f1(0x1f5),'textSection':_0x4aa6f1(0x144),'labelSection':_0x4aa6f1(0x184),'deleteText':'Eliminar\x20texto','more':_0x4aa6f1(0x11a)},'routing':{'straight':_0x4aa6f1(0x1b7),'elbow':_0x4aa6f1(0x159),'polyline':'Polilínea','curve':'Curva'},'strokeWidth':{'thin':_0x4aa6f1(0x17c),'regular':_0x4aa6f1(0x1b8),'medium':_0x4aa6f1(0x190),'bold':_0x4aa6f1(0x1e1)},'dash':{'solid':_0x4aa6f1(0x13d),'dashed':_0x4aa6f1(0x1d2),'dotted':'Punteado','dashDot':_0x4aa6f1(0x14a)},'marker':{'none':'Ninguno','arrow':'Flecha','filledArrow':_0x4aa6f1(0x205),'openArrow':_0x4aa6f1(0x1fe),'triangle':_0x4aa6f1(0x122),'filledTriangle':'Triángulo\x20relleno','hollowTriangle':_0x4aa6f1(0x210),'diamond':_0x4aa6f1(0x152),'hollowDiamond':_0x4aa6f1(0x12d),'filledDiamond':'Rombo\x20relleno','circle':_0x4aa6f1(0x221),'filledCircle':_0x4aa6f1(0x220),'bar':_0x4aa6f1(0x12f),'doubleBar':_0x4aa6f1(0x209),'crowFoot':_0x4aa6f1(0x19b),'crowsFoot':_0x4aa6f1(0x19b),'barCrowsFoot':_0x4aa6f1(0x1b2),'circleCrowsFoot':'Pata\x20de\x20gallo\x20con\x20círculo','circleBar':_0x4aa6f1(0x13a),'x':'X','cross':_0x4aa6f1(0x225),'plus':_0x4aa6f1(0x11a),'zeroOrOne':_0x4aa6f1(0x1ea),'zeroOrMany':_0x4aa6f1(0x14b),'oneOrMany':_0x4aa6f1(0x1ff)}},'zoom':{'dragMode':_0x4aa6f1(0x1f7),'fitContent':_0x4aa6f1(0x1ab),'zoomOptions':_0x4aa6f1(0x131),'zoomTo100':_0x4aa6f1(0x1a2),'zoomToFit':_0x4aa6f1(0x125),'zoomToSelection':_0x4aa6f1(0x16d),'zoomOut':'Reducir','resetZoom':_0x4aa6f1(0x1d9),'zoomIn':'Aumentar','help':_0x4aa6f1(0x179)},'shortcutHelp':{'title':_0x4aa6f1(0x177),'close':_0x4aa6f1(0x176),'sections':{'tools':_0x4aa6f1(0x180),'navigator':_0x4aa6f1(0x1d4),'view':_0x4aa6f1(0x13c),'selection':_0x4aa6f1(0x204),'editing':_0x4aa6f1(0x215),'grouping':_0x4aa6f1(0x132),'swimlane':_0x4aa6f1(0x141),'mindMap':_0x4aa6f1(0x19e),'layout':_0x4aa6f1(0x212),'font':_0x4aa6f1(0x14c)},'items':{'showMoreShapes':_0x4aa6f1(0x21d),'roundedRectangle':_0x4aa6f1(0x15a),'rectangle':_0x4aa6f1(0x12e),'oval':_0x4aa6f1(0x1e4),'diamond':_0x4aa6f1(0x152),'text':'Texto','elbowConnector':'Conector\x20en\x20ángulo','line':_0x4aa6f1(0x1ad),'stickyNote':_0x4aa6f1(0x219),'search':_0x4aa6f1(0x1db),'zoomWheel':_0x4aa6f1(0x19a),'zoomPinch':_0x4aa6f1(0x19a),'zoomTo100':_0x4aa6f1(0x1a2),'zoomToSelection':'Zoom\x20a\x20la\x20selección','zoomToFit':_0x4aa6f1(0x125),'enterFullScreen':_0x4aa6f1(0x15b),'exitFullScreen':_0x4aa6f1(0x1bf),'selectShape':_0x4aa6f1(0x204),'selectAll':_0x4aa6f1(0x15e),'multipleSelect':_0x4aa6f1(0x1a0),'invertSelection':_0x4aa6f1(0x1ce),'preciseSelection':_0x4aa6f1(0x211),'deepSelect':_0x4aa6f1(0x214),'editShape':_0x4aa6f1(0x215),'copy':_0x4aa6f1(0x129),'copyAsImage':'Copiar\x20como\x20imagen','paste':_0x4aa6f1(0x166),'cut':_0x4aa6f1(0x19f),'makeCopy':_0x4aa6f1(0x1bb),'scale':'Escalar','copyStyle':_0x4aa6f1(0x18d),'pasteStyle':_0x4aa6f1(0x196),'moveAxisLocked':'Mover\x20en\x20horizontal\x20/\x20vertical','flipHorizontal':_0x4aa6f1(0x153),'flipVertical':_0x4aa6f1(0x1a5),'undo':_0x4aa6f1(0x1f0),'redo':'Rehacer','toggleQuickAdd':_0x4aa6f1(0x115),'hideCollaboratorsCursors':_0x4aa6f1(0x1e2),'toggleToolbar':'Mostrar\x20/\x20ocultar\x20barra\x20de\x20herramientas','delete':_0x4aa6f1(0x1af),'group':_0x4aa6f1(0x158),'ungroup':_0x4aa6f1(0x20e),'selectUpperLayerGroups':_0x4aa6f1(0x1d1),'selectShapesToGroup':_0x4aa6f1(0x1fc),'swimlaneLaneRename':_0x4aa6f1(0x1ed),'swimlaneLaneToggleCollapsed':_0x4aa6f1(0x182),'swimlaneLaneMovePrevious':'Mover\x20carril\x20hacia\x20arriba','swimlaneLaneMoveNext':'Mover\x20carril\x20hacia\x20abajo','swimlaneLaneRemove':_0x4aa6f1(0x1b0),'addSiblingNode':_0x4aa6f1(0x1b6),'addChildNode':'Añadir\x20nodo\x20hijo','addParentNode':_0x4aa6f1(0x163),'foldChildNodes':_0x4aa6f1(0x17b),'collapseAllNodes':_0x4aa6f1(0x1e8),'addDescription':'Añadir\x20descripción','editCurrentNode':_0x4aa6f1(0x164),'bringToFront':_0x4aa6f1(0x11e),'sendToBack':_0x4aa6f1(0x1cc),'alignLeft':_0x4aa6f1(0x1f1),'alignRight':_0x4aa6f1(0x16f),'alignTop':'Alinear\x20arriba','alignBottom':_0x4aa6f1(0x217),'alignMiddle':_0x4aa6f1(0x1b5),'alignCenter':_0x4aa6f1(0x18e),'distributeHorizontally':_0x4aa6f1(0x18a),'distributeVertically':'Distribuir\x20verticalmente','disableObjectAlignment':_0x4aa6f1(0x16b),'increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':_0x4aa6f1(0x146),'bold':_0x4aa6f1(0x165),'strikethrough':_0x4aa6f1(0x128),'italic':_0x4aa6f1(0x189),'underline':_0x4aa6f1(0x17f),'link':'Enlace','numberedList':_0x4aa6f1(0x1a7),'bulletedList':_0x4aa6f1(0x20b),'quote':_0x4aa6f1(0x1ac),'alignTextLeft':_0x4aa6f1(0x1f1),'alignTextRight':'Alinear\x20a\x20la\x20derecha','alignTextCenter':'Centrar'}}}};export{t as default};
|
|
1
|
+
const _0x5e9990=_0x578a;function _0x578a(_0x29f2ba,_0x126e69){_0x29f2ba=_0x29f2ba-0x124;const _0xfcad99=_0xfcad();let _0x578a7e=_0xfcad99[_0x29f2ba];return _0x578a7e;}(function(_0x41f2de,_0x2694b0){const _0x59a7a9=_0x578a,_0x49783b=_0x41f2de();while(!![]){try{const _0x4d96d6=parseInt(_0x59a7a9(0x135))/0x1+parseInt(_0x59a7a9(0x1e1))/0x2+parseInt(_0x59a7a9(0x12b))/0x3+parseInt(_0x59a7a9(0x175))/0x4+parseInt(_0x59a7a9(0x1f4))/0x5*(-parseInt(_0x59a7a9(0x216))/0x6)+-parseInt(_0x59a7a9(0x227))/0x7+-parseInt(_0x59a7a9(0x1aa))/0x8;if(_0x4d96d6===_0x2694b0)break;else _0x49783b['push'](_0x49783b['shift']());}catch(_0x59e681){_0x49783b['push'](_0x49783b['shift']());}}}(_0xfcad,0xa9533));import{t as _0x563439}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x5e9990(0x217)},'contextMenu':{'container':{'rename':_0x5e9990(0x19f),'fitToContent':_0x5e9990(0x1e6),'selectContents':_0x5e9990(0x1b2),'enableAutoResize':_0x5e9990(0x1e3),'disableAutoResize':_0x5e9990(0x14a),'lockMembership':_0x5e9990(0x147),'unlockMembership':_0x5e9990(0x23e),'disband':'Disolver\x20contenedor','delete':_0x5e9990(0x209)},'containerChild':{'moveOut':'Sacar\x20del\x20contenedor','selectParent':_0x5e9990(0x22a),'fitParent':_0x5e9990(0x1fa)},'swimlaneLane':{'add':_0x5e9990(0x13c),'addBelow':_0x5e9990(0x22b),'addRight':_0x5e9990(0x1bf),'remove':_0x5e9990(0x229),'removeAndMovePrevious':_0x5e9990(0x1f3),'removeAndPromote':_0x5e9990(0x197),'removeAndDeleteContent':_0x5e9990(0x1d1),'removeAndMoveNext':_0x5e9990(0x17c),'rename':_0x5e9990(0x12a),'movePrevious':'Mover\x20carril\x20hacia\x20arriba','moveNext':_0x5e9990(0x1d2),'expand':'Expandir\x20carril','collapse':'Plegar\x20carril'}},'popup':{'containerName':'Nombre\x20del\x20contenedor','laneName':'Nombre\x20del\x20carril','cancel':_0x5e9990(0x18d),'rename':_0x5e9990(0x177)},'ink':{'finishEditing':_0x5e9990(0x139),'enterEditing':_0x5e9990(0x1dd)},'mindMap':{'description':_0x5e9990(0x142),'descriptionPlaceholder':_0x5e9990(0x206),'saveDescription':'Guardar'},'panel':{'moreShapes':'Más\x20formas','more':_0x5e9990(0x194),'back':'Atrás','close':_0x5e9990(0x1df),'stickyNote':_0x5e9990(0x16d),'lineColor':_0x5e9990(0x223),'lineWidth':_0x5e9990(0x1eb),'reverseMarkers':_0x5e9990(0x1f1),'searchShapes':_0x5e9990(0x1d4),'container':_0x5e9990(0x189),'swimlane':_0x5e9990(0x1d3),'verticalSwimlane':_0x5e9990(0x153),'horizontalSwimlane':_0x5e9990(0x1c2),'vertical':'Vertical','horizontal':_0x5e9990(0x16a),'tableCustomSize':'Tamaño\x20personalizado','tableRows':_0x5e9990(0x156),'tableColumns':_0x5e9990(0x23b),'tableInsert':_0x5e9990(0x238),'customContainer':_0x5e9990(0x214),'containerRatio16By9':_0x5e9990(0x203),'containerRatio4By3':_0x5e9990(0x15e),'containerRatio1By1':_0x5e9990(0x13e),'containerA4':'A4','mindMapGroupMindMap':_0x5e9990(0x201),'mindMapGroupTree':_0x5e9990(0x132),'mindMapGroupTimeline':_0x5e9990(0x202),'mindMapRight':_0x5e9990(0x1c6),'mindMapLeft':_0x5e9990(0x12e),'mindMapHorizontal':_0x5e9990(0x1e2),'mindMapVertical':_0x5e9990(0x17a),'mindMapTreeRight':_0x5e9990(0x128),'mindMapTreeLeft':_0x5e9990(0x21f),'mindMapTreeAlternate':'Árbol\x20alterno','mindMapTimelineHorizontal':_0x5e9990(0x1e9),'mindMapTimelineVertical':_0x5e9990(0x1fc),'mindMapNodeText':'Agregar\x20texto'},'settings':{'collaboratorCursors':_0x5e9990(0x1e7),'find':_0x5e9990(0x190),'grid':_0x5e9990(0x176),'viewportBar':_0x5e9990(0x235),'preciseSelection':_0x5e9990(0x1bc),'quickAdd':_0x5e9990(0x226),'theme':_0x5e9990(0x191),'themeOption':_0x5e9990(0x15c),'themePreviewStart':_0x5e9990(0x15f),'themePreviewData':_0x5e9990(0x157),'undo':'Deshacer','redo':_0x5e9990(0x1cc),'settings':'Ajustes','objects':_0x5e9990(0x129),'findBoardElements':_0x5e9990(0x131),'noMatches':'Sin\x20coincidencias','showDimensions':_0x5e9990(0x138),'showToolbar':_0x5e9990(0x185),'saveAs':'Guardar\x20como','translateInto':_0x5e9990(0x17d)},'objectListPanel':{'title':'Objetos','empty':_0x5e9990(0x228),'showAll':_0x5e9990(0x15d),'hideAll':_0x5e9990(0x1b1),'moveForward':_0x5e9990(0x19a),'moveBackward':_0x5e9990(0x1e8),'close':_0x5e9990(0x1df),'nameInput':_0x5e9990(0x212),'hide':_0x5e9990(0x1ce),'show':'Mostrar','lock':_0x5e9990(0x150),'unlock':'Desbloquear','details':_0x5e9990(0x211),'locate':_0x5e9990(0x1db),'expand':'Expandir','collapse':'Contraer','dragToReorder':'Arrastre\x20para\x20reordenar','search':'Buscar\x20objetos','filterAll':'Todo','filterHidden':'Ocultos','filterLocked':_0x5e9990(0x19e),'sectionCanvas':_0x5e9990(0x1bd),'sectionFloating':_0x5e9990(0x1c4),'name':'Nombre','description':_0x5e9990(0x142),'descriptionPlaceholder':'Añadir\x20una\x20descripción','noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','elementTypes':{'object':'Objeto','connector':_0x5e9990(0x225),'container':_0x5e9990(0x189),'group':_0x5e9990(0x1ec),'image':_0x5e9990(0x15b),'chart':_0x5e9990(0x1ef),'page':'Página','placeholder':'Marcador\x20de\x20posición','shape':'Forma','table':_0x5e9990(0x1a0),'text':'Texto','smartArt':_0x5e9990(0x215),'video':'Vídeo','unit':'Unidad','dom':_0x5e9990(0x1d8)}},'find':{'lanePosition':_0x5e9990(0x230),'tableCellPosition':_0x5e9990(0x21a),'elementTypes':{'connector':'Conector','container':_0x5e9990(0x189),'group':_0x5e9990(0x1ec),'image':_0x5e9990(0x15b),'page':_0x5e9990(0x22d),'placeholder':'Marcador\x20de\x20posición','shape':_0x5e9990(0x1f2),'table':_0x5e9990(0x1a0),'text':_0x5e9990(0x239)}},'themePresets':{'default':_0x5e9990(0x1cb),'classic':_0x5e9990(0x183),'vintage':_0x5e9990(0x179),'gray':_0x5e9990(0x188),'vibrant':_0x5e9990(0x20c),'blue':_0x5e9990(0x164)},'toolbar':{'resetColor':_0x5e9990(0x171),'shape':'Forma','text':_0x5e9990(0x239),'stickyNote':_0x5e9990(0x16d),'line':_0x5e9990(0x225),'container':_0x5e9990(0x189),'swimlane':_0x5e9990(0x15a),'table':'Tabla','chart':_0x5e9990(0x1ef),'pen':'Lápiz','mindMap':_0x5e9990(0x201),'resources':'Recursos','image':_0x5e9990(0x15b),'wrapInContainer':_0x5e9990(0x21d),'addSwimlaneLane':'Añadir\x20elemento\x20de\x20carril','swimlaneMenu':'Carril','swimlaneLaneMenu':_0x5e9990(0x126),'editBrushPath':'Editar\x20trazo\x20del\x20pincel','arrange':'Organizar','bringToFront':_0x5e9990(0x19a),'bringForward':_0x5e9990(0x12f),'sendBackward':_0x5e9990(0x1e8),'sendToBack':_0x5e9990(0x154),'more':_0x5e9990(0x194)},'shapePresets':{..._0x563439,'roundedRectangle':_0x5e9990(0x186),'oval':_0x5e9990(0x219),'diamond':_0x5e9990(0x1d9),'rectangle':_0x5e9990(0x234),'circle':_0x5e9990(0x1a1),'cylinder':'Cilindro','chevron':_0x5e9990(0x21e),'rightArrowBlock':_0x5e9990(0x1f9),'parallelogram':_0x5e9990(0x1b8),'trapezoid':'Trapecio','speechBubble':_0x5e9990(0x21c),'roundedCallout':_0x5e9990(0x1f7),'rightTriangle':_0x5e9990(0x19c),'triangle':_0x5e9990(0x199),'star':_0x5e9990(0x130),'hexagon':_0x5e9990(0x16f),'pentagon':_0x5e9990(0x17e),'octagon':_0x5e9990(0x13b),'leftArrow':_0x5e9990(0x18f),'rightArrow':'Flecha\x20derecha','leftRightArrow':_0x5e9990(0x149),'cloud':_0x5e9990(0x21b),'leftBrace':_0x5e9990(0x1f8),'rightBrace':_0x5e9990(0x124),'plus':'Más','actor':_0x5e9990(0x184),'boundary':_0x5e9990(0x213),'control':_0x5e9990(0x20e),'entity':_0x5e9990(0x19b),'collection':'Colección','dataFlowRoundedRectangle':_0x5e9990(0x186),'dataFlowCircle':_0x5e9990(0x1a1),'dataFlowRoundedSquare':_0x5e9990(0x1ed),'dataStorage1':_0x5e9990(0x14d),'dataStorage2':_0x5e9990(0x218),'dataStorage3':_0x5e9990(0x178),'lineNone':_0x5e9990(0x17f),'lineDashedNone':_0x5e9990(0x220),'lineOpenArrow':'Flecha\x20abierta','lineDoubleOpenArrow':_0x5e9990(0x167),'actorLifeline':_0x5e9990(0x140),'boundaryLifeline':'Línea\x20de\x20vida\x20de\x20frontera','controlLifeline':'Línea\x20de\x20vida\x20de\x20control','entityLifeline':_0x5e9990(0x1c7),'collectionLifeline':'Línea\x20de\x20vida\x20de\x20colección','objectLifeline':_0x5e9990(0x18b),'magneticDiskLifeline':_0x5e9990(0x1c0),'directAccessStorageLifeline':_0x5e9990(0x1ae),'activationBar':_0x5e9990(0x200),'sequenceFragment':_0x5e9990(0x158),'sequenceAlternativeFragment':'Fragmento\x20de\x20secuencia\x20alternativa','umlClass':_0x5e9990(0x231),'umlInterface':'Interfaz','umlInterfaceShape':_0x5e9990(0x1cf),'umlClassifier':'Clasificador','umlHollowDiamondConnector':'Conector\x20en\x20rombo\x20hueco','umlFilledDiamondConnector':_0x5e9990(0x182),'umlFilledArrowConnector':_0x5e9990(0x1da),'umlDashedOpenArrowConnector':_0x5e9990(0x1b9),'umlDashedFilledArrowConnector':_0x5e9990(0x1d0),'erdEntity':_0x5e9990(0x19b),'erdKeyField':_0x5e9990(0x23c),'erdFieldType':_0x5e9990(0x1c9),'erdFull':_0x5e9990(0x161),'initialState':'Estado\x20inicial','finalState':_0x5e9990(0x14e),'stateBar':'Barra\x20de\x20estado','requiredInterface':'Interfaz\x20requerida','assemblyConnector':_0x5e9990(0x233),'providedInterface':_0x5e9990(0x163),'componentBox':_0x5e9990(0x1de),'component':_0x5e9990(0x20b)},'shapeCategories':{'basics':_0x5e9990(0x16b),'basicShapes':{'rectangle':_0x5e9990(0x1fd),'basicShape':'Formas\x20básicas','blockArrow':'Flechas\x20de\x20bloque','equationShape':_0x5e9990(0x23a),'flowchart':_0x5e9990(0x145),'starAndBanner':_0x5e9990(0x1cd),'callout':_0x5e9990(0x172),'actionButton':_0x5e9990(0x204),'other':'Otros'},'classDiagram':_0x5e9990(0x14c),'dataFlowDiagram':_0x5e9990(0x159),'line':_0x5e9990(0x217),'entityRelationshipDiagram':'Diagrama\x20entidad-relación','umlCustomShapes':'Formas\x20UML\x20personalizadas','umlSequenceDiagram':_0x5e9990(0x148),'statusDiagram':_0x5e9990(0x198),'componentDiagram':_0x5e9990(0x180)},'connector':{'toolbar':{'sourceMarker':_0x5e9990(0x1b5),'swapMarkers':'Intercambiar\x20flechas','targetMarker':_0x5e9990(0x1a7),'lineColor':_0x5e9990(0x223),'lineWidth':'Grosor','opacityPercent':'Opacidad\x20{0}%','settings':'Ajustes\x20de\x20línea','smoothElbow':_0x5e9990(0x1ea),'bridge':_0x5e9990(0x169),'insertText':'Insertar\x20texto','textSettings':_0x5e9990(0x162),'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x5e9990(0x221),'alignRight':'Alinear\x20a\x20la\x20derecha','bold':_0x5e9990(0x232),'italic':'Cursiva','underline':_0x5e9990(0x13a),'strikethrough':'Tachado','textColor':_0x5e9990(0x141),'editText':_0x5e9990(0x1ff),'labelFill':_0x5e9990(0x1ca),'labelBorder':'Borde\x20de\x20la\x20etiqueta','transparent':_0x5e9990(0x18c),'breakLineBehindText':_0x5e9990(0x151),'textSection':'Texto','labelSection':_0x5e9990(0x1b6),'deleteText':_0x5e9990(0x20a),'more':_0x5e9990(0x194)},'routing':{'straight':'Línea\x20recta','elbow':_0x5e9990(0x14b),'polyline':_0x5e9990(0x13d),'curve':'Curva'},'strokeWidth':{'thin':_0x5e9990(0x22e),'regular':'Normal','medium':_0x5e9990(0x196),'bold':'Grueso'},'dash':{'solid':_0x5e9990(0x1d6),'dashed':'Discontinuo','dotted':_0x5e9990(0x23d),'dashDot':_0x5e9990(0x195)},'marker':{'none':_0x5e9990(0x144),'arrow':_0x5e9990(0x17b),'filledArrow':_0x5e9990(0x1ba),'openArrow':'Flecha\x20abierta','triangle':_0x5e9990(0x199),'filledTriangle':_0x5e9990(0x12d),'hollowTriangle':_0x5e9990(0x22f),'diamond':_0x5e9990(0x1d9),'hollowDiamond':_0x5e9990(0x1a9),'filledDiamond':_0x5e9990(0x1ee),'circle':'Círculo','filledCircle':_0x5e9990(0x16c),'bar':_0x5e9990(0x1b7),'doubleBar':_0x5e9990(0x1a4),'crowFoot':_0x5e9990(0x210),'crowsFoot':_0x5e9990(0x210),'barCrowsFoot':_0x5e9990(0x165),'circleCrowsFoot':_0x5e9990(0x1f6),'circleBar':_0x5e9990(0x1e0),'x':'X','cross':_0x5e9990(0x224),'plus':_0x5e9990(0x194),'zeroOrOne':'Cero\x20o\x20uno','zeroOrMany':_0x5e9990(0x222),'oneOrMany':'Uno\x20o\x20muchos'}},'zoom':{'dragMode':_0x5e9990(0x1a5),'fitContent':_0x5e9990(0x1e6),'zoomOptions':_0x5e9990(0x136),'zoomTo100':_0x5e9990(0x192),'zoomToFit':'Ajustar\x20al\x20lienzo','zoomToSelection':_0x5e9990(0x1dc),'zoomOut':_0x5e9990(0x12c),'resetZoom':_0x5e9990(0x187),'zoomIn':_0x5e9990(0x174),'help':_0x5e9990(0x1b0)},'shortcutHelp':{'title':_0x5e9990(0x18e),'close':_0x5e9990(0x137),'sections':{'tools':_0x5e9990(0x1a3),'navigator':_0x5e9990(0x1c5),'view':'Vista','selection':_0x5e9990(0x155),'editing':_0x5e9990(0x20f),'grouping':_0x5e9990(0x18a),'swimlane':_0x5e9990(0x15a),'mindMap':_0x5e9990(0x201),'layout':'Disposición','font':_0x5e9990(0x1af)},'items':{'showMoreShapes':_0x5e9990(0x13f),'roundedRectangle':_0x5e9990(0x186),'rectangle':_0x5e9990(0x234),'oval':'Óvalo','diamond':_0x5e9990(0x1d9),'text':_0x5e9990(0x239),'elbowConnector':_0x5e9990(0x134),'line':_0x5e9990(0x217),'stickyNote':'Nota\x20adhesiva','search':'Buscar','zoomWheel':_0x5e9990(0x1a8),'zoomPinch':_0x5e9990(0x1a8),'zoomTo100':'Zoom\x20al\x20100%','zoomToSelection':_0x5e9990(0x1dc),'zoomToFit':_0x5e9990(0x146),'enterFullScreen':'Entrar\x20en\x20pantalla\x20completa','exitFullScreen':_0x5e9990(0x237),'selectShape':'Seleccionar\x20forma','selectAll':_0x5e9990(0x208),'multipleSelect':_0x5e9990(0x181),'invertSelection':_0x5e9990(0x166),'preciseSelection':_0x5e9990(0x1bc),'deepSelect':'Selección\x20profunda','editShape':_0x5e9990(0x20f),'copy':_0x5e9990(0x22c),'copyAsImage':'Copiar\x20como\x20imagen','paste':_0x5e9990(0x207),'cut':_0x5e9990(0x16e),'makeCopy':_0x5e9990(0x19d),'scale':_0x5e9990(0x1c1),'copyStyle':_0x5e9990(0x125),'pasteStyle':_0x5e9990(0x236),'moveAxisLocked':_0x5e9990(0x1a2),'flipHorizontal':_0x5e9990(0x1f0),'flipVertical':_0x5e9990(0x173),'undo':'Deshacer','redo':_0x5e9990(0x1cc),'toggleQuickAdd':_0x5e9990(0x143),'hideCollaboratorsCursors':_0x5e9990(0x1d7),'toggleToolbar':_0x5e9990(0x1bb),'delete':_0x5e9990(0x1e5),'group':_0x5e9990(0x1c8),'ungroup':_0x5e9990(0x14f),'selectUpperLayerGroups':_0x5e9990(0x205),'selectShapesToGroup':_0x5e9990(0x1ab),'swimlaneLaneRename':'Cambiar\x20nombre\x20del\x20carril','swimlaneLaneToggleCollapsed':_0x5e9990(0x1f5),'swimlaneLaneMovePrevious':'Mover\x20carril\x20hacia\x20arriba','swimlaneLaneMoveNext':_0x5e9990(0x1d2),'swimlaneLaneRemove':_0x5e9990(0x229),'addSiblingNode':_0x5e9990(0x20d),'addChildNode':_0x5e9990(0x1b3),'addParentNode':'Añadir\x20nodo\x20padre','foldChildNodes':_0x5e9990(0x127),'collapseAllNodes':_0x5e9990(0x152),'addDescription':_0x5e9990(0x1ad),'editCurrentNode':'Editar\x20nodo\x20actual','bringToFront':_0x5e9990(0x19a),'sendToBack':_0x5e9990(0x154),'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignRight':'Alinear\x20a\x20la\x20derecha','alignTop':'Alinear\x20arriba','alignBottom':_0x5e9990(0x1a6),'alignMiddle':_0x5e9990(0x1be),'alignCenter':'Centrar\x20horizontalmente','distributeHorizontally':_0x5e9990(0x1e4),'distributeVertically':_0x5e9990(0x1d5),'disableObjectAlignment':_0x5e9990(0x193),'increaseFontSize':_0x5e9990(0x133),'decreaseFontSize':_0x5e9990(0x1c3),'bold':_0x5e9990(0x232),'strikethrough':_0x5e9990(0x170),'italic':_0x5e9990(0x1ac),'underline':_0x5e9990(0x13a),'link':'Enlace','numberedList':_0x5e9990(0x168),'bulletedList':_0x5e9990(0x160),'quote':_0x5e9990(0x1fb),'alignTextLeft':_0x5e9990(0x1fe),'alignTextRight':_0x5e9990(0x1b4),'alignTextCenter':_0x5e9990(0x221)}}}};export{t as default};function _0xfcad(){const _0x582c9b=['Traducir\x20a','Pentágono','Línea\x20(sin\x20flecha)','Diagrama\x20de\x20componentes','Selección\x20múltiple\x20/\x20deseleccionar','Conector\x20en\x20rombo\x20relleno','Clásico','Actor','Mostrar\x20barra\x20de\x20herramientas','Rectángulo\x20redondeado','Restablecer\x20zoom','Gris','Contenedor','Agrupar\x20formas','Línea\x20de\x20vida\x20de\x20objeto','Transparente','Cancelar','Atajos\x20de\x20teclado','Flecha\x20izquierda','Buscar','Tema','Zoom\x20al\x20100%','Desactivar\x20alineación\x20de\x20objetos','Más','Línea\x20punto-raya','Medio','Sacar\x20el\x20contenido\x20y\x20eliminar\x20el\x20carril','Diagrama\x20de\x20estados','Triángulo','Traer\x20al\x20frente','Entidad','Triángulo\x20rectángulo','Hacer\x20una\x20copia','Bloqueados','Cambiar\x20nombre\x20del\x20contenedor','Tabla','Círculo','Mover\x20en\x20horizontal\x20/\x20vertical','Herramientas','Doble\x20barra','Modo\x20arrastre','Alinear\x20abajo','Flecha\x20de\x20destino','Acercar\x20/\x20alejar','Rombo\x20hueco','6419008wPoejA','Seleccionar\x20formas\x20a\x20agrupar','Cursiva','Añadir\x20descripción','Línea\x20de\x20vida\x20de\x20almacenamiento\x20de\x20acceso\x20directo','Fuente','Ayuda','Ocultar\x20todo','Seleccionar\x20contenido','Añadir\x20nodo\x20hijo','Alinear\x20a\x20la\x20derecha','Flecha\x20de\x20origen','Etiqueta','Barra','Paralelogramo','Conector\x20de\x20flecha\x20abierta\x20discontinua','Flecha\x20rellena','Mostrar\x20/\x20ocultar\x20barra\x20de\x20herramientas','Selección\x20precisa','Capa\x20de\x20lienzo','Centrar\x20verticalmente','Añadir\x20carril\x20a\x20la\x20derecha','Línea\x20de\x20vida\x20de\x20disco\x20magnético','Escalar','Carril\x20horizontal','Reducir\x20tamaño\x20de\x20fuente','Capa\x20flotante','Navegador','Mapa\x20mental\x20hacia\x20la\x20derecha','Línea\x20de\x20vida\x20de\x20entidad','Agrupar','Entidad\x20de\x20tipo\x20de\x20campo','Fondo\x20de\x20la\x20etiqueta','Predeterminado','Rehacer','Estrellas\x20y\x20banderines','Ocultar','Interfaz','Conector\x20de\x20flecha\x20rellena\x20discontinua','Eliminar\x20contenido\x20y\x20carril','Mover\x20carril\x20hacia\x20abajo','Carril\x20(swimlane)','Buscar\x20formas','Distribuir\x20verticalmente','Sólido','Ocultar\x20cursores\x20de\x20colaboradores','DOM','Rombo','Conector\x20de\x20flecha\x20rellena','Localizar','Zoom\x20a\x20la\x20selección','Editar\x20trazo','Caja\x20de\x20componente','Cerrar','Círculo\x20con\x20barra','2197350yNxpWx','Mapa\x20mental\x20horizontal','Activar\x20ajuste\x20automático','Distribuir\x20horizontalmente','Eliminar','Ajustar\x20al\x20contenido','Cursores\x20de\x20colaboradores','Enviar\x20atrás','Línea\x20de\x20tiempo\x20horizontal','Línea\x20en\x20ángulo','Grosor\x20de\x20línea','Grupo','Cuadrado\x20redondeado','Rombo\x20relleno','Gráfico','Voltear\x20horizontalmente','Invertir\x20flechas','Forma','Mover\x20contenido\x20al\x20carril\x20anterior\x20y\x20eliminar','505LbSDLA','Plegar\x20/\x20expandir\x20carril','Pata\x20de\x20gallo\x20con\x20círculo','Llamada\x20redondeada','Llave\x20izquierda','Bloque\x20de\x20flecha\x20derecha','Ajustar\x20el\x20contenedor\x20principal\x20al\x20contenido','Cita','Línea\x20de\x20tiempo\x20vertical','Rectángulos','Alinear\x20a\x20la\x20izquierda','Editar\x20texto','Barra\x20de\x20activación','Mapa\x20mental','Línea\x20de\x20tiempo','16\x20:\x209','Botones\x20de\x20acción','Seleccionar\x20grupos\x20de\x20nivel\x20superior','Añadir\x20una\x20descripción\x20a\x20este\x20nodo','Pegar','Seleccionar\x20todo','Eliminar\x20contenedor','Eliminar\x20texto','Componente','Vivo','Añadir\x20nodo\x20hermano','Control','Editar\x20forma','Pata\x20de\x20gallo','Detalles','Nombre\x20del\x20objeto','Frontera','Personalizado','SmartArt','80088JyYYEr','Línea','Almacén\x20de\x20datos\x202','Óvalo','Fila\x20{0},\x20Columna\x20{1}','Nube','Bocadillo','Envolver\x20en\x20un\x20contenedor','Chevron','Árbol\x20a\x20la\x20izquierda','Línea\x20discontinua\x20(sin\x20flecha)','Centrar','Cero\x20o\x20muchos','Color\x20de\x20línea','Cruz','Conector','Añadir\x20rápido','90559ZNunRB','Sin\x20objetos','Eliminar\x20carril','Seleccionar\x20contenedor\x20principal','Añadir\x20carril\x20debajo','Copiar','Página','Fino','Triángulo\x20hueco','Carril\x20{0}','Clase','Negrita','Conector\x20de\x20ensamblaje','Rectángulo','Barra\x20de\x20desplazamiento\x20de\x20la\x20vista','Pegar\x20estilo','Salir\x20de\x20pantalla\x20completa','Insertar','Texto','Formas\x20de\x20ecuación','Columnas','Entidad\x20de\x20campo\x20clave','Punteado','Desbloquear\x20pertenencia','Llave\x20derecha','Copiar\x20estilo','Elemento\x20de\x20carril','Plegar\x20/\x20desplegar\x20nodos\x20hijos','Árbol\x20a\x20la\x20derecha','Objetos','Cambiar\x20nombre\x20del\x20carril','1189920DwqsPO','Reducir','Triángulo\x20relleno','Mapa\x20mental\x20hacia\x20la\x20izquierda','Traer\x20adelante','Estrella','Buscar\x20elementos\x20del\x20tablero','Diagrama\x20de\x20árbol','Aumentar\x20tamaño\x20de\x20fuente','Conector\x20en\x20ángulo','317622itCJLu','Opciones\x20de\x20zoom','Cerrar\x20atajos','Mostrar\x20dimensiones','Listo','Subrayado','Octágono','Añadir\x20carril','Polilínea','1\x20:\x201','Mostrar\x20más\x20formas','Línea\x20de\x20vida\x20del\x20actor','Color\x20de\x20texto','Descripción','Mostrar\x20/\x20ocultar\x20Añadir\x20rápido','Ninguno','Diagrama\x20de\x20flujo','Ajustar\x20al\x20lienzo','Bloquear\x20pertenencia','Diagrama\x20de\x20secuencia\x20UML','Flecha\x20izquierda-derecha','Desactivar\x20ajuste\x20automático','Línea\x20en\x20ángulo\x20recto','Diagrama\x20de\x20clases','Almacén\x20de\x20datos\x201','Estado\x20final','Desagrupar','Bloquear','Interrumpir\x20la\x20línea\x20detrás\x20del\x20texto','Plegar\x20/\x20expandir\x20todos\x20los\x20nodos','Carril\x20vertical','Enviar\x20al\x20fondo','Seleccionar\x20forma','Filas','Datos','Fragmento\x20de\x20secuencia','Diagrama\x20de\x20flujo\x20de\x20datos','Carril','Imagen','Tema\x20{0}','Mostrar\x20todo','4\x20:\x203','Inicio','Lista\x20con\x20viñetas','Entidad\x20de\x20tipo\x20de\x20campo\x20clave','Configuración\x20del\x20texto','Interfaz\x20proporcionada','Azul','Pata\x20de\x20gallo\x20con\x20barra','Invertir\x20selección','Doble\x20flecha\x20abierta','Lista\x20numerada','Puente\x20de\x20línea','Horizontal','Básico','Círculo\x20relleno','Nota\x20adhesiva','Cortar','Hexágono','Tachado','Restablecer\x20color','Llamadas','Voltear\x20verticalmente','Aumentar','4176316OLmfCz','Rejilla','Cambiar\x20nombre','Almacén\x20de\x20datos\x203','Vintage','Mapa\x20mental\x20vertical','Flecha','Mover\x20contenido\x20al\x20siguiente\x20carril\x20y\x20eliminar'];_0xfcad=function(){return _0x582c9b;};return _0xfcad();}
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x24ee(){const _0x2a2e2e=['جمع\x20کردن','ضخامت\x20خط','قفل','پنجضلعی','حذف','تغییر\x20نام','جعبهٔ\x20مؤلفه','چندخط','خروج\x20از\x20حالت\x20تمامصفحه','افزودن\x20متن','خاکستری','نتیجهای\x20یافت\x20نشد','دایره\x20با\x20میله','24170311ekoLfF','72944NosFls','خط\x20مسیر','پیشفرض','شیء','SmartArt','ذخیره','موجودیت\x20نوع\x20فیلد','مرز','تنظیمات\x20خط','تراز\x20پایین','انتقال\x20محتوا\x20به\x20خط\x20قبلی\x20و\x20حذف','تمام','فهرست\x20گلولهای','انجام\x20دوباره','کنترل','مستطیل','عقب\x20ببرید','خط\x20زندگی\x20مرز','انتخاب\x20چندگانه\x20/\x20لغو\x20انتخاب','منقطع','بزرگنمایی\x20۱۰۰٪','متناسب\x20با\x20محتوا','نگهدارندهٔ\x20مکان','راهنما','ترجمه\x20به','معکوس\x20کردن\x20پیکانها','ابر','ذوزنقه','وینتیج','اشکال\x20بیشتر','رابط','بازنشانی\x20بزرگنمایی','نام\x20شیء','جمع\x20کردن\x20/\x20باز\x20کردن\x20گرههای\x20فرزند','اتصالدهنده','حالت\x20نهایی','انتخاب\x20همه','توضیحی\x20اضافه\x20کنید','نام\x20خط','برای\x20این\x20گره\x20توضیحی\x20اضافه\x20کنید','نمایش\x20/\x20پنهان\x20کردن\x20نوار\x20ابزار','لوزی','درخت\x20متناوب','موجودیت','انتقال\x20خط\x20به\x20بالا','ضخیم','رابط\x20ارائهشده','حاشیهٔ\x20گوشهگرد','پنهان\x20کردن','جمع\x20کردن\x20/\x20گسترش\x20همهٔ\x20گرهها','پررنگ','منابع','ظرف','افزودن\x20توضیح','اشکال\x20پایه','پیکان\x20دوطرفه','انتقال\x20خط\x20مسیر\x20به\x20بالا','انتخاب\x20محتوا','باز\x20کردن\x20قفل\x20عضویت','برش','اتصالدهندهٔ\x20زاویهای','مستطیل\x20گوشهگرد','کپی\x20بهصورت\x20تصویر','نقشه\x20ذهنی\x20افقی','خط\x20زمانی\x20افقی','تغییر\x20نام\x20خط','ذخیرهسازی\x20داده\x20۱','ویدیو','دایرهٔ\x20پُر','نمایش\x20اشکال\x20بیشتر','جمع\x20کردن\x20خط','نمایش\x20همه','پرجنبوجوش','نمایش\x20/\x20پنهان\x20کردن\x20افزودن\x20سریع','جلو\x20ببرید','ایجاد\x20کپی','موجودیت\x20نوع\x20کلید\x20فیلد','یافتن\x20عناصر\x20تخته','خط\x20زندگی\x20شیء','26CGJSFD','پیکان\x20باز','2343456xuaeMl','حباب\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کوچکنمایی','590034uukSum','به\x20پشت\x20بردن','خطکشی','انتخاب\x20دقیق','قفل\x20عضویت','منحنی','سطرها','قلم','بلوک\x20پیکان\x20راست','نقلقول','چیدمان','درخت\x20به\x20چپ','گزینههای\x20بزرگنمایی','تراز\x20بالا','4\x20:\x203','لایه\x20شناور','سایر','نمودار\x20وضعیت','8ksrtYp','نوار\x20فعالسازی','یک\x20یا\x20چند','جستجوی\x20اشیا','15njQSUq','پیوسته','به\x20پشت\x20ببرید','2223697evqOGJ','خط\x20زندگی\x20کنترل','فونت','مستطیلها','کلاسیک','رنگ\x20متن','متن','حذف\x20خط','اتصالدهندهٔ\x20مونتاژ','اتصالدهندهٔ\x20لوزی\x20پُر','پیکان\x20مقصد','خط\x20زندگی\x20بازیگر','شفافیت\x20{0}٪','افزودن\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ذهنی','1\x20:\x201','توضیحات','افزودن\x20خط','متوسط','دادهها','چرخش\x20عمودی','لغو','چرخش\x20افقی','انتقال\x20محتوا\x20به\x20خط\x20بعدی\x20و\x20حذف','میانبرهای\x20صفحهکلید','جلو\x20آوردن','ذخیرهسازی\x20داده\x20۲','افزودن\x20خط\x20در\x20سمت\x20راست','قطع\x20خط\x20در\x20پشت\x20متن','نمودار\x20کلاس','ایتالیک','پیکان\x20راست','بازگشت','مثلث\x20پُر','صلیب','اتصالدهندهٔ\x20پیکان\x20پُر\x20منقطع','نمودار\x20جریان\x20داده','کپی','پنهان\x20کردن\x20مکاننمای\x20همکاران','به\x20جلو\x20آوردن','میلهٔ\x20دوتایی','پیمایشگر','بهعلاوه','نمودار','ویرایش\x20مسیر','پیکان\x20باز\x20دوطرفه','انتقال\x20خط\x20به\x20پایین','انتخاب\x20عمیق','DOM','پیوند','33513udbvIQ','بستن','عمودی','خط\x20مسیر\x20افقی','66bYsxXD','افقی','خط-نقطه','توزیع\x20افقی','جمع\x20کردن\x20/\x20گسترش\x20خط\x20مسیر','بیشتر','فلوچارت','جدول','حاشیهها','پیکانهای\x20بلوکی','منحل\x20کردن\x20ظرف','مثلث','صفر\x20یا\x20چند','گسترش','1299610eYbDmD','خط\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کردن\x20تغییر\x20اندازه\x20خودکار','اشیا','خط\x20(بدون\x20پیکان)','یادداشت\x20چسبناک','ستارهها\x20و\x20پرچمها','پیکان\x20پُر','کلاس','نقشه\x20ذهنی\x20به\x20چپ','گروه','کوچکنمایی','خارج\x20کردن\x20محتوا\x20و\x20حذف\x20خط','دایره','نمایش\x20ابعاد'];_0x24ee=function(){return _0x2a2e2e;};return _0x24ee();}const _0x51ba6d=_0x6505;function _0x6505(_0xf0290e,_0x22ec93){_0xf0290e=_0xf0290e-0x1e6;const _0x24eecf=_0x24ee();let _0x65058c=_0x24eecf[_0xf0290e];return _0x65058c;}(function(_0x29983,_0x395cfa){const _0x347ad9=_0x6505,_0x1fcdc9=_0x29983();while(!![]){try{const _0x539189=parseInt(_0x347ad9(0x20a))/0x1*(-parseInt(_0x347ad9(0x29f))/0x2)+parseInt(_0x347ad9(0x20e))/0x3*(-parseInt(_0x347ad9(0x250))/0x4)+parseInt(_0x347ad9(0x2e9))/0x5*(-parseInt(_0x347ad9(0x2d3))/0x6)+parseInt(_0x347ad9(0x2ec))/0x7*(-parseInt(_0x347ad9(0x2e5))/0x8)+-parseInt(_0x347ad9(0x2a1))/0x9+-parseInt(_0x347ad9(0x21c))/0xa+parseInt(_0x347ad9(0x24f))/0xb;if(_0x539189===_0x395cfa)break;else _0x1fcdc9['push'](_0x1fcdc9['shift']());}catch(_0x1b5afc){_0x1fcdc9['push'](_0x1fcdc9['shift']());}}}(_0x24ee,0x5741f));import{t as _0x1acca6}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':'تغییر\x20نام\x20ظرف','fitToContent':_0x51ba6d(0x265),'selectContents':_0x51ba6d(0x289),'enableAutoResize':_0x51ba6d(0x309),'disableAutoResize':_0x51ba6d(0x235),'lockMembership':_0x51ba6d(0x2d7),'unlockMembership':_0x51ba6d(0x28a),'disband':_0x51ba6d(0x218),'delete':'حذف\x20ظرف'},'containerChild':{'moveOut':'خارج\x20کردن\x20از\x20ظرف','selectParent':_0x51ba6d(0x2b0),'fitParent':_0x51ba6d(0x2ae)},'swimlaneLane':{'add':_0x51ba6d(0x1e9),'addBelow':'افزودن\x20خط\x20در\x20پایین','addRight':_0x51ba6d(0x1f3),'remove':_0x51ba6d(0x2f3),'removeAndMovePrevious':_0x51ba6d(0x25a),'removeAndPromote':_0x51ba6d(0x23f),'removeAndDeleteContent':_0x51ba6d(0x2fb),'removeAndMoveNext':_0x51ba6d(0x1ef),'rename':_0x51ba6d(0x291),'movePrevious':_0x51ba6d(0x27c),'moveNext':_0x51ba6d(0x206),'expand':_0x51ba6d(0x22d),'collapse':_0x51ba6d(0x296)}},'popup':{'containerName':_0x51ba6d(0x2cc),'laneName':_0x51ba6d(0x276),'cancel':_0x51ba6d(0x1ed),'rename':_0x51ba6d(0x247)},'ink':{'finishEditing':_0x51ba6d(0x25b),'enterEditing':_0x51ba6d(0x204)},'mindMap':{'description':_0x51ba6d(0x1e8),'descriptionPlaceholder':_0x51ba6d(0x277),'saveDescription':_0x51ba6d(0x255)},'panel':{'moreShapes':_0x51ba6d(0x26d),'more':_0x51ba6d(0x213),'back':_0x51ba6d(0x1f8),'close':_0x51ba6d(0x20b),'stickyNote':_0x51ba6d(0x238),'lineColor':_0x51ba6d(0x301),'lineWidth':_0x51ba6d(0x243),'reverseMarkers':_0x51ba6d(0x269),'searchShapes':_0x51ba6d(0x2ad),'container':'ظرف','swimlane':'خط\x20مسیر\x20(Swimlane)','verticalSwimlane':'خط\x20مسیر\x20عمودی','horizontalSwimlane':_0x51ba6d(0x20d),'vertical':_0x51ba6d(0x20c),'horizontal':_0x51ba6d(0x20f),'tableCustomSize':_0x51ba6d(0x2b1),'tableRows':_0x51ba6d(0x2d9),'tableColumns':'ستونها','tableInsert':_0x51ba6d(0x305),'customContainer':_0x51ba6d(0x21f),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x51ba6d(0x2e1),'containerRatio1By1':_0x51ba6d(0x1e7),'containerA4':'A4','mindMapGroupMindMap':_0x51ba6d(0x1e6),'mindMapGroupTree':_0x51ba6d(0x2bd),'mindMapGroupTimeline':'خط\x20زمانی','mindMapRight':'نقشه\x20ذهنی\x20به\x20راست','mindMapLeft':_0x51ba6d(0x23c),'mindMapHorizontal':_0x51ba6d(0x28f),'mindMapVertical':'نقشه\x20ذهنی\x20عمودی','mindMapTreeRight':'درخت\x20به\x20راست','mindMapTreeLeft':_0x51ba6d(0x2de),'mindMapTreeAlternate':_0x51ba6d(0x27a),'mindMapTimelineHorizontal':_0x51ba6d(0x290),'mindMapTimelineVertical':_0x51ba6d(0x303),'mindMapNodeText':_0x51ba6d(0x24b)},'settings':{'collaboratorCursors':'مکاننمای\x20همکاران','find':_0x51ba6d(0x2be),'grid':_0x51ba6d(0x2c1),'preciseSelection':_0x51ba6d(0x2d6),'quickAdd':'افزودن\x20سریع','theme':'تم','themeOption':'تم\x20{0}','themePreviewStart':_0x51ba6d(0x22b),'themePreviewData':_0x51ba6d(0x1eb),'undo':'واگرد','redo':_0x51ba6d(0x25d),'settings':_0x51ba6d(0x302),'objects':_0x51ba6d(0x236),'findBoardElements':_0x51ba6d(0x29d),'noMatches':_0x51ba6d(0x24d),'showDimensions':_0x51ba6d(0x241),'showToolbar':'نمایش\x20نوار\x20ابزار','translateInto':_0x51ba6d(0x268)},'objectListPanel':{'title':_0x51ba6d(0x236),'empty':_0x51ba6d(0x2fd),'showAll':_0x51ba6d(0x297),'hideAll':'پنهان\x20کردن\x20همه','moveForward':_0x51ba6d(0x1f1),'moveBackward':_0x51ba6d(0x2a8),'close':'بستن','nameInput':_0x51ba6d(0x270),'hide':_0x51ba6d(0x280),'show':_0x51ba6d(0x2c6),'lock':_0x51ba6d(0x244),'unlock':'باز\x20کردن\x20قفل','details':_0x51ba6d(0x2b8),'locate':_0x51ba6d(0x2ab),'expand':_0x51ba6d(0x21b),'collapse':_0x51ba6d(0x242),'dragToReorder':'برای\x20مرتبسازی\x20بکشید','search':_0x51ba6d(0x2e8),'filterAll':_0x51ba6d(0x2a7),'filterHidden':'پنهان','filterLocked':'قفل\x20شده','sectionCanvas':_0x51ba6d(0x22f),'sectionFloating':_0x51ba6d(0x2e2),'name':'نام','description':_0x51ba6d(0x1e8),'descriptionPlaceholder':_0x51ba6d(0x275),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','elementTypes':{'object':_0x51ba6d(0x253),'connector':_0x51ba6d(0x272),'container':'ظرف','group':_0x51ba6d(0x23d),'image':'تصویر','chart':_0x51ba6d(0x203),'page':_0x51ba6d(0x2a5),'placeholder':'نگهدارندهٔ\x20مکان','shape':'شکل','table':_0x51ba6d(0x215),'text':_0x51ba6d(0x2f2),'smartArt':_0x51ba6d(0x254),'video':_0x51ba6d(0x293),'unit':_0x51ba6d(0x2cb),'dom':_0x51ba6d(0x208)}},'find':{'lanePosition':'خط\x20{0}','tableCellPosition':_0x51ba6d(0x231),'elementTypes':{'connector':'اتصالدهنده','container':_0x51ba6d(0x284),'group':_0x51ba6d(0x23d),'image':_0x51ba6d(0x2b6),'page':_0x51ba6d(0x2a5),'placeholder':_0x51ba6d(0x266),'shape':_0x51ba6d(0x2c9),'table':_0x51ba6d(0x215),'text':_0x51ba6d(0x2f2)}},'themePresets':{'default':_0x51ba6d(0x252),'classic':_0x51ba6d(0x2f0),'vintage':_0x51ba6d(0x26c),'gray':_0x51ba6d(0x24c),'vibrant':_0x51ba6d(0x298),'blue':_0x51ba6d(0x2b9)},'toolbar':{'resetColor':_0x51ba6d(0x22e),'shape':_0x51ba6d(0x2c9),'text':_0x51ba6d(0x2f2),'stickyNote':_0x51ba6d(0x238),'line':_0x51ba6d(0x272),'container':_0x51ba6d(0x284),'swimlane':_0x51ba6d(0x251),'table':_0x51ba6d(0x215),'chart':'نمودار','pen':_0x51ba6d(0x2da),'mindMap':_0x51ba6d(0x229),'resources':_0x51ba6d(0x283),'image':_0x51ba6d(0x2b6),'wrapInContainer':_0x51ba6d(0x226),'addSwimlaneLane':'افزودن\x20مورد\x20خط\x20مسیر','swimlaneMenu':_0x51ba6d(0x251),'swimlaneLaneMenu':_0x51ba6d(0x2bf),'editBrushPath':'ویرایش\x20مسیر\x20قلممو','arrange':'چیدمان','bringToFront':_0x51ba6d(0x1ff),'bringForward':_0x51ba6d(0x29a),'sendBackward':_0x51ba6d(0x260),'sendToBack':_0x51ba6d(0x2eb),'more':'بیشتر'},'shapePresets':{..._0x1acca6,'roundedRectangle':_0x51ba6d(0x28d),'oval':'بیضی','diamond':_0x51ba6d(0x279),'rectangle':_0x51ba6d(0x25f),'circle':_0x51ba6d(0x240),'cylinder':'استوانه','chevron':'شورون','rightArrowBlock':_0x51ba6d(0x2db),'parallelogram':'متوازیالاضلاع','trapezoid':_0x51ba6d(0x26b),'speechBubble':_0x51ba6d(0x2a2),'roundedCallout':_0x51ba6d(0x27f),'rightTriangle':_0x51ba6d(0x222),'triangle':'مثلث','star':_0x51ba6d(0x2b4),'hexagon':'ششضلعی','pentagon':_0x51ba6d(0x245),'octagon':'هشتضلعی','leftArrow':_0x51ba6d(0x2bb),'rightArrow':_0x51ba6d(0x1f7),'leftRightArrow':_0x51ba6d(0x287),'cloud':_0x51ba6d(0x26a),'leftBrace':_0x51ba6d(0x2a3),'rightBrace':_0x51ba6d(0x228),'plus':_0x51ba6d(0x202),'actor':_0x51ba6d(0x2ca),'boundary':_0x51ba6d(0x257),'control':_0x51ba6d(0x25e),'entity':'موجودیت','collection':_0x51ba6d(0x2d1),'dataFlowRoundedRectangle':'مستطیل\x20گوشهگرد','dataFlowCircle':_0x51ba6d(0x240),'dataFlowRoundedSquare':'مربع\x20گوشهگرد','dataStorage1':_0x51ba6d(0x292),'dataStorage2':_0x51ba6d(0x1f2),'dataStorage3':'ذخیرهسازی\x20داده\x20۳','lineNone':_0x51ba6d(0x237),'lineDashedNone':'خط\x20منقطع\x20(بدون\x20پیکان)','lineOpenArrow':'پیکان\x20باز','lineDoubleOpenArrow':_0x51ba6d(0x205),'actorLifeline':_0x51ba6d(0x2f7),'boundaryLifeline':_0x51ba6d(0x261),'controlLifeline':_0x51ba6d(0x2ed),'entityLifeline':'خط\x20زندگی\x20موجودیت','collectionLifeline':'خط\x20زندگی\x20مجموعه','objectLifeline':_0x51ba6d(0x29e),'magneticDiskLifeline':_0x51ba6d(0x223),'directAccessStorageLifeline':'خط\x20زندگی\x20ذخیرهسازی\x20دسترسی\x20مستقیم','activationBar':_0x51ba6d(0x2e6),'sequenceFragment':_0x51ba6d(0x2c5),'sequenceAlternativeFragment':_0x51ba6d(0x2af),'umlClass':_0x51ba6d(0x23b),'umlInterface':_0x51ba6d(0x26e),'umlInterfaceShape':_0x51ba6d(0x26e),'umlClassifier':_0x51ba6d(0x22a),'umlHollowDiamondConnector':'اتصالدهندهٔ\x20لوزی\x20توخالی','umlFilledDiamondConnector':_0x51ba6d(0x2f5),'umlFilledArrowConnector':'اتصالدهندهٔ\x20پیکان\x20پُر','umlDashedOpenArrowConnector':'اتصالدهندهٔ\x20پیکان\x20باز\x20منقطع','umlDashedFilledArrowConnector':_0x51ba6d(0x1fb),'erdEntity':_0x51ba6d(0x27b),'erdKeyField':_0x51ba6d(0x2d0),'erdFieldType':_0x51ba6d(0x256),'erdFull':_0x51ba6d(0x29c),'initialState':'حالت\x20اولیه','finalState':_0x51ba6d(0x273),'stateBar':_0x51ba6d(0x224),'requiredInterface':_0x51ba6d(0x2c7),'assemblyConnector':_0x51ba6d(0x2f4),'providedInterface':_0x51ba6d(0x27e),'componentBox':_0x51ba6d(0x248),'component':'مؤلفه'},'shapeCategories':{'basics':_0x51ba6d(0x2ba),'basicShapes':{'rectangle':_0x51ba6d(0x2ef),'basicShape':_0x51ba6d(0x286),'blockArrow':_0x51ba6d(0x217),'equationShape':'اشکال\x20معادله','flowchart':_0x51ba6d(0x214),'starAndBanner':_0x51ba6d(0x239),'callout':_0x51ba6d(0x216),'actionButton':_0x51ba6d(0x22c),'other':_0x51ba6d(0x2e3)},'classDiagram':_0x51ba6d(0x1f5),'dataFlowDiagram':_0x51ba6d(0x1fc),'line':'خط','entityRelationshipDiagram':'نمودار\x20رابطهٔ\x20موجودیتها','umlCustomShapes':_0x51ba6d(0x2b2),'umlSequenceDiagram':_0x51ba6d(0x2fc),'statusDiagram':_0x51ba6d(0x2e4),'componentDiagram':_0x51ba6d(0x230)},'connector':{'toolbar':{'sourceMarker':'پیکان\x20مبدأ','swapMarkers':'جابجایی\x20پیکانها','targetMarker':_0x51ba6d(0x2f6),'lineColor':'رنگ\x20خط','lineWidth':'ضخامت','opacityPercent':_0x51ba6d(0x2f8),'settings':_0x51ba6d(0x258),'smoothElbow':_0x51ba6d(0x227),'bridge':_0x51ba6d(0x2bc),'insertText':'درج\x20متن','textSettings':'تنظیمات\x20متن','alignLeft':_0x51ba6d(0x2cd),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','bold':_0x51ba6d(0x282),'italic':_0x51ba6d(0x1f6),'underline':_0x51ba6d(0x2d5),'strikethrough':'خطدار','textColor':_0x51ba6d(0x2f1),'editText':'ویرایش\x20متن','labelFill':_0x51ba6d(0x220),'labelBorder':_0x51ba6d(0x21e),'transparent':'شفاف','breakLineBehindText':_0x51ba6d(0x1f4),'textSection':_0x51ba6d(0x2f2),'labelSection':'برچسب','deleteText':_0x51ba6d(0x2ac),'more':_0x51ba6d(0x213)},'routing':{'straight':_0x51ba6d(0x21d),'elbow':_0x51ba6d(0x2aa),'polyline':_0x51ba6d(0x249),'curve':_0x51ba6d(0x2d8)},'strokeWidth':{'thin':_0x51ba6d(0x2c3),'regular':'معمولی','medium':_0x51ba6d(0x1ea),'bold':'ضخیم'},'dash':{'solid':_0x51ba6d(0x2ea),'dashed':_0x51ba6d(0x263),'dotted':'نقطهچین','dashDot':_0x51ba6d(0x210)},'marker':{'none':_0x51ba6d(0x221),'arrow':_0x51ba6d(0x30b),'filledArrow':_0x51ba6d(0x23a),'openArrow':_0x51ba6d(0x2a0),'triangle':_0x51ba6d(0x219),'filledTriangle':_0x51ba6d(0x1f9),'hollowTriangle':'مثلث\x20توخالی','diamond':_0x51ba6d(0x279),'hollowDiamond':'لوزی\x20توخالی','filledDiamond':'لوزی\x20پُر','circle':'دایره','filledCircle':_0x51ba6d(0x294),'bar':'میله','doubleBar':_0x51ba6d(0x200),'crowFoot':_0x51ba6d(0x30d),'crowsFoot':_0x51ba6d(0x30d),'barCrowsFoot':'پنجهٔ\x20کلاغی\x20با\x20میله','circleCrowsFoot':'پنجهٔ\x20کلاغی\x20با\x20دایره','circleBar':_0x51ba6d(0x24e),'x':'X','cross':_0x51ba6d(0x1fa),'plus':'بهعلاوه','zeroOrOne':_0x51ba6d(0x233),'zeroOrMany':_0x51ba6d(0x21a),'oneOrMany':_0x51ba6d(0x2e7)}},'zoom':{'dragMode':_0x51ba6d(0x2a6),'fitContent':'متناسب\x20با\x20محتوا','zoomOptions':_0x51ba6d(0x2df),'zoomTo100':_0x51ba6d(0x264),'zoomToFit':'متناسب\x20با\x20بوم','zoomToSelection':'بزرگنمایی\x20انتخاب','zoomOut':_0x51ba6d(0x23e),'resetZoom':_0x51ba6d(0x26f),'zoomIn':'بزرگنمایی','help':_0x51ba6d(0x267)},'shortcutHelp':{'title':_0x51ba6d(0x1f0),'close':_0x51ba6d(0x306),'sections':{'tools':_0x51ba6d(0x225),'navigator':_0x51ba6d(0x201),'view':_0x51ba6d(0x2c6),'selection':_0x51ba6d(0x2c2),'editing':'ویرایش\x20شکل','grouping':'گروهبندی\x20اشکال','swimlane':_0x51ba6d(0x251),'mindMap':_0x51ba6d(0x229),'layout':_0x51ba6d(0x2dd),'font':_0x51ba6d(0x2ee)},'items':{'showMoreShapes':_0x51ba6d(0x295),'roundedRectangle':_0x51ba6d(0x28d),'rectangle':_0x51ba6d(0x25f),'oval':'بیضی','diamond':_0x51ba6d(0x279),'text':_0x51ba6d(0x2f2),'elbowConnector':_0x51ba6d(0x28c),'line':'خط','stickyNote':'یادداشت\x20چسبناک','search':'جستجو','zoomWheel':_0x51ba6d(0x2d2),'zoomPinch':_0x51ba6d(0x2d2),'zoomTo100':'بزرگنمایی\x20۱۰۰٪','zoomToSelection':'بزرگنمایی\x20انتخاب','zoomToFit':'متناسب\x20با\x20بوم','enterFullScreen':_0x51ba6d(0x2c4),'exitFullScreen':_0x51ba6d(0x24a),'selectShape':'انتخاب\x20شکل','selectAll':_0x51ba6d(0x274),'multipleSelect':_0x51ba6d(0x262),'invertSelection':'معکوس\x20کردن\x20انتخاب','preciseSelection':_0x51ba6d(0x2d6),'deepSelect':_0x51ba6d(0x207),'editShape':_0x51ba6d(0x2b5),'copy':_0x51ba6d(0x1fd),'copyAsImage':_0x51ba6d(0x28e),'paste':_0x51ba6d(0x2ff),'cut':_0x51ba6d(0x28b),'makeCopy':_0x51ba6d(0x29b),'scale':_0x51ba6d(0x304),'copyStyle':'کپی\x20سبک','pasteStyle':_0x51ba6d(0x30c),'moveAxisLocked':'حرکت\x20افقی\x20/\x20عمودی','flipHorizontal':_0x51ba6d(0x1ee),'flipVertical':_0x51ba6d(0x1ec),'undo':_0x51ba6d(0x30a),'redo':_0x51ba6d(0x25d),'toggleQuickAdd':_0x51ba6d(0x299),'hideCollaboratorsCursors':_0x51ba6d(0x1fe),'toggleToolbar':_0x51ba6d(0x278),'delete':_0x51ba6d(0x246),'group':_0x51ba6d(0x307),'ungroup':_0x51ba6d(0x2fe),'selectUpperLayerGroups':_0x51ba6d(0x2c8),'selectShapesToGroup':'انتخاب\x20اشکال\x20برای\x20گروهبندی','swimlaneLaneRename':'تغییر\x20نام\x20خط\x20مسیر','swimlaneLaneToggleCollapsed':_0x51ba6d(0x212),'swimlaneLaneMovePrevious':_0x51ba6d(0x288),'swimlaneLaneMoveNext':'انتقال\x20خط\x20مسیر\x20به\x20پایین','swimlaneLaneRemove':'حذف\x20خط\x20مسیر','addSiblingNode':_0x51ba6d(0x2ce),'addChildNode':_0x51ba6d(0x2f9),'addParentNode':_0x51ba6d(0x2b7),'foldChildNodes':_0x51ba6d(0x271),'collapseAllNodes':_0x51ba6d(0x281),'addDescription':_0x51ba6d(0x285),'editCurrentNode':_0x51ba6d(0x2fa),'bringToFront':_0x51ba6d(0x1ff),'sendToBack':_0x51ba6d(0x2d4),'alignLeft':_0x51ba6d(0x2cd),'alignRight':_0x51ba6d(0x308),'alignTop':_0x51ba6d(0x2e0),'alignBottom':_0x51ba6d(0x259),'alignMiddle':_0x51ba6d(0x2b3),'alignCenter':_0x51ba6d(0x232),'distributeHorizontally':_0x51ba6d(0x211),'distributeVertically':_0x51ba6d(0x300),'disableObjectAlignment':_0x51ba6d(0x2c0),'increaseFontSize':_0x51ba6d(0x2a9),'decreaseFontSize':'کاهش\x20اندازهٔ\x20فونت','bold':_0x51ba6d(0x27d),'strikethrough':_0x51ba6d(0x2a4),'italic':_0x51ba6d(0x1f6),'underline':_0x51ba6d(0x234),'link':_0x51ba6d(0x209),'numberedList':_0x51ba6d(0x2cf),'bulletedList':_0x51ba6d(0x25c),'quote':_0x51ba6d(0x2dc),'alignTextLeft':_0x51ba6d(0x2cd),'alignTextRight':_0x51ba6d(0x308),'alignTextCenter':'وسطچین'}}}};export{t as default};
|
|
1
|
+
function _0x5953(){const _0x247ef2=['شورون','اشکال\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داده','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گروهبندی','ضخامت','299088JxFaDS','کپی','انتقال\x20خط\x20به\x20پایین','یادداشت\x20چسبناک','خط\x20زمانی\x20افقی','تراز\x20بالا','لوزی\x20پُر','دکمههای\x20اقدام','رابط\x20ارائهشده','بازنشانی\x20بزرگنمایی','انتخاب\x20شکل','2219032GptjVr','حاشیهٔ\x20گوشهگرد','ظرف','مثلث\x20توخالی','قفل','ذخیرهسازی\x20داده\x20۲','نقلقول','سایر','مثلث\x20قائمالزاویه','خط\x20زندگی\x20موجودیت','جمع\x20کردن\x20/\x20گسترش\x20خط\x20مسیر','عمودی','درخت\x20متناوب','غیرفعال\x20کردن\x20تراز\x20اشیا','پنجهٔ\x20کلاغی\x20با\x20میله','کوچکنمایی','گروه','نمایش\x20ابعاد','قرار\x20دادن\x20در\x20ظرف','پیکان\x20دوطرفه','خارج\x20کردن\x20محتوا\x20و\x20حذف\x20خط','ایجاد\x20کپی','پنهان','پیکانهای\x20بلوکی','نوار\x20فعالسازی','پنجضلعی','فهرست\x20شمارهدار','چندخط','ذخیره\x20بهعنوان','ذوزنقه','حباب\x20گفتگو','برای\x20این\x20گره\x20توضیحی\x20اضافه\x20کنید','بیضی','DOM','1025005UCNLeQ','حذف\x20خط\x20مسیر','لایه\x20بوم','انتخاب\x20گروههای\x20لایهٔ\x20بالاتر','پیمایشگر','دایرهٔ\x20پُر','متوسط','جمع\x20کردن\x20خط','صفر\x20یا\x20یک','نمایش\x20همه','جعبهٔ\x20مؤلفه','وسط\x20افقی','بزرگنمایی','بزرگنمایی\x20/\x20کوچکنمایی','متن','وسط\x20عمودی','نمایش\x20/\x20پنهان\x20کردن\x20نوار\x20ابزار','افزودن\x20گرهٔ\x20فرزند','شبکه','سطرها','خطخورده','واحد','به\x20پشت\x20بردن','به\x20پشت\x20ببرید','24raUkiu','مکاننمای\x20همکاران','نتیجهای\x20یافت\x20نشد','تنظیمات\x20خط','یافتن\x20عناصر\x20تخته','گروهبندی','افزودن\x20خط','تنظیمات','حالت\x20اولیه','افزودن\x20گرهٔ\x20والد','رابط','تغییر\x20نام\x20ظرف','برای\x20مرتبسازی\x20بکشید','لغو\x20گروهبندی','شکل','جستجوی\x20اشیا','جدول','ستاره','افزودن\x20مورد\x20خط\x20مسیر','پیکان\x20چپ','ورود\x20به\x20حالت\x20تمامصفحه','مثلث','اشکال\x20بیشتر','بزرگنمایی\x20انتخاب','وسطچین','باز\x20کردن\x20قفل','پیکان\x20باز\x20دوطرفه','نقشه\x20ذهنی\x20به\x20چپ','خط\x20راست','نقطهچین','پیکان\x20مبدأ','کلاس','اشکال\x20معادله','بیشتر','متناسب\x20با\x20محتوا','جستجوی\x20اشکال','پیشفرض','انتقال\x20محتوا\x20به\x20خط\x20بعدی\x20و\x20حذف','گسترش\x20خط','تراز\x20وسط','لغو','اتصالدهندهٔ\x20پیکان\x20باز\x20منقطع','خط-نقطه','گسترش','مثلث\x20پُر','اتصالدهندهٔ\x20پیکان\x20پُر','چرخش\x20عمودی','368228htBJtc','مستطیل','ترجمه\x20به','شفافیت\x20{0}٪','اتصالدهنده','اتصالدهندهٔ\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رنگ','لوزی','9fTAxeE','خط\x20زندگی\x20مرز','به\x20جلو\x20آوردن','ویرایش\x20متن','3048HunNNE','عقب\x20ببرید','حذف\x20محتوا\x20و\x20خط','معکوس\x20کردن\x20پیکانها','نمایش\x20اشکال\x20بیشتر','واگرد','هیچ\x20شیئی\x20وجود\x20ندارد','قفل\x20شده','نگهدارندهٔ\x20مکان','غیرفعال\x20کردن\x20تغییر\x20اندازه\x20خودکار','فلوچارت','ستارهها\x20و\x20پرچمها','پیوند','ویدیو','392996ktkFOa','خط\x20زندگی\x20بازیگر','موجودیت','جابجایی\x20پیکانها','پیکان\x20راست','طبقهبند','ذخیره','نمودار\x20مؤلفهها','978oubPak','خط\x20مسیر\x20(Swimlane)','اندازه\x20سفارشی','مربع\x20گوشهگرد','ضخامت\x20خط','مستطیلها','چسباندن\x20سبک','معمولی','منقطع','بهعلاوه','دایره\x20با\x20میله','بستن\x20میانبرها','فهرست\x20گلولهای','اتصالدهندهٔ\x20لوزی\x20پُر','بزرگنمایی\x20۱۰۰٪','انتقال\x20خط\x20مسیر\x20به\x20پایین','خط\x20زندگی\x20دیسک\x20مغناطیسی','درج','اشیا','موجودیت\x20نوع\x20کلید\x20فیلد','1\x20:\x201','موجودیت\x20نوع\x20فیلد','پنجهٔ\x20کلاغی\x20با\x20دایره','نمودار\x20رابطهٔ\x20موجودیتها','چسباندن','20GphCVA','ابر','توزیع\x20عمودی','خط\x20زندگی\x20ذخیرهسازی\x20دسترسی\x20مستقیم','ایتالیک','خط\x20زندگی\x20مجموعه','تم\x20{0}','انتخاب\x20دقیق','رابط\x20موردنیاز','قطع\x20خط\x20در\x20پشت\x20متن','خط\x20مسیر','عقب\x20بردن','خروج\x20از\x20حالت\x20تمامصفحه','پسزمینه\x20برچسب','نقشه\x20ذهنی\x20عمودی','تمام','837353AAoLoB','مکانیابی','نمودار\x20کلاس','خطدار','میانبرهای\x20صفحهکلید','منحل\x20کردن\x20ظرف','جمع\x20کردن\x20/\x20باز\x20کردن\x20گرههای\x20فرزند','افقی','ویرایش\x20مسیر\x20قلممو','منحنی','صفر\x20یا\x20چند','خط\x20{0}','دادهها','باز\x20کردن\x20قفل\x20عضویت','چیدمان','ضخیم','نازک','سطر\x20{0}،\x20ستون\x20{1}','معکوس\x20کردن\x20انتخاب','ویرایش\x20گرهٔ\x20فعلی','تصویر','جزئیات','ششضلعی','ذخیرهسازی\x20داده\x20۳','قطعهٔ\x20توالی\x20جایگزین','تراز\x20چپ','یافتن','درج\x20متن','گزینههای\x20بزرگنمایی','همه','اتصالدهندهٔ\x20مونتاژ','رنگ\x20خط','خط\x20منقطع\x20(بدون\x20پیکان)','پیوسته','پیکان\x20پُر'];_0x5953=function(){return _0x247ef2;};return _0x5953();}const _0x346f5a=_0x3b31;function _0x3b31(_0x5d5678,_0x377751){_0x5d5678=_0x5d5678-0x185;const _0x59539c=_0x5953();let _0x3b317d=_0x59539c[_0x5d5678];return _0x3b317d;}(function(_0x4c7c05,_0x2579c7){const _0x279b03=_0x3b31,_0x2d94a6=_0x4c7c05();while(!![]){try{const _0x24b3e5=parseInt(_0x279b03(0x21f))/0x1+-parseInt(_0x279b03(0x2a8))/0x2+parseInt(_0x279b03(0x227))/0x3*(parseInt(_0x279b03(0x211))/0x4)+-parseInt(_0x279b03(0x1a4))/0x5+-parseInt(_0x279b03(0x1bc))/0x6*(parseInt(_0x279b03(0x1eb))/0x7)+parseInt(_0x279b03(0x2b3))/0x8*(parseInt(_0x279b03(0x20d))/0x9)+parseInt(_0x279b03(0x240))/0xa*(-parseInt(_0x279b03(0x250))/0xb);if(_0x24b3e5===_0x2579c7)break;else _0x2d94a6['push'](_0x2d94a6['shift']());}catch(_0x56d424){_0x2d94a6['push'](_0x2d94a6['shift']());}}}(_0x5953,0x3136c));import{t as _0x3c329c}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'خط'},'contextMenu':{'container':{'rename':_0x346f5a(0x1c7),'fitToContent':_0x346f5a(0x1de),'selectContents':_0x346f5a(0x1f9),'enableAutoResize':_0x346f5a(0x29f),'disableAutoResize':_0x346f5a(0x21a),'lockMembership':_0x346f5a(0x287),'unlockMembership':_0x346f5a(0x25d),'disband':_0x346f5a(0x255),'delete':'حذف\x20ظرف'},'containerChild':{'moveOut':_0x346f5a(0x298),'selectParent':'انتخاب\x20ظرف\x20والد','fitParent':_0x346f5a(0x1f2)},'swimlaneLane':{'add':_0x346f5a(0x1c2),'addBelow':'افزودن\x20خط\x20در\x20پایین','addRight':'افزودن\x20خط\x20در\x20سمت\x20راست','remove':_0x346f5a(0x28f),'removeAndMovePrevious':'انتقال\x20محتوا\x20به\x20خط\x20قبلی\x20و\x20حذف','removeAndPromote':_0x346f5a(0x196),'removeAndDeleteContent':_0x346f5a(0x213),'removeAndMoveNext':_0x346f5a(0x1e1),'rename':'تغییر\x20نام\x20خط','movePrevious':_0x346f5a(0x293),'moveNext':_0x346f5a(0x2aa),'expand':_0x346f5a(0x1e2),'collapse':_0x346f5a(0x1ab)}},'popup':{'containerName':_0x346f5a(0x1f4),'laneName':_0x346f5a(0x206),'cancel':_0x346f5a(0x1e4),'rename':'تغییر\x20نام'},'ink':{'finishEditing':_0x346f5a(0x24f),'enterEditing':_0x346f5a(0x28c)},'mindMap':{'description':'توضیحات','descriptionPlaceholder':_0x346f5a(0x1a1),'saveDescription':_0x346f5a(0x225)},'panel':{'moreShapes':_0x346f5a(0x1d2),'more':_0x346f5a(0x1dd),'back':_0x346f5a(0x1f1),'close':'بستن','stickyNote':_0x346f5a(0x2ab),'lineColor':_0x346f5a(0x26f),'lineWidth':_0x346f5a(0x22b),'reverseMarkers':_0x346f5a(0x214),'searchShapes':_0x346f5a(0x1df),'container':_0x346f5a(0x2b5),'swimlane':_0x346f5a(0x228),'verticalSwimlane':'خط\x20مسیر\x20عمودی','horizontalSwimlane':'خط\x20مسیر\x20افقی','vertical':_0x346f5a(0x18d),'horizontal':_0x346f5a(0x257),'tableCustomSize':_0x346f5a(0x229),'tableRows':_0x346f5a(0x1b7),'tableColumns':'ستونها','tableInsert':_0x346f5a(0x238),'customContainer':_0x346f5a(0x2a4),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x346f5a(0x296),'containerRatio1By1':_0x346f5a(0x23b),'containerA4':'A4','mindMapGroupMindMap':_0x346f5a(0x285),'mindMapGroupTree':_0x346f5a(0x288),'mindMapGroupTimeline':_0x346f5a(0x208),'mindMapRight':_0x346f5a(0x2a3),'mindMapLeft':_0x346f5a(0x1d7),'mindMapHorizontal':'نقشه\x20ذهنی\x20افقی','mindMapVertical':_0x346f5a(0x24e),'mindMapTreeRight':_0x346f5a(0x291),'mindMapTreeLeft':_0x346f5a(0x2a2),'mindMapTreeAlternate':_0x346f5a(0x18e),'mindMapTimelineHorizontal':_0x346f5a(0x2ac),'mindMapTimelineVertical':_0x346f5a(0x281),'mindMapNodeText':_0x346f5a(0x2a0)},'settings':{'collaboratorCursors':_0x346f5a(0x1bd),'find':_0x346f5a(0x26a),'grid':_0x346f5a(0x1b6),'viewportBar':_0x346f5a(0x201),'preciseSelection':_0x346f5a(0x247),'quickAdd':'افزودن\x20سریع','theme':'تم','themeOption':_0x346f5a(0x246),'themePreviewStart':_0x346f5a(0x279),'themePreviewData':_0x346f5a(0x25c),'undo':_0x346f5a(0x216),'redo':_0x346f5a(0x1f8),'settings':_0x346f5a(0x1c3),'objects':_0x346f5a(0x239),'findBoardElements':_0x346f5a(0x1c0),'noMatches':_0x346f5a(0x1be),'showDimensions':_0x346f5a(0x193),'showToolbar':'نمایش\x20نوار\x20ابزار','saveAs':_0x346f5a(0x19e),'translateInto':_0x346f5a(0x1ed)},'objectListPanel':{'title':_0x346f5a(0x239),'empty':_0x346f5a(0x217),'showAll':_0x346f5a(0x1ad),'hideAll':'پنهان\x20کردن\x20همه','moveForward':_0x346f5a(0x27c),'moveBackward':_0x346f5a(0x24b),'close':'بستن','nameInput':_0x346f5a(0x2a1),'hide':_0x346f5a(0x282),'show':_0x346f5a(0x29a),'lock':_0x346f5a(0x186),'unlock':_0x346f5a(0x1d5),'details':_0x346f5a(0x265),'locate':_0x346f5a(0x251),'expand':_0x346f5a(0x1e7),'collapse':'جمع\x20کردن','dragToReorder':_0x346f5a(0x1c8),'search':_0x346f5a(0x1cb),'filterAll':_0x346f5a(0x26d),'filterHidden':_0x346f5a(0x198),'filterLocked':_0x346f5a(0x218),'sectionCanvas':_0x346f5a(0x1a6),'sectionFloating':_0x346f5a(0x29c),'name':'نام','description':_0x346f5a(0x290),'descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','noSelection':_0x346f5a(0x275),'elementTypes':{'object':'شیء','connector':'اتصالدهنده','container':'ظرف','group':'گروه','image':_0x346f5a(0x264),'chart':_0x346f5a(0x284),'page':_0x346f5a(0x28e),'placeholder':_0x346f5a(0x219),'shape':_0x346f5a(0x1ca),'table':'جدول','text':_0x346f5a(0x1b2),'smartArt':'SmartArt','video':_0x346f5a(0x21e),'unit':_0x346f5a(0x1b9),'dom':_0x346f5a(0x1a3)}},'find':{'lanePosition':_0x346f5a(0x25b),'tableCellPosition':_0x346f5a(0x261),'elementTypes':{'connector':_0x346f5a(0x1ef),'container':_0x346f5a(0x2b5),'group':_0x346f5a(0x192),'image':'تصویر','page':_0x346f5a(0x28e),'placeholder':_0x346f5a(0x219),'shape':_0x346f5a(0x1ca),'table':_0x346f5a(0x1cc),'text':_0x346f5a(0x1b2)}},'themePresets':{'default':_0x346f5a(0x1e0),'classic':_0x346f5a(0x278),'vintage':'وینتیج','gray':_0x346f5a(0x202),'vibrant':'پرجنبوجوش','blue':_0x346f5a(0x292)},'toolbar':{'resetColor':_0x346f5a(0x20b),'shape':_0x346f5a(0x1ca),'text':_0x346f5a(0x1b2),'stickyNote':_0x346f5a(0x2ab),'line':_0x346f5a(0x1ef),'container':_0x346f5a(0x2b5),'swimlane':_0x346f5a(0x24a),'table':'جدول','chart':_0x346f5a(0x284),'pen':_0x346f5a(0x286),'mindMap':'نقشهٔ\x20ذهنی','resources':'منابع','image':_0x346f5a(0x264),'wrapInContainer':_0x346f5a(0x194),'addSwimlaneLane':_0x346f5a(0x1ce),'swimlaneMenu':_0x346f5a(0x24a),'swimlaneLaneMenu':'مورد\x20خط\x20مسیر','editBrushPath':_0x346f5a(0x258),'arrange':_0x346f5a(0x25e),'bringToFront':'به\x20جلو\x20آوردن','bringForward':'جلو\x20ببرید','sendBackward':_0x346f5a(0x212),'sendToBack':_0x346f5a(0x1bb),'more':_0x346f5a(0x1dd)},'shapePresets':{..._0x3c329c,'roundedRectangle':_0x346f5a(0x27d),'oval':_0x346f5a(0x1a2),'diamond':_0x346f5a(0x20c),'rectangle':'مستطیل','circle':_0x346f5a(0x1f7),'cylinder':_0x346f5a(0x27b),'chevron':_0x346f5a(0x273),'rightArrowBlock':_0x346f5a(0x1fb),'parallelogram':_0x346f5a(0x276),'trapezoid':_0x346f5a(0x19f),'speechBubble':_0x346f5a(0x1a0),'roundedCallout':_0x346f5a(0x2b4),'rightTriangle':_0x346f5a(0x18a),'triangle':_0x346f5a(0x1d1),'star':_0x346f5a(0x1cd),'hexagon':_0x346f5a(0x266),'pentagon':_0x346f5a(0x19b),'octagon':_0x346f5a(0x203),'leftArrow':_0x346f5a(0x1cf),'rightArrow':_0x346f5a(0x223),'leftRightArrow':_0x346f5a(0x195),'cloud':_0x346f5a(0x241),'leftBrace':_0x346f5a(0x20a),'rightBrace':'آکلاد\x20راست','plus':'بهعلاوه','actor':'بازیگر','boundary':_0x346f5a(0x1f3),'control':_0x346f5a(0x297),'entity':_0x346f5a(0x221),'collection':'مجموعه','dataFlowRoundedRectangle':_0x346f5a(0x27d),'dataFlowCircle':_0x346f5a(0x1f7),'dataFlowRoundedSquare':_0x346f5a(0x22a),'dataStorage1':'ذخیرهسازی\x20داده\x20۱','dataStorage2':_0x346f5a(0x187),'dataStorage3':_0x346f5a(0x267),'lineNone':_0x346f5a(0x204),'lineDashedNone':_0x346f5a(0x270),'lineOpenArrow':_0x346f5a(0x29d),'lineDoubleOpenArrow':_0x346f5a(0x1d6),'actorLifeline':_0x346f5a(0x220),'boundaryLifeline':_0x346f5a(0x20e),'controlLifeline':'خط\x20زندگی\x20کنترل','entityLifeline':_0x346f5a(0x18b),'collectionLifeline':_0x346f5a(0x245),'objectLifeline':_0x346f5a(0x280),'magneticDiskLifeline':_0x346f5a(0x237),'directAccessStorageLifeline':_0x346f5a(0x243),'activationBar':_0x346f5a(0x19a),'sequenceFragment':'قطعهٔ\x20توالی','sequenceAlternativeFragment':_0x346f5a(0x268),'umlClass':_0x346f5a(0x1db),'umlInterface':_0x346f5a(0x1c6),'umlInterfaceShape':_0x346f5a(0x1c6),'umlClassifier':_0x346f5a(0x224),'umlHollowDiamondConnector':_0x346f5a(0x1f0),'umlFilledDiamondConnector':_0x346f5a(0x234),'umlFilledArrowConnector':_0x346f5a(0x1e9),'umlDashedOpenArrowConnector':_0x346f5a(0x1e5),'umlDashedFilledArrowConnector':'اتصالدهندهٔ\x20پیکان\x20پُر\x20منقطع','erdEntity':_0x346f5a(0x221),'erdKeyField':'موجودیت\x20کلید','erdFieldType':_0x346f5a(0x23c),'erdFull':_0x346f5a(0x23a),'initialState':_0x346f5a(0x1c4),'finalState':'حالت\x20نهایی','stateBar':_0x346f5a(0x283),'requiredInterface':_0x346f5a(0x248),'assemblyConnector':_0x346f5a(0x26e),'providedInterface':_0x346f5a(0x2b0),'componentBox':_0x346f5a(0x1ae),'component':_0x346f5a(0x1f6)},'shapeCategories':{'basics':_0x346f5a(0x1fa),'basicShapes':{'rectangle':_0x346f5a(0x22c),'basicShape':'اشکال\x20پایه','blockArrow':_0x346f5a(0x199),'equationShape':_0x346f5a(0x1dc),'flowchart':_0x346f5a(0x21b),'starAndBanner':_0x346f5a(0x21c),'callout':'حاشیهها','actionButton':_0x346f5a(0x2af),'other':_0x346f5a(0x189)},'classDiagram':_0x346f5a(0x252),'dataFlowDiagram':_0x346f5a(0x295),'line':'خط','entityRelationshipDiagram':_0x346f5a(0x23e),'umlCustomShapes':_0x346f5a(0x274),'umlSequenceDiagram':_0x346f5a(0x1ff),'statusDiagram':'نمودار\x20وضعیت','componentDiagram':_0x346f5a(0x226)},'connector':{'toolbar':{'sourceMarker':_0x346f5a(0x1da),'swapMarkers':_0x346f5a(0x222),'targetMarker':'پیکان\x20مقصد','lineColor':_0x346f5a(0x26f),'lineWidth':_0x346f5a(0x2a7),'opacityPercent':_0x346f5a(0x1ee),'settings':_0x346f5a(0x1bf),'smoothElbow':_0x346f5a(0x299),'bridge':'پل\x20خط','insertText':_0x346f5a(0x26b),'textSettings':'تنظیمات\x20متن','alignLeft':_0x346f5a(0x269),'alignCenter':_0x346f5a(0x1e3),'alignRight':_0x346f5a(0x205),'bold':'پررنگ','italic':_0x346f5a(0x244),'underline':'خطکشی','strikethrough':_0x346f5a(0x253),'textColor':_0x346f5a(0x207),'editText':_0x346f5a(0x210),'labelFill':_0x346f5a(0x24d),'labelBorder':'حاشیه\x20برچسب','transparent':_0x346f5a(0x1fc),'breakLineBehindText':_0x346f5a(0x249),'textSection':_0x346f5a(0x1b2),'labelSection':'برچسب','deleteText':_0x346f5a(0x1fe),'more':_0x346f5a(0x1dd)},'routing':{'straight':_0x346f5a(0x1d8),'elbow':_0x346f5a(0x1fd),'polyline':_0x346f5a(0x19d),'curve':_0x346f5a(0x259)},'strokeWidth':{'thin':_0x346f5a(0x260),'regular':_0x346f5a(0x22e),'medium':_0x346f5a(0x1aa),'bold':'ضخیم'},'dash':{'solid':_0x346f5a(0x271),'dashed':_0x346f5a(0x22f),'dotted':_0x346f5a(0x1d9),'dashDot':_0x346f5a(0x1e6)},'marker':{'none':'هیچ','arrow':_0x346f5a(0x294),'filledArrow':_0x346f5a(0x272),'openArrow':_0x346f5a(0x29d),'triangle':_0x346f5a(0x1d1),'filledTriangle':_0x346f5a(0x1e8),'hollowTriangle':_0x346f5a(0x185),'diamond':_0x346f5a(0x20c),'hollowDiamond':_0x346f5a(0x27a),'filledDiamond':_0x346f5a(0x2ae),'circle':_0x346f5a(0x1f7),'filledCircle':_0x346f5a(0x1a9),'bar':'میله','doubleBar':'میلهٔ\x20دوتایی','crowFoot':_0x346f5a(0x28a),'crowsFoot':_0x346f5a(0x28a),'barCrowsFoot':_0x346f5a(0x190),'circleCrowsFoot':_0x346f5a(0x23d),'circleBar':_0x346f5a(0x231),'x':'X','cross':'صلیب','plus':_0x346f5a(0x230),'zeroOrOne':_0x346f5a(0x1ac),'zeroOrMany':_0x346f5a(0x25a),'oneOrMany':_0x346f5a(0x29e)}},'zoom':{'dragMode':'حالت\x20کشیدن','fitContent':'متناسب\x20با\x20محتوا','zoomOptions':_0x346f5a(0x26c),'zoomTo100':'بزرگنمایی\x20۱۰۰٪','zoomToFit':'متناسب\x20با\x20بوم','zoomToSelection':'بزرگنمایی\x20انتخاب','zoomOut':_0x346f5a(0x191),'resetZoom':_0x346f5a(0x2b1),'zoomIn':_0x346f5a(0x1b0),'help':_0x346f5a(0x27e)},'shortcutHelp':{'title':_0x346f5a(0x254),'close':_0x346f5a(0x232),'sections':{'tools':'ابزارها','navigator':_0x346f5a(0x1a8),'view':_0x346f5a(0x29a),'selection':'انتخاب\x20شکل','editing':_0x346f5a(0x277),'grouping':'گروهبندی\x20اشکال','swimlane':'خط\x20مسیر','mindMap':'نقشهٔ\x20ذهنی','layout':'چیدمان','font':'فونت'},'items':{'showMoreShapes':_0x346f5a(0x215),'roundedRectangle':_0x346f5a(0x27d),'rectangle':_0x346f5a(0x1ec),'oval':_0x346f5a(0x1a2),'diamond':_0x346f5a(0x20c),'text':'متن','elbowConnector':_0x346f5a(0x200),'line':'خط','stickyNote':_0x346f5a(0x2ab),'search':'جستجو','zoomWheel':_0x346f5a(0x1b1),'zoomPinch':'بزرگنمایی\x20/\x20کوچکنمایی','zoomTo100':_0x346f5a(0x235),'zoomToSelection':_0x346f5a(0x1d3),'zoomToFit':'متناسب\x20با\x20بوم','enterFullScreen':_0x346f5a(0x1d0),'exitFullScreen':_0x346f5a(0x24c),'selectShape':_0x346f5a(0x2b2),'selectAll':'انتخاب\x20همه','multipleSelect':_0x346f5a(0x28b),'invertSelection':_0x346f5a(0x262),'preciseSelection':_0x346f5a(0x247),'deepSelect':'انتخاب\x20عمیق','editShape':_0x346f5a(0x277),'copy':_0x346f5a(0x2a9),'copyAsImage':_0x346f5a(0x1f5),'paste':_0x346f5a(0x23f),'cut':'برش','makeCopy':_0x346f5a(0x197),'scale':'تغییر\x20مقیاس','copyStyle':'کپی\x20سبک','pasteStyle':_0x346f5a(0x22d),'moveAxisLocked':'حرکت\x20افقی\x20/\x20عمودی','flipHorizontal':'چرخش\x20افقی','flipVertical':_0x346f5a(0x1ea),'undo':_0x346f5a(0x216),'redo':'انجام\x20دوباره','toggleQuickAdd':_0x346f5a(0x27f),'hideCollaboratorsCursors':'پنهان\x20کردن\x20مکاننمای\x20همکاران','toggleToolbar':_0x346f5a(0x1b4),'delete':'حذف','group':_0x346f5a(0x1c1),'ungroup':_0x346f5a(0x1c9),'selectUpperLayerGroups':_0x346f5a(0x1a7),'selectShapesToGroup':_0x346f5a(0x2a6),'swimlaneLaneRename':_0x346f5a(0x29b),'swimlaneLaneToggleCollapsed':_0x346f5a(0x18c),'swimlaneLaneMovePrevious':'انتقال\x20خط\x20مسیر\x20به\x20بالا','swimlaneLaneMoveNext':_0x346f5a(0x236),'swimlaneLaneRemove':_0x346f5a(0x1a5),'addSiblingNode':_0x346f5a(0x209),'addChildNode':_0x346f5a(0x1b5),'addParentNode':_0x346f5a(0x1c5),'foldChildNodes':_0x346f5a(0x256),'collapseAllNodes':'جمع\x20کردن\x20/\x20گسترش\x20همهٔ\x20گرهها','addDescription':_0x346f5a(0x2a5),'editCurrentNode':_0x346f5a(0x263),'bringToFront':_0x346f5a(0x20f),'sendToBack':_0x346f5a(0x1ba),'alignLeft':_0x346f5a(0x269),'alignRight':'تراز\x20راست','alignTop':_0x346f5a(0x2ad),'alignBottom':'تراز\x20پایین','alignMiddle':_0x346f5a(0x1b3),'alignCenter':_0x346f5a(0x1af),'distributeHorizontally':_0x346f5a(0x28d),'distributeVertically':_0x346f5a(0x242),'disableObjectAlignment':_0x346f5a(0x18f),'increaseFontSize':'افزایش\x20اندازهٔ\x20فونت','decreaseFontSize':_0x346f5a(0x289),'bold':_0x346f5a(0x25f),'strikethrough':_0x346f5a(0x1b8),'italic':_0x346f5a(0x244),'underline':'زیرخطدار','link':_0x346f5a(0x21d),'numberedList':_0x346f5a(0x19c),'bulletedList':_0x346f5a(0x233),'quote':_0x346f5a(0x188),'alignTextLeft':_0x346f5a(0x269),'alignTextRight':_0x346f5a(0x205),'alignTextCenter':_0x346f5a(0x1d4)}}}};export{t as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x92677=_0x2d91;(function(_0x5786f9,_0x55b031){const _0x42a55f=_0x2d91,_0x2e9276=_0x5786f9();while(!![]){try{const _0x149ec1=parseInt(_0x42a55f(0x238))/0x1+parseInt(_0x42a55f(0x1cc))/0x2*(parseInt(_0x42a55f(0x1ba))/0x3)+-parseInt(_0x42a55f(0x1ec))/0x4+-parseInt(_0x42a55f(0x2c9))/0x5*(parseInt(_0x42a55f(0x25f))/0x6)+-parseInt(_0x42a55f(0x1ce))/0x7*(-parseInt(_0x42a55f(0x244))/0x8)+-parseInt(_0x42a55f(0x281))/0x9*(-parseInt(_0x42a55f(0x2bd))/0xa)+parseInt(_0x42a55f(0x1ef))/0xb*(-parseInt(_0x42a55f(0x270))/0xc);if(_0x149ec1===_0x55b031)break;else _0x2e9276['push'](_0x2e9276['shift']());}catch(_0x30097d){_0x2e9276['push'](_0x2e9276['shift']());}}}(_0x4c62,0x9698a));import{t as _0x2b497d}from'../shape-preset-labels-092BdVw3.js';function _0x4c62(){const _0x594a13=['Couleur\x20du\x20texte','Objets','Données','Ligne\x20droite','Formes\x20basiques','Couloir\x20vertical','Graphique','Patte\x20d’oie','Couper','Déployer\x20le\x20couloir','Trouver\x20des\x20éléments\x20du\x20tableau','Normal','Carte\x20mentale\x20horizontale','Zoom\x20avant\x20/\x20arrière','Désactiver\x20l’alignement\x20des\x20objets','Rechercher\x20des\x20objets','Fin','Acteur','Triangle\x20plein','Grouper','Supprimer\x20le\x20couloir','Aucun\x20objet','Copier\x20le\x20style','Coller\x20le\x20style','Nuage','Épais','Ligne\x20pointillée\x20(sans\x20flèche)','Ajuster\x20au\x20contenu','Outils','Ligne\x20de\x20vie\x20de\x20collection','Transparent','Réinitialiser\x20le\x20zoom','Diagramme\x20entité-association','Reculer','Afficher\x20plus\x20de\x20formes','Sélectionner\x20/\x20désélectionner\x20plusieurs','Inverser\x20la\x20sélection','Ajouter\x20une\x20description','Sortir\x20du\x20conteneur','Souligné','Sélectionner\x20le\x20conteneur\x20parent','Arrière-plan\x20de\x20l’étiquette','Localiser','Modifier\x20la\x20forme','Déplacer\x20horizontalement\x20/\x20verticalement','Légendes','Entité','Démarrer','Contrôle','Connecteur\x20en\x20angle','Nom\x20de\x20l’objet','Connecteur\x20en\x20losange\x20creux','Ajout\x20rapide','Diagramme\x20de\x20séquence\x20UML','Passer\x20en\x20plein\x20écran','Masquer','Plier\x20/\x20déplier\x20les\x20nœuds\x20enfants','Rétablir','Interface\x20requise','Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20précédent\x20et\x20supprimer','Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','Plus','Plus\x20de\x20formes','Triangle\x20rectangle','Tout\x20sélectionner','Barré','Zoom\x20arrière','Déverrouiller\x20l’appartenance','231957tvqXRx','Classificateur','Réinitialiser\x20la\x20couleur','Rechercher','Ligne\x20de\x20vie\x20de\x20stockage\x20à\x20accès\x20direct','Liste\x20à\x20puces','Patte\x20d’oie\x20avec\x20cercle','Créer\x20une\x20copie','Piste\x20/\x20Couloir','État\x20final','Boutons\x20d’action','Inverser\x20les\x20flèches','2104HVbzTh','Ovale','Faire\x20glisser\x20pour\x20réorganiser','Activer\x20le\x20redimensionnement\x20automatique','Épaisseur\x20du\x20trait','Dégrouper','Stockage\x20de\x20données\x203','Courbe','Ligne\x20(sans\x20flèche)','Objet','Trait\x20à\x20angle\x20droit','Mettre\x20à\x20l’échelle','Entité\x20de\x20type\x20de\x20clé\x20de\x20champ','Cercle','Ajouter\x20du\x20texte','Cylindre','Carte\x20mentale\x20vers\x20la\x20gauche','Carte\x20mentale','Double\x20barre','Connecteur','Fragment\x20de\x20séquence\x20alternative','Texte','Renommer\x20le\x20couloir','Options\x20de\x20zoom','Description','Barre\x20d’activation','Ajuster\x20à\x20la\x20page','2139498OibHWY','Interrompre\x20la\x20ligne\x20derrière\x20le\x20texte','Classique','Colonnes','Paramètres\x20de\x20police','Sélectionner\x20les\x20formes\x20à\x20grouper','Ligne\x20de\x20vie\x20d’objet','Légende\x20arrondie','Diagramme\x20de\x20classes','Barre\x20d’état','Diagramme\x20de\x20flux\x20de\x20données','Flèche\x20vers\x20la\x20droite','Modifier\x20le\x20tracé\x20du\x20pinceau','Copier','Tirets','Sélection\x20précise','Supprimer\x20le\x20texte','564wdylRJ','Bulle\x20de\x20dialogue','Annuler','Enregistrer','Rectangle','Taille\x20personnalisée','Zoom\x20100\x20%','DOM','Distribuer\x20verticalement','Tableau','Page','Paramètres\x20du\x20trait','Sélection\x20imbriquée','Frontière','Vif','Verrouiller','Mettre\x20au\x20premier\x20plan','9NrVFQp','Modifier\x20le\x20texte','Un\x20ou\x20plusieurs','Sortir\x20le\x20contenu\x20et\x20supprimer\x20le\x20couloir','Diagramme\x20de\x20composants','Formes\x20d’équation','Losange','Flèche\x20cible','Flèche\x20source','Plein','Conteneur','Centrer','Chronologie\x20horizontale','Stockage\x20de\x20données\x201','Arbre\x20à\x20droite','Stylo','Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20suivant\x20et\x20supprimer','Étoiles\x20et\x20bannières','Ligne','Zoom\x20sur\x20la\x20sélection','Bordure\x20de\x20l’étiquette','Développer','Tiret-point','Ligne\x20de\x20vie\x20de\x20contrôle','Inclure\x20dans\x20un\x20conteneur','1\x20:\x201','Carte\x20mentale\x20vers\x20la\x20droite','Ligne\x20de\x20vie\x20d’entité','Ajouter\x20un\x20nœud\x20frère','Zéro\x20ou\x20plusieurs','Formes\x20UML\x20personnalisées','Centrer\x20verticalement','Étoile','Paramètres','Forme','Aligner\x20à\x20droite','Renommer','Pont\x20de\x20trait','Image','Aucun','Fragment\x20de\x20séquence','Afficher\x20/\x20masquer\x20l’ajout\x20rapide','Carré\x20arrondi','Modifier\x20le\x20nœud\x20actuel','Arbre\x20alterné','Zéro\x20ou\x20un','Modifier\x20une\x20forme','Par\x20défaut','Disposition','Verrouiller\x20l’appartenance','Cercle\x20plein','Polyligne','Flèche\x20gauche-droite','Insérer\x20du\x20texte','Étiquette','Vidéo','Nom','Interface','Afficher\x20/\x20masquer\x20la\x20barre\x20d’outils','Couleur\x20du\x20trait','10341190lxDGsb','Paramètres\x20du\x20texte','Bloc\x20flèche\x20vers\x20la\x20droite','Chronologie\x20verticale','Renommer\x20le\x20conteneur','Collection','Grille','Trapèze','Losange\x20plein','Réduire\x20/\x20déployer\x20tous\x20les\x20nœuds','Couloir','Afficher\x20les\x20dimensions','5XKruNM','Réduire\x20le\x20couloir','Ajouter\x20un\x20couloir\x20en\x20dessous','Cercle\x20et\x20barre','Chevron','75Zhcqsd','Supprimer\x20le\x20contenu\x20et\x20le\x20couloir','Verrouillés','Note\x20autocollante','Retourner\x20verticalement','État\x20initial','Sélectionner\x20une\x20forme','Moyen','Calque\x20du\x20canevas','Interface\x20fournie','Ajouter\x20un\x20couloir','Classe','Triangle\x20creux','Bases','Insérer','Espace\x20réservé','Citation','Rectangles','80582XYAMht','Trait\x20en\x20angle','22169opTqtU','Nom\x20du\x20conteneur','Navigateur','Coller','Flèche\x20pleine','Bleu','Triangle','Organiser','Aligner\x20à\x20gauche','Patte\x20d’oie\x20avec\x20barre','Thème\x20{0}','4\x20:\x203','Double\x20flèche\x20ouverte','Flèche\x20ouverte','Quitter\x20le\x20plein\x20écran','Rectangle\x20arrondi','Afficher','Flèche\x20vers\x20la\x20gauche','Ajuster\x20le\x20conteneur\x20parent\x20au\x20contenu','SmartArt','Copier\x20comme\x20image','Liste\x20numérotée','Fermer','Curseurs\x20des\x20collaborateurs','Arbre\x20à\x20gauche','Réduire','Lignes','Groupe','Pointillés','Boîtier\x20de\x20composant','3707120ujiKjF','Rechercher\x20des\x20formes','Aligner\x20en\x20haut','282271msOmzH','Connecteur\x20en\x20losange\x20plein','Accolade\x20droite','Organigramme','Raccourcis\x20clavier'];_0x4c62=function(){return _0x594a13;};return _0x4c62();}const t={'boards-ui':{'line':{'title':_0x92677(0x293)},'contextMenu':{'container':{'rename':_0x92677(0x2c1),'fitToContent':_0x92677(0x20f),'selectContents':'Sélectionner\x20le\x20contenu','enableAutoResize':_0x92677(0x247),'disableAutoResize':'Désactiver\x20le\x20redimensionnement\x20automatique','lockMembership':_0x92677(0x2b2),'unlockMembership':_0x92677(0x237),'disband':'Dissocier\x20le\x20conteneur','delete':'Supprimer\x20le\x20conteneur'},'containerChild':{'moveOut':_0x92677(0x21a),'selectParent':_0x92677(0x21c),'fitParent':_0x92677(0x1e0)},'swimlaneLane':{'add':_0x92677(0x1c4),'addBelow':_0x92677(0x2cb),'addRight':'Ajouter\x20un\x20couloir\x20à\x20droite','remove':_0x92677(0x208),'removeAndMovePrevious':_0x92677(0x22f),'removeAndPromote':_0x92677(0x284),'removeAndDeleteContent':_0x92677(0x1bb),'removeAndMoveNext':_0x92677(0x291),'rename':_0x92677(0x25a),'movePrevious':'Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','moveNext':_0x92677(0x230),'expand':_0x92677(0x1fd),'collapse':_0x92677(0x2ca)}},'popup':{'containerName':_0x92677(0x1cf),'laneName':'Nom\x20du\x20couloir','cancel':_0x92677(0x272),'rename':_0x92677(0x2a5)},'ink':{'finishEditing':'Terminé','enterEditing':'Modifier\x20le\x20tracé'},'mindMap':{'description':_0x92677(0x25c),'descriptionPlaceholder':'Ajouter\x20une\x20description\x20à\x20ce\x20nœud','saveDescription':_0x92677(0x273)},'panel':{'moreShapes':_0x92677(0x232),'more':'Plus','back':'Retour','close':_0x92677(0x1e4),'stickyNote':_0x92677(0x1bd),'lineColor':'Couleur\x20du\x20trait','lineWidth':_0x92677(0x248),'reverseMarkers':_0x92677(0x243),'searchShapes':_0x92677(0x1ed),'container':_0x92677(0x28b),'swimlane':_0x92677(0x240),'verticalSwimlane':_0x92677(0x1f9),'horizontalSwimlane':'Couloir\x20horizontal','vertical':'Vertical','horizontal':'Horizontal','tableCustomSize':_0x92677(0x275),'tableRows':_0x92677(0x1e8),'tableColumns':_0x92677(0x262),'tableInsert':_0x92677(0x1c8),'customContainer':'Personnalisé','containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x92677(0x1d9),'containerRatio1By1':_0x92677(0x29a),'containerA4':'A4','mindMapGroupMindMap':_0x92677(0x255),'mindMapGroupTree':'Diagramme\x20en\x20arbre','mindMapGroupTimeline':'Chronologie','mindMapRight':_0x92677(0x29b),'mindMapLeft':_0x92677(0x254),'mindMapHorizontal':_0x92677(0x200),'mindMapVertical':'Carte\x20mentale\x20verticale','mindMapTreeRight':_0x92677(0x28f),'mindMapTreeLeft':_0x92677(0x1e6),'mindMapTreeAlternate':_0x92677(0x2ad),'mindMapTimelineHorizontal':_0x92677(0x28d),'mindMapTimelineVertical':_0x92677(0x2c0),'mindMapNodeText':_0x92677(0x252)},'settings':{'collaboratorCursors':_0x92677(0x1e5),'find':_0x92677(0x23b),'grid':_0x92677(0x2c3),'preciseSelection':_0x92677(0x26e),'quickAdd':_0x92677(0x228),'theme':'Thème','themeOption':_0x92677(0x1d8),'themePreviewStart':_0x92677(0x223),'themePreviewData':_0x92677(0x1f6),'undo':_0x92677(0x272),'redo':'Rétablir','settings':_0x92677(0x2a2),'objects':'Objets','findBoardElements':_0x92677(0x1fe),'noMatches':'Aucun\x20résultat','showDimensions':_0x92677(0x2c8),'showToolbar':'Afficher\x20la\x20barre\x20d’outils','translateInto':'Traduire\x20en'},'objectListPanel':{'title':_0x92677(0x1f5),'empty':_0x92677(0x209),'showAll':'Afficher\x20tout','hideAll':'Tout\x20masquer','moveForward':'Avancer','moveBackward':_0x92677(0x215),'close':'Fermer','nameInput':_0x92677(0x226),'hide':_0x92677(0x22b),'show':_0x92677(0x1de),'lock':_0x92677(0x27f),'unlock':'Déverrouiller','details':'Détails','locate':_0x92677(0x21e),'expand':_0x92677(0x296),'collapse':_0x92677(0x1e7),'dragToReorder':_0x92677(0x246),'search':_0x92677(0x203),'filterAll':'Tous','filterHidden':'Masqués','filterLocked':_0x92677(0x1bc),'sectionCanvas':_0x92677(0x1c2),'sectionFloating':'Calque\x20flottant','name':_0x92677(0x2b9),'description':_0x92677(0x25c),'descriptionPlaceholder':_0x92677(0x219),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20ses\x20détails','elementTypes':{'object':_0x92677(0x24d),'connector':_0x92677(0x257),'container':_0x92677(0x28b),'group':_0x92677(0x1e9),'image':_0x92677(0x2a7),'chart':_0x92677(0x1fa),'page':'Page','placeholder':_0x92677(0x1c9),'shape':_0x92677(0x2a3),'table':_0x92677(0x279),'text':_0x92677(0x259),'smartArt':_0x92677(0x1e1),'video':_0x92677(0x2b8),'unit':'Unité','dom':_0x92677(0x277)}},'find':{'lanePosition':'Couloir\x20{0}','tableCellPosition':'Ligne\x20{0},\x20Colonne\x20{1}','elementTypes':{'connector':_0x92677(0x257),'container':'Conteneur','group':_0x92677(0x1e9),'image':_0x92677(0x2a7),'page':_0x92677(0x27a),'placeholder':_0x92677(0x1c9),'shape':_0x92677(0x2a3),'table':_0x92677(0x279),'text':_0x92677(0x259)}},'themePresets':{'default':_0x92677(0x2b0),'classic':_0x92677(0x261),'vintage':'Vintage','gray':'Gris','vibrant':_0x92677(0x27e),'blue':_0x92677(0x1d3)},'toolbar':{'resetColor':_0x92677(0x23a),'shape':_0x92677(0x2a3),'text':'Texte','stickyNote':'Note\x20autocollante','line':_0x92677(0x257),'container':_0x92677(0x28b),'swimlane':_0x92677(0x2c7),'table':_0x92677(0x279),'chart':_0x92677(0x1fa),'pen':_0x92677(0x290),'mindMap':_0x92677(0x255),'resources':'Ressources','image':_0x92677(0x2a7),'wrapInContainer':_0x92677(0x299),'addSwimlaneLane':_0x92677(0x1c4),'swimlaneMenu':'Couloir','swimlaneLaneMenu':'Élément\x20de\x20couloir','editBrushPath':_0x92677(0x26b),'arrange':_0x92677(0x1d5),'bringToFront':_0x92677(0x280),'bringForward':'Avancer','sendBackward':_0x92677(0x215),'sendToBack':'Mettre\x20en\x20arrière-plan','more':_0x92677(0x231)},'shapePresets':{..._0x2b497d,'roundedRectangle':_0x92677(0x1dd),'oval':'Ovale','diamond':_0x92677(0x287),'rectangle':_0x92677(0x274),'circle':_0x92677(0x251),'cylinder':_0x92677(0x253),'chevron':_0x92677(0x2cd),'rightArrowBlock':_0x92677(0x2bf),'parallelogram':'Parallélogramme','trapezoid':_0x92677(0x2c4),'speechBubble':_0x92677(0x271),'roundedCallout':_0x92677(0x266),'rightTriangle':_0x92677(0x233),'triangle':_0x92677(0x1d4),'star':_0x92677(0x2a1),'hexagon':'Hexagone','pentagon':'Pentagone','octagon':'Octogone','leftArrow':_0x92677(0x1df),'rightArrow':_0x92677(0x26a),'leftRightArrow':_0x92677(0x2b5),'cloud':_0x92677(0x20c),'leftBrace':'Accolade\x20gauche','rightBrace':_0x92677(0x1f1),'plus':_0x92677(0x231),'actor':_0x92677(0x205),'boundary':_0x92677(0x27d),'control':_0x92677(0x224),'entity':'Entité','collection':_0x92677(0x2c2),'dataFlowRoundedRectangle':'Rectangle\x20arrondi','dataFlowCircle':_0x92677(0x251),'dataFlowRoundedSquare':_0x92677(0x2ab),'dataStorage1':_0x92677(0x28e),'dataStorage2':'Stockage\x20de\x20données\x202','dataStorage3':_0x92677(0x24a),'lineNone':_0x92677(0x24c),'lineDashedNone':_0x92677(0x20e),'lineOpenArrow':'Flèche\x20ouverte','lineDoubleOpenArrow':_0x92677(0x1da),'actorLifeline':'Ligne\x20de\x20vie\x20d’acteur','boundaryLifeline':'Ligne\x20de\x20vie\x20de\x20frontière','controlLifeline':_0x92677(0x298),'entityLifeline':_0x92677(0x29c),'collectionLifeline':_0x92677(0x211),'objectLifeline':_0x92677(0x265),'magneticDiskLifeline':'Ligne\x20de\x20vie\x20de\x20disque\x20magnétique','directAccessStorageLifeline':_0x92677(0x23c),'activationBar':_0x92677(0x25d),'sequenceFragment':_0x92677(0x2a9),'sequenceAlternativeFragment':_0x92677(0x258),'umlClass':_0x92677(0x1c5),'umlInterface':'Interface','umlInterfaceShape':_0x92677(0x2ba),'umlClassifier':_0x92677(0x239),'umlHollowDiamondConnector':_0x92677(0x227),'umlFilledDiamondConnector':_0x92677(0x1f0),'umlFilledArrowConnector':'Connecteur\x20à\x20flèche\x20pleine','umlDashedOpenArrowConnector':'Connecteur\x20à\x20flèche\x20ouverte\x20pointillée','umlDashedFilledArrowConnector':'Connecteur\x20à\x20flèche\x20pleine\x20pointillée','erdEntity':_0x92677(0x222),'erdKeyField':'Entité\x20de\x20clé','erdFieldType':'Entité\x20de\x20type\x20de\x20champ','erdFull':_0x92677(0x250),'initialState':_0x92677(0x1bf),'finalState':_0x92677(0x241),'stateBar':_0x92677(0x268),'requiredInterface':_0x92677(0x22e),'assemblyConnector':'Connecteur\x20d’assemblage','providedInterface':_0x92677(0x1c3),'componentBox':_0x92677(0x1eb),'component':'Composant'},'shapeCategories':{'basics':_0x92677(0x1c7),'basicShapes':{'rectangle':_0x92677(0x1cb),'basicShape':_0x92677(0x1f8),'blockArrow':'Flèches\x20bloc','equationShape':_0x92677(0x286),'flowchart':_0x92677(0x1f2),'starAndBanner':_0x92677(0x292),'callout':_0x92677(0x221),'actionButton':_0x92677(0x242),'other':'Autres'},'classDiagram':_0x92677(0x267),'dataFlowDiagram':_0x92677(0x269),'line':_0x92677(0x293),'entityRelationshipDiagram':_0x92677(0x214),'umlCustomShapes':_0x92677(0x29f),'umlSequenceDiagram':_0x92677(0x229),'statusDiagram':'Diagramme\x20d’état','componentDiagram':_0x92677(0x285)},'connector':{'toolbar':{'sourceMarker':_0x92677(0x289),'swapMarkers':_0x92677(0x243),'targetMarker':_0x92677(0x288),'lineColor':_0x92677(0x2bc),'lineWidth':'Épaisseur','opacityPercent':'Opacité\x20{0}%','settings':_0x92677(0x27b),'smoothElbow':_0x92677(0x1cd),'bridge':_0x92677(0x2a6),'insertText':_0x92677(0x2b6),'textSettings':_0x92677(0x2be),'alignLeft':_0x92677(0x1d6),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x92677(0x2a4),'bold':'Gras','italic':'Italique','underline':'Souligné','strikethrough':'Barré','textColor':_0x92677(0x1f4),'editText':_0x92677(0x282),'labelFill':_0x92677(0x21d),'labelBorder':_0x92677(0x295),'transparent':_0x92677(0x212),'breakLineBehindText':_0x92677(0x260),'textSection':'Texte','labelSection':_0x92677(0x2b7),'deleteText':_0x92677(0x26f),'more':_0x92677(0x231)},'routing':{'straight':_0x92677(0x1f7),'elbow':_0x92677(0x24e),'polyline':_0x92677(0x2b4),'curve':_0x92677(0x24b)},'strokeWidth':{'thin':_0x92677(0x204),'regular':_0x92677(0x1ff),'medium':_0x92677(0x1c1),'bold':_0x92677(0x20d)},'dash':{'solid':_0x92677(0x28a),'dashed':_0x92677(0x26d),'dotted':_0x92677(0x1ea),'dashDot':_0x92677(0x297)},'marker':{'none':_0x92677(0x2a8),'arrow':'Flèche','filledArrow':_0x92677(0x1d2),'openArrow':_0x92677(0x1db),'triangle':_0x92677(0x1d4),'filledTriangle':_0x92677(0x206),'hollowTriangle':_0x92677(0x1c6),'diamond':_0x92677(0x287),'hollowDiamond':'Losange\x20creux','filledDiamond':_0x92677(0x2c5),'circle':_0x92677(0x251),'filledCircle':_0x92677(0x2b3),'bar':'Barre','doubleBar':_0x92677(0x256),'crowFoot':'Patte\x20d’oie','crowsFoot':_0x92677(0x1fb),'barCrowsFoot':_0x92677(0x1d7),'circleCrowsFoot':_0x92677(0x23e),'circleBar':_0x92677(0x2cc),'x':'X','cross':'Croix','plus':_0x92677(0x231),'zeroOrOne':_0x92677(0x2ae),'zeroOrMany':_0x92677(0x29e),'oneOrMany':_0x92677(0x283)}},'zoom':{'dragMode':'Mode\x20glisser','fitContent':'Ajuster\x20au\x20contenu','zoomOptions':_0x92677(0x25b),'zoomTo100':'Zoom\x20100\x20%','zoomToFit':_0x92677(0x25e),'zoomToSelection':_0x92677(0x294),'zoomOut':_0x92677(0x236),'resetZoom':_0x92677(0x213),'zoomIn':'Zoom\x20avant','help':'Aide'},'shortcutHelp':{'title':_0x92677(0x1f3),'close':'Fermer\x20les\x20raccourcis','sections':{'tools':_0x92677(0x210),'navigator':_0x92677(0x1d0),'view':'Affichage','selection':_0x92677(0x1c0),'editing':_0x92677(0x2af),'grouping':'Grouper\x20des\x20formes','swimlane':'Couloir','mindMap':_0x92677(0x255),'layout':_0x92677(0x2b1),'font':_0x92677(0x263)},'items':{'showMoreShapes':_0x92677(0x216),'roundedRectangle':_0x92677(0x1dd),'rectangle':'Rectangle','oval':_0x92677(0x245),'diamond':'Losange','text':_0x92677(0x259),'elbowConnector':_0x92677(0x225),'line':_0x92677(0x293),'stickyNote':_0x92677(0x1bd),'search':_0x92677(0x23b),'zoomWheel':_0x92677(0x201),'zoomPinch':_0x92677(0x201),'zoomTo100':_0x92677(0x276),'zoomToSelection':'Zoom\x20sur\x20la\x20sélection','zoomToFit':_0x92677(0x25e),'enterFullScreen':_0x92677(0x22a),'exitFullScreen':_0x92677(0x1dc),'selectShape':_0x92677(0x1c0),'selectAll':_0x92677(0x234),'multipleSelect':_0x92677(0x217),'invertSelection':_0x92677(0x218),'preciseSelection':_0x92677(0x26e),'deepSelect':_0x92677(0x27c),'editShape':_0x92677(0x21f),'copy':_0x92677(0x26c),'copyAsImage':_0x92677(0x1e2),'paste':_0x92677(0x1d1),'cut':_0x92677(0x1fc),'makeCopy':_0x92677(0x23f),'scale':_0x92677(0x24f),'copyStyle':_0x92677(0x20a),'pasteStyle':_0x92677(0x20b),'moveAxisLocked':_0x92677(0x220),'flipHorizontal':'Retourner\x20horizontalement','flipVertical':_0x92677(0x1be),'undo':_0x92677(0x272),'redo':_0x92677(0x22d),'toggleQuickAdd':_0x92677(0x2aa),'hideCollaboratorsCursors':'Masquer\x20les\x20curseurs\x20des\x20collaborateurs','toggleToolbar':_0x92677(0x2bb),'delete':'Supprimer','group':_0x92677(0x207),'ungroup':_0x92677(0x249),'selectUpperLayerGroups':'Sélectionner\x20les\x20groupes\x20de\x20niveau\x20supérieur','selectShapesToGroup':_0x92677(0x264),'swimlaneLaneRename':_0x92677(0x25a),'swimlaneLaneToggleCollapsed':'Réduire\x20/\x20déployer\x20le\x20couloir','swimlaneLaneMovePrevious':'Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','swimlaneLaneMoveNext':_0x92677(0x230),'swimlaneLaneRemove':_0x92677(0x208),'addSiblingNode':_0x92677(0x29d),'addChildNode':'Ajouter\x20un\x20nœud\x20enfant','addParentNode':'Ajouter\x20un\x20nœud\x20parent','foldChildNodes':_0x92677(0x22c),'collapseAllNodes':_0x92677(0x2c6),'addDescription':_0x92677(0x219),'editCurrentNode':_0x92677(0x2ac),'bringToFront':_0x92677(0x280),'sendToBack':'Mettre\x20en\x20arrière-plan','alignLeft':'Aligner\x20à\x20gauche','alignRight':_0x92677(0x2a4),'alignTop':_0x92677(0x1ee),'alignBottom':'Aligner\x20en\x20bas','alignMiddle':_0x92677(0x2a0),'alignCenter':'Centrer\x20horizontalement','distributeHorizontally':'Distribuer\x20horizontalement','distributeVertically':_0x92677(0x278),'disableObjectAlignment':_0x92677(0x202),'increaseFontSize':'Augmenter\x20la\x20taille\x20de\x20police','decreaseFontSize':'Diminuer\x20la\x20taille\x20de\x20police','bold':'Gras','strikethrough':_0x92677(0x235),'italic':'Italique','underline':_0x92677(0x21b),'link':'Lien','numberedList':_0x92677(0x1e3),'bulletedList':_0x92677(0x23d),'quote':_0x92677(0x1ca),'alignTextLeft':_0x92677(0x1d6),'alignTextRight':_0x92677(0x2a4),'alignTextCenter':_0x92677(0x28c)}}}};function _0x2d91(_0x19e867,_0x54f3e6){_0x19e867=_0x19e867-0x1ba;const _0x4c6266=_0x4c62();let _0x2d9189=_0x4c6266[_0x19e867];return _0x2d9189;}export{t as default};
|
|
1
|
+
const _0x11daa4=_0x50e8;(function(_0xfa5353,_0x1a232f){const _0x4ee399=_0x50e8,_0x35185a=_0xfa5353();while(!![]){try{const _0x205ecc=-parseInt(_0x4ee399(0xe9))/0x1+-parseInt(_0x4ee399(0x1d0))/0x2*(-parseInt(_0x4ee399(0xe3))/0x3)+-parseInt(_0x4ee399(0x1a1))/0x4+-parseInt(_0x4ee399(0x1cc))/0x5+parseInt(_0x4ee399(0x175))/0x6+-parseInt(_0x4ee399(0x128))/0x7+-parseInt(_0x4ee399(0xe0))/0x8*(-parseInt(_0x4ee399(0x18f))/0x9);if(_0x205ecc===_0x1a232f)break;else _0x35185a['push'](_0x35185a['shift']());}catch(_0x50cc71){_0x35185a['push'](_0x35185a['shift']());}}}(_0x20b8,0x25954));import{t as _0x4016b2}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x11daa4(0x170)},'contextMenu':{'container':{'rename':'Renommer\x20le\x20conteneur','fitToContent':'Ajuster\x20au\x20contenu','selectContents':'Sélectionner\x20le\x20contenu','enableAutoResize':_0x11daa4(0x12b),'disableAutoResize':_0x11daa4(0x140),'lockMembership':_0x11daa4(0x13b),'unlockMembership':_0x11daa4(0x101),'disband':_0x11daa4(0x11d),'delete':_0x11daa4(0x12e)},'containerChild':{'moveOut':_0x11daa4(0xe4),'selectParent':'Sélectionner\x20le\x20conteneur\x20parent','fitParent':_0x11daa4(0x1af)},'swimlaneLane':{'add':_0x11daa4(0x1ae),'addBelow':'Ajouter\x20un\x20couloir\x20en\x20dessous','addRight':_0x11daa4(0x17d),'remove':'Supprimer\x20le\x20couloir','removeAndMovePrevious':'Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20précédent\x20et\x20supprimer','removeAndPromote':_0x11daa4(0x131),'removeAndDeleteContent':_0x11daa4(0x11f),'removeAndMoveNext':'Déplacer\x20le\x20contenu\x20vers\x20le\x20couloir\x20suivant\x20et\x20supprimer','rename':_0x11daa4(0x1e0),'movePrevious':_0x11daa4(0x1cf),'moveNext':'Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','expand':'Déployer\x20le\x20couloir','collapse':_0x11daa4(0x14f)}},'popup':{'containerName':'Nom\x20du\x20conteneur','laneName':_0x11daa4(0x1a0),'cancel':_0x11daa4(0x15e),'rename':'Renommer'},'ink':{'finishEditing':_0x11daa4(0xe6),'enterEditing':_0x11daa4(0x106)},'mindMap':{'description':_0x11daa4(0x15c),'descriptionPlaceholder':_0x11daa4(0x1cb),'saveDescription':_0x11daa4(0x1b2)},'panel':{'moreShapes':_0x11daa4(0x1ce),'more':_0x11daa4(0x136),'back':_0x11daa4(0x123),'close':_0x11daa4(0x119),'stickyNote':_0x11daa4(0x17b),'lineColor':'Couleur\x20du\x20trait','lineWidth':_0x11daa4(0x122),'reverseMarkers':'Inverser\x20les\x20flèches','searchShapes':_0x11daa4(0x11a),'container':_0x11daa4(0xfb),'swimlane':_0x11daa4(0xf5),'verticalSwimlane':_0x11daa4(0x172),'horizontalSwimlane':_0x11daa4(0x1e1),'vertical':_0x11daa4(0x1e4),'horizontal':_0x11daa4(0x173),'tableCustomSize':_0x11daa4(0x17c),'tableRows':_0x11daa4(0x10b),'tableColumns':'Colonnes','tableInsert':_0x11daa4(0x1ad),'customContainer':_0x11daa4(0x1a8),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x11daa4(0x1dc),'containerRatio1By1':_0x11daa4(0x154),'containerA4':'A4','mindMapGroupMindMap':'Carte\x20mentale','mindMapGroupTree':_0x11daa4(0x133),'mindMapGroupTimeline':'Chronologie','mindMapRight':_0x11daa4(0x12c),'mindMapLeft':_0x11daa4(0xe1),'mindMapHorizontal':_0x11daa4(0xf9),'mindMapVertical':'Carte\x20mentale\x20verticale','mindMapTreeRight':_0x11daa4(0x1ab),'mindMapTreeLeft':_0x11daa4(0x1b6),'mindMapTreeAlternate':'Arbre\x20alterné','mindMapTimelineHorizontal':_0x11daa4(0x181),'mindMapTimelineVertical':_0x11daa4(0x1b1),'mindMapNodeText':_0x11daa4(0x142)},'settings':{'collaboratorCursors':'Curseurs\x20des\x20collaborateurs','find':'Rechercher','grid':'Grille','viewportBar':'Barre\x20de\x20défilement\x20de\x20la\x20vue','preciseSelection':_0x11daa4(0x16e),'quickAdd':_0x11daa4(0xde),'theme':_0x11daa4(0x19b),'themeOption':_0x11daa4(0xf7),'themePreviewStart':_0x11daa4(0x1c8),'themePreviewData':_0x11daa4(0x16f),'undo':_0x11daa4(0x15e),'redo':_0x11daa4(0x127),'settings':_0x11daa4(0x15a),'objects':_0x11daa4(0x147),'findBoardElements':_0x11daa4(0x1a2),'noMatches':_0x11daa4(0x169),'showDimensions':_0x11daa4(0x11c),'showToolbar':_0x11daa4(0x109),'saveAs':_0x11daa4(0x1d8),'translateInto':_0x11daa4(0xe8)},'objectListPanel':{'title':_0x11daa4(0x147),'empty':_0x11daa4(0x18d),'showAll':'Afficher\x20tout','hideAll':_0x11daa4(0x1e2),'moveForward':_0x11daa4(0x107),'moveBackward':_0x11daa4(0x112),'close':_0x11daa4(0x119),'nameInput':_0x11daa4(0x1d1),'hide':_0x11daa4(0x143),'show':_0x11daa4(0x1e3),'lock':_0x11daa4(0x10f),'unlock':_0x11daa4(0xe7),'details':'Détails','locate':_0x11daa4(0xe5),'expand':'Développer','collapse':'Réduire','dragToReorder':_0x11daa4(0x185),'search':_0x11daa4(0x153),'filterAll':_0x11daa4(0x157),'filterHidden':_0x11daa4(0x1a7),'filterLocked':_0x11daa4(0x199),'sectionCanvas':_0x11daa4(0xed),'sectionFloating':_0x11daa4(0x134),'name':'Nom','description':_0x11daa4(0x15c),'descriptionPlaceholder':'Ajouter\x20une\x20description','noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20ses\x20détails','elementTypes':{'object':_0x11daa4(0x1ba),'connector':_0x11daa4(0xf2),'container':_0x11daa4(0xfb),'group':'Groupe','image':_0x11daa4(0x19a),'chart':'Graphique','page':'Page','placeholder':'Espace\x20réservé','shape':_0x11daa4(0x1a5),'table':_0x11daa4(0x168),'text':'Texte','smartArt':'SmartArt','video':_0x11daa4(0x160),'unit':'Unité','dom':_0x11daa4(0x197)}},'find':{'lanePosition':_0x11daa4(0x16c),'tableCellPosition':_0x11daa4(0x1da),'elementTypes':{'connector':'Connecteur','container':_0x11daa4(0xfb),'group':_0x11daa4(0x144),'image':'Image','page':'Page','placeholder':_0x11daa4(0x124),'shape':_0x11daa4(0x1a5),'table':_0x11daa4(0x168),'text':_0x11daa4(0x1c9)}},'themePresets':{'default':_0x11daa4(0xda),'classic':_0x11daa4(0x1e6),'vintage':'Vintage','gray':_0x11daa4(0x129),'vibrant':_0x11daa4(0x1d2),'blue':_0x11daa4(0x19e)},'toolbar':{'resetColor':_0x11daa4(0x150),'shape':'Forme','text':_0x11daa4(0x1c9),'stickyNote':_0x11daa4(0x17b),'line':_0x11daa4(0xf2),'container':_0x11daa4(0xfb),'swimlane':_0x11daa4(0x141),'table':_0x11daa4(0x168),'chart':_0x11daa4(0xeb),'pen':_0x11daa4(0xff),'mindMap':'Carte\x20mentale','resources':_0x11daa4(0x100),'image':_0x11daa4(0x19a),'wrapInContainer':_0x11daa4(0x1bf),'addSwimlaneLane':'Ajouter\x20un\x20couloir','swimlaneMenu':_0x11daa4(0x141),'swimlaneLaneMenu':_0x11daa4(0x162),'editBrushPath':_0x11daa4(0x1c7),'arrange':_0x11daa4(0xef),'bringToFront':_0x11daa4(0x14d),'bringForward':_0x11daa4(0x107),'sendBackward':'Reculer','sendToBack':_0x11daa4(0x18c),'more':'Plus'},'shapePresets':{..._0x4016b2,'roundedRectangle':'Rectangle\x20arrondi','oval':_0x11daa4(0x1a4),'diamond':_0x11daa4(0x14c),'rectangle':_0x11daa4(0x102),'circle':'Cercle','cylinder':_0x11daa4(0x193),'chevron':_0x11daa4(0xfe),'rightArrowBlock':_0x11daa4(0x116),'parallelogram':_0x11daa4(0xec),'trapezoid':'Trapèze','speechBubble':_0x11daa4(0x1cd),'roundedCallout':_0x11daa4(0x184),'rightTriangle':'Triangle\x20rectangle','triangle':'Triangle','star':_0x11daa4(0x186),'hexagon':'Hexagone','pentagon':_0x11daa4(0xf0),'octagon':_0x11daa4(0x155),'leftArrow':_0x11daa4(0x1d5),'rightArrow':_0x11daa4(0x1d9),'leftRightArrow':_0x11daa4(0x1df),'cloud':_0x11daa4(0xf3),'leftBrace':_0x11daa4(0x113),'rightBrace':'Accolade\x20droite','plus':_0x11daa4(0x136),'actor':'Acteur','boundary':_0x11daa4(0x178),'control':_0x11daa4(0x1ac),'entity':_0x11daa4(0x1b5),'collection':_0x11daa4(0x16a),'dataFlowRoundedRectangle':_0x11daa4(0x156),'dataFlowCircle':_0x11daa4(0x1dd),'dataFlowRoundedSquare':_0x11daa4(0xf4),'dataStorage1':_0x11daa4(0x17a),'dataStorage2':_0x11daa4(0x182),'dataStorage3':_0x11daa4(0xee),'lineNone':'Ligne\x20(sans\x20flèche)','lineDashedNone':_0x11daa4(0x1d7),'lineOpenArrow':_0x11daa4(0x1b0),'lineDoubleOpenArrow':'Double\x20flèche\x20ouverte','actorLifeline':_0x11daa4(0x15d),'boundaryLifeline':_0x11daa4(0x177),'controlLifeline':_0x11daa4(0xd7),'entityLifeline':'Ligne\x20de\x20vie\x20d’entité','collectionLifeline':'Ligne\x20de\x20vie\x20de\x20collection','objectLifeline':_0x11daa4(0xd6),'magneticDiskLifeline':_0x11daa4(0x12f),'directAccessStorageLifeline':_0x11daa4(0x1c1),'activationBar':'Barre\x20d’activation','sequenceFragment':'Fragment\x20de\x20séquence','sequenceAlternativeFragment':'Fragment\x20de\x20séquence\x20alternative','umlClass':'Classe','umlInterface':_0x11daa4(0xdb),'umlInterfaceShape':_0x11daa4(0xdb),'umlClassifier':_0x11daa4(0x190),'umlHollowDiamondConnector':_0x11daa4(0x180),'umlFilledDiamondConnector':_0x11daa4(0x171),'umlFilledArrowConnector':'Connecteur\x20à\x20flèche\x20pleine','umlDashedOpenArrowConnector':_0x11daa4(0x187),'umlDashedFilledArrowConnector':'Connecteur\x20à\x20flèche\x20pleine\x20pointillée','erdEntity':_0x11daa4(0x1b5),'erdKeyField':'Entité\x20de\x20clé','erdFieldType':'Entité\x20de\x20type\x20de\x20champ','erdFull':'Entité\x20de\x20type\x20de\x20clé\x20de\x20champ','initialState':_0x11daa4(0x108),'finalState':_0x11daa4(0x103),'stateBar':_0x11daa4(0x115),'requiredInterface':'Interface\x20requise','assemblyConnector':_0x11daa4(0x10a),'providedInterface':_0x11daa4(0x1b8),'componentBox':_0x11daa4(0x1e5),'component':_0x11daa4(0x11b)},'shapeCategories':{'basics':_0x11daa4(0x176),'basicShapes':{'rectangle':_0x11daa4(0x18e),'basicShape':_0x11daa4(0x120),'blockArrow':_0x11daa4(0x1a6),'equationShape':_0x11daa4(0x1b3),'flowchart':_0x11daa4(0xf1),'starAndBanner':_0x11daa4(0xd8),'callout':'Légendes','actionButton':_0x11daa4(0x10c),'other':'Autres'},'classDiagram':_0x11daa4(0x13c),'dataFlowDiagram':_0x11daa4(0x163),'line':_0x11daa4(0x170),'entityRelationshipDiagram':_0x11daa4(0x114),'umlCustomShapes':_0x11daa4(0x194),'umlSequenceDiagram':_0x11daa4(0x118),'statusDiagram':_0x11daa4(0x138),'componentDiagram':'Diagramme\x20de\x20composants'},'connector':{'toolbar':{'sourceMarker':'Flèche\x20source','swapMarkers':_0x11daa4(0x1a9),'targetMarker':_0x11daa4(0x17e),'lineColor':_0x11daa4(0x196),'lineWidth':'Épaisseur','opacityPercent':'Opacité\x20{0}%','settings':'Paramètres\x20du\x20trait','smoothElbow':_0x11daa4(0x1bd),'bridge':'Pont\x20de\x20trait','insertText':_0x11daa4(0x164),'textSettings':_0x11daa4(0x13e),'alignLeft':_0x11daa4(0x125),'alignCenter':_0x11daa4(0x1db),'alignRight':_0x11daa4(0x183),'bold':_0x11daa4(0x19c),'italic':_0x11daa4(0x1e7),'underline':'Souligné','strikethrough':'Barré','textColor':_0x11daa4(0x19f),'editText':_0x11daa4(0xe2),'labelFill':_0x11daa4(0x10e),'labelBorder':_0x11daa4(0x165),'transparent':_0x11daa4(0x19d),'breakLineBehindText':_0x11daa4(0xf8),'textSection':_0x11daa4(0x1c9),'labelSection':'Étiquette','deleteText':'Supprimer\x20le\x20texte','more':_0x11daa4(0x136)},'routing':{'straight':_0x11daa4(0x1c6),'elbow':'Trait\x20à\x20angle\x20droit','polyline':_0x11daa4(0x174),'curve':'Courbe'},'strokeWidth':{'thin':_0x11daa4(0x15f),'regular':_0x11daa4(0x132),'medium':'Moyen','bold':'Épais'},'dash':{'solid':_0x11daa4(0x17f),'dashed':'Tirets','dotted':_0x11daa4(0x179),'dashDot':_0x11daa4(0x1bb)},'marker':{'none':_0x11daa4(0x151),'arrow':'Flèche','filledArrow':_0x11daa4(0x14e),'openArrow':_0x11daa4(0x1b0),'triangle':_0x11daa4(0x149),'filledTriangle':_0x11daa4(0x12d),'hollowTriangle':_0x11daa4(0x159),'diamond':_0x11daa4(0x14c),'hollowDiamond':_0x11daa4(0x130),'filledDiamond':'Losange\x20plein','circle':_0x11daa4(0x1dd),'filledCircle':_0x11daa4(0x1d3),'bar':'Barre','doubleBar':_0x11daa4(0x1ea),'crowFoot':_0x11daa4(0xfc),'crowsFoot':'Patte\x20d’oie','barCrowsFoot':_0x11daa4(0x13a),'circleCrowsFoot':'Patte\x20d’oie\x20avec\x20cercle','circleBar':_0x11daa4(0x1d4),'x':'X','cross':_0x11daa4(0x1aa),'plus':_0x11daa4(0x136),'zeroOrOne':_0x11daa4(0x167),'zeroOrMany':_0x11daa4(0x126),'oneOrMany':_0x11daa4(0x10d)}},'zoom':{'dragMode':_0x11daa4(0x1e8),'fitContent':'Ajuster\x20au\x20contenu','zoomOptions':_0x11daa4(0x139),'zoomTo100':_0x11daa4(0x135),'zoomToFit':_0x11daa4(0x1de),'zoomToSelection':_0x11daa4(0x1b9),'zoomOut':_0x11daa4(0x1c4),'resetZoom':_0x11daa4(0x1a3),'zoomIn':_0x11daa4(0x192),'help':_0x11daa4(0x137)},'shortcutHelp':{'title':_0x11daa4(0xfd),'close':'Fermer\x20les\x20raccourcis','sections':{'tools':'Outils','navigator':_0x11daa4(0x13d),'view':_0x11daa4(0x105),'selection':'Sélectionner\x20une\x20forme','editing':_0x11daa4(0x198),'grouping':'Grouper\x20des\x20formes','swimlane':_0x11daa4(0x141),'mindMap':_0x11daa4(0x1c2),'layout':_0x11daa4(0x158),'font':_0x11daa4(0x191)},'items':{'showMoreShapes':'Afficher\x20plus\x20de\x20formes','roundedRectangle':'Rectangle\x20arrondi','rectangle':'Rectangle','oval':_0x11daa4(0x1a4),'diamond':'Losange','text':_0x11daa4(0x1c9),'elbowConnector':_0x11daa4(0x16d),'line':_0x11daa4(0x170),'stickyNote':_0x11daa4(0x17b),'search':_0x11daa4(0xdc),'zoomWheel':'Zoom\x20avant\x20/\x20arrière','zoomPinch':'Zoom\x20avant\x20/\x20arrière','zoomTo100':_0x11daa4(0x135),'zoomToSelection':'Zoom\x20sur\x20la\x20sélection','zoomToFit':_0x11daa4(0x1de),'enterFullScreen':_0x11daa4(0x1b7),'exitFullScreen':'Quitter\x20le\x20plein\x20écran','selectShape':_0x11daa4(0x1be),'selectAll':_0x11daa4(0x146),'multipleSelect':_0x11daa4(0xdd),'invertSelection':_0x11daa4(0x1bc),'preciseSelection':_0x11daa4(0x16e),'deepSelect':_0x11daa4(0x117),'editShape':_0x11daa4(0xd9),'copy':_0x11daa4(0x14b),'copyAsImage':_0x11daa4(0x12a),'paste':_0x11daa4(0x18a),'cut':_0x11daa4(0x161),'makeCopy':_0x11daa4(0x188),'scale':'Mettre\x20à\x20l’échelle','copyStyle':_0x11daa4(0x111),'pasteStyle':_0x11daa4(0x1eb),'moveAxisLocked':'Déplacer\x20horizontalement\x20/\x20verticalement','flipHorizontal':_0x11daa4(0x152),'flipVertical':_0x11daa4(0x145),'undo':_0x11daa4(0x15e),'redo':'Rétablir','toggleQuickAdd':_0x11daa4(0x14a),'hideCollaboratorsCursors':_0x11daa4(0x1ca),'toggleToolbar':_0x11daa4(0x18b),'delete':_0x11daa4(0xd5),'group':'Grouper','ungroup':_0x11daa4(0x1c3),'selectUpperLayerGroups':_0x11daa4(0x148),'selectShapesToGroup':_0x11daa4(0x15b),'swimlaneLaneRename':_0x11daa4(0x1e0),'swimlaneLaneToggleCollapsed':_0x11daa4(0xea),'swimlaneLaneMovePrevious':'Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','swimlaneLaneMoveNext':_0x11daa4(0x1e9),'swimlaneLaneRemove':'Supprimer\x20le\x20couloir','addSiblingNode':_0x11daa4(0x16b),'addChildNode':'Ajouter\x20un\x20nœud\x20enfant','addParentNode':_0x11daa4(0x1d6),'foldChildNodes':_0x11daa4(0x1c0),'collapseAllNodes':'Réduire\x20/\x20déployer\x20tous\x20les\x20nœuds','addDescription':_0x11daa4(0x110),'editCurrentNode':_0x11daa4(0xf6),'bringToFront':_0x11daa4(0x14d),'sendToBack':_0x11daa4(0x18c),'alignLeft':'Aligner\x20à\x20gauche','alignRight':_0x11daa4(0x183),'alignTop':'Aligner\x20en\x20haut','alignBottom':'Aligner\x20en\x20bas','alignMiddle':'Centrer\x20verticalement','alignCenter':_0x11daa4(0x104),'distributeHorizontally':_0x11daa4(0x166),'distributeVertically':_0x11daa4(0xdf),'disableObjectAlignment':_0x11daa4(0x1b4),'increaseFontSize':_0x11daa4(0x13f),'decreaseFontSize':_0x11daa4(0x121),'bold':_0x11daa4(0x19c),'strikethrough':_0x11daa4(0xfa),'italic':_0x11daa4(0x1e7),'underline':_0x11daa4(0x1c5),'link':'Lien','numberedList':_0x11daa4(0x189),'bulletedList':_0x11daa4(0x11e),'quote':'Citation','alignTextLeft':'Aligner\x20à\x20gauche','alignTextRight':_0x11daa4(0x183),'alignTextCenter':_0x11daa4(0x195)}}}};function _0x50e8(_0x52957d,_0x403052){_0x52957d=_0x52957d-0xd5;const _0x20b8af=_0x20b8();let _0x50e8d5=_0x20b8af[_0x52957d];return _0x50e8d5;}function _0x20b8(){const _0x382b98=['Classificateur','Paramètres\x20de\x20police','Zoom\x20avant','Cylindre','Formes\x20UML\x20personnalisées','Centrer','Couleur\x20du\x20trait','DOM','Modifier\x20une\x20forme','Verrouillés','Image','Thème','Gras','Transparent','Bleu','Couleur\x20du\x20texte','Nom\x20du\x20couloir','804192pViowL','Trouver\x20des\x20éléments\x20du\x20tableau','Réinitialiser\x20le\x20zoom','Ovale','Forme','Flèches\x20bloc','Masqués','Personnalisé','Inverser\x20les\x20flèches','Croix','Arbre\x20à\x20droite','Contrôle','Insérer','Ajouter\x20un\x20couloir','Ajuster\x20le\x20conteneur\x20parent\x20au\x20contenu','Flèche\x20ouverte','Chronologie\x20verticale','Enregistrer','Formes\x20d’équation','Désactiver\x20l’alignement\x20des\x20objets','Entité','Arbre\x20à\x20gauche','Passer\x20en\x20plein\x20écran','Interface\x20fournie','Zoom\x20sur\x20la\x20sélection','Objet','Tiret-point','Inverser\x20la\x20sélection','Trait\x20en\x20angle','Sélectionner\x20une\x20forme','Inclure\x20dans\x20un\x20conteneur','Plier\x20/\x20déplier\x20les\x20nœuds\x20enfants','Ligne\x20de\x20vie\x20de\x20stockage\x20à\x20accès\x20direct','Carte\x20mentale','Dégrouper','Zoom\x20arrière','Souligné','Ligne\x20droite','Modifier\x20le\x20tracé\x20du\x20pinceau','Démarrer','Texte','Masquer\x20les\x20curseurs\x20des\x20collaborateurs','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','771585TIwhjH','Bulle\x20de\x20dialogue','Plus\x20de\x20formes','Déplacer\x20le\x20couloir\x20vers\x20le\x20haut','724GWndfg','Nom\x20de\x20l’objet','Vif','Cercle\x20plein','Cercle\x20et\x20barre','Flèche\x20vers\x20la\x20gauche','Ajouter\x20un\x20nœud\x20parent','Ligne\x20pointillée\x20(sans\x20flèche)','Enregistrer\x20sous','Flèche\x20vers\x20la\x20droite','Ligne\x20{0},\x20Colonne\x20{1}','Aligner\x20au\x20centre','4\x20:\x203','Cercle','Ajuster\x20à\x20la\x20page','Flèche\x20gauche-droite','Renommer\x20le\x20couloir','Couloir\x20horizontal','Tout\x20masquer','Afficher','Vertical','Boîtier\x20de\x20composant','Classique','Italique','Mode\x20glisser','Déplacer\x20le\x20couloir\x20vers\x20le\x20bas','Double\x20barre','Coller\x20le\x20style','Supprimer','Ligne\x20de\x20vie\x20d’objet','Ligne\x20de\x20vie\x20de\x20contrôle','Étoiles\x20et\x20bannières','Modifier\x20la\x20forme','Par\x20défaut','Interface','Rechercher','Sélectionner\x20/\x20désélectionner\x20plusieurs','Ajout\x20rapide','Distribuer\x20verticalement','369872WeyvCb','Carte\x20mentale\x20vers\x20la\x20gauche','Modifier\x20le\x20texte','429lwrjAw','Sortir\x20du\x20conteneur','Localiser','Terminé','Déverrouiller','Traduire\x20en','143283vjgkaK','Réduire\x20/\x20déployer\x20le\x20couloir','Graphique','Parallélogramme','Calque\x20du\x20canevas','Stockage\x20de\x20données\x203','Organiser','Pentagone','Organigramme','Connecteur','Nuage','Carré\x20arrondi','Piste\x20/\x20Couloir','Modifier\x20le\x20nœud\x20actuel','Thème\x20{0}','Interrompre\x20la\x20ligne\x20derrière\x20le\x20texte','Carte\x20mentale\x20horizontale','Barré','Conteneur','Patte\x20d’oie','Raccourcis\x20clavier','Chevron','Stylo','Ressources','Déverrouiller\x20l’appartenance','Rectangle','État\x20final','Centrer\x20horizontalement','Affichage','Modifier\x20le\x20tracé','Avancer','État\x20initial','Afficher\x20la\x20barre\x20d’outils','Connecteur\x20d’assemblage','Lignes','Boutons\x20d’action','Un\x20ou\x20plusieurs','Arrière-plan\x20de\x20l’étiquette','Verrouiller','Ajouter\x20une\x20description','Copier\x20le\x20style','Reculer','Accolade\x20gauche','Diagramme\x20entité-association','Barre\x20d’état','Bloc\x20flèche\x20vers\x20la\x20droite','Sélection\x20imbriquée','Diagramme\x20de\x20séquence\x20UML','Fermer','Rechercher\x20des\x20formes','Composant','Afficher\x20les\x20dimensions','Dissocier\x20le\x20conteneur','Liste\x20à\x20puces','Supprimer\x20le\x20contenu\x20et\x20le\x20couloir','Formes\x20basiques','Diminuer\x20la\x20taille\x20de\x20police','Épaisseur\x20du\x20trait','Retour','Espace\x20réservé','Aligner\x20à\x20gauche','Zéro\x20ou\x20plusieurs','Rétablir','607845vWiMTF','Gris','Copier\x20comme\x20image','Activer\x20le\x20redimensionnement\x20automatique','Carte\x20mentale\x20vers\x20la\x20droite','Triangle\x20plein','Supprimer\x20le\x20conteneur','Ligne\x20de\x20vie\x20de\x20disque\x20magnétique','Losange\x20creux','Sortir\x20le\x20contenu\x20et\x20supprimer\x20le\x20couloir','Normal','Diagramme\x20en\x20arbre','Calque\x20flottant','Zoom\x20100\x20%','Plus','Aide','Diagramme\x20d’état','Options\x20de\x20zoom','Patte\x20d’oie\x20avec\x20barre','Verrouiller\x20l’appartenance','Diagramme\x20de\x20classes','Navigateur','Paramètres\x20du\x20texte','Augmenter\x20la\x20taille\x20de\x20police','Désactiver\x20le\x20redimensionnement\x20automatique','Couloir','Ajouter\x20du\x20texte','Masquer','Groupe','Retourner\x20verticalement','Tout\x20sélectionner','Objets','Sélectionner\x20les\x20groupes\x20de\x20niveau\x20supérieur','Triangle','Afficher\x20/\x20masquer\x20l’ajout\x20rapide','Copier','Losange','Mettre\x20au\x20premier\x20plan','Flèche\x20pleine','Réduire\x20le\x20couloir','Réinitialiser\x20la\x20couleur','Aucun','Retourner\x20horizontalement','Rechercher\x20des\x20objets','1\x20:\x201','Octogone','Rectangle\x20arrondi','Tous','Disposition','Triangle\x20creux','Paramètres','Sélectionner\x20les\x20formes\x20à\x20grouper','Description','Ligne\x20de\x20vie\x20d’acteur','Annuler','Fin','Vidéo','Couper','Élément\x20de\x20couloir','Diagramme\x20de\x20flux\x20de\x20données','Insérer\x20du\x20texte','Bordure\x20de\x20l’étiquette','Distribuer\x20horizontalement','Zéro\x20ou\x20un','Tableau','Aucun\x20résultat','Collection','Ajouter\x20un\x20nœud\x20frère','Couloir\x20{0}','Connecteur\x20en\x20angle','Sélection\x20précise','Données','Ligne','Connecteur\x20en\x20losange\x20plein','Couloir\x20vertical','Horizontal','Polyligne','242286lMmlRC','Bases','Ligne\x20de\x20vie\x20de\x20frontière','Frontière','Pointillés','Stockage\x20de\x20données\x201','Note\x20autocollante','Taille\x20personnalisée','Ajouter\x20un\x20couloir\x20à\x20droite','Flèche\x20cible','Plein','Connecteur\x20en\x20losange\x20creux','Chronologie\x20horizontale','Stockage\x20de\x20données\x202','Aligner\x20à\x20droite','Légende\x20arrondie','Faire\x20glisser\x20pour\x20réorganiser','Étoile','Connecteur\x20à\x20flèche\x20ouverte\x20pointillée','Créer\x20une\x20copie','Liste\x20numérotée','Coller','Afficher\x20/\x20masquer\x20la\x20barre\x20d’outils','Mettre\x20en\x20arrière-plan','Aucun\x20objet','Rectangles','126ZASGfI'];_0x20b8=function(){return _0x382b98;};return _0x20b8();}export{t as default};
|
package/lib/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2a5f(){const _0x4ca5e3=['Diagram\x20pohon','20mqfMTx','Panah\x20terbuka\x20ganda','Tebal','Diagram\x20status','Vertikal','Bagan','16\x20:\x209','Item\x20jalur','Konektor\x20siku','276644pxpbIf','Tombol\x20aksi','Segitiga\x20siku-siku','Sunting\x20jalur','Pilih\x20semua','Satu\x20atau\x20banyak','Tampilkan\x20/\x20sembunyikan\x20bilah\x20alat','Bingkai\x20label','Ciutkan\x20jalur','Baris','115RoEIOY','Garis\x20siku','12LRmORx','Sunting\x20jalur\x20kuas','Garis\x20siku-siku','Nol\x20atau\x20satu','Tambah\x20node\x20anak','Entitas','Gambar','Tambah\x20item\x20jalur','Konektor','Garis\x20hidup\x20aktor','Lapisan\x20mengambang','Berlian\x20terisi','Panah\x20kiri-kanan','Nama\x20objek','Kustom','Cari\x20elemen\x20papan','Rata\x20Kiri','Baris\x20{0},\x20Kolom\x20{1}','Batas','Jembatan\x20garis','Penyimpanan\x20data\x203','Miring','Panah\x20terbuka','Kisi','Hapus\x20kontainer','Tambahkan\x20deskripsi','Detail','Nama\x20kontainer','Tempel','Dasar','Tutup','Penyimpanan\x20data\x202','882wiCDgU','Tema','Masuk\x20layar\x20penuh','Data','7qaRXLZ','Zoom\x20ke\x20100%','Diagram\x20sekuens\x20UML','Pemilihan\x20presisi','Geser\x20horizontal\x20/\x20vertikal','Silinder','Tambahkan\x20deskripsi\x20untuk\x20node\x20ini','Keluarkan\x20dari\x20kontainer','Perbesar','Tempel\x20gaya','Rata\x20kiri','1\x20:\x201','Aktifkan\x20ubah\x20ukuran\x20otomatis','Kirim\x20mundur','Bilah\x20keadaan','Sunting\x20node\x20saat\x20ini','Kaki\x20gagak','Tabel','Berlian','Kutipan','Konektor\x20rakitan','Catatan\x20tempel','Persegi\x20panjang\x20membulat','Kotak\x20komponen','Semua','Keadaan\x20akhir','106723CNYcca','Klasifier','Bantuan','Atur','Urungkan','Tambah\x20node\x20saudara','Buka\x20kunci','Rata\x20tengah\x20horizontal','Bentuk\x20persamaan','Perkecil','Tambah','Selesai','Tukar\x20panah','Distribusikan\x20secara\x20horizontal','Pilih\x20bentuk\x20untuk\x20dikelompokkan','10150326TQDBCr','Horizontal','Keluar\x20layar\x20penuh','Persegi\x20membulat','6946360XBKqFu','Transparan','Alat','Mode\x20seret','Pentagon','Peta\x20pikiran\x20vertikal','Diagram\x20komponen','Fragmen\x20sekuens','Bawa\x20ke\x20depan','Callout','Garis\x20lurus','Panah\x20sumber','Terjemahkan\x20ke','Bubarkan\x20kontainer','Tampilkan\x20bilah\x20alat','Hapus\x20konten\x20dan\x20jalur','Rata\x20atas','Bentuk\x20lainnya','Tata\x20letak','Pilih\x20/\x20batalkan\x20beberapa','Kelas','Entitas\x20bidang\x20kunci','Daftar\x20bernomor','Ubah\x20nama\x20kontainer','Kunci','Garis\x20hidup\x20penyimpanan\x20akses\x20langsung','Perbesar\x20/\x20Perkecil','Bentuk\x20UML\x20kustom','Sisipkan\x20teks','Garis','Biru','Bilah\x20ganda','Opasitas\x20{0}%','3967419eHMysT','Swimlane\x20horizontal','Garis\x20(tanpa\x20panah)','Bungkus\x20dalam\x20kontainer','Swimlane','Sisipkan','Cari','Tampilkan\x20semua','Warna\x20garis','Bintang','Garis-titik','Lebar\x20garis','Pisahkan\x20kelompok','Lebar','Ukuran\x20kustom','Balik\x20pemilihan','Jajar\x20genjang','Zoom\x20ke\x20pemilihan','Lipat\x20/\x20buka\x20node\x20anak','Putus-putus','Rata\x20kanan','Diagram\x20relasi\x20entitas','Pindahkan\x20jalur\x20ke\x20atas','Callout\x20membulat','SmartArt','DOM','Tampilkan\x20dimensi','Tambah\x20jalur','Hapus','Lingkaran','Tampilkan\x20lebih\x20banyak\x20bentuk','Kontrol','Heksagon','Paskan\x20dengan\x20konten','Objek','Mulai','Linimasa\x20horizontal','Pohon\x20berselang','33922559jKHUYz','Perkecil\x20ukuran\x20huruf','Perbesar\x20ukuran\x20huruf','Teks','Komponen','Pilih\x20kontainer\x20induk','Lainnya','Gelembung\x20bicara','Diagram\x20kelas','Keluarkan\x20konten\x20dan\x20hapus\x20jalur','Kelompokkan','Penyimpanan\x20data\x201','Pindahkan\x20jalur\x20ke\x20bawah','Fonta','Keadaan\x20awal','Kelompokkan\x20bentuk','Paskan\x20kontainer\x20induk\x20dengan\x20konten','Rata\x20tengah\x20vertikal','Oktagon','Tambah\x20jalur\x20di\x20kanan','Batal','Segitiga','Lapisan\x20kanvas','Bentangkan\x20jalur','Garis\x20hidup\x20disk\x20magnetik','Ubah\x20skala','Antarmuka','Garis\x20putus-putus\x20(tanpa\x20panah)','Garis\x20hidup\x20entitas','Buat\x20salinan','Pohon\x20ke\x20kanan','Sedang','Entitas\x20tipe\x20bidang','Panah\x20blok','Deskripsi','Halaman','Salin','Panah\x20terisi','Nol\x20atau\x20banyak','Kurung\x20kurawal\x20kanan','Opsi\x20zoom','Segitiga\x20kosong','Grup','Putuskan\x20garis\x20di\x20belakang\x20teks','Edit\x20teks','Ciutkan\x20/\x20bentangkan\x20jalur','Paskan\x20ke\x20kanvas','Koleksi','Tampilkan','Peta\x20pikiran','Sumber\x20daya','Kolom','Seret\x20untuk\x20mengurutkan','Bawa\x20maju','Solid','Pilih\x20konten','Silang','Simpan','Buka\x20kunci\x20keanggotaan','Rata\x20Kanan','Tambah\x20teks','Default','Pindahkan\x20konten\x20ke\x20jalur\x20sebelumnya\x20dan\x20hapus','4\x20:\x203','Peta\x20pikiran\x20ke\x20kiri','Konektor\x20panah\x20terisi','Segitiga\x20terisi','Panah\x20tujuan','Bentuk\x20dasar','Warna\x20teks','Tema\x20{0}','Kontainer','Persegi\x20panjang','Biasa','Konektor\x20panah\x20terisi\x20putus-putus','Kirim\x20ke\x20belakang','Tidak\x20ada','Linimasa','Unit','88220oqTwnq','Cari\x20bentuk','Sunting\x20bentuk','Rata\x20bawah','Bentuk','Lengkung','Tersembunyi','Ciutkan','Ulangi','Ubah\x20nama\x20jalur','Tambah\x20jalur\x20di\x20bawah','Terkunci','Peta\x20pikiran\x20horizontal','Bilah\x20aktivasi','Pohon\x20ke\x20kiri','Swimlane\x20vertikal','Temukan','Oval','Rata\x20Tengah','Nonaktifkan\x20perataan\x20objek','Video','Trapesium','Hapus\x20jalur','Pemarkah\x20tempat','Panah','Tidak\x20ada\x20hasil\x20yang\x20cocok','Konektor\x20berlian\x20kosong','Nama\x20jalur','Balik\x20vertikal','Bilah','Diagram\x20alir','Tambah\x20deskripsi','Daftar\x20berpoin'];_0x2a5f=function(){return _0x4ca5e3;};return _0x2a5f();}const _0x52fbcd=_0x4fc0;function _0x4fc0(_0x583a10,_0x4c7ecf){_0x583a10=_0x583a10-0x1da;const _0x2a5f3c=_0x2a5f();let _0x4fc0a9=_0x2a5f3c[_0x583a10];return _0x4fc0a9;}(function(_0xfbd1c8,_0x4aeb30){const _0x5e2024=_0x4fc0,_0x3c2209=_0xfbd1c8();while(!![]){try{const _0x3e59c1=-parseInt(_0x5e2024(0x1f2))/0x1*(-parseInt(_0x5e2024(0x2bd))/0x2)+parseInt(_0x5e2024(0x226))/0x3+-parseInt(_0x5e2024(0x2c6))/0x4*(-parseInt(_0x5e2024(0x2d0))/0x5)+-parseInt(_0x5e2024(0x201))/0x6+-parseInt(_0x5e2024(0x2f6))/0x7*(-parseInt(_0x5e2024(0x205))/0x8)+parseInt(_0x5e2024(0x2f2))/0x9*(parseInt(_0x5e2024(0x29b))/0xa)+parseInt(_0x5e2024(0x24c))/0xb*(-parseInt(_0x5e2024(0x2d2))/0xc);if(_0x3e59c1===_0x4aeb30)break;else _0x3c2209['push'](_0x3c2209['shift']());}catch(_0x5b98e1){_0x3c2209['push'](_0x3c2209['shift']());}}}(_0x2a5f,0xe4ec3));import{t as _0x14e2d6}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x52fbcd(0x222)},'contextMenu':{'container':{'rename':_0x52fbcd(0x21c),'fitToContent':_0x52fbcd(0x247),'selectContents':_0x52fbcd(0x283),'enableAutoResize':_0x52fbcd(0x1e4),'disableAutoResize':'Nonaktifkan\x20ubah\x20ukuran\x20otomatis','lockMembership':'Kunci\x20keanggotaan','unlockMembership':_0x52fbcd(0x286),'disband':_0x52fbcd(0x212),'delete':_0x52fbcd(0x2ea)},'containerChild':{'moveOut':_0x52fbcd(0x1df),'selectParent':_0x52fbcd(0x251),'fitParent':_0x52fbcd(0x25c)},'swimlaneLane':{'add':_0x52fbcd(0x241),'addBelow':_0x52fbcd(0x2a5),'addRight':_0x52fbcd(0x25f),'remove':_0x52fbcd(0x2b1),'removeAndMovePrevious':_0x52fbcd(0x28a),'removeAndPromote':_0x52fbcd(0x255),'removeAndDeleteContent':_0x52fbcd(0x214),'removeAndMoveNext':'Pindahkan\x20konten\x20ke\x20jalur\x20berikutnya\x20dan\x20hapus','rename':_0x52fbcd(0x2a4),'movePrevious':_0x52fbcd(0x23c),'moveNext':_0x52fbcd(0x258),'expand':_0x52fbcd(0x263),'collapse':_0x52fbcd(0x2ce)}},'popup':{'containerName':_0x52fbcd(0x2ed),'laneName':_0x52fbcd(0x2b6),'cancel':_0x52fbcd(0x260),'rename':'Ubah\x20nama'},'ink':{'finishEditing':_0x52fbcd(0x1fd),'enterEditing':_0x52fbcd(0x2c9)},'mindMap':{'description':_0x52fbcd(0x26e),'descriptionPlaceholder':_0x52fbcd(0x1de),'saveDescription':_0x52fbcd(0x285)},'panel':{'moreShapes':_0x52fbcd(0x216),'more':_0x52fbcd(0x252),'back':'Kembali','close':'Tutup','stickyNote':'Catatan\x20tempel','lineColor':'Warna\x20garis','lineWidth':_0x52fbcd(0x231),'reverseMarkers':'Balik\x20panah','searchShapes':_0x52fbcd(0x29c),'container':_0x52fbcd(0x293),'swimlane':_0x52fbcd(0x22a),'verticalSwimlane':_0x52fbcd(0x2aa),'horizontalSwimlane':_0x52fbcd(0x227),'vertical':_0x52fbcd(0x2c1),'horizontal':_0x52fbcd(0x202),'tableCustomSize':_0x52fbcd(0x234),'tableRows':_0x52fbcd(0x2cf),'tableColumns':_0x52fbcd(0x27f),'tableInsert':_0x52fbcd(0x22b),'customContainer':_0x52fbcd(0x2e0),'containerRatio16By9':_0x52fbcd(0x2c3),'containerRatio4By3':_0x52fbcd(0x28b),'containerRatio1By1':_0x52fbcd(0x1e3),'containerA4':'A4','mindMapGroupMindMap':_0x52fbcd(0x27d),'mindMapGroupTree':_0x52fbcd(0x2bc),'mindMapGroupTimeline':_0x52fbcd(0x299),'mindMapRight':'Peta\x20pikiran\x20ke\x20kanan','mindMapLeft':_0x52fbcd(0x28c),'mindMapHorizontal':_0x52fbcd(0x2a7),'mindMapVertical':_0x52fbcd(0x20a),'mindMapTreeRight':_0x52fbcd(0x26a),'mindMapTreeLeft':_0x52fbcd(0x2a9),'mindMapTreeAlternate':_0x52fbcd(0x24b),'mindMapTimelineHorizontal':_0x52fbcd(0x24a),'mindMapTimelineVertical':'Linimasa\x20vertikal','mindMapNodeText':_0x52fbcd(0x288)},'settings':{'collaboratorCursors':'Kursor\x20kolaborator','find':'Cari','grid':_0x52fbcd(0x2e9),'preciseSelection':_0x52fbcd(0x1db),'quickAdd':'Tambah\x20cepat','theme':_0x52fbcd(0x2f3),'themeOption':_0x52fbcd(0x292),'themePreviewStart':_0x52fbcd(0x249),'themePreviewData':_0x52fbcd(0x2f5),'undo':_0x52fbcd(0x1f6),'redo':_0x52fbcd(0x2a3),'settings':'Pengaturan','objects':_0x52fbcd(0x248),'findBoardElements':_0x52fbcd(0x2e1),'noMatches':_0x52fbcd(0x2b4),'showDimensions':_0x52fbcd(0x240),'showToolbar':_0x52fbcd(0x213),'translateInto':_0x52fbcd(0x211)},'objectListPanel':{'title':_0x52fbcd(0x248),'empty':'Tidak\x20ada\x20objek','showAll':_0x52fbcd(0x22d),'hideAll':'Sembunyikan\x20semua','moveForward':_0x52fbcd(0x20d),'moveBackward':_0x52fbcd(0x297),'close':_0x52fbcd(0x2f0),'nameInput':_0x52fbcd(0x2df),'hide':'Sembunyikan','show':_0x52fbcd(0x27c),'lock':_0x52fbcd(0x21d),'unlock':_0x52fbcd(0x1f8),'details':_0x52fbcd(0x2ec),'locate':_0x52fbcd(0x2ab),'expand':'Bentangkan','collapse':_0x52fbcd(0x2a2),'dragToReorder':_0x52fbcd(0x280),'search':'Cari\x20objek','filterAll':_0x52fbcd(0x1f0),'filterHidden':_0x52fbcd(0x2a1),'filterLocked':_0x52fbcd(0x2a6),'sectionCanvas':_0x52fbcd(0x262),'sectionFloating':_0x52fbcd(0x2dc),'name':'Nama','description':_0x52fbcd(0x26e),'descriptionPlaceholder':_0x52fbcd(0x2eb),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','elementTypes':{'object':_0x52fbcd(0x248),'connector':_0x52fbcd(0x2da),'container':_0x52fbcd(0x293),'group':_0x52fbcd(0x276),'image':_0x52fbcd(0x2d8),'chart':_0x52fbcd(0x2c2),'page':_0x52fbcd(0x26f),'placeholder':_0x52fbcd(0x2b2),'shape':_0x52fbcd(0x29f),'table':_0x52fbcd(0x1e9),'text':_0x52fbcd(0x24f),'smartArt':_0x52fbcd(0x23e),'video':_0x52fbcd(0x2af),'unit':_0x52fbcd(0x29a),'dom':_0x52fbcd(0x23f)}},'find':{'lanePosition':'Jalur\x20{0}','tableCellPosition':_0x52fbcd(0x2e3),'elementTypes':{'connector':_0x52fbcd(0x2da),'container':'Kontainer','group':_0x52fbcd(0x276),'image':_0x52fbcd(0x2d8),'page':_0x52fbcd(0x26f),'placeholder':_0x52fbcd(0x2b2),'shape':_0x52fbcd(0x29f),'table':_0x52fbcd(0x1e9),'text':'Teks'}},'themePresets':{'default':_0x52fbcd(0x289),'classic':'Klasik','vintage':'Vintage','gray':'Abu-abu','vibrant':'Cerah','blue':_0x52fbcd(0x223)},'toolbar':{'resetColor':'Atur\x20ulang\x20warna','shape':_0x52fbcd(0x29f),'text':_0x52fbcd(0x24f),'stickyNote':'Catatan\x20tempel','line':'Konektor','container':'Kontainer','swimlane':_0x52fbcd(0x22a),'table':'Tabel','chart':_0x52fbcd(0x2c2),'pen':'Pena','mindMap':_0x52fbcd(0x27d),'resources':_0x52fbcd(0x27e),'image':_0x52fbcd(0x2d8),'wrapInContainer':_0x52fbcd(0x229),'addSwimlaneLane':_0x52fbcd(0x2d9),'swimlaneMenu':_0x52fbcd(0x22a),'swimlaneLaneMenu':_0x52fbcd(0x2c4),'editBrushPath':_0x52fbcd(0x2d3),'arrange':_0x52fbcd(0x1f5),'bringToFront':_0x52fbcd(0x20d),'bringForward':_0x52fbcd(0x281),'sendBackward':_0x52fbcd(0x1e5),'sendToBack':'Kirim\x20ke\x20belakang','more':_0x52fbcd(0x252)},'shapePresets':{..._0x14e2d6,'roundedRectangle':_0x52fbcd(0x1ee),'oval':_0x52fbcd(0x2ac),'diamond':_0x52fbcd(0x1ea),'rectangle':'Persegi\x20panjang','circle':_0x52fbcd(0x243),'cylinder':_0x52fbcd(0x1dd),'chevron':'Chevron','rightArrowBlock':'Blok\x20panah\x20kanan','parallelogram':_0x52fbcd(0x236),'trapezoid':_0x52fbcd(0x2b0),'speechBubble':_0x52fbcd(0x253),'roundedCallout':_0x52fbcd(0x23d),'rightTriangle':_0x52fbcd(0x2c8),'triangle':_0x52fbcd(0x261),'star':_0x52fbcd(0x22f),'hexagon':_0x52fbcd(0x246),'pentagon':_0x52fbcd(0x209),'octagon':_0x52fbcd(0x25e),'leftArrow':'Panah\x20kiri','rightArrow':'Panah\x20kanan','leftRightArrow':_0x52fbcd(0x2de),'cloud':'Awan','leftBrace':'Kurung\x20kurawal\x20kiri','rightBrace':_0x52fbcd(0x273),'plus':_0x52fbcd(0x1fc),'actor':'Aktor','boundary':_0x52fbcd(0x2e4),'control':_0x52fbcd(0x245),'entity':_0x52fbcd(0x2d7),'collection':_0x52fbcd(0x27b),'dataFlowRoundedRectangle':_0x52fbcd(0x1ee),'dataFlowCircle':_0x52fbcd(0x243),'dataFlowRoundedSquare':_0x52fbcd(0x204),'dataStorage1':_0x52fbcd(0x257),'dataStorage2':_0x52fbcd(0x2f1),'dataStorage3':_0x52fbcd(0x2e6),'lineNone':_0x52fbcd(0x228),'lineDashedNone':_0x52fbcd(0x267),'lineOpenArrow':_0x52fbcd(0x2e8),'lineDoubleOpenArrow':_0x52fbcd(0x2be),'actorLifeline':_0x52fbcd(0x2db),'boundaryLifeline':'Garis\x20hidup\x20batas','controlLifeline':'Garis\x20hidup\x20kontrol','entityLifeline':_0x52fbcd(0x268),'collectionLifeline':'Garis\x20hidup\x20koleksi','objectLifeline':'Garis\x20hidup\x20objek','magneticDiskLifeline':_0x52fbcd(0x264),'directAccessStorageLifeline':_0x52fbcd(0x21e),'activationBar':_0x52fbcd(0x2a8),'sequenceFragment':_0x52fbcd(0x20c),'sequenceAlternativeFragment':'Fragmen\x20sekuens\x20alternatif','umlClass':_0x52fbcd(0x219),'umlInterface':_0x52fbcd(0x266),'umlInterfaceShape':_0x52fbcd(0x266),'umlClassifier':_0x52fbcd(0x1f3),'umlHollowDiamondConnector':_0x52fbcd(0x2b5),'umlFilledDiamondConnector':'Konektor\x20berlian\x20terisi','umlFilledArrowConnector':_0x52fbcd(0x28d),'umlDashedOpenArrowConnector':'Konektor\x20panah\x20terbuka\x20putus-putus','umlDashedFilledArrowConnector':_0x52fbcd(0x296),'erdEntity':_0x52fbcd(0x2d7),'erdKeyField':_0x52fbcd(0x21a),'erdFieldType':_0x52fbcd(0x26c),'erdFull':'Entitas\x20tipe\x20bidang\x20kunci','initialState':_0x52fbcd(0x25a),'finalState':_0x52fbcd(0x1f1),'stateBar':_0x52fbcd(0x1e6),'requiredInterface':'Antarmuka\x20wajib','assemblyConnector':_0x52fbcd(0x1ec),'providedInterface':'Antarmuka\x20tersedia','componentBox':_0x52fbcd(0x1ef),'component':_0x52fbcd(0x250)},'shapeCategories':{'basics':_0x52fbcd(0x2ef),'basicShapes':{'rectangle':_0x52fbcd(0x294),'basicShape':_0x52fbcd(0x290),'blockArrow':_0x52fbcd(0x26d),'equationShape':_0x52fbcd(0x1fa),'flowchart':_0x52fbcd(0x2b9),'starAndBanner':'Bintang\x20dan\x20spanduk','callout':_0x52fbcd(0x20e),'actionButton':_0x52fbcd(0x2c7),'other':_0x52fbcd(0x252)},'classDiagram':_0x52fbcd(0x254),'dataFlowDiagram':'Diagram\x20alur\x20data','line':_0x52fbcd(0x222),'entityRelationshipDiagram':_0x52fbcd(0x23b),'umlCustomShapes':_0x52fbcd(0x220),'umlSequenceDiagram':_0x52fbcd(0x1da),'statusDiagram':_0x52fbcd(0x2c0),'componentDiagram':_0x52fbcd(0x20b)},'connector':{'toolbar':{'sourceMarker':_0x52fbcd(0x210),'swapMarkers':_0x52fbcd(0x1fe),'targetMarker':_0x52fbcd(0x28f),'lineColor':_0x52fbcd(0x22e),'lineWidth':_0x52fbcd(0x233),'opacityPercent':_0x52fbcd(0x225),'settings':'Pengaturan\x20garis','smoothElbow':_0x52fbcd(0x2d1),'bridge':_0x52fbcd(0x2e5),'insertText':_0x52fbcd(0x221),'textSettings':'Pengaturan\x20teks','alignLeft':_0x52fbcd(0x2e2),'alignCenter':_0x52fbcd(0x2ad),'alignRight':_0x52fbcd(0x287),'bold':_0x52fbcd(0x2bf),'italic':_0x52fbcd(0x2e7),'underline':'Garis\x20bawah','strikethrough':'Coret','textColor':_0x52fbcd(0x291),'editText':_0x52fbcd(0x278),'labelFill':'Latar\x20belakang\x20label','labelBorder':_0x52fbcd(0x2cd),'transparent':_0x52fbcd(0x206),'breakLineBehindText':_0x52fbcd(0x277),'textSection':_0x52fbcd(0x24f),'labelSection':'Label','deleteText':'Hapus\x20teks','more':_0x52fbcd(0x252)},'routing':{'straight':_0x52fbcd(0x20f),'elbow':_0x52fbcd(0x2d4),'polyline':'Garis\x20poligon','curve':_0x52fbcd(0x2a0)},'strokeWidth':{'thin':'Tipis','regular':_0x52fbcd(0x295),'medium':_0x52fbcd(0x26b),'bold':_0x52fbcd(0x2bf)},'dash':{'solid':_0x52fbcd(0x282),'dashed':_0x52fbcd(0x239),'dotted':'Bertitik','dashDot':_0x52fbcd(0x230)},'marker':{'none':_0x52fbcd(0x298),'arrow':_0x52fbcd(0x2b3),'filledArrow':_0x52fbcd(0x271),'openArrow':_0x52fbcd(0x2e8),'triangle':'Segitiga','filledTriangle':_0x52fbcd(0x28e),'hollowTriangle':_0x52fbcd(0x275),'diamond':_0x52fbcd(0x1ea),'hollowDiamond':'Berlian\x20kosong','filledDiamond':_0x52fbcd(0x2dd),'circle':'Lingkaran','filledCircle':'Lingkaran\x20terisi','bar':_0x52fbcd(0x2b8),'doubleBar':_0x52fbcd(0x224),'crowFoot':_0x52fbcd(0x1e8),'crowsFoot':_0x52fbcd(0x1e8),'barCrowsFoot':'Kaki\x20gagak\x20dengan\x20bilah','circleCrowsFoot':'Kaki\x20gagak\x20dengan\x20lingkaran','circleBar':'Lingkaran\x20dengan\x20bilah','x':'X','cross':_0x52fbcd(0x284),'plus':_0x52fbcd(0x1fc),'zeroOrOne':_0x52fbcd(0x2d5),'zeroOrMany':_0x52fbcd(0x272),'oneOrMany':_0x52fbcd(0x2cb)}},'zoom':{'dragMode':_0x52fbcd(0x208),'fitContent':_0x52fbcd(0x247),'zoomOptions':_0x52fbcd(0x274),'zoomTo100':_0x52fbcd(0x2f7),'zoomToFit':_0x52fbcd(0x27a),'zoomToSelection':'Zoom\x20ke\x20pemilihan','zoomOut':_0x52fbcd(0x1fb),'resetZoom':'Atur\x20ulang\x20zoom','zoomIn':_0x52fbcd(0x1e0),'help':_0x52fbcd(0x1f4)},'shortcutHelp':{'title':'Pintasan\x20keyboard','close':'Tutup\x20pintasan','sections':{'tools':_0x52fbcd(0x207),'navigator':'Navigator','view':'Tampilan','selection':'Pilih\x20bentuk','editing':_0x52fbcd(0x29d),'grouping':_0x52fbcd(0x25b),'swimlane':_0x52fbcd(0x22a),'mindMap':_0x52fbcd(0x27d),'layout':_0x52fbcd(0x217),'font':_0x52fbcd(0x259)},'items':{'showMoreShapes':_0x52fbcd(0x244),'roundedRectangle':_0x52fbcd(0x1ee),'rectangle':_0x52fbcd(0x294),'oval':'Oval','diamond':_0x52fbcd(0x1ea),'text':_0x52fbcd(0x24f),'elbowConnector':_0x52fbcd(0x2c5),'line':_0x52fbcd(0x222),'stickyNote':_0x52fbcd(0x1ed),'search':_0x52fbcd(0x22c),'zoomWheel':_0x52fbcd(0x21f),'zoomPinch':_0x52fbcd(0x21f),'zoomTo100':_0x52fbcd(0x2f7),'zoomToSelection':_0x52fbcd(0x237),'zoomToFit':'Paskan\x20ke\x20kanvas','enterFullScreen':_0x52fbcd(0x2f4),'exitFullScreen':_0x52fbcd(0x203),'selectShape':'Pilih\x20bentuk','selectAll':_0x52fbcd(0x2ca),'multipleSelect':_0x52fbcd(0x218),'invertSelection':_0x52fbcd(0x235),'preciseSelection':_0x52fbcd(0x1db),'deepSelect':'Pemilihan\x20dalam','editShape':_0x52fbcd(0x29d),'copy':_0x52fbcd(0x270),'copyAsImage':'Salin\x20sebagai\x20gambar','paste':_0x52fbcd(0x2ee),'cut':'Potong','makeCopy':_0x52fbcd(0x269),'scale':_0x52fbcd(0x265),'copyStyle':'Salin\x20gaya','pasteStyle':_0x52fbcd(0x1e1),'moveAxisLocked':_0x52fbcd(0x1dc),'flipHorizontal':'Balik\x20horizontal','flipVertical':_0x52fbcd(0x2b7),'undo':_0x52fbcd(0x1f6),'redo':'Ulangi','toggleQuickAdd':'Tampilkan\x20/\x20sembunyikan\x20Tambah\x20cepat','hideCollaboratorsCursors':'Sembunyikan\x20kursor\x20kolaborator','toggleToolbar':_0x52fbcd(0x2cc),'delete':_0x52fbcd(0x242),'group':_0x52fbcd(0x256),'ungroup':_0x52fbcd(0x232),'selectUpperLayerGroups':'Pilih\x20kelompok\x20lapisan\x20atas','selectShapesToGroup':_0x52fbcd(0x200),'swimlaneLaneRename':_0x52fbcd(0x2a4),'swimlaneLaneToggleCollapsed':_0x52fbcd(0x279),'swimlaneLaneMovePrevious':_0x52fbcd(0x23c),'swimlaneLaneMoveNext':_0x52fbcd(0x258),'swimlaneLaneRemove':_0x52fbcd(0x2b1),'addSiblingNode':_0x52fbcd(0x1f7),'addChildNode':_0x52fbcd(0x2d6),'addParentNode':'Tambah\x20node\x20induk','foldChildNodes':_0x52fbcd(0x238),'collapseAllNodes':'Ciutkan\x20/\x20bentangkan\x20semua\x20node','addDescription':_0x52fbcd(0x2ba),'editCurrentNode':_0x52fbcd(0x1e7),'bringToFront':_0x52fbcd(0x20d),'sendToBack':_0x52fbcd(0x297),'alignLeft':_0x52fbcd(0x1e2),'alignRight':_0x52fbcd(0x23a),'alignTop':_0x52fbcd(0x215),'alignBottom':_0x52fbcd(0x29e),'alignMiddle':_0x52fbcd(0x25d),'alignCenter':_0x52fbcd(0x1f9),'distributeHorizontally':_0x52fbcd(0x1ff),'distributeVertically':'Distribusikan\x20secara\x20vertikal','disableObjectAlignment':_0x52fbcd(0x2ae),'increaseFontSize':_0x52fbcd(0x24e),'decreaseFontSize':_0x52fbcd(0x24d),'bold':_0x52fbcd(0x2bf),'strikethrough':'Coret','italic':_0x52fbcd(0x2e7),'underline':'Garis\x20bawah','link':'Tautan','numberedList':_0x52fbcd(0x21b),'bulletedList':_0x52fbcd(0x2bb),'quote':_0x52fbcd(0x1eb),'alignTextLeft':_0x52fbcd(0x1e2),'alignTextRight':'Rata\x20kanan','alignTextCenter':'Rata\x20tengah'}}}};export{t as default};
|
|
1
|
+
function _0x37ba(){const _0x3d1424=['Grup','Zoom\x20ke\x20100%','Bilah\x20gulir\x20area\x20pandang','Abu-abu','Bentuk','Bentuk\x20lainnya','Tambah\x20teks','Pemilihan\x20presisi','Tutup\x20pintasan','Sunting\x20bentuk','Antarmuka\x20wajib','Garis\x20(tanpa\x20panah)','7MuoXno','Segitiga\x20terisi','Peta\x20pikiran\x20vertikal','1386365TIlrlI','Tutup','Bintang','Tersembunyi','Tipis','Kelompokkan','Vertikal','Simpan\x20sebagai','Panah','Bilah\x20aktivasi','Konektor\x20siku','Ulangi','Tambah\x20node\x20anak','Warna\x20garis','Pilih\x20bentuk\x20untuk\x20dikelompokkan','Tambah\x20item\x20jalur','Paskan\x20kontainer\x20induk\x20dengan\x20konten','Panah\x20blok','SmartArt','Batas','Klasifier','Pilih\x20bentuk','Lingkaran\x20dengan\x20bilah','Garis-titik','Batal','Garis\x20hidup\x20kontrol','Bintang\x20dan\x20spanduk','Keadaan\x20awal','Tambahkan\x20deskripsi\x20untuk\x20node\x20ini','Cari\x20elemen\x20papan','Sunting\x20jalur','Swimlane\x20horizontal','Hapus','Diagram\x20alir','Diagram\x20alur\x20data','Diagram\x20relasi\x20entitas','Lingkaran','Balik\x20pemilihan','Garis\x20hidup\x20penyimpanan\x20akses\x20langsung','Mode\x20seret','Chevron','Linimasa\x20vertikal','Pemilihan\x20dalam','Keluarkan\x20dari\x20kontainer','Halaman','Bawa\x20maju','Ukuran\x20kustom','Kaki\x20gagak\x20dengan\x20bilah','Temukan','Kurung\x20kurawal\x20kiri','Warna\x20teks','Tambah\x20cepat','Biasa','Berlian\x20kosong','Horizontal','Bentangkan','Nama\x20kontainer','Atur\x20ulang\x20zoom','Diagram\x20sekuens\x20UML','Komponen','Perbesar\x20/\x20Perkecil','Baris\x20{0},\x20Kolom\x20{1}','Video','Tidak\x20ada\x20hasil\x20yang\x20cocok','Pilih\x20kelompok\x20lapisan\x20atas','Antarmuka\x20tersedia','Ubah\x20nama\x20jalur','Garis\x20hidup\x20batas','Tampilkan\x20/\x20sembunyikan\x20bilah\x20alat','Swimlane\x20vertikal','Kelompokkan\x20bentuk','Tata\x20letak','Hapus\x20teks','Ciutkan','Pena','Keluar\x20layar\x20penuh','Balik\x20panah','Tema\x20{0}','Garis\x20lurus','Tampilkan\x20/\x20sembunyikan\x20Tambah\x20cepat','Konektor\x20berlian\x20terisi','Peta\x20pikiran\x20ke\x20kanan','Rata\x20Kiri','Masuk\x20layar\x20penuh','Cari\x20bentuk','Silang','Nonaktifkan\x20ubah\x20ukuran\x20otomatis','Balik\x20vertikal','Bawa\x20ke\x20depan','Panah\x20terbuka','Entitas','Geser\x20horizontal\x20/\x20vertikal','Peta\x20pikiran\x20horizontal','Nama\x20objek','Konektor\x20panah\x20terbuka\x20putus-putus','Solid','Paskan\x20ke\x20kanvas','Buka\x20kunci\x20keanggotaan','Sisipkan\x20teks','Berlian\x20terisi','Keadaan\x20akhir','Konektor\x20panah\x20terisi','Kelas','Penyimpanan\x20data\x203','Simpan','Selesai','Aktifkan\x20ubah\x20ukuran\x20otomatis','Lebar\x20garis','Tautan','Persegi\x20panjang\x20membulat','Pilih\x20konten','Biru','Latar\x20belakang\x20label','Bilah','Kontainer','Kunci\x20keanggotaan','Pindahkan\x20jalur\x20ke\x20atas','Coret','Tidak\x20ada','Balik\x20horizontal','Pemarkah\x20tempat','Antarmuka','Rata\x20Tengah','Klasik','Tema','Salin\x20sebagai\x20gambar','Tampilkan\x20semua','Tampilkan','4654890XhRKJF','Garis','Kembali','Rata\x20kiri','Data','Perkecil','Bertitik','Fragmen\x20sekuens\x20alternatif','Pindahkan\x20jalur\x20ke\x20bawah','Label','Salin','Objek','Callout','Ubah\x20skala','Garis\x20hidup\x20entitas','Awan','Vintage','Entitas\x20tipe\x20bidang\x20kunci','Tidak\x20ada\x20objek','Oval','Pengaturan','Kurung\x20kurawal\x20kanan','Persegi\x20panjang','Segitiga','Bilah\x20keadaan','Ciutkan\x20/\x20bentangkan\x20semua\x20node','Distribusikan\x20secara\x20horizontal','Perbesar','Panah\x20terisi','Kirim\x20mundur','Terkunci','Tambah\x20node\x20saudara','Konektor\x20panah\x20terisi\x20putus-putus','Diagram\x20kelas','Alat','Rata\x20bawah','Bingkai\x20label','Pohon\x20ke\x20kanan','Pindahkan\x20konten\x20ke\x20jalur\x20sebelumnya\x20dan\x20hapus','Potong','Bentuk\x20dasar','Panah\x20kiri','Lengkung','41BWzmGX','Hapus\x20jalur','Entitas\x20bidang\x20kunci','Hapus\x20kontainer','Tambah\x20deskripsi','Penyimpanan\x20data\x202','Miring','Sembunyikan\x20kursor\x20kolaborator','Item\x20jalur','Zoom\x20ke\x20pemilihan','Navigator','Mulai','Sumber\x20daya','Bentangkan\x20jalur','Kunci','Rata\x20atas','Perbesar\x20ukuran\x20huruf','Gambar','Kisi','Kustom','Sembunyikan\x20semua','Kutipan','Bagan','Rata\x20tengah','Tombol\x20aksi','Garis\x20hidup\x20aktor','Panah\x20kanan','Pengaturan\x20teks','Gelembung\x20bicara','Rata\x20tengah\x20vertikal','Jalur\x20{0}','Salin\x20gaya','Kirim\x20ke\x20belakang','Default','Distribusikan\x20secara\x20vertikal','1632453rSVIGg','1\x20:\x201','Konektor','Sembunyikan','Konektor\x20rakitan','1430484wREDJR','Detail','Deskripsi','Daftar\x20bernomor','Segitiga\x20kosong','Pilih\x20/\x20batalkan\x20beberapa','Pilih\x20kontainer\x20induk','Diagram\x20komponen','2348480wyYczn','Swimlane','Penyimpanan\x20data\x201','Ubah\x20nama\x20kontainer','22BVZXmJ','Nol\x20atau\x20satu','Kursor\x20kolaborator','24642RfQIFU','Opasitas\x20{0}%','Edit\x20teks','Tebal','Lainnya','Keluarkan\x20konten\x20dan\x20hapus\x20jalur','Garis\x20siku-siku','Tabel','Tambah\x20jalur\x20di\x20kanan','Tampilkan\x20bilah\x20alat','Ubah\x20nama','Cari\x20objek','Buat\x20salinan','Teks','Diagram\x20pohon','Kaki\x20gagak','Linimasa','Linimasa\x20horizontal','Garis\x20bawah','Semua','Blok\x20panah\x20kanan','4\x20:\x203','Garis\x20poligon','Catatan\x20tempel','Panah\x20sumber','Paskan\x20dengan\x20konten','Tempel','5432130Glphyd','Kolom','Aktor','Bilah\x20ganda','Bantuan','Pentagon','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Cari','Nonaktifkan\x20perataan\x20objek','Rata\x20Kanan','Segitiga\x20siku-siku','Tempel\x20gaya','Berlian','Transparan','Sedang','Lingkaran\x20terisi','Atur\x20ulang\x20warna','Unit','Garis\x20hidup\x20koleksi','Baris','Fonta','Pindahkan\x20konten\x20ke\x20jalur\x20berikutnya\x20dan\x20hapus','Pengaturan\x20garis','Nama\x20jalur','Callout\x20membulat','Kotak\x20komponen','Atur','Tampilkan\x20lebih\x20banyak\x20bentuk','4kxSIkd','Silinder','Trapesium','Peta\x20pikiran','Urungkan','Panah\x20tujuan','Tambahkan\x20deskripsi','Tampilan','Sunting\x20node\x20saat\x20ini','Putus-putus'];_0x37ba=function(){return _0x3d1424;};return _0x37ba();}const _0x1930e0=_0x4f67;(function(_0x32a37a,_0x3f5017){const _0x1aeb1a=_0x4f67,_0x5f0f90=_0x32a37a();while(!![]){try{const _0x3e4926=parseInt(_0x1aeb1a(0x1a4))/0x1*(-parseInt(_0x1aeb1a(0x1db))/0x2)+parseInt(_0x1aeb1a(0x1c7))/0x3+parseInt(_0x1aeb1a(0x212))/0x4*(-parseInt(_0x1aeb1a(0x22b))/0x5)+parseInt(_0x1aeb1a(0x1cc))/0x6*(parseInt(_0x1aeb1a(0x228))/0x7)+-parseInt(_0x1aeb1a(0x1d4))/0x8+-parseInt(_0x1aeb1a(0x179))/0x9+-parseInt(_0x1aeb1a(0x1f6))/0xa*(-parseInt(_0x1aeb1a(0x1d8))/0xb);if(_0x3e4926===_0x3f5017)break;else _0x5f0f90['push'](_0x5f0f90['shift']());}catch(_0xec8945){_0x5f0f90['push'](_0x5f0f90['shift']());}}}(_0x37ba,0x4354b));function _0x4f67(_0x5ed2e7,_0x43c502){_0x5ed2e7=_0x5ed2e7-0x13e;const _0x37bae8=_0x37ba();let _0x4f671e=_0x37bae8[_0x5ed2e7];return _0x4f671e;}import{t as _0x10741a}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x1930e0(0x17a)},'contextMenu':{'container':{'rename':_0x1930e0(0x1d7),'fitToContent':_0x1930e0(0x1f4),'selectContents':_0x1930e0(0x167),'enableAutoResize':_0x1930e0(0x163),'disableAutoResize':_0x1930e0(0x14f),'lockMembership':_0x1930e0(0x16c),'unlockMembership':_0x1930e0(0x15a),'disband':'Bubarkan\x20kontainer','delete':_0x1930e0(0x1a7)},'containerChild':{'moveOut':_0x1930e0(0x256),'selectParent':_0x1930e0(0x1d2),'fitParent':_0x1930e0(0x23b)},'swimlaneLane':{'add':'Tambah\x20jalur','addBelow':'Tambah\x20jalur\x20di\x20bawah','addRight':_0x1930e0(0x1e3),'remove':_0x1930e0(0x1a5),'removeAndMovePrevious':_0x1930e0(0x19f),'removeAndPromote':_0x1930e0(0x1e0),'removeAndDeleteContent':'Hapus\x20konten\x20dan\x20jalur','removeAndMoveNext':_0x1930e0(0x20b),'rename':_0x1930e0(0x26d),'movePrevious':_0x1930e0(0x16d),'moveNext':_0x1930e0(0x181),'expand':_0x1930e0(0x1b1),'collapse':'Ciutkan\x20jalur'}},'popup':{'containerName':_0x1930e0(0x263),'laneName':_0x1930e0(0x20d),'cancel':_0x1930e0(0x243),'rename':_0x1930e0(0x1e5)},'ink':{'finishEditing':_0x1930e0(0x162),'enterEditing':_0x1930e0(0x249)},'mindMap':{'description':_0x1930e0(0x1ce),'descriptionPlaceholder':_0x1930e0(0x247),'saveDescription':_0x1930e0(0x161)},'panel':{'moreShapes':_0x1930e0(0x221),'more':_0x1930e0(0x1df),'back':_0x1930e0(0x17b),'close':'Tutup','stickyNote':_0x1930e0(0x1f2),'lineColor':'Warna\x20garis','lineWidth':_0x1930e0(0x164),'reverseMarkers':_0x1930e0(0x145),'searchShapes':_0x1930e0(0x14d),'container':_0x1930e0(0x16b),'swimlane':_0x1930e0(0x1d5),'verticalSwimlane':_0x1930e0(0x13e),'horizontalSwimlane':_0x1930e0(0x24a),'vertical':_0x1930e0(0x231),'horizontal':_0x1930e0(0x261),'tableCustomSize':_0x1930e0(0x259),'tableRows':_0x1930e0(0x209),'tableColumns':_0x1930e0(0x1f7),'tableInsert':'Sisipkan','customContainer':_0x1930e0(0x1b7),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x1930e0(0x1f0),'containerRatio1By1':_0x1930e0(0x1c8),'containerA4':'A4','mindMapGroupMindMap':'Peta\x20pikiran','mindMapGroupTree':_0x1930e0(0x1e9),'mindMapGroupTimeline':_0x1930e0(0x1eb),'mindMapRight':_0x1930e0(0x14a),'mindMapLeft':'Peta\x20pikiran\x20ke\x20kiri','mindMapHorizontal':_0x1930e0(0x155),'mindMapVertical':_0x1930e0(0x22a),'mindMapTreeRight':_0x1930e0(0x19e),'mindMapTreeLeft':'Pohon\x20ke\x20kiri','mindMapTreeAlternate':'Pohon\x20berselang','mindMapTimelineHorizontal':_0x1930e0(0x1ec),'mindMapTimelineVertical':_0x1930e0(0x254),'mindMapNodeText':_0x1930e0(0x222)},'settings':{'collaboratorCursors':_0x1930e0(0x1da),'find':_0x1930e0(0x1fd),'grid':_0x1930e0(0x1b6),'viewportBar':_0x1930e0(0x21e),'preciseSelection':'Pemilihan\x20presisi','quickAdd':_0x1930e0(0x25e),'theme':_0x1930e0(0x175),'themeOption':_0x1930e0(0x146),'themePreviewStart':_0x1930e0(0x1af),'themePreviewData':_0x1930e0(0x17d),'undo':_0x1930e0(0x216),'redo':_0x1930e0(0x236),'settings':_0x1930e0(0x18d),'objects':_0x1930e0(0x184),'findBoardElements':_0x1930e0(0x248),'noMatches':_0x1930e0(0x26a),'showDimensions':'Tampilkan\x20dimensi','showToolbar':_0x1930e0(0x1e4),'saveAs':_0x1930e0(0x232),'translateInto':'Terjemahkan\x20ke'},'objectListPanel':{'title':_0x1930e0(0x184),'empty':_0x1930e0(0x18b),'showAll':_0x1930e0(0x177),'hideAll':_0x1930e0(0x1b8),'moveForward':_0x1930e0(0x151),'moveBackward':_0x1930e0(0x1c4),'close':_0x1930e0(0x22c),'nameInput':_0x1930e0(0x156),'hide':_0x1930e0(0x1ca),'show':_0x1930e0(0x178),'lock':_0x1930e0(0x1b2),'unlock':'Buka\x20kunci','details':_0x1930e0(0x1cd),'locate':_0x1930e0(0x25b),'expand':_0x1930e0(0x262),'collapse':_0x1930e0(0x142),'dragToReorder':'Seret\x20untuk\x20mengurutkan','search':_0x1930e0(0x1e6),'filterAll':_0x1930e0(0x1ee),'filterHidden':_0x1930e0(0x22e),'filterLocked':_0x1930e0(0x197),'sectionCanvas':'Lapisan\x20kanvas','sectionFloating':'Lapisan\x20mengambang','name':'Nama','description':_0x1930e0(0x1ce),'descriptionPlaceholder':_0x1930e0(0x218),'noSelection':_0x1930e0(0x1fc),'elementTypes':{'object':_0x1930e0(0x184),'connector':_0x1930e0(0x1c9),'container':_0x1930e0(0x16b),'group':'Grup','image':_0x1930e0(0x1b5),'chart':'Bagan','page':_0x1930e0(0x257),'placeholder':_0x1930e0(0x171),'shape':'Bentuk','table':_0x1930e0(0x1e2),'text':'Teks','smartArt':_0x1930e0(0x23d),'video':_0x1930e0(0x269),'unit':_0x1930e0(0x207),'dom':'DOM'}},'find':{'lanePosition':_0x1930e0(0x1c2),'tableCellPosition':_0x1930e0(0x268),'elementTypes':{'connector':'Konektor','container':_0x1930e0(0x16b),'group':_0x1930e0(0x21c),'image':'Gambar','page':'Halaman','placeholder':_0x1930e0(0x171),'shape':_0x1930e0(0x220),'table':_0x1930e0(0x1e2),'text':_0x1930e0(0x1e8)}},'themePresets':{'default':_0x1930e0(0x1c5),'classic':_0x1930e0(0x174),'vintage':_0x1930e0(0x189),'gray':_0x1930e0(0x21f),'vibrant':'Cerah','blue':_0x1930e0(0x168)},'toolbar':{'resetColor':_0x1930e0(0x206),'shape':'Bentuk','text':_0x1930e0(0x1e8),'stickyNote':_0x1930e0(0x1f2),'line':_0x1930e0(0x1c9),'container':_0x1930e0(0x16b),'swimlane':_0x1930e0(0x1d5),'table':'Tabel','chart':_0x1930e0(0x1ba),'pen':_0x1930e0(0x143),'mindMap':_0x1930e0(0x215),'resources':_0x1930e0(0x1b0),'image':_0x1930e0(0x1b5),'wrapInContainer':'Bungkus\x20dalam\x20kontainer','addSwimlaneLane':_0x1930e0(0x23a),'swimlaneMenu':_0x1930e0(0x1d5),'swimlaneLaneMenu':_0x1930e0(0x1ac),'editBrushPath':'Sunting\x20jalur\x20kuas','arrange':_0x1930e0(0x210),'bringToFront':_0x1930e0(0x151),'bringForward':_0x1930e0(0x258),'sendBackward':_0x1930e0(0x196),'sendToBack':_0x1930e0(0x1c4),'more':'Lainnya'},'shapePresets':{..._0x10741a,'roundedRectangle':_0x1930e0(0x166),'oval':_0x1930e0(0x18c),'diamond':'Berlian','rectangle':'Persegi\x20panjang','circle':_0x1930e0(0x24f),'cylinder':_0x1930e0(0x213),'chevron':_0x1930e0(0x253),'rightArrowBlock':_0x1930e0(0x1ef),'parallelogram':'Jajar\x20genjang','trapezoid':_0x1930e0(0x214),'speechBubble':_0x1930e0(0x1c0),'roundedCallout':_0x1930e0(0x20e),'rightTriangle':_0x1930e0(0x200),'triangle':_0x1930e0(0x190),'star':_0x1930e0(0x22d),'hexagon':'Heksagon','pentagon':_0x1930e0(0x1fb),'octagon':'Oktagon','leftArrow':_0x1930e0(0x1a2),'rightArrow':_0x1930e0(0x1be),'leftRightArrow':'Panah\x20kiri-kanan','cloud':_0x1930e0(0x188),'leftBrace':_0x1930e0(0x25c),'rightBrace':_0x1930e0(0x18e),'plus':'Tambah','actor':_0x1930e0(0x1f8),'boundary':_0x1930e0(0x23e),'control':'Kontrol','entity':_0x1930e0(0x153),'collection':'Koleksi','dataFlowRoundedRectangle':'Persegi\x20panjang\x20membulat','dataFlowCircle':'Lingkaran','dataFlowRoundedSquare':'Persegi\x20membulat','dataStorage1':_0x1930e0(0x1d6),'dataStorage2':_0x1930e0(0x1a9),'dataStorage3':_0x1930e0(0x160),'lineNone':_0x1930e0(0x227),'lineDashedNone':'Garis\x20putus-putus\x20(tanpa\x20panah)','lineOpenArrow':_0x1930e0(0x152),'lineDoubleOpenArrow':'Panah\x20terbuka\x20ganda','actorLifeline':_0x1930e0(0x1bd),'boundaryLifeline':_0x1930e0(0x26e),'controlLifeline':_0x1930e0(0x244),'entityLifeline':_0x1930e0(0x187),'collectionLifeline':_0x1930e0(0x208),'objectLifeline':'Garis\x20hidup\x20objek','magneticDiskLifeline':'Garis\x20hidup\x20disk\x20magnetik','directAccessStorageLifeline':_0x1930e0(0x251),'activationBar':_0x1930e0(0x234),'sequenceFragment':'Fragmen\x20sekuens','sequenceAlternativeFragment':_0x1930e0(0x180),'umlClass':_0x1930e0(0x15f),'umlInterface':_0x1930e0(0x172),'umlInterfaceShape':'Antarmuka','umlClassifier':_0x1930e0(0x23f),'umlHollowDiamondConnector':'Konektor\x20berlian\x20kosong','umlFilledDiamondConnector':_0x1930e0(0x149),'umlFilledArrowConnector':_0x1930e0(0x15e),'umlDashedOpenArrowConnector':_0x1930e0(0x157),'umlDashedFilledArrowConnector':_0x1930e0(0x199),'erdEntity':_0x1930e0(0x153),'erdKeyField':_0x1930e0(0x1a6),'erdFieldType':'Entitas\x20tipe\x20bidang','erdFull':_0x1930e0(0x18a),'initialState':_0x1930e0(0x246),'finalState':_0x1930e0(0x15d),'stateBar':_0x1930e0(0x191),'requiredInterface':_0x1930e0(0x226),'assemblyConnector':_0x1930e0(0x1cb),'providedInterface':_0x1930e0(0x26c),'componentBox':_0x1930e0(0x20f),'component':_0x1930e0(0x266)},'shapeCategories':{'basics':'Dasar','basicShapes':{'rectangle':'Persegi\x20panjang','basicShape':_0x1930e0(0x1a1),'blockArrow':_0x1930e0(0x23c),'equationShape':'Bentuk\x20persamaan','flowchart':_0x1930e0(0x24c),'starAndBanner':_0x1930e0(0x245),'callout':_0x1930e0(0x185),'actionButton':_0x1930e0(0x1bc),'other':_0x1930e0(0x1df)},'classDiagram':_0x1930e0(0x19a),'dataFlowDiagram':_0x1930e0(0x24d),'line':_0x1930e0(0x17a),'entityRelationshipDiagram':_0x1930e0(0x24e),'umlCustomShapes':'Bentuk\x20UML\x20kustom','umlSequenceDiagram':_0x1930e0(0x265),'statusDiagram':'Diagram\x20status','componentDiagram':_0x1930e0(0x1d3)},'connector':{'toolbar':{'sourceMarker':_0x1930e0(0x1f3),'swapMarkers':'Tukar\x20panah','targetMarker':_0x1930e0(0x217),'lineColor':_0x1930e0(0x238),'lineWidth':'Lebar','opacityPercent':_0x1930e0(0x1dc),'settings':_0x1930e0(0x20c),'smoothElbow':'Garis\x20siku','bridge':'Jembatan\x20garis','insertText':_0x1930e0(0x15b),'textSettings':_0x1930e0(0x1bf),'alignLeft':_0x1930e0(0x14b),'alignCenter':_0x1930e0(0x173),'alignRight':_0x1930e0(0x1ff),'bold':_0x1930e0(0x1de),'italic':_0x1930e0(0x1aa),'underline':'Garis\x20bawah','strikethrough':_0x1930e0(0x16e),'textColor':_0x1930e0(0x25d),'editText':_0x1930e0(0x1dd),'labelFill':_0x1930e0(0x169),'labelBorder':_0x1930e0(0x19d),'transparent':_0x1930e0(0x203),'breakLineBehindText':'Putuskan\x20garis\x20di\x20belakang\x20teks','textSection':_0x1930e0(0x1e8),'labelSection':_0x1930e0(0x182),'deleteText':_0x1930e0(0x141),'more':_0x1930e0(0x1df)},'routing':{'straight':_0x1930e0(0x147),'elbow':_0x1930e0(0x1e1),'polyline':_0x1930e0(0x1f1),'curve':_0x1930e0(0x1a3)},'strokeWidth':{'thin':_0x1930e0(0x22f),'regular':_0x1930e0(0x25f),'medium':_0x1930e0(0x204),'bold':_0x1930e0(0x1de)},'dash':{'solid':_0x1930e0(0x158),'dashed':_0x1930e0(0x21b),'dotted':_0x1930e0(0x17f),'dashDot':_0x1930e0(0x242)},'marker':{'none':_0x1930e0(0x16f),'arrow':_0x1930e0(0x233),'filledArrow':_0x1930e0(0x195),'openArrow':'Panah\x20terbuka','triangle':_0x1930e0(0x190),'filledTriangle':_0x1930e0(0x229),'hollowTriangle':_0x1930e0(0x1d0),'diamond':_0x1930e0(0x202),'hollowDiamond':_0x1930e0(0x260),'filledDiamond':_0x1930e0(0x15c),'circle':_0x1930e0(0x24f),'filledCircle':_0x1930e0(0x205),'bar':_0x1930e0(0x16a),'doubleBar':_0x1930e0(0x1f9),'crowFoot':_0x1930e0(0x1ea),'crowsFoot':_0x1930e0(0x1ea),'barCrowsFoot':_0x1930e0(0x25a),'circleCrowsFoot':'Kaki\x20gagak\x20dengan\x20lingkaran','circleBar':_0x1930e0(0x241),'x':'X','cross':_0x1930e0(0x14e),'plus':'Tambah','zeroOrOne':_0x1930e0(0x1d9),'zeroOrMany':'Nol\x20atau\x20banyak','oneOrMany':'Satu\x20atau\x20banyak'}},'zoom':{'dragMode':_0x1930e0(0x252),'fitContent':_0x1930e0(0x1f4),'zoomOptions':'Opsi\x20zoom','zoomTo100':_0x1930e0(0x21d),'zoomToFit':_0x1930e0(0x159),'zoomToSelection':'Zoom\x20ke\x20pemilihan','zoomOut':_0x1930e0(0x17e),'resetZoom':_0x1930e0(0x264),'zoomIn':_0x1930e0(0x194),'help':_0x1930e0(0x1fa)},'shortcutHelp':{'title':'Pintasan\x20keyboard','close':_0x1930e0(0x224),'sections':{'tools':_0x1930e0(0x19b),'navigator':_0x1930e0(0x1ae),'view':_0x1930e0(0x219),'selection':_0x1930e0(0x240),'editing':_0x1930e0(0x225),'grouping':_0x1930e0(0x13f),'swimlane':_0x1930e0(0x1d5),'mindMap':_0x1930e0(0x215),'layout':_0x1930e0(0x140),'font':_0x1930e0(0x20a)},'items':{'showMoreShapes':_0x1930e0(0x211),'roundedRectangle':_0x1930e0(0x166),'rectangle':_0x1930e0(0x18f),'oval':_0x1930e0(0x18c),'diamond':_0x1930e0(0x202),'text':_0x1930e0(0x1e8),'elbowConnector':_0x1930e0(0x235),'line':_0x1930e0(0x17a),'stickyNote':_0x1930e0(0x1f2),'search':'Cari','zoomWheel':'Perbesar\x20/\x20Perkecil','zoomPinch':_0x1930e0(0x267),'zoomTo100':_0x1930e0(0x21d),'zoomToSelection':_0x1930e0(0x1ad),'zoomToFit':_0x1930e0(0x159),'enterFullScreen':_0x1930e0(0x14c),'exitFullScreen':_0x1930e0(0x144),'selectShape':_0x1930e0(0x240),'selectAll':'Pilih\x20semua','multipleSelect':_0x1930e0(0x1d1),'invertSelection':_0x1930e0(0x250),'preciseSelection':_0x1930e0(0x223),'deepSelect':_0x1930e0(0x255),'editShape':_0x1930e0(0x225),'copy':_0x1930e0(0x183),'copyAsImage':_0x1930e0(0x176),'paste':_0x1930e0(0x1f5),'cut':_0x1930e0(0x1a0),'makeCopy':_0x1930e0(0x1e7),'scale':_0x1930e0(0x186),'copyStyle':_0x1930e0(0x1c3),'pasteStyle':_0x1930e0(0x201),'moveAxisLocked':_0x1930e0(0x154),'flipHorizontal':_0x1930e0(0x170),'flipVertical':_0x1930e0(0x150),'undo':_0x1930e0(0x216),'redo':_0x1930e0(0x236),'toggleQuickAdd':_0x1930e0(0x148),'hideCollaboratorsCursors':_0x1930e0(0x1ab),'toggleToolbar':_0x1930e0(0x26f),'delete':_0x1930e0(0x24b),'group':_0x1930e0(0x230),'ungroup':'Pisahkan\x20kelompok','selectUpperLayerGroups':_0x1930e0(0x26b),'selectShapesToGroup':_0x1930e0(0x239),'swimlaneLaneRename':_0x1930e0(0x26d),'swimlaneLaneToggleCollapsed':'Ciutkan\x20/\x20bentangkan\x20jalur','swimlaneLaneMovePrevious':_0x1930e0(0x16d),'swimlaneLaneMoveNext':_0x1930e0(0x181),'swimlaneLaneRemove':_0x1930e0(0x1a5),'addSiblingNode':_0x1930e0(0x198),'addChildNode':_0x1930e0(0x237),'addParentNode':'Tambah\x20node\x20induk','foldChildNodes':'Lipat\x20/\x20buka\x20node\x20anak','collapseAllNodes':_0x1930e0(0x192),'addDescription':_0x1930e0(0x1a8),'editCurrentNode':_0x1930e0(0x21a),'bringToFront':_0x1930e0(0x151),'sendToBack':_0x1930e0(0x1c4),'alignLeft':_0x1930e0(0x17c),'alignRight':'Rata\x20kanan','alignTop':_0x1930e0(0x1b3),'alignBottom':_0x1930e0(0x19c),'alignMiddle':_0x1930e0(0x1c1),'alignCenter':'Rata\x20tengah\x20horizontal','distributeHorizontally':_0x1930e0(0x193),'distributeVertically':_0x1930e0(0x1c6),'disableObjectAlignment':_0x1930e0(0x1fe),'increaseFontSize':_0x1930e0(0x1b4),'decreaseFontSize':'Perkecil\x20ukuran\x20huruf','bold':_0x1930e0(0x1de),'strikethrough':_0x1930e0(0x16e),'italic':'Miring','underline':_0x1930e0(0x1ed),'link':_0x1930e0(0x165),'numberedList':_0x1930e0(0x1cf),'bulletedList':'Daftar\x20berpoin','quote':_0x1930e0(0x1b9),'alignTextLeft':_0x1930e0(0x17c),'alignTextRight':'Rata\x20kanan','alignTextCenter':_0x1930e0(0x1bb)}}}};export{t as default};
|