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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +12 -12
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/controllers/board-mind-map-autosize-layout.render-controller.d.ts +1 -4
  63. package/lib/types/controllers/board-mind-map-drag-topology.render-controller.d.ts +2 -0
  64. package/lib/types/controllers/board-mind-map-insert.render-controller.d.ts +0 -1
  65. package/lib/types/controllers/board-mind-map-intrinsic-size.render-controller.d.ts +4 -2
  66. package/lib/types/controllers/board-mind-map-keyboard-shortcut.controller.d.ts +7 -10
  67. package/lib/types/controllers/board-mind-map-node-controls.render-controller.d.ts +3 -2
  68. package/lib/types/controllers/board-mind-map-shortcut-context.render-controller.d.ts +14 -0
  69. package/lib/types/controllers/board-mind-map-text-editing-shortcut.controller.d.ts +2 -10
  70. package/lib/types/services/board-mind-map-shortcut-runtime.service.d.ts +19 -0
  71. package/lib/types/views/BoardMindMapFloatingToolbar.d.ts +2 -2
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -1
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -1
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -1
  81. package/lib/umd/locale/it-IT.js +1 -1
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -1
  85. package/lib/umd/locale/pt-BR.js +1 -1
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +14 -14
@@ -1 +1 @@
1
- const _0x1ba12c=_0x2b4f;function _0x35a8(){const _0x21bd3e=['شجرة\x20متناوبة','استيراد/تصدير','تباعد\x20العقد\x20النظيرة','نسخ','حذف','24uKsMJt','منحنى','خريطة\x20ذهنية\x20أفقية','البنية','نمط\x20الموصل','exports','اضافة\x20عقدة\x20فرعية','2660586nJfirX','ضبط','1584191XNgwje','البحث\x20عن\x20العقد','المزيد','زاوية\x20مستديرة','محاذاة\x20لليمين','حفظ','2522377fVGCDp','1983tzjFPN','لون\x20الخط','تباعد\x20الاصل','3282iCRNxO','محاذاة\x20للاعلى','7707537NEkXLo','زاوية\x20قائمة','الوصف','اعادة\x20تسمية\x20عقدة\x20الخريطة\x20الذهنية','اضف\x20وصفا\x20لهذه\x20العقدة','60lMVNEt','محاذاة\x20للوسط\x20عموديا','223HFMbYc','يسار','688GIYlJj','اضافة\x20عقدة\x20نظيرة','التخطيط','الجانبان','اضافة\x20نص','خريطة\x20ذهنية\x20عمودية','استيراد\x20OPML','خط\x20زمني\x20عمودي','تصدير\x20OPML','تنسيق\x20النص','تباعد\x20الفروع','10JemZYQ','3837240CtlraJ','الغاء','محاذاة\x20لليسار'];_0x35a8=function(){return _0x21bd3e;};return _0x35a8();}(function(_0x1dfe6f,_0x70bf8c){const _0x53fd70=_0x2b4f,_0x25edf6=_0x1dfe6f();while(!![]){try{const _0x15e0ec=parseInt(_0x53fd70(0x13a))/0x1*(-parseInt(_0x53fd70(0x163))/0x2)+parseInt(_0x53fd70(0x160))/0x3*(parseInt(_0x53fd70(0x13c))/0x4)+parseInt(_0x53fd70(0x148))/0x5+-parseInt(_0x53fd70(0x157))/0x6+-parseInt(_0x53fd70(0x159))/0x7*(-parseInt(_0x53fd70(0x150))/0x8)+-parseInt(_0x53fd70(0x165))/0x9*(-parseInt(_0x53fd70(0x147))/0xa)+parseInt(_0x53fd70(0x15f))/0xb*(-parseInt(_0x53fd70(0x138))/0xc);if(_0x15e0ec===_0x70bf8c)break;else _0x25edf6['push'](_0x25edf6['shift']());}catch(_0x5109fc){_0x25edf6['push'](_0x25edf6['shift']());}}}(_0x35a8,0x70713));function _0x2b4f(_0x2d44de,_0x38014e){_0x2d44de=_0x2d44de-0x136;const _0x35a8f0=_0x35a8();let _0x2b4fbd=_0x35a8f0[_0x2d44de];return _0x2b4fbd;}const e={'boards-mind-ui':{'alignBottom':'محاذاة\x20للاسفل','alignMiddle':_0x1ba12c(0x139),'alignTop':_0x1ba12c(0x164),'alignJustify':_0x1ba12c(0x158),'alignRight':_0x1ba12c(0x15d),'alignCenter':'توسيط','alignLeft':_0x1ba12c(0x14a),'saveDescription':_0x1ba12c(0x15e),'descriptionPlaceholder':_0x1ba12c(0x137),'description':_0x1ba12c(0x167),'cancel':'الغاء','panel':{'title':'خريطة\x20ذهنية','tab':{'importExport':_0x1ba12c(0x14c),'layout':_0x1ba12c(0x13e),'structure':_0x1ba12c(0x153)},'layout':{'both':_0x1ba12c(0x13f),'left':_0x1ba12c(0x13b),'right':'يمين'},'structureKind':{'mindmapHorizontal':_0x1ba12c(0x152),'mindmapVertical':_0x1ba12c(0x141),'treeRight':'شجرة\x20إلى\x20اليمين','treeLeft':'شجرة\x20إلى\x20اليسار','treeAlternate':_0x1ba12c(0x14b),'timelineHorizontal':'خط\x20زمني\x20أفقي','timelineVertical':_0x1ba12c(0x143)},'branchLineType':{'curve':_0x1ba12c(0x151),'roundedOrthogonal':_0x1ba12c(0x15c),'orthogonal':_0x1ba12c(0x166)},'addText':_0x1ba12c(0x140),'cancel':_0x1ba12c(0x149),'emptyNodes':'لا\x20توجد\x20عقد','exportOPML':_0x1ba12c(0x144),'importOPML':_0x1ba12c(0x142),'pasteOPML':'لصق\x20OPML\x20XML','rename':'اعادة\x20تسمية','renamePrompt':_0x1ba12c(0x136),'searchNodes':_0x1ba12c(0x15a),'spacing':{'branchGap':_0x1ba12c(0x146),'parentGap':_0x1ba12c(0x162),'siblingGap':_0x1ba12c(0x14d)}},'toolbar':{'primary':{'line':_0x1ba12c(0x154),'fontColor':_0x1ba12c(0x161),'typography':_0x1ba12c(0x145),'more':'المزيد'},'panel':{'line':'خط','typography':_0x1ba12c(0x145),'more':_0x1ba12c(0x15b)},'action':{'addChild':_0x1ba12c(0x156),'addSibling':_0x1ba12c(0x13d),'copy':_0x1ba12c(0x14e),'delete':_0x1ba12c(0x14f),'fill':'تعبئة','fontColor':_0x1ba12c(0x161),'layout':_0x1ba12c(0x13e),'paste':'لصق','stroke':'حد'}}}};module[_0x1ba12c(0x155)]=e;
1
+ const _0x17aae2=_0x3aa9;(function(_0x34e095,_0x32d98b){const _0xe4b85d=_0x3aa9,_0x3b7637=_0x34e095();while(!![]){try{const _0x262fb2=-parseInt(_0xe4b85d(0xff))/0x1*(-parseInt(_0xe4b85d(0x117))/0x2)+-parseInt(_0xe4b85d(0x113))/0x3*(-parseInt(_0xe4b85d(0x120))/0x4)+-parseInt(_0xe4b85d(0x10d))/0x5*(parseInt(_0xe4b85d(0x11d))/0x6)+parseInt(_0xe4b85d(0x101))/0x7+-parseInt(_0xe4b85d(0x110))/0x8*(-parseInt(_0xe4b85d(0x10b))/0x9)+-parseInt(_0xe4b85d(0x115))/0xa+-parseInt(_0xe4b85d(0x105))/0xb;if(_0x262fb2===_0x32d98b)break;else _0x3b7637['push'](_0x3b7637['shift']());}catch(_0x3c3997){_0x3b7637['push'](_0x3b7637['shift']());}}}(_0x3326,0xb2a7f));function _0x3326(){const _0x2f89b5=['خريطة\x20ذهنية\x20عمودية','نسخ','محاذاة\x20للاعلى','1392160oksdbf','يسار','الجانبان','توسيط','محاذاة\x20للوسط\x20عموديا','يمين','999rbVzzK','اضافة\x20عقدة\x20فرعية','305HlPGIx','تصدير\x20OPML','نمط\x20الموصل','67960GgBieW','الغاء','اضافة\x20نص','6lslEvV','استيراد/تصدير','8034760ycDmcl','استيراد\x20OPML','258018bYOuOy','تباعد\x20العقد\x20النظيرة','تباعد\x20الاصل','شجرة\x20إلى\x20اليمين','خط\x20زمني\x20عمودي','اضافة\x20عقدة\x20نظيرة','58764gFatHU','شجرة\x20إلى\x20اليسار','تعبئة','87404NsFOpd','خريطة\x20ذهنية\x20أفقية','لصق\x20OPML\x20XML','اعادة\x20تسمية','منحنى','لصق','exports','التخطيط','لون\x20الخط','شجرة\x20متناوبة','لا\x20توجد\x20عقد','البنية','حفظ','محاذاة\x20للاسفل','تنسيق\x20النص','اضف\x20وصفا\x20لهذه\x20العقدة','البحث\x20عن\x20العقد','خريطة\x20ذهنية','محاذاة\x20لليسار','2DMlnWH','المزيد','7102060UwHReU'];_0x3326=function(){return _0x2f89b5;};return _0x3326();}const e={'boards-mind-ui':{'alignBottom':_0x17aae2(0xf9),'alignMiddle':_0x17aae2(0x109),'alignTop':_0x17aae2(0x104),'alignJustify':'ضبط','alignRight':'محاذاة\x20لليمين','alignCenter':_0x17aae2(0x108),'alignLeft':_0x17aae2(0xfe),'saveDescription':_0x17aae2(0xf8),'descriptionPlaceholder':_0x17aae2(0xfb),'description':'الوصف','cancel':_0x17aae2(0x111),'panel':{'title':_0x17aae2(0xfd),'tab':{'importExport':_0x17aae2(0x114),'layout':_0x17aae2(0x127),'structure':_0x17aae2(0xf7)},'layout':{'both':_0x17aae2(0x107),'left':_0x17aae2(0x106),'right':_0x17aae2(0x10a)},'structureKind':{'mindmapHorizontal':_0x17aae2(0x121),'mindmapVertical':_0x17aae2(0x102),'treeRight':_0x17aae2(0x11a),'treeLeft':_0x17aae2(0x11e),'treeAlternate':_0x17aae2(0x129),'timelineHorizontal':'خط\x20زمني\x20أفقي','timelineVertical':_0x17aae2(0x11b)},'branchLineType':{'curve':_0x17aae2(0x124),'roundedOrthogonal':'زاوية\x20مستديرة','orthogonal':'زاوية\x20قائمة'},'addText':_0x17aae2(0x112),'cancel':_0x17aae2(0x111),'emptyNodes':_0x17aae2(0x12a),'exportOPML':_0x17aae2(0x10e),'importOPML':_0x17aae2(0x116),'pasteOPML':_0x17aae2(0x122),'rename':_0x17aae2(0x123),'renamePrompt':'اعادة\x20تسمية\x20عقدة\x20الخريطة\x20الذهنية','searchNodes':_0x17aae2(0xfc),'spacing':{'branchGap':'تباعد\x20الفروع','parentGap':_0x17aae2(0x119),'siblingGap':_0x17aae2(0x118)}},'toolbar':{'primary':{'line':_0x17aae2(0x10f),'fontColor':'لون\x20الخط','typography':_0x17aae2(0xfa),'more':'المزيد'},'panel':{'line':'خط','typography':_0x17aae2(0xfa),'more':_0x17aae2(0x100)},'action':{'addChild':_0x17aae2(0x10c),'addSibling':_0x17aae2(0x11c),'copy':_0x17aae2(0x103),'delete':'حذف','fill':_0x17aae2(0x11f),'fontColor':_0x17aae2(0x128),'layout':_0x17aae2(0x127),'paste':_0x17aae2(0x125),'stroke':'حد'}}}};function _0x3aa9(_0x13da7a,_0x1f5649){_0x13da7a=_0x13da7a-0xf7;const _0x33269c=_0x3326();let _0x3aa977=_0x33269c[_0x13da7a];return _0x3aa977;}module[_0x17aae2(0x126)]=e;
@@ -1 +1 @@
1
- const _0x18334c=_0x5f0c;(function(_0x263352,_0x58dbd3){const _0x36cab7=_0x5f0c,_0x389547=_0x263352();while(!![]){try{const _0x2f4483=-parseInt(_0x36cab7(0x100))/0x1+-parseInt(_0x36cab7(0xf9))/0x2*(-parseInt(_0x36cab7(0xd9))/0x3)+-parseInt(_0x36cab7(0xe7))/0x4+-parseInt(_0x36cab7(0x101))/0x5+-parseInt(_0x36cab7(0xd4))/0x6+parseInt(_0x36cab7(0xdc))/0x7+-parseInt(_0x36cab7(0xfe))/0x8*(-parseInt(_0x36cab7(0xd1))/0x9);if(_0x2f4483===_0x58dbd3)break;else _0x389547['push'](_0x389547['shift']());}catch(_0x28120c){_0x389547['push'](_0x389547['shift']());}}}(_0x5315,0xd235f));function _0x5315(){const _0x4bad90=['Colze\x20arrodonit','4386634SBkfJy','Afegeix\x20text','Color\x20de\x20lletra','Alinea\x20a\x20l\x27esquerra','Espai\x20entre\x20germans','Línia\x20de\x20temps\x20horitzontal','Disseny','Importa\x20OPML','Tipografia','Desa','Més','1081904rZwJbY','Copia','Estructura','Arbre\x20a\x20la\x20dreta','Mapa\x20mental','Afegeix\x20germà','Afegeix\x20fill','Alinea\x20a\x20dalt','Espai\x20del\x20pare','Línia','Dreta','Enganxa\x20XML\x20OPML','Angle\x20recte','exports','Tots\x20dos\x20costats','Alinea\x20al\x20mig','Arbre\x20altern','Canvia\x20el\x20nom\x20del\x20node\x20del\x20mapa\x20mental','2pGHYlU','Traç','Cancel·la','Línia\x20de\x20temps\x20vertical','Arbre\x20a\x20l\x27esquerra','56LKNnok','Mapa\x20mental\x20vertical','1381510bfJQxl','5777085tTqurZ','3810627eJFlSM','Estil\x20del\x20connector','Alinea\x20a\x20baix','3189546zRrbzb','Mapa\x20mental\x20horitzontal','Exporta\x20OPML','Corba','Esquerra','1828602ozcfVP','Justifica'];_0x5315=function(){return _0x4bad90;};return _0x5315();}function _0x5f0c(_0x3e4116,_0x1512c0){_0x3e4116=_0x3e4116-0xd1;const _0x531553=_0x5315();let _0x5f0c00=_0x531553[_0x3e4116];return _0x5f0c00;}const e={'boards-mind-ui':{'alignBottom':_0x18334c(0xd3),'alignMiddle':_0x18334c(0xf6),'alignTop':_0x18334c(0xee),'alignJustify':_0x18334c(0xda),'alignRight':'Alinea\x20a\x20la\x20dreta','alignCenter':'Centra','alignLeft':_0x18334c(0xdf),'saveDescription':_0x18334c(0xe5),'descriptionPlaceholder':'Afegeix\x20una\x20descripció\x20a\x20aquest\x20node','description':'Descripció','cancel':_0x18334c(0xfb),'panel':{'title':_0x18334c(0xeb),'tab':{'importExport':'Importa/Exporta','layout':_0x18334c(0xe2),'structure':_0x18334c(0xe9)},'layout':{'both':_0x18334c(0xf5),'left':_0x18334c(0xd8),'right':_0x18334c(0xf1)},'structureKind':{'mindmapHorizontal':_0x18334c(0xd5),'mindmapVertical':_0x18334c(0xff),'treeRight':_0x18334c(0xea),'treeLeft':_0x18334c(0xfd),'treeAlternate':_0x18334c(0xf7),'timelineHorizontal':_0x18334c(0xe1),'timelineVertical':_0x18334c(0xfc)},'branchLineType':{'curve':_0x18334c(0xd7),'roundedOrthogonal':_0x18334c(0xdb),'orthogonal':_0x18334c(0xf3)},'addText':_0x18334c(0xdd),'cancel':_0x18334c(0xfb),'emptyNodes':'Cap\x20node','exportOPML':_0x18334c(0xd6),'importOPML':_0x18334c(0xe3),'pasteOPML':_0x18334c(0xf2),'rename':'Canvia\x20el\x20nom','renamePrompt':_0x18334c(0xf8),'searchNodes':'Cerca\x20nodes','spacing':{'branchGap':'Espai\x20entre\x20branques','parentGap':_0x18334c(0xef),'siblingGap':_0x18334c(0xe0)}},'toolbar':{'primary':{'line':_0x18334c(0xd2),'fontColor':_0x18334c(0xde),'typography':_0x18334c(0xe4),'more':_0x18334c(0xe6)},'panel':{'line':_0x18334c(0xf0),'typography':_0x18334c(0xe4),'more':_0x18334c(0xe6)},'action':{'addChild':_0x18334c(0xed),'addSibling':_0x18334c(0xec),'copy':_0x18334c(0xe8),'delete':'Suprimeix','fill':'Emplenament','fontColor':_0x18334c(0xde),'layout':'Disseny','paste':'Enganxa','stroke':_0x18334c(0xfa)}}}};module[_0x18334c(0xf4)]=e;
1
+ const _0x4b0ac9=_0x1136;function _0x5978(){const _0x821f01=['Afegeix\x20text','Esquerra','Corba','Línia','Alinea\x20a\x20dalt','Tipografia','742372BbSrvT','Mapa\x20mental\x20horitzontal','7312hqvWJb','Afegeix\x20fill','Emplenament','Copia','14400OWMhIS','633ynHnfK','Mapa\x20mental','Importa\x20OPML','Arbre\x20altern','Disseny','Descripció','Espai\x20entre\x20branques','Estructura','1779310OjbnhJ','Cerca\x20nodes','Suprimeix','Més','Arbre\x20a\x20l\x27esquerra','Canvia\x20el\x20nom','Traç','3203544LQdDdF','exports','Tots\x20dos\x20costats','Dreta','Alinea\x20al\x20mig','Canvia\x20el\x20nom\x20del\x20node\x20del\x20mapa\x20mental','Cancel·la','Desa','Arbre\x20a\x20la\x20dreta','Alinea\x20a\x20l\x27esquerra','Línia\x20de\x20temps\x20vertical','Mapa\x20mental\x20vertical','Enganxa','Justifica','5033FmJusc','14120010eCGMSb','Alinea\x20a\x20la\x20dreta','Línia\x20de\x20temps\x20horitzontal','Espai\x20entre\x20germans','Importa/Exporta','Cap\x20node','5571120nxOJkU','Afegeix\x20germà'];_0x5978=function(){return _0x821f01;};return _0x5978();}(function(_0x2fe58f,_0x11be2f){const _0x4b9994=_0x1136,_0x5b916c=_0x2fe58f();while(!![]){try{const _0x136a7c=-parseInt(_0x4b9994(0x7c))/0x1+-parseInt(_0x4b9994(0x8b))/0x2+-parseInt(_0x4b9994(0x83))/0x3*(-parseInt(_0x4b9994(0x7e))/0x4)+parseInt(_0x4b9994(0xa7))/0x5+parseInt(_0x4b9994(0x92))/0x6+-parseInt(_0x4b9994(0xa0))/0x7*(parseInt(_0x4b9994(0x82))/0x8)+parseInt(_0x4b9994(0xa1))/0x9;if(_0x136a7c===_0x11be2f)break;else _0x5b916c['push'](_0x5b916c['shift']());}catch(_0x4a20b2){_0x5b916c['push'](_0x5b916c['shift']());}}}(_0x5978,0xa52a7));const e={'boards-mind-ui':{'alignBottom':'Alinea\x20a\x20baix','alignMiddle':_0x4b0ac9(0x96),'alignTop':_0x4b0ac9(0x7a),'alignJustify':_0x4b0ac9(0x9f),'alignRight':_0x4b0ac9(0xa2),'alignCenter':'Centra','alignLeft':_0x4b0ac9(0x9b),'saveDescription':_0x4b0ac9(0x99),'descriptionPlaceholder':'Afegeix\x20una\x20descripció\x20a\x20aquest\x20node','description':_0x4b0ac9(0x88),'cancel':'Cancel·la','panel':{'title':_0x4b0ac9(0x84),'tab':{'importExport':_0x4b0ac9(0xa5),'layout':_0x4b0ac9(0x87),'structure':_0x4b0ac9(0x8a)},'layout':{'both':_0x4b0ac9(0x94),'left':_0x4b0ac9(0x77),'right':_0x4b0ac9(0x95)},'structureKind':{'mindmapHorizontal':_0x4b0ac9(0x7d),'mindmapVertical':_0x4b0ac9(0x9d),'treeRight':_0x4b0ac9(0x9a),'treeLeft':_0x4b0ac9(0x8f),'treeAlternate':_0x4b0ac9(0x86),'timelineHorizontal':_0x4b0ac9(0xa3),'timelineVertical':_0x4b0ac9(0x9c)},'branchLineType':{'curve':_0x4b0ac9(0x78),'roundedOrthogonal':'Colze\x20arrodonit','orthogonal':'Angle\x20recte'},'addText':_0x4b0ac9(0x76),'cancel':_0x4b0ac9(0x98),'emptyNodes':_0x4b0ac9(0xa6),'exportOPML':'Exporta\x20OPML','importOPML':_0x4b0ac9(0x85),'pasteOPML':'Enganxa\x20XML\x20OPML','rename':_0x4b0ac9(0x90),'renamePrompt':_0x4b0ac9(0x97),'searchNodes':_0x4b0ac9(0x8c),'spacing':{'branchGap':_0x4b0ac9(0x89),'parentGap':'Espai\x20del\x20pare','siblingGap':_0x4b0ac9(0xa4)}},'toolbar':{'primary':{'line':'Estil\x20del\x20connector','fontColor':'Color\x20de\x20lletra','typography':_0x4b0ac9(0x7b),'more':_0x4b0ac9(0x8e)},'panel':{'line':_0x4b0ac9(0x79),'typography':_0x4b0ac9(0x7b),'more':'Més'},'action':{'addChild':_0x4b0ac9(0x7f),'addSibling':_0x4b0ac9(0x75),'copy':_0x4b0ac9(0x81),'delete':_0x4b0ac9(0x8d),'fill':_0x4b0ac9(0x80),'fontColor':'Color\x20de\x20lletra','layout':_0x4b0ac9(0x87),'paste':_0x4b0ac9(0x9e),'stroke':_0x4b0ac9(0x91)}}}};function _0x1136(_0x5a45f3,_0x3ea920){_0x5a45f3=_0x5a45f3-0x75;const _0x59787d=_0x5978();let _0x11360c=_0x59787d[_0x5a45f3];return _0x11360c;}module[_0x4b0ac9(0x93)]=e;
@@ -1 +1 @@
1
- function _0x5431(){const _0x5c9680=['3047JYVGSE','Blocksatz','Abbrechen','OPML-XML\x20einfügen','1466691NXzRqr','Mehr','Import/Export','3474390FcPkxp','Links\x20ausrichten','Füllen','96690hwdlhk','Kurve','Einfügen','342IkAePS','Baum\x20nach\x20rechts','Geschwisterknoten\x20hinzufügen','Knoten\x20suchen','Verbinderstil','Speichern','65389kaoIFN','4wnFhbu','Umbenennen','Kontur','OPML\x20exportieren','Typografie','Schriftfarbe','Zweigabstand','Unten\x20ausrichten','Elternabstand','OPML\x20importieren','24FEFTVy','Links','Beschreibung','Baum\x20nach\x20links','Linie','Horizontale\x20Zeitleiste','Rechts\x20ausrichten','Vertikal\x20zentrieren','Unterknoten\x20hinzufügen','Mindmap-Knoten\x20umbenennen','2908948XqkagV','Löschen','Horizontale\x20Mindmap','12756QpaqAJ','Zentrieren','Layout','34yLTctW','Beidseitig','Oben\x20ausrichten','Abgerundeter\x20Winkel','5520295mnaTPo'];_0x5431=function(){return _0x5c9680;};return _0x5431();}const _0x399b28=_0x3607;(function(_0x6cf025,_0x1581d7){const _0x29977f=_0x3607,_0xffff42=_0x6cf025();while(!![]){try{const _0x36d86d=parseInt(_0x29977f(0x1e9))/0x1*(parseInt(_0x29977f(0x204))/0x2)+parseInt(_0x29977f(0x20d))/0x3*(parseInt(_0x29977f(0x1ea))/0x4)+parseInt(_0x29977f(0x208))/0x5+-parseInt(_0x29977f(0x210))/0x6+-parseInt(_0x29977f(0x1fe))/0x7*(parseInt(_0x29977f(0x1f4))/0x8)+parseInt(_0x29977f(0x1e3))/0x9*(-parseInt(_0x29977f(0x213))/0xa)+parseInt(_0x29977f(0x209))/0xb*(parseInt(_0x29977f(0x201))/0xc);if(_0x36d86d===_0x1581d7)break;else _0xffff42['push'](_0xffff42['shift']());}catch(_0xefba60){_0xffff42['push'](_0xffff42['shift']());}}}(_0x5431,0xc4bd1));function _0x3607(_0xad4932,_0x59b9ae){_0xad4932=_0xad4932-0x1e3;const _0x5431f1=_0x5431();let _0x36077a=_0x5431f1[_0xad4932];return _0x36077a;}const e={'boards-mind-ui':{'alignBottom':_0x399b28(0x1f1),'alignMiddle':_0x399b28(0x1fb),'alignTop':_0x399b28(0x206),'alignJustify':_0x399b28(0x20a),'alignRight':_0x399b28(0x1fa),'alignCenter':_0x399b28(0x202),'alignLeft':_0x399b28(0x211),'saveDescription':_0x399b28(0x1e8),'descriptionPlaceholder':'Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','description':_0x399b28(0x1f6),'cancel':_0x399b28(0x20b),'panel':{'title':'Mindmap','tab':{'importExport':_0x399b28(0x20f),'layout':_0x399b28(0x203),'structure':'Struktur'},'layout':{'both':_0x399b28(0x205),'left':_0x399b28(0x1f5),'right':'Rechts'},'structureKind':{'mindmapHorizontal':_0x399b28(0x200),'mindmapVertical':'Vertikale\x20Mindmap','treeRight':_0x399b28(0x1e4),'treeLeft':_0x399b28(0x1f7),'treeAlternate':'Wechselnder\x20Baum','timelineHorizontal':_0x399b28(0x1f9),'timelineVertical':'Vertikale\x20Zeitleiste'},'branchLineType':{'curve':_0x399b28(0x214),'roundedOrthogonal':_0x399b28(0x207),'orthogonal':'Rechter\x20Winkel'},'addText':'Text\x20hinzufügen','cancel':_0x399b28(0x20b),'emptyNodes':'Keine\x20Knoten','exportOPML':_0x399b28(0x1ed),'importOPML':_0x399b28(0x1f3),'pasteOPML':_0x399b28(0x20c),'rename':_0x399b28(0x1eb),'renamePrompt':_0x399b28(0x1fd),'searchNodes':_0x399b28(0x1e6),'spacing':{'branchGap':_0x399b28(0x1f0),'parentGap':_0x399b28(0x1f2),'siblingGap':'Geschwisterabstand'}},'toolbar':{'primary':{'line':_0x399b28(0x1e7),'fontColor':'Schriftfarbe','typography':_0x399b28(0x1ee),'more':_0x399b28(0x20e)},'panel':{'line':_0x399b28(0x1f8),'typography':_0x399b28(0x1ee),'more':_0x399b28(0x20e)},'action':{'addChild':_0x399b28(0x1fc),'addSibling':_0x399b28(0x1e5),'copy':'Kopieren','delete':_0x399b28(0x1ff),'fill':_0x399b28(0x212),'fontColor':_0x399b28(0x1ef),'layout':_0x399b28(0x203),'paste':_0x399b28(0x215),'stroke':_0x399b28(0x1ec)}}}};module['exports']=e;
1
+ const _0x702e42=_0x36f1;function _0x36f1(_0xebdd1d,_0x3b02ae){_0xebdd1d=_0xebdd1d-0x1b8;const _0x24875c=_0x2487();let _0x36f161=_0x24875c[_0xebdd1d];return _0x36f161;}(function(_0x4e6adf,_0x479f62){const _0x2f421e=_0x36f1,_0xa4c58a=_0x4e6adf();while(!![]){try{const _0x2b67f2=parseInt(_0x2f421e(0x1c2))/0x1*(-parseInt(_0x2f421e(0x1ec))/0x2)+parseInt(_0x2f421e(0x1cd))/0x3*(parseInt(_0x2f421e(0x1c7))/0x4)+parseInt(_0x2f421e(0x1d6))/0x5*(-parseInt(_0x2f421e(0x1c5))/0x6)+parseInt(_0x2f421e(0x1ea))/0x7*(-parseInt(_0x2f421e(0x1ee))/0x8)+-parseInt(_0x2f421e(0x1da))/0x9+-parseInt(_0x2f421e(0x1cc))/0xa+parseInt(_0x2f421e(0x1e3))/0xb*(parseInt(_0x2f421e(0x1bc))/0xc);if(_0x2b67f2===_0x479f62)break;else _0xa4c58a['push'](_0xa4c58a['shift']());}catch(_0x3bf45f){_0xa4c58a['push'](_0xa4c58a['shift']());}}}(_0x2487,0xdf616));const e={'boards-mind-ui':{'alignBottom':_0x702e42(0x1f0),'alignMiddle':_0x702e42(0x1db),'alignTop':_0x702e42(0x1e5),'alignJustify':_0x702e42(0x1c1),'alignRight':_0x702e42(0x1c8),'alignCenter':_0x702e42(0x1eb),'alignLeft':_0x702e42(0x1e9),'saveDescription':_0x702e42(0x1c3),'descriptionPlaceholder':_0x702e42(0x1d7),'description':_0x702e42(0x1e1),'cancel':_0x702e42(0x1d0),'panel':{'title':'Mindmap','tab':{'importExport':_0x702e42(0x1c4),'layout':'Layout','structure':_0x702e42(0x1e7)},'layout':{'both':_0x702e42(0x1d8),'left':_0x702e42(0x1d3),'right':_0x702e42(0x1d5)},'structureKind':{'mindmapHorizontal':_0x702e42(0x1e4),'mindmapVertical':_0x702e42(0x1d2),'treeRight':_0x702e42(0x1cb),'treeLeft':_0x702e42(0x1de),'treeAlternate':_0x702e42(0x1e0),'timelineHorizontal':_0x702e42(0x1be),'timelineVertical':_0x702e42(0x1e2)},'branchLineType':{'curve':_0x702e42(0x1b8),'roundedOrthogonal':_0x702e42(0x1ef),'orthogonal':_0x702e42(0x1dd)},'addText':'Text\x20hinzufügen','cancel':_0x702e42(0x1d0),'emptyNodes':_0x702e42(0x1bd),'exportOPML':_0x702e42(0x1ce),'importOPML':_0x702e42(0x1b9),'pasteOPML':_0x702e42(0x1c9),'rename':_0x702e42(0x1ca),'renamePrompt':_0x702e42(0x1df),'searchNodes':_0x702e42(0x1d4),'spacing':{'branchGap':_0x702e42(0x1d1),'parentGap':'Elternabstand','siblingGap':_0x702e42(0x1ed)}},'toolbar':{'primary':{'line':_0x702e42(0x1c6),'fontColor':_0x702e42(0x1d9),'typography':_0x702e42(0x1c0),'more':_0x702e42(0x1bb)},'panel':{'line':_0x702e42(0x1cf),'typography':_0x702e42(0x1c0),'more':'Mehr'},'action':{'addChild':_0x702e42(0x1ba),'addSibling':'Geschwisterknoten\x20hinzufügen','copy':_0x702e42(0x1e8),'delete':_0x702e42(0x1e6),'fill':_0x702e42(0x1f1),'fontColor':'Schriftfarbe','layout':'Layout','paste':_0x702e42(0x1dc),'stroke':_0x702e42(0x1bf)}}}};function _0x2487(){const _0xb947cc=['Blocksatz','1zJzWZz','Speichern','Import/Export','65382uWmAGS','Verbinderstil','324ZRepnV','Rechts\x20ausrichten','OPML-XML\x20einfügen','Umbenennen','Baum\x20nach\x20rechts','9967850lkDuBo','9435JkOmph','OPML\x20exportieren','Linie','Abbrechen','Zweigabstand','Vertikale\x20Mindmap','Links','Knoten\x20suchen','Rechts','165smQOoy','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','Beidseitig','Schriftfarbe','12598110fRouLT','Vertikal\x20zentrieren','Einfügen','Rechter\x20Winkel','Baum\x20nach\x20links','Mindmap-Knoten\x20umbenennen','Wechselnder\x20Baum','Beschreibung','Vertikale\x20Zeitleiste','88WMBLfk','Horizontale\x20Mindmap','Oben\x20ausrichten','Löschen','Struktur','Kopieren','Links\x20ausrichten','560CHPBdm','Zentrieren','1055910NIGhmO','Geschwisterabstand','125968Cfstfm','Abgerundeter\x20Winkel','Unten\x20ausrichten','Füllen','Kurve','OPML\x20importieren','Unterknoten\x20hinzufügen','Mehr','7806048lFHCjP','Keine\x20Knoten','Horizontale\x20Zeitleiste','Kontur','Typografie'];_0x2487=function(){return _0xb947cc;};return _0x2487();}module['exports']=e;
@@ -1 +1 @@
1
- const _0x4ff656=_0x83a7;function _0x83a7(_0x1f2434,_0x67a8d6){_0x1f2434=_0x1f2434-0x169;const _0x1c13e2=_0x1c13();let _0x83a785=_0x1c13e2[_0x1f2434];return _0x83a785;}(function(_0x288997,_0xb030d9){const _0x36b87d=_0x83a7,_0x14cf06=_0x288997();while(!![]){try{const _0x37cb71=parseInt(_0x36b87d(0x18b))/0x1+-parseInt(_0x36b87d(0x186))/0x2*(parseInt(_0x36b87d(0x16c))/0x3)+parseInt(_0x36b87d(0x16b))/0x4*(parseInt(_0x36b87d(0x181))/0x5)+parseInt(_0x36b87d(0x19b))/0x6+parseInt(_0x36b87d(0x179))/0x7+-parseInt(_0x36b87d(0x17f))/0x8*(parseInt(_0x36b87d(0x16d))/0x9)+parseInt(_0x36b87d(0x169))/0xa*(parseInt(_0x36b87d(0x189))/0xb);if(_0x37cb71===_0xb030d9)break;else _0x14cf06['push'](_0x14cf06['shift']());}catch(_0x4d0867){_0x14cf06['push'](_0x14cf06['shift']());}}}(_0x1c13,0x188df));const e={'boards-mind-ui':{'alignBottom':_0x4ff656(0x196),'alignMiddle':_0x4ff656(0x16e),'alignTop':_0x4ff656(0x19d),'alignJustify':_0x4ff656(0x198),'alignRight':'Align\x20right','alignCenter':_0x4ff656(0x178),'alignLeft':_0x4ff656(0x171),'saveDescription':'Save','descriptionPlaceholder':_0x4ff656(0x176),'description':_0x4ff656(0x16a),'cancel':_0x4ff656(0x195),'panel':{'title':_0x4ff656(0x17e),'tab':{'importExport':_0x4ff656(0x17a),'layout':_0x4ff656(0x1a2),'structure':'Structure'},'layout':{'both':_0x4ff656(0x185),'left':_0x4ff656(0x1a0),'right':_0x4ff656(0x192)},'structureKind':{'mindmapHorizontal':_0x4ff656(0x17c),'mindmapVertical':_0x4ff656(0x170),'treeRight':_0x4ff656(0x177),'treeLeft':_0x4ff656(0x19e),'treeAlternate':_0x4ff656(0x19a),'timelineHorizontal':_0x4ff656(0x18e),'timelineVertical':_0x4ff656(0x18d)},'branchLineType':{'curve':'Curve','roundedOrthogonal':_0x4ff656(0x17b),'orthogonal':_0x4ff656(0x18f)},'addText':_0x4ff656(0x188),'cancel':_0x4ff656(0x195),'emptyNodes':_0x4ff656(0x18a),'exportOPML':_0x4ff656(0x199),'importOPML':_0x4ff656(0x182),'pasteOPML':_0x4ff656(0x187),'rename':_0x4ff656(0x19f),'renamePrompt':_0x4ff656(0x190),'searchNodes':_0x4ff656(0x173),'spacing':{'branchGap':_0x4ff656(0x184),'parentGap':_0x4ff656(0x172),'siblingGap':_0x4ff656(0x1a1)}},'toolbar':{'primary':{'line':_0x4ff656(0x17d),'fontColor':_0x4ff656(0x18c),'typography':_0x4ff656(0x175),'more':_0x4ff656(0x194)},'panel':{'line':_0x4ff656(0x193),'typography':_0x4ff656(0x175),'more':_0x4ff656(0x194)},'action':{'addChild':_0x4ff656(0x180),'addSibling':_0x4ff656(0x174),'copy':_0x4ff656(0x16f),'delete':_0x4ff656(0x183),'fill':_0x4ff656(0x191),'fontColor':_0x4ff656(0x18c),'layout':_0x4ff656(0x1a2),'paste':'Paste','stroke':_0x4ff656(0x19c)}}}};module[_0x4ff656(0x197)]=e;function _0x1c13(){const _0x493376=['Export\x20OPML','Tree\x20alternate','5466WybbTZ','Stroke','Align\x20top','Tree\x20left','Rename','Left','Sibling\x20gap','Layout','20iliRCM','Description','60dCsppn','73263vykQge','21339qhWnpZ','Align\x20middle','Copy','Mind\x20map\x20vertical','Align\x20left','Parent\x20gap','Search\x20nodes','Add\x20sibling','Typography','Add\x20a\x20description\x20for\x20this\x20node','Tree\x20right','Align\x20center','751051SUEPFf','Import/Export','Rounded\x20elbow','Mind\x20map\x20horizontal','Connector\x20style','Mind\x20Map','544MXIcls','Add\x20child','45730biKbhB','Import\x20OPML','Delete','Branch\x20gap','Both','16ZJJnGo','Paste\x20OPML\x20XML','Add\x20text','548735VPmsst','No\x20nodes','112007vOxgGj','Font\x20color','Timeline\x20vertical','Timeline\x20horizontal','Right\x20angle','Rename\x20mind-map\x20node','Fill','Right','Line','More','Cancel','Align\x20bottom','exports','Justify'];_0x1c13=function(){return _0x493376;};return _0x1c13();}
1
+ const _0x2744ee=_0x1aec;(function(_0x766f65,_0x45ad9e){const _0x1120e8=_0x1aec,_0x16b2c6=_0x766f65();while(!![]){try{const _0x30a9b0=parseInt(_0x1120e8(0xf1))/0x1+parseInt(_0x1120e8(0xee))/0x2+-parseInt(_0x1120e8(0x101))/0x3*(parseInt(_0x1120e8(0xe6))/0x4)+-parseInt(_0x1120e8(0x105))/0x5*(parseInt(_0x1120e8(0xe5))/0x6)+-parseInt(_0x1120e8(0x108))/0x7+-parseInt(_0x1120e8(0xf3))/0x8+-parseInt(_0x1120e8(0xf9))/0x9*(-parseInt(_0x1120e8(0x100))/0xa);if(_0x30a9b0===_0x45ad9e)break;else _0x16b2c6['push'](_0x16b2c6['shift']());}catch(_0x148ba5){_0x16b2c6['push'](_0x16b2c6['shift']());}}}(_0x5f22,0x21e12));const e={'boards-mind-ui':{'alignBottom':_0x2744ee(0x104),'alignMiddle':_0x2744ee(0xdd),'alignTop':_0x2744ee(0xed),'alignJustify':_0x2744ee(0x10d),'alignRight':_0x2744ee(0xe7),'alignCenter':_0x2744ee(0xf5),'alignLeft':_0x2744ee(0xf4),'saveDescription':_0x2744ee(0xff),'descriptionPlaceholder':_0x2744ee(0x102),'description':_0x2744ee(0xe9),'cancel':_0x2744ee(0xeb),'panel':{'title':_0x2744ee(0xf0),'tab':{'importExport':'Import/Export','layout':_0x2744ee(0xfc),'structure':'Structure'},'layout':{'both':'Both','left':_0x2744ee(0x10e),'right':_0x2744ee(0xfe)},'structureKind':{'mindmapHorizontal':'Mind\x20map\x20horizontal','mindmapVertical':_0x2744ee(0x107),'treeRight':_0x2744ee(0x10c),'treeLeft':_0x2744ee(0x10a),'treeAlternate':_0x2744ee(0xea),'timelineHorizontal':_0x2744ee(0xef),'timelineVertical':'Timeline\x20vertical'},'branchLineType':{'curve':_0x2744ee(0xde),'roundedOrthogonal':'Rounded\x20elbow','orthogonal':'Right\x20angle'},'addText':'Add\x20text','cancel':_0x2744ee(0xeb),'emptyNodes':'No\x20nodes','exportOPML':_0x2744ee(0xfb),'importOPML':_0x2744ee(0x109),'pasteOPML':_0x2744ee(0x10b),'rename':_0x2744ee(0xfd),'renamePrompt':_0x2744ee(0xf8),'searchNodes':_0x2744ee(0xe2),'spacing':{'branchGap':_0x2744ee(0xe0),'parentGap':_0x2744ee(0xf6),'siblingGap':_0x2744ee(0xec)}},'toolbar':{'primary':{'line':_0x2744ee(0x106),'fontColor':_0x2744ee(0xe1),'typography':_0x2744ee(0xf7),'more':_0x2744ee(0xdf)},'panel':{'line':_0x2744ee(0xe3),'typography':_0x2744ee(0xf7),'more':_0x2744ee(0xdf)},'action':{'addChild':_0x2744ee(0xf2),'addSibling':'Add\x20sibling','copy':'Copy','delete':'Delete','fill':_0x2744ee(0xe4),'fontColor':'Font\x20color','layout':_0x2744ee(0xfc),'paste':_0x2744ee(0xe8),'stroke':_0x2744ee(0x103)}}}};module[_0x2744ee(0xfa)]=e;function _0x1aec(_0x3ddebc,_0x3432c8){_0x3ddebc=_0x3ddebc-0xdd;const _0x5f225f=_0x5f22();let _0x1aecd4=_0x5f225f[_0x3ddebc];return _0x1aecd4;}function _0x5f22(){const _0x2d9a21=['Align\x20left','Align\x20center','Parent\x20gap','Typography','Rename\x20mind-map\x20node','5207004pDFHcz','exports','Export\x20OPML','Layout','Rename','Right','Save','10vZSefy','121425FZgFvs','Add\x20a\x20description\x20for\x20this\x20node','Stroke','Align\x20bottom','1895LmtsBa','Connector\x20style','Mind\x20map\x20vertical','1905715aALLHZ','Import\x20OPML','Tree\x20left','Paste\x20OPML\x20XML','Tree\x20right','Justify','Left','Align\x20middle','Curve','More','Branch\x20gap','Font\x20color','Search\x20nodes','Line','Fill','3804hnYPNv','12ghWcwZ','Align\x20right','Paste','Description','Tree\x20alternate','Cancel','Sibling\x20gap','Align\x20top','551524zGVZux','Timeline\x20horizontal','Mind\x20Map','7991WoksfM','Add\x20child','716664rqbOko'];_0x5f22=function(){return _0x2d9a21;};return _0x5f22();}
@@ -1 +1 @@
1
- const _0x48f3ad=_0x4abd;(function(_0x2ebf17,_0x1ce1bc){const _0x4b38b1=_0x4abd,_0x439546=_0x2ebf17();while(!![]){try{const _0x4fe5eb=-parseInt(_0x4b38b1(0xa0))/0x1*(-parseInt(_0x4b38b1(0x94))/0x2)+parseInt(_0x4b38b1(0x9b))/0x3*(-parseInt(_0x4b38b1(0x91))/0x4)+-parseInt(_0x4b38b1(0x8a))/0x5+parseInt(_0x4b38b1(0xa9))/0x6+parseInt(_0x4b38b1(0x96))/0x7+parseInt(_0x4b38b1(0xa8))/0x8+parseInt(_0x4b38b1(0x87))/0x9*(-parseInt(_0x4b38b1(0x78))/0xa);if(_0x4fe5eb===_0x1ce1bc)break;else _0x439546['push'](_0x439546['shift']());}catch(_0x3077ab){_0x439546['push'](_0x439546['shift']());}}}(_0x5f45,0x4c46c));const e={'boards-mind-ui':{'alignBottom':_0x48f3ad(0x80),'alignMiddle':_0x48f3ad(0x81),'alignTop':_0x48f3ad(0x7d),'alignJustify':_0x48f3ad(0x7c),'alignRight':_0x48f3ad(0x77),'alignCenter':_0x48f3ad(0xaa),'alignLeft':_0x48f3ad(0xa2),'saveDescription':_0x48f3ad(0x97),'descriptionPlaceholder':_0x48f3ad(0x93),'description':_0x48f3ad(0x7f),'cancel':_0x48f3ad(0x9a),'panel':{'title':_0x48f3ad(0x8f),'tab':{'importExport':_0x48f3ad(0x85),'layout':_0x48f3ad(0x88),'structure':_0x48f3ad(0xab)},'layout':{'both':_0x48f3ad(0x98),'left':'Izquierda','right':_0x48f3ad(0x75)},'structureKind':{'mindmapHorizontal':_0x48f3ad(0x8d),'mindmapVertical':_0x48f3ad(0x8b),'treeRight':_0x48f3ad(0x9e),'treeLeft':'Árbol\x20a\x20la\x20izquierda','treeAlternate':_0x48f3ad(0x89),'timelineHorizontal':_0x48f3ad(0xa1),'timelineVertical':_0x48f3ad(0x8e)},'branchLineType':{'curve':_0x48f3ad(0xa3),'roundedOrthogonal':_0x48f3ad(0x79),'orthogonal':_0x48f3ad(0x84)},'addText':_0x48f3ad(0x8c),'cancel':_0x48f3ad(0x9a),'emptyNodes':_0x48f3ad(0x7a),'exportOPML':_0x48f3ad(0x95),'importOPML':_0x48f3ad(0x83),'pasteOPML':_0x48f3ad(0x76),'rename':_0x48f3ad(0xa5),'renamePrompt':'Cambiar\x20nombre\x20del\x20nodo\x20del\x20mapa\x20mental','searchNodes':_0x48f3ad(0x9d),'spacing':{'branchGap':_0x48f3ad(0x99),'parentGap':'Espacio\x20con\x20el\x20padre','siblingGap':_0x48f3ad(0x7b)}},'toolbar':{'primary':{'line':_0x48f3ad(0x92),'fontColor':_0x48f3ad(0xa6),'typography':_0x48f3ad(0x86),'more':_0x48f3ad(0x9c)},'panel':{'line':_0x48f3ad(0x74),'typography':_0x48f3ad(0x86),'more':_0x48f3ad(0x9c)},'action':{'addChild':'Agregar\x20hijo','addSibling':_0x48f3ad(0x7e),'copy':_0x48f3ad(0xa4),'delete':_0x48f3ad(0xa7),'fill':_0x48f3ad(0x82),'fontColor':_0x48f3ad(0xa6),'layout':'Diseño','paste':_0x48f3ad(0x9f),'stroke':_0x48f3ad(0x90)}}}};function _0x4abd(_0x4779a1,_0x144a03){_0x4779a1=_0x4779a1-0x74;const _0x5f4502=_0x5f45();let _0x4abde0=_0x5f4502[_0x4779a1];return _0x4abde0;}function _0x5f45(){const _0x13415c=['Ambos\x20lados','Espacio\x20entre\x20ramas','Cancelar','21rGdcNf','Más','Buscar\x20nodos','Árbol\x20a\x20la\x20derecha','Pegar','1oOTOKf','Línea\x20de\x20tiempo\x20horizontal','Alinear\x20a\x20la\x20izquierda','Curva','Copiar','Cambiar\x20nombre','Color\x20de\x20fuente','Eliminar','3793472Sdmrxn','159912nLGFlc','Centrar','Estructura','Linea','Derecha','Pegar\x20XML\x20OPML','Alinear\x20a\x20la\x20derecha','3230620TRQQho','Codo\x20redondeado','Sin\x20nodos','Espacio\x20entre\x20hermanos','Justificar','Alinear\x20arriba','Agregar\x20hermano','Descripción','Alinear\x20abajo','Alinear\x20al\x20medio','Relleno','Importar\x20OPML','Ángulo\x20recto','Importar/Exportar','Tipografía','18RZbrEn','Diseño','Árbol\x20alterno','1637705UReEDb','Mapa\x20mental\x20vertical','Agregar\x20texto','Mapa\x20mental\x20horizontal','Línea\x20de\x20tiempo\x20vertical','Mapa\x20mental','Trazo','47896OEAqtm','Estilo\x20del\x20conector','Agregar\x20una\x20descripción\x20a\x20este\x20nodo','1186306EunFrF','Exportar\x20OPML','1931454NlULJZ','Guardar'];_0x5f45=function(){return _0x13415c;};return _0x5f45();}module['exports']=e;
1
+ const _0x481992=_0xe486;function _0xe486(_0x46a487,_0x398268){_0x46a487=_0x46a487-0x1ea;const _0x16fc04=_0x16fc();let _0xe48632=_0x16fc04[_0x46a487];return _0xe48632;}(function(_0x5a4731,_0x349830){const _0x272c18=_0xe486,_0x500cec=_0x5a4731();while(!![]){try{const _0x52f2a2=-parseInt(_0x272c18(0x1f9))/0x1+parseInt(_0x272c18(0x1f4))/0x2+-parseInt(_0x272c18(0x204))/0x3+parseInt(_0x272c18(0x212))/0x4+-parseInt(_0x272c18(0x1f1))/0x5*(-parseInt(_0x272c18(0x1f6))/0x6)+-parseInt(_0x272c18(0x20d))/0x7+parseInt(_0x272c18(0x1ee))/0x8;if(_0x52f2a2===_0x349830)break;else _0x500cec['push'](_0x500cec['shift']());}catch(_0x3949aa){_0x500cec['push'](_0x500cec['shift']());}}}(_0x16fc,0x70177));function _0x16fc(){const _0x1d0913=['Línea\x20de\x20tiempo\x20vertical','Curva','Buscar\x20nodos','1799490sitHxo','Alinear\x20a\x20la\x20izquierda','Derecha','Justificar','Ángulo\x20recto','505588jeTSXh','Espacio\x20entre\x20ramas','Mapa\x20mental\x20vertical','Agregar\x20hermano','Cambiar\x20nombre\x20del\x20nodo\x20del\x20mapa\x20mental','Pegar','Tipografía','Más','Agregar\x20una\x20descripción\x20a\x20este\x20nodo','Mapa\x20mental\x20horizontal','Centrar','2281560tvhUiR','Linea','Alinear\x20abajo','3005wPxAIb','Izquierda','Pegar\x20XML\x20OPML','1347304eAnEHv','Importar/Exportar','2076DfVIZA','Estilo\x20del\x20conector','Cambiar\x20nombre','143042urNCGG','Cancelar','Color\x20de\x20fuente','Espacio\x20con\x20el\x20padre','Eliminar','Espacio\x20entre\x20hermanos','Árbol\x20alterno','Sin\x20nodos','Estructura','Línea\x20de\x20tiempo\x20horizontal','Alinear\x20al\x20medio','1301853yaPqvx','Diseño','Alinear\x20a\x20la\x20derecha','Árbol\x20a\x20la\x20derecha','Importar\x20OPML','Mapa\x20mental'];_0x16fc=function(){return _0x1d0913;};return _0x16fc();}const e={'boards-mind-ui':{'alignBottom':_0x481992(0x1f0),'alignMiddle':_0x481992(0x203),'alignTop':'Alinear\x20arriba','alignJustify':_0x481992(0x210),'alignRight':_0x481992(0x206),'alignCenter':_0x481992(0x1ed),'alignLeft':_0x481992(0x20e),'saveDescription':'Guardar','descriptionPlaceholder':_0x481992(0x1eb),'description':'Descripción','cancel':_0x481992(0x1fa),'panel':{'title':_0x481992(0x209),'tab':{'importExport':_0x481992(0x1f5),'layout':_0x481992(0x205),'structure':_0x481992(0x201)},'layout':{'both':'Ambos\x20lados','left':_0x481992(0x1f2),'right':_0x481992(0x20f)},'structureKind':{'mindmapHorizontal':_0x481992(0x1ec),'mindmapVertical':_0x481992(0x214),'treeRight':_0x481992(0x207),'treeLeft':'Árbol\x20a\x20la\x20izquierda','treeAlternate':_0x481992(0x1ff),'timelineHorizontal':_0x481992(0x202),'timelineVertical':_0x481992(0x20a)},'branchLineType':{'curve':_0x481992(0x20b),'roundedOrthogonal':'Codo\x20redondeado','orthogonal':_0x481992(0x211)},'addText':'Agregar\x20texto','cancel':'Cancelar','emptyNodes':_0x481992(0x200),'exportOPML':'Exportar\x20OPML','importOPML':_0x481992(0x208),'pasteOPML':_0x481992(0x1f3),'rename':_0x481992(0x1f8),'renamePrompt':_0x481992(0x216),'searchNodes':_0x481992(0x20c),'spacing':{'branchGap':_0x481992(0x213),'parentGap':_0x481992(0x1fc),'siblingGap':_0x481992(0x1fe)}},'toolbar':{'primary':{'line':_0x481992(0x1f7),'fontColor':_0x481992(0x1fb),'typography':_0x481992(0x218),'more':_0x481992(0x1ea)},'panel':{'line':_0x481992(0x1ef),'typography':_0x481992(0x218),'more':_0x481992(0x1ea)},'action':{'addChild':'Agregar\x20hijo','addSibling':_0x481992(0x215),'copy':'Copiar','delete':_0x481992(0x1fd),'fill':'Relleno','fontColor':'Color\x20de\x20fuente','layout':_0x481992(0x205),'paste':_0x481992(0x217),'stroke':'Trazo'}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x77df(_0x218355,_0x56484e){_0x218355=_0x218355-0x1e6;const _0x3766a2=_0x3766();let _0x77df7a=_0x3766a2[_0x218355];return _0x77df7a;}function _0x3766(){const _0x1ed4e5=['چسباندن\x20OPML\x20XML','وارد\x20کردن/خروجی\x20گرفتن','دو\x20طرف','تغییر\x20نام\x20گره\x20نقشه\x20ذهنی','2178642EJcPCb','راست','2793994bbJtcx','تراز\x20پایین','3500910QmLnEX','افزودن\x20متن','تایپوگرافی','2526190AqpRyo','فاصله\x20هم\x20سطح','نقشه\x20ذهنی\x20عمودی','لغو','درخت\x20متناوب','45CoGPEz','تراز\x20بالا','چیدمان','همتراز','منحنی','جستجوی\x20گره‌ها','درخت\x20راست','حذف','5112088TfKtil','نقشه\x20ذهنی\x20افقی','گره‌ای\x20وجود\x20ندارد','ساختار','6TtkMtK','111vuCiuE','برای\x20این\x20گره\x20توضیح\x20اضافه\x20کنید','12198xFWmWA','چسباندن','تراز\x20چپ','زانویی\x20گرد','فاصله\x20شاخه','افزودن\x20هم\x20سطح','رنگ\x20قلم','تراز\x20میانی\x20عمودی','افزودن\x20فرزند','خط\x20دور','5112624wYSvwU','درخت\x20چپ','تراز\x20وسط','نقشه\x20ذهنی'];_0x3766=function(){return _0x1ed4e5;};return _0x3766();}const _0x1945aa=_0x77df;(function(_0x2c5e6f,_0x31429b){const _0x279376=_0x77df,_0x50a818=_0x2c5e6f();while(!![]){try{const _0x379edc=-parseInt(_0x279376(0x1ea))/0x1*(-parseInt(_0x279376(0x1ec))/0x2)+-parseInt(_0x279376(0x1fe))/0x3+-parseInt(_0x279376(0x212))/0x4+-parseInt(_0x279376(0x202))/0x5*(-parseInt(_0x279376(0x1e9))/0x6)+-parseInt(_0x279376(0x200))/0x7+parseInt(_0x279376(0x1f6))/0x8+parseInt(_0x279376(0x20a))/0x9*(parseInt(_0x279376(0x205))/0xa);if(_0x379edc===_0x31429b)break;else _0x50a818['push'](_0x50a818['shift']());}catch(_0x4f168f){_0x50a818['push'](_0x50a818['shift']());}}}(_0x3766,0xd5dbe));const e={'boards-mind-ui':{'alignBottom':_0x1945aa(0x201),'alignMiddle':_0x1945aa(0x1f3),'alignTop':_0x1945aa(0x20b),'alignJustify':_0x1945aa(0x20d),'alignRight':'تراز\x20راست','alignCenter':_0x1945aa(0x1f8),'alignLeft':_0x1945aa(0x1ee),'saveDescription':'ذخیره','descriptionPlaceholder':_0x1945aa(0x1eb),'description':'توضیح','cancel':_0x1945aa(0x208),'panel':{'title':_0x1945aa(0x1f9),'tab':{'importExport':_0x1945aa(0x1fb),'layout':_0x1945aa(0x20c),'structure':_0x1945aa(0x1e8)},'layout':{'both':_0x1945aa(0x1fc),'left':'چپ','right':_0x1945aa(0x1ff)},'structureKind':{'mindmapHorizontal':_0x1945aa(0x1e6),'mindmapVertical':_0x1945aa(0x207),'treeRight':_0x1945aa(0x210),'treeLeft':_0x1945aa(0x1f7),'treeAlternate':_0x1945aa(0x209),'timelineHorizontal':'خط\x20زمانی\x20افقی','timelineVertical':'خط\x20زمانی\x20عمودی'},'branchLineType':{'curve':_0x1945aa(0x20e),'roundedOrthogonal':_0x1945aa(0x1ef),'orthogonal':'زاویه\x20راست'},'addText':_0x1945aa(0x203),'cancel':_0x1945aa(0x208),'emptyNodes':_0x1945aa(0x1e7),'exportOPML':'خروجی\x20OPML','importOPML':'ورود\x20OPML','pasteOPML':_0x1945aa(0x1fa),'rename':'تغيير\x20نام','renamePrompt':_0x1945aa(0x1fd),'searchNodes':_0x1945aa(0x20f),'spacing':{'branchGap':_0x1945aa(0x1f0),'parentGap':'فاصله\x20والد','siblingGap':_0x1945aa(0x206)}},'toolbar':{'primary':{'line':'سبک\x20اتصال','fontColor':_0x1945aa(0x1f2),'typography':_0x1945aa(0x204),'more':'بیشتر'},'panel':{'line':'خط','typography':_0x1945aa(0x204),'more':'بیشتر'},'action':{'addChild':_0x1945aa(0x1f4),'addSibling':_0x1945aa(0x1f1),'copy':'کپي','delete':_0x1945aa(0x211),'fill':'پر\x20کردن','fontColor':_0x1945aa(0x1f2),'layout':_0x1945aa(0x20c),'paste':_0x1945aa(0x1ed),'stroke':_0x1945aa(0x1f5)}}}};module['exports']=e;
1
+ function _0x9100(_0x1f85f2,_0x520fa3){_0x1f85f2=_0x1f85f2-0xdb;const _0x2d3b2c=_0x2d3b();let _0x910031=_0x2d3b2c[_0x1f85f2];return _0x910031;}const _0x3c17ba=_0x9100;(function(_0x30aaf3,_0x560ee4){const _0x5bce29=_0x9100,_0x2f0e5d=_0x30aaf3();while(!![]){try{const _0x2d3e13=-parseInt(_0x5bce29(0xde))/0x1+-parseInt(_0x5bce29(0xf3))/0x2+parseInt(_0x5bce29(0xf8))/0x3+parseInt(_0x5bce29(0xf7))/0x4+parseInt(_0x5bce29(0xdb))/0x5*(-parseInt(_0x5bce29(0x101))/0x6)+-parseInt(_0x5bce29(0xfc))/0x7+parseInt(_0x5bce29(0x100))/0x8;if(_0x2d3e13===_0x560ee4)break;else _0x2f0e5d['push'](_0x2f0e5d['shift']());}catch(_0x38826c){_0x2f0e5d['push'](_0x2f0e5d['shift']());}}}(_0x2d3b,0x4e59f));function _0x2d3b(){const _0x16d394=['exports','442315ovsytK','لغو','افزودن\x20متن','640301dIZsRX','همتراز','درخت\x20متناوب','توضیح','تراز\x20وسط','رنگ\x20قلم','خط\x20زمانی\x20عمودی','ذخیره','بیشتر','فاصله\x20والد','برای\x20این\x20گره\x20توضیح\x20اضافه\x20کنید','افزودن\x20فرزند','چسباندن','چسباندن\x20OPML\x20XML','حذف','افزودن\x20هم\x20سطح','تراز\x20راست','وارد\x20کردن/خروجی\x20گرفتن','دو\x20طرف','خط\x20زمانی\x20افقی','نقشه\x20ذهنی','1144110HUuULC','تراز\x20چپ','درخت\x20چپ','ساختار','2046840rLMVKO','1364535uDgXoT','تراز\x20بالا','کپی','نقشه\x20ذهنی\x20افقی','10815lFqdlC','سبک\x20اتصال','تراز\x20میانی\x20عمودی','خروجی\x20OPML','5253888oibiul','6GbmNgV','منحنی','چیدمان','زاویه\x20راست'];_0x2d3b=function(){return _0x16d394;};return _0x2d3b();}const e={'boards-mind-ui':{'alignBottom':'تراز\x20پایین','alignMiddle':_0x3c17ba(0xfe),'alignTop':_0x3c17ba(0xf9),'alignJustify':_0x3c17ba(0xdf),'alignRight':_0x3c17ba(0xee),'alignCenter':_0x3c17ba(0xe2),'alignLeft':_0x3c17ba(0xf4),'saveDescription':_0x3c17ba(0xe5),'descriptionPlaceholder':_0x3c17ba(0xe8),'description':_0x3c17ba(0xe1),'cancel':_0x3c17ba(0xdc),'panel':{'title':_0x3c17ba(0xf2),'tab':{'importExport':_0x3c17ba(0xef),'layout':'چیدمان','structure':_0x3c17ba(0xf6)},'layout':{'both':_0x3c17ba(0xf0),'left':'چپ','right':'راست'},'structureKind':{'mindmapHorizontal':_0x3c17ba(0xfb),'mindmapVertical':'نقشه\x20ذهنی\x20عمودی','treeRight':'درخت\x20راست','treeLeft':_0x3c17ba(0xf5),'treeAlternate':_0x3c17ba(0xe0),'timelineHorizontal':_0x3c17ba(0xf1),'timelineVertical':_0x3c17ba(0xe4)},'branchLineType':{'curve':_0x3c17ba(0x102),'roundedOrthogonal':'زانویی\x20گرد','orthogonal':_0x3c17ba(0x104)},'addText':_0x3c17ba(0xdd),'cancel':_0x3c17ba(0xdc),'emptyNodes':'گره‌ای\x20وجود\x20ندارد','exportOPML':_0x3c17ba(0xff),'importOPML':'ورود\x20OPML','pasteOPML':_0x3c17ba(0xeb),'rename':'تغییر\x20نام','renamePrompt':'تغییر\x20نام\x20گره\x20نقشه\x20ذهنی','searchNodes':'جستجوی\x20گره‌ها','spacing':{'branchGap':'فاصله\x20شاخه','parentGap':_0x3c17ba(0xe7),'siblingGap':'فاصله\x20هم\x20سطح'}},'toolbar':{'primary':{'line':_0x3c17ba(0xfd),'fontColor':_0x3c17ba(0xe3),'typography':'تایپوگرافی','more':_0x3c17ba(0xe6)},'panel':{'line':'خط','typography':'تایپوگرافی','more':_0x3c17ba(0xe6)},'action':{'addChild':_0x3c17ba(0xe9),'addSibling':_0x3c17ba(0xed),'copy':_0x3c17ba(0xfa),'delete':_0x3c17ba(0xec),'fill':'پر\x20کردن','fontColor':_0x3c17ba(0xe3),'layout':_0x3c17ba(0x103),'paste':_0x3c17ba(0xea),'stroke':'خط\x20دور'}}}};module[_0x3c17ba(0x105)]=e;
@@ -1 +1 @@
1
- function _0x24bf(){const _0x48913d=['Typographie','Arbre\x20alterné','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','2vNWKty','Centrer','Couleur\x20de\x20police','10ubhrVU','Aucun\x20nœud','37728wMiKer','Aligner\x20en\x20bas','Disposition','Coller','Style\x20du\x20connecteur','Courbe','Frise\x20chronologique\x20horizontale','5296CMFUSV','Arbre\x20vers\x20la\x20droite','Carte\x20mentale\x20horizontale','Coller\x20le\x20XML\x20OPML','4PywdJr','Copier','Droite','Carte\x20mentale','Aligner\x20à\x20droite','Supprimer','Enregistrer','Espacement\x20parent','Gauche','Plus','72035QWYQrl','Renommer','Annuler','158731BZHlJG','exports','Angle\x20droit','133125ZqgyBf','3804977lZaIjF','Importer/Exporter','Coude\x20arrondi','Justifier','Remplissage','9243jqkAKU','385PwBADk','5968536YVhEFx','Rechercher\x20des\x20noeuds','Aligner\x20en\x20haut','Structure','Arbre\x20vers\x20la\x20gauche','Ajouter\x20un\x20enfant','Espacement\x20frère'];_0x24bf=function(){return _0x48913d;};return _0x24bf();}const _0x2e432c=_0x15a4;function _0x15a4(_0x4b6c23,_0x4e898b){_0x4b6c23=_0x4b6c23-0xb6;const _0x24bf87=_0x24bf();let _0x15a468=_0x24bf87[_0x4b6c23];return _0x15a468;}(function(_0x590482,_0x5e5746){const _0x30817f=_0x15a4,_0x42013e=_0x590482();while(!![]){try{const _0x4d3c3d=parseInt(_0x30817f(0xc9))/0x1*(-parseInt(_0x30817f(0xde))/0x2)+parseInt(_0x30817f(0xcc))/0x3+parseInt(_0x30817f(0xbc))/0x4*(-parseInt(_0x30817f(0xc6))/0x5)+-parseInt(_0x30817f(0xe3))/0x6*(parseInt(_0x30817f(0xd3))/0x7)+parseInt(_0x30817f(0xb8))/0x8*(parseInt(_0x30817f(0xd2))/0x9)+-parseInt(_0x30817f(0xe1))/0xa*(parseInt(_0x30817f(0xcd))/0xb)+parseInt(_0x30817f(0xd4))/0xc;if(_0x4d3c3d===_0x5e5746)break;else _0x42013e['push'](_0x42013e['shift']());}catch(_0xa58af8){_0x42013e['push'](_0x42013e['shift']());}}}(_0x24bf,0x57186));const e={'boards-mind-ui':{'alignBottom':_0x2e432c(0xe4),'alignMiddle':'Centrer\x20verticalement','alignTop':_0x2e432c(0xd6),'alignJustify':_0x2e432c(0xd0),'alignRight':_0x2e432c(0xc0),'alignCenter':_0x2e432c(0xdf),'alignLeft':'Aligner\x20à\x20gauche','saveDescription':_0x2e432c(0xc2),'descriptionPlaceholder':_0x2e432c(0xdd),'description':'Description','cancel':_0x2e432c(0xc8),'panel':{'title':_0x2e432c(0xbf),'tab':{'importExport':_0x2e432c(0xce),'layout':_0x2e432c(0xe5),'structure':_0x2e432c(0xd7)},'layout':{'both':'Deux\x20côtés','left':_0x2e432c(0xc4),'right':_0x2e432c(0xbe)},'structureKind':{'mindmapHorizontal':_0x2e432c(0xba),'mindmapVertical':'Carte\x20mentale\x20verticale','treeRight':_0x2e432c(0xb9),'treeLeft':_0x2e432c(0xd8),'treeAlternate':_0x2e432c(0xdc),'timelineHorizontal':_0x2e432c(0xb7),'timelineVertical':'Frise\x20chronologique\x20verticale'},'branchLineType':{'curve':_0x2e432c(0xb6),'roundedOrthogonal':_0x2e432c(0xcf),'orthogonal':_0x2e432c(0xcb)},'addText':'Ajouter\x20du\x20texte','cancel':_0x2e432c(0xc8),'emptyNodes':_0x2e432c(0xe2),'exportOPML':'Exporter\x20OPML','importOPML':'Importer\x20OPML','pasteOPML':_0x2e432c(0xbb),'rename':_0x2e432c(0xc7),'renamePrompt':'Renommer\x20le\x20nœud\x20de\x20carte\x20mentale','searchNodes':_0x2e432c(0xd5),'spacing':{'branchGap':'Espacement\x20des\x20branches','parentGap':_0x2e432c(0xc3),'siblingGap':_0x2e432c(0xda)}},'toolbar':{'primary':{'line':_0x2e432c(0xe7),'fontColor':_0x2e432c(0xe0),'typography':_0x2e432c(0xdb),'more':_0x2e432c(0xc5)},'panel':{'line':'Ligne','typography':'Typographie','more':'Plus'},'action':{'addChild':_0x2e432c(0xd9),'addSibling':'Ajouter\x20un\x20nœud\x20frère','copy':_0x2e432c(0xbd),'delete':_0x2e432c(0xc1),'fill':_0x2e432c(0xd1),'fontColor':_0x2e432c(0xe0),'layout':'Disposition','paste':_0x2e432c(0xe6),'stroke':'Contour'}}}};module[_0x2e432c(0xca)]=e;
1
+ function _0x3fe7(){const _0x105337=['Renommer','Remplissage','Importer/Exporter','Coller\x20le\x20XML\x20OPML','Typographie','Annuler','Carte\x20mentale','Style\x20du\x20connecteur','Centrer','Deux\x20côtés','Arbre\x20vers\x20la\x20gauche','Justifier','275qzflui','233636qplpEy','Couleur\x20de\x20police','Coude\x20arrondi','Gauche','exports','Copier','Ajouter\x20un\x20enfant','Enregistrer','Droite','28740dradMs','Centrer\x20verticalement','200110IlOhcK','Courbe','Carte\x20mentale\x20verticale','Renommer\x20le\x20nœud\x20de\x20carte\x20mentale','Coller','Espacement\x20parent','121pEpkyH','Aligner\x20à\x20gauche','12512eoZrVT','Carte\x20mentale\x20horizontale','Arbre\x20vers\x20la\x20droite','Rechercher\x20des\x20noeuds','2750020arBcUy','Exporter\x20OPML','Aligner\x20en\x20bas','Plus','1531640yHGytE','18dYMAVL','Ligne','Supprimer','Aligner\x20en\x20haut','Description','Espacement\x20frère','837MNNWdC','315434HcdYWa','Disposition'];_0x3fe7=function(){return _0x105337;};return _0x3fe7();}function _0x316a(_0x260463,_0xbb9929){_0x260463=_0x260463-0x99;const _0x3fe763=_0x3fe7();let _0x316af4=_0x3fe763[_0x260463];return _0x316af4;}const _0x5b0bc2=_0x316a;(function(_0x4f4ddf,_0x89c6fc){const _0x23cd26=_0x316a,_0x1eb3cc=_0x4f4ddf();while(!![]){try{const _0x3a87fa=parseInt(_0x23cd26(0xac))/0x1+-parseInt(_0x23cd26(0xbb))/0x2+-parseInt(_0x23cd26(0xab))/0x3*(-parseInt(_0x23cd26(0x9c))/0x4)+parseInt(_0x23cd26(0xba))/0x5*(-parseInt(_0x23cd26(0xc4))/0x6)+-parseInt(_0x23cd26(0xa0))/0x7+-parseInt(_0x23cd26(0xa4))/0x8*(-parseInt(_0x23cd26(0xa5))/0x9)+-parseInt(_0x23cd26(0xc6))/0xa*(parseInt(_0x23cd26(0x9a))/0xb);if(_0x3a87fa===_0x89c6fc)break;else _0x1eb3cc['push'](_0x1eb3cc['shift']());}catch(_0x1c55a){_0x1eb3cc['push'](_0x1eb3cc['shift']());}}}(_0x3fe7,0x8d10f));const e={'boards-mind-ui':{'alignBottom':_0x5b0bc2(0xa2),'alignMiddle':_0x5b0bc2(0xc5),'alignTop':_0x5b0bc2(0xa8),'alignJustify':_0x5b0bc2(0xb9),'alignRight':'Aligner\x20à\x20droite','alignCenter':_0x5b0bc2(0xb6),'alignLeft':_0x5b0bc2(0x9b),'saveDescription':_0x5b0bc2(0xc2),'descriptionPlaceholder':'Ajouter\x20une\x20description\x20à\x20ce\x20nœud','description':_0x5b0bc2(0xa9),'cancel':_0x5b0bc2(0xb3),'panel':{'title':_0x5b0bc2(0xb4),'tab':{'importExport':_0x5b0bc2(0xb0),'layout':_0x5b0bc2(0xad),'structure':'Structure'},'layout':{'both':_0x5b0bc2(0xb7),'left':_0x5b0bc2(0xbe),'right':_0x5b0bc2(0xc3)},'structureKind':{'mindmapHorizontal':_0x5b0bc2(0x9d),'mindmapVertical':_0x5b0bc2(0xc8),'treeRight':_0x5b0bc2(0x9e),'treeLeft':_0x5b0bc2(0xb8),'treeAlternate':'Arbre\x20alterné','timelineHorizontal':'Frise\x20chronologique\x20horizontale','timelineVertical':'Frise\x20chronologique\x20verticale'},'branchLineType':{'curve':_0x5b0bc2(0xc7),'roundedOrthogonal':_0x5b0bc2(0xbd),'orthogonal':'Angle\x20droit'},'addText':'Ajouter\x20du\x20texte','cancel':'Annuler','emptyNodes':'Aucun\x20nœud','exportOPML':_0x5b0bc2(0xa1),'importOPML':'Importer\x20OPML','pasteOPML':_0x5b0bc2(0xb1),'rename':_0x5b0bc2(0xae),'renamePrompt':_0x5b0bc2(0xc9),'searchNodes':_0x5b0bc2(0x9f),'spacing':{'branchGap':'Espacement\x20des\x20branches','parentGap':_0x5b0bc2(0x99),'siblingGap':_0x5b0bc2(0xaa)}},'toolbar':{'primary':{'line':_0x5b0bc2(0xb5),'fontColor':_0x5b0bc2(0xbc),'typography':_0x5b0bc2(0xb2),'more':_0x5b0bc2(0xa3)},'panel':{'line':_0x5b0bc2(0xa6),'typography':'Typographie','more':_0x5b0bc2(0xa3)},'action':{'addChild':_0x5b0bc2(0xc1),'addSibling':'Ajouter\x20un\x20nœud\x20frère','copy':_0x5b0bc2(0xc0),'delete':_0x5b0bc2(0xa7),'fill':_0x5b0bc2(0xaf),'fontColor':_0x5b0bc2(0xbc),'layout':_0x5b0bc2(0xad),'paste':_0x5b0bc2(0xca),'stroke':'Contour'}}}};module[_0x5b0bc2(0xbf)]=e;
@@ -1 +1 @@
1
- function _0x46b6(_0x45f775,_0x9d9571){_0x45f775=_0x45f775-0x110;const _0x486d0d=_0x486d();let _0x46b61d=_0x486d0d[_0x45f775];return _0x46b61d;}const _0x3d2180=_0x46b6;(function(_0xdc2c26,_0x53b11b){const _0x514acf=_0x46b6,_0x128b53=_0xdc2c26();while(!![]){try{const _0x4f5dda=-parseInt(_0x514acf(0x13d))/0x1*(parseInt(_0x514acf(0x122))/0x2)+parseInt(_0x514acf(0x124))/0x3*(parseInt(_0x514acf(0x136))/0x4)+-parseInt(_0x514acf(0x11e))/0x5*(parseInt(_0x514acf(0x138))/0x6)+-parseInt(_0x514acf(0x13c))/0x7*(-parseInt(_0x514acf(0x115))/0x8)+-parseInt(_0x514acf(0x11a))/0x9*(parseInt(_0x514acf(0x123))/0xa)+-parseInt(_0x514acf(0x134))/0xb+parseInt(_0x514acf(0x13a))/0xc*(parseInt(_0x514acf(0x12f))/0xd);if(_0x4f5dda===_0x53b11b)break;else _0x128b53['push'](_0x128b53['shift']());}catch(_0x1d7120){_0x128b53['push'](_0x128b53['shift']());}}}(_0x486d,0xd051f));const e={'boards-mind-ui':{'alignBottom':_0x3d2180(0x142),'alignMiddle':_0x3d2180(0x143),'alignTop':_0x3d2180(0x11c),'alignJustify':_0x3d2180(0x12a),'alignRight':_0x3d2180(0x118),'alignCenter':_0x3d2180(0x113),'alignLeft':_0x3d2180(0x127),'saveDescription':'Simpan','descriptionPlaceholder':_0x3d2180(0x135),'description':'Deskripsi','cancel':_0x3d2180(0x117),'panel':{'title':_0x3d2180(0x129),'tab':{'importExport':_0x3d2180(0x13b),'layout':'Tata\x20letak','structure':_0x3d2180(0x11b)},'layout':{'both':_0x3d2180(0x12e),'left':'Kiri','right':_0x3d2180(0x12d)},'structureKind':{'mindmapHorizontal':_0x3d2180(0x145),'mindmapVertical':_0x3d2180(0x112),'treeRight':_0x3d2180(0x116),'treeLeft':_0x3d2180(0x13e),'treeAlternate':'Pohon\x20berselang-seling','timelineHorizontal':_0x3d2180(0x121),'timelineVertical':'Linimasa\x20vertikal'},'branchLineType':{'curve':'Kurva','roundedOrthogonal':_0x3d2180(0x126),'orthogonal':'Sudut\x20siku-siku'},'addText':_0x3d2180(0x125),'cancel':_0x3d2180(0x117),'emptyNodes':'Tidak\x20ada\x20simpul','exportOPML':'Ekspor\x20OPML','importOPML':_0x3d2180(0x131),'pasteOPML':_0x3d2180(0x139),'rename':_0x3d2180(0x133),'renamePrompt':'Ganti\x20nama\x20simpul\x20peta\x20pikiran','searchNodes':_0x3d2180(0x132),'spacing':{'branchGap':_0x3d2180(0x110),'parentGap':_0x3d2180(0x11f),'siblingGap':_0x3d2180(0x119)}},'toolbar':{'primary':{'line':_0x3d2180(0x137),'fontColor':'Warna\x20font','typography':_0x3d2180(0x13f),'more':'Lainnya'},'panel':{'line':_0x3d2180(0x140),'typography':_0x3d2180(0x13f),'more':'Lainnya'},'action':{'addChild':_0x3d2180(0x12b),'addSibling':_0x3d2180(0x12c),'copy':_0x3d2180(0x128),'delete':_0x3d2180(0x111),'fill':_0x3d2180(0x130),'fontColor':_0x3d2180(0x11d),'layout':_0x3d2180(0x144),'paste':_0x3d2180(0x141),'stroke':_0x3d2180(0x114)}}}};function _0x486d(){const _0x293ee1=['52gOCYkJ','Isian','Impor\x20OPML','Cari\x20simpul','Ganti\x20nama','8110828WbzGvg','Tambahkan\x20deskripsi\x20untuk\x20simpul\x20ini','492wMmOBd','Gaya\x20konektor','12iNTjuf','Tempel\x20XML\x20OPML','6065340hKcaeL','Impor/Ekspor','11963xADqpf','39461YufhBf','Pohon\x20ke\x20kiri','Tipografi','Garis','Tempel','Rata\x20bawah','Rata\x20tengah\x20vertikal','Tata\x20letak','Peta\x20pikiran\x20horizontal','Jarak\x20cabang','Hapus','Peta\x20pikiran\x20vertikal','Rata\x20tengah','Garis\x20tepi','4552XbbwFW','Pohon\x20ke\x20kanan','Batal','Rata\x20kanan','Jarak\x20sejajar','6318akNvxt','Struktur','Rata\x20atas','Warna\x20font','69590qQEZNC','Jarak\x20induk','exports','Linimasa\x20horizontal','52rHdxyK','9310lVYGQZ','7410JkmvJK','Tambah\x20teks','Siku\x20membulat','Rata\x20kiri','Salin','Peta\x20pikiran','Rata\x20kiri\x20kanan','Tambah\x20anak','Tambah\x20simpul\x20sejajar','Kanan','Kedua\x20sisi'];_0x486d=function(){return _0x293ee1;};return _0x486d();}module[_0x3d2180(0x120)]=e;
1
+ const _0xb3f19=_0x4794;(function(_0xe0a0ff,_0x3e8ccc){const _0x6012e=_0x4794,_0xc046b=_0xe0a0ff();while(!![]){try{const _0x361c44=parseInt(_0x6012e(0xdb))/0x1+-parseInt(_0x6012e(0xfd))/0x2*(-parseInt(_0x6012e(0xf4))/0x3)+parseInt(_0x6012e(0xe0))/0x4+parseInt(_0x6012e(0xef))/0x5*(-parseInt(_0x6012e(0xe5))/0x6)+-parseInt(_0x6012e(0xff))/0x7*(-parseInt(_0x6012e(0xf9))/0x8)+parseInt(_0x6012e(0xed))/0x9*(-parseInt(_0x6012e(0xd6))/0xa)+-parseInt(_0x6012e(0x103))/0xb*(-parseInt(_0x6012e(0xec))/0xc);if(_0x361c44===_0x3e8ccc)break;else _0xc046b['push'](_0xc046b['shift']());}catch(_0x3e6937){_0xc046b['push'](_0xc046b['shift']());}}}(_0x280d,0x3df75));const e={'boards-mind-ui':{'alignBottom':_0xb3f19(0xd2),'alignMiddle':_0xb3f19(0xde),'alignTop':_0xb3f19(0xd9),'alignJustify':_0xb3f19(0xe1),'alignRight':_0xb3f19(0x100),'alignCenter':_0xb3f19(0x104),'alignLeft':_0xb3f19(0xf1),'saveDescription':_0xb3f19(0x105),'descriptionPlaceholder':_0xb3f19(0xd1),'description':'Deskripsi','cancel':_0xb3f19(0x106),'panel':{'title':_0xb3f19(0xd8),'tab':{'importExport':'Impor/Ekspor','layout':_0xb3f19(0xd4),'structure':'Struktur'},'layout':{'both':'Kedua\x20sisi','left':_0xb3f19(0xfa),'right':_0xb3f19(0xe8)},'structureKind':{'mindmapHorizontal':_0xb3f19(0xd5),'mindmapVertical':_0xb3f19(0xf5),'treeRight':_0xb3f19(0xd3),'treeLeft':_0xb3f19(0xe2),'treeAlternate':'Pohon\x20berselang-seling','timelineHorizontal':'Linimasa\x20horizontal','timelineVertical':_0xb3f19(0xf6)},'branchLineType':{'curve':_0xb3f19(0xfb),'roundedOrthogonal':_0xb3f19(0xdd),'orthogonal':_0xb3f19(0xf7)},'addText':_0xb3f19(0xee),'cancel':_0xb3f19(0x106),'emptyNodes':_0xb3f19(0xda),'exportOPML':_0xb3f19(0x102),'importOPML':_0xb3f19(0xf2),'pasteOPML':_0xb3f19(0xe4),'rename':_0xb3f19(0xf8),'renamePrompt':_0xb3f19(0xfe),'searchNodes':_0xb3f19(0xd0),'spacing':{'branchGap':_0xb3f19(0x101),'parentGap':_0xb3f19(0xf3),'siblingGap':'Jarak\x20sejajar'}},'toolbar':{'primary':{'line':_0xb3f19(0xdc),'fontColor':_0xb3f19(0xe9),'typography':_0xb3f19(0xe6),'more':'Lainnya'},'panel':{'line':_0xb3f19(0xeb),'typography':_0xb3f19(0xe6),'more':_0xb3f19(0xea)},'action':{'addChild':_0xb3f19(0xe3),'addSibling':_0xb3f19(0xe7),'copy':_0xb3f19(0xd7),'delete':_0xb3f19(0xf0),'fill':'Isian','fontColor':'Warna\x20font','layout':_0xb3f19(0xd4),'paste':'Tempel','stroke':_0xb3f19(0xfc)}}}};function _0x4794(_0x4342c2,_0x51af46){_0x4342c2=_0x4342c2-0xd0;const _0x280d6d=_0x280d();let _0x47946c=_0x280d6d[_0x4342c2];return _0x47946c;}function _0x280d(){const _0x24eb2f=['Linimasa\x20vertikal','Sudut\x20siku-siku','Ganti\x20nama','24nwfshJ','Kiri','Kurva','Garis\x20tepi','4TGoiAc','Ganti\x20nama\x20simpul\x20peta\x20pikiran','19138lGBxbo','Rata\x20kanan','Jarak\x20cabang','Ekspor\x20OPML','33vywFMA','Rata\x20tengah','Simpan','Batal','Cari\x20simpul','Tambahkan\x20deskripsi\x20untuk\x20simpul\x20ini','Rata\x20bawah','Pohon\x20ke\x20kanan','Tata\x20letak','Peta\x20pikiran\x20horizontal','10zLlMHn','Salin','Peta\x20pikiran','Rata\x20atas','Tidak\x20ada\x20simpul','121086WqxmvJ','Gaya\x20konektor','Siku\x20membulat','Rata\x20tengah\x20vertikal','exports','953340yqnHfs','Rata\x20kiri\x20kanan','Pohon\x20ke\x20kiri','Tambah\x20anak','Tempel\x20XML\x20OPML','1250334YlcaxW','Tipografi','Tambah\x20simpul\x20sejajar','Kanan','Warna\x20font','Lainnya','Garis','319008gFWTyW','2107305XIKbcY','Tambah\x20teks','5nObljY','Hapus','Rata\x20kiri','Impor\x20OPML','Jarak\x20induk','373458hfCbvj','Peta\x20pikiran\x20vertikal'];_0x280d=function(){return _0x24eb2f;};return _0x280d();}module[_0xb3f19(0xdf)]=e;
@@ -1 +1 @@
1
- const _0x2fffc1=_0x260e;(function(_0xa344cc,_0x10280b){const _0x29ce4b=_0x260e,_0x531666=_0xa344cc();while(!![]){try{const _0x2d9760=parseInt(_0x29ce4b(0x11c))/0x1+-parseInt(_0x29ce4b(0x126))/0x2*(-parseInt(_0x29ce4b(0x120))/0x3)+-parseInt(_0x29ce4b(0x110))/0x4*(parseInt(_0x29ce4b(0x109))/0x5)+parseInt(_0x29ce4b(0x11d))/0x6*(-parseInt(_0x29ce4b(0x134))/0x7)+parseInt(_0x29ce4b(0x13b))/0x8*(-parseInt(_0x29ce4b(0x122))/0x9)+-parseInt(_0x29ce4b(0x10f))/0xa*(-parseInt(_0x29ce4b(0x13e))/0xb)+-parseInt(_0x29ce4b(0x11f))/0xc*(-parseInt(_0x29ce4b(0x13f))/0xd);if(_0x2d9760===_0x10280b)break;else _0x531666['push'](_0x531666['shift']());}catch(_0x17a6fc){_0x531666['push'](_0x531666['shift']());}}}(_0x3894,0x6470b));const e={'boards-mind-ui':{'alignBottom':'Allinea\x20in\x20basso','alignMiddle':_0x2fffc1(0x114),'alignTop':_0x2fffc1(0x10b),'alignJustify':_0x2fffc1(0x128),'alignRight':'Allinea\x20a\x20destra','alignCenter':_0x2fffc1(0x12a),'alignLeft':_0x2fffc1(0x13d),'saveDescription':_0x2fffc1(0x10e),'descriptionPlaceholder':_0x2fffc1(0x116),'description':_0x2fffc1(0x119),'cancel':'Annulla','panel':{'title':'Mappa\x20mentale','tab':{'importExport':_0x2fffc1(0x127),'layout':'Layout','structure':_0x2fffc1(0x113)},'layout':{'both':_0x2fffc1(0x10a),'left':_0x2fffc1(0x13a),'right':_0x2fffc1(0x12f)},'structureKind':{'mindmapHorizontal':_0x2fffc1(0x137),'mindmapVertical':_0x2fffc1(0x11b),'treeRight':_0x2fffc1(0x123),'treeLeft':_0x2fffc1(0x10d),'treeAlternate':_0x2fffc1(0x12d),'timelineHorizontal':_0x2fffc1(0x131),'timelineVertical':_0x2fffc1(0x118)},'branchLineType':{'curve':_0x2fffc1(0x138),'roundedOrthogonal':'Gomito\x20arrotondato','orthogonal':_0x2fffc1(0x12b)},'addText':'Aggiungi\x20testo','cancel':_0x2fffc1(0x132),'emptyNodes':_0x2fffc1(0x139),'exportOPML':_0x2fffc1(0x121),'importOPML':_0x2fffc1(0x12e),'pasteOPML':'Incolla\x20XML\x20OPML','rename':_0x2fffc1(0x115),'renamePrompt':_0x2fffc1(0x12c),'searchNodes':_0x2fffc1(0x129),'spacing':{'branchGap':_0x2fffc1(0x136),'parentGap':'Spaziatura\x20padre','siblingGap':_0x2fffc1(0x117)}},'toolbar':{'primary':{'line':'Stile\x20connettore','fontColor':_0x2fffc1(0x112),'typography':'Tipografia','more':_0x2fffc1(0x130)},'panel':{'line':_0x2fffc1(0x10c),'typography':_0x2fffc1(0x125),'more':_0x2fffc1(0x130)},'action':{'addChild':_0x2fffc1(0x11a),'addSibling':_0x2fffc1(0x133),'copy':_0x2fffc1(0x124),'delete':_0x2fffc1(0x111),'fill':_0x2fffc1(0x13c),'fontColor':_0x2fffc1(0x112),'layout':'Disposizione','paste':_0x2fffc1(0x11e),'stroke':'Tratto'}}}};module[_0x2fffc1(0x135)]=e;function _0x260e(_0x400db0,_0x24d61d){_0x400db0=_0x400db0-0x109;const _0x389484=_0x3894();let _0x260e10=_0x389484[_0x400db0];return _0x260e10;}function _0x3894(){const _0x2039c2=['Linea\x20temporale\x20orizzontale','Annulla','Aggiungi\x20fratello','28cHJUaX','exports','Spaziatura\x20rami','Mappa\x20mentale\x20orizzontale','Curva','Nessun\x20nodo','Sinistra','264hNontl','Riempimento','Allinea\x20a\x20sinistra','811987VyfoHQ','3542513NfBouM','3166970fWmIZq','Entrambi\x20i\x20lati','Allinea\x20in\x20alto','Linea','Albero\x20verso\x20sinistra','Salva','30gCXkZZ','4zgirHg','Elimina','Colore\x20carattere','Struttura','Allinea\x20al\x20centro\x20verticalmente','Rinomina','Aggiungi\x20una\x20descrizione\x20a\x20questo\x20nodo','Spaziatura\x20fratelli','Linea\x20temporale\x20verticale','Descrizione','Aggiungi\x20figlio','Mappa\x20mentale\x20verticale','534605hnCZue','953556Bhrrkb','Incolla','36QfdieI','1767WLYgnY','Esporta\x20OPML','149301EmKoIl','Albero\x20verso\x20destra','Copia','Tipografia','2222FVEhaT','Importa/Esporta','Giustifica','Cerca\x20nodi','Allinea\x20al\x20centro','Angolo\x20retto','Rinomina\x20nodo\x20della\x20mappa\x20mentale','Albero\x20alternato','Importa\x20OPML','Destra','Altro'];_0x3894=function(){return _0x2039c2;};return _0x3894();}
1
+ const _0x4c7d53=_0x3c73;function _0x3c2d(){const _0x1d361c=['Annulla','38665FlNGyP','360VMoUCm','Gomito\x20arrotondato','Albero\x20alternato','2359956uSpPlj','Aggiungi\x20fratello','Stile\x20connettore','Importa\x20OPML','Allinea\x20a\x20sinistra','Tipografia','Colore\x20carattere','Struttura','Spaziatura\x20padre','exports','72872CpkwUu','Spaziatura\x20fratelli','Tratto','810oQERDZ','Linea\x20temporale\x20verticale','Importa/Esporta','Esporta\x20OPML','Mappa\x20mentale\x20orizzontale','Aggiungi\x20una\x20descrizione\x20a\x20questo\x20nodo','Entrambi\x20i\x20lati','Allinea\x20in\x20alto','Nessun\x20nodo','Altro','Angolo\x20retto','1141120aWZUJh','Spaziatura\x20rami','Disposizione','Allinea\x20in\x20basso','124IDgoca','Layout','27129yvOErk','10833713tqjoor','9291359JSDsdc','Allinea\x20al\x20centro\x20verticalmente','Destra','Albero\x20verso\x20destra','Curva','Linea','Elimina','Rinomina\x20nodo\x20della\x20mappa\x20mentale','Rinomina','Incolla','Allinea\x20a\x20destra','Cerca\x20nodi','10SYObok'];_0x3c2d=function(){return _0x1d361c;};return _0x3c2d();}(function(_0x46fad4,_0x77ef9b){const _0x412c6c=_0x3c73,_0x44d1d3=_0x46fad4();while(!![]){try{const _0x5d9fea=-parseInt(_0x412c6c(0xc3))/0x1+parseInt(_0x412c6c(0xc7))/0x2*(-parseInt(_0x412c6c(0xc9))/0x3)+-parseInt(_0x412c6c(0xab))/0x4+parseInt(_0x412c6c(0xa7))/0x5*(parseInt(_0x412c6c(0xb8))/0x6)+parseInt(_0x412c6c(0xcb))/0x7+-parseInt(_0x412c6c(0xb5))/0x8*(parseInt(_0x412c6c(0xa8))/0x9)+-parseInt(_0x412c6c(0xa5))/0xa*(-parseInt(_0x412c6c(0xca))/0xb);if(_0x5d9fea===_0x77ef9b)break;else _0x44d1d3['push'](_0x44d1d3['shift']());}catch(_0x1942f0){_0x44d1d3['push'](_0x44d1d3['shift']());}}}(_0x3c2d,0xaae88));const e={'boards-mind-ui':{'alignBottom':_0x4c7d53(0xc6),'alignMiddle':_0x4c7d53(0xcc),'alignTop':_0x4c7d53(0xbf),'alignJustify':'Giustifica','alignRight':_0x4c7d53(0xa3),'alignCenter':'Allinea\x20al\x20centro','alignLeft':_0x4c7d53(0xaf),'saveDescription':'Salva','descriptionPlaceholder':_0x4c7d53(0xbd),'description':'Descrizione','cancel':'Annulla','panel':{'title':'Mappa\x20mentale','tab':{'importExport':_0x4c7d53(0xba),'layout':_0x4c7d53(0xc8),'structure':_0x4c7d53(0xb2)},'layout':{'both':_0x4c7d53(0xbe),'left':'Sinistra','right':_0x4c7d53(0xcd)},'structureKind':{'mindmapHorizontal':_0x4c7d53(0xbc),'mindmapVertical':'Mappa\x20mentale\x20verticale','treeRight':_0x4c7d53(0x9c),'treeLeft':'Albero\x20verso\x20sinistra','treeAlternate':_0x4c7d53(0xaa),'timelineHorizontal':'Linea\x20temporale\x20orizzontale','timelineVertical':_0x4c7d53(0xb9)},'branchLineType':{'curve':_0x4c7d53(0x9d),'roundedOrthogonal':_0x4c7d53(0xa9),'orthogonal':_0x4c7d53(0xc2)},'addText':'Aggiungi\x20testo','cancel':_0x4c7d53(0xa6),'emptyNodes':_0x4c7d53(0xc0),'exportOPML':_0x4c7d53(0xbb),'importOPML':_0x4c7d53(0xae),'pasteOPML':'Incolla\x20XML\x20OPML','rename':_0x4c7d53(0xa1),'renamePrompt':_0x4c7d53(0xa0),'searchNodes':_0x4c7d53(0xa4),'spacing':{'branchGap':_0x4c7d53(0xc4),'parentGap':_0x4c7d53(0xb3),'siblingGap':_0x4c7d53(0xb6)}},'toolbar':{'primary':{'line':_0x4c7d53(0xad),'fontColor':_0x4c7d53(0xb1),'typography':_0x4c7d53(0xb0),'more':_0x4c7d53(0xc1)},'panel':{'line':_0x4c7d53(0x9e),'typography':_0x4c7d53(0xb0),'more':_0x4c7d53(0xc1)},'action':{'addChild':'Aggiungi\x20figlio','addSibling':_0x4c7d53(0xac),'copy':'Copia','delete':_0x4c7d53(0x9f),'fill':'Riempimento','fontColor':'Colore\x20carattere','layout':_0x4c7d53(0xc5),'paste':_0x4c7d53(0xa2),'stroke':_0x4c7d53(0xb7)}}}};function _0x3c73(_0x1ee286,_0x5e90dd){_0x1ee286=_0x1ee286-0x9c;const _0x3c2df0=_0x3c2d();let _0x3c734a=_0x3c2df0[_0x1ee286];return _0x3c734a;}module[_0x4c7d53(0xb4)]=e;
@@ -1 +1 @@
1
- const _0x463fe9=_0x14b0;function _0xd831(){const _0x563ebd=['左揃え','縦方向のタイムライン','14299100boQwSf','ブランチ間隔','472884oTaltq','587672royBOk','ノードを検索','親子間隔','OPML\x20をインポート','2481084AxiyzZ','OPML\x20XML\x20を貼り付け','マインドマップノードの名前を変更','インポート/エクスポート','縦方向のマインドマップ','名前を変更','その他','コピー','3DiEdcq','角丸折れ線','OPML\x20をエクスポート','18790bLIeJo','このノードの説明を追加','上揃え','両端揃え','109OxFMeF','貼り付け','横方向のタイムライン','ノードがありません','704COhzqp','85566beyDmw','1972268kVErmQ','横方向のマインドマップ','直角折れ線','145rDRsjt','下揃え','文字組み','兄弟ノードを追加','塗りつぶし','テキストを追加','右揃え','キャンセル','子ノードを追加','フォント色','兄弟間隔','182CupFYb','マインドマップ','左向きツリー'];_0xd831=function(){return _0x563ebd;};return _0xd831();}(function(_0x10e413,_0x32c77e){const _0x23b8cd=_0x14b0,_0x32553a=_0x10e413();while(!![]){try{const _0x34f5ca=-parseInt(_0x23b8cd(0x181))/0x1*(parseInt(_0x23b8cd(0x17d))/0x2)+-parseInt(_0x23b8cd(0x17a))/0x3*(-parseInt(_0x23b8cd(0x187))/0x4)+-parseInt(_0x23b8cd(0x18a))/0x5*(-parseInt(_0x23b8cd(0x186))/0x6)+parseInt(_0x23b8cd(0x195))/0x7*(parseInt(_0x23b8cd(0x16e))/0x8)+parseInt(_0x23b8cd(0x172))/0x9+parseInt(_0x23b8cd(0x16b))/0xa+-parseInt(_0x23b8cd(0x185))/0xb*(parseInt(_0x23b8cd(0x16d))/0xc);if(_0x34f5ca===_0x32c77e)break;else _0x32553a['push'](_0x32553a['shift']());}catch(_0x274693){_0x32553a['push'](_0x32553a['shift']());}}}(_0xd831,0xee4b5));function _0x14b0(_0x45f6b5,_0x1f7f1f){_0x45f6b5=_0x45f6b5-0x168;const _0xd8311a=_0xd831();let _0x14b01e=_0xd8311a[_0x45f6b5];return _0x14b01e;}const e={'boards-mind-ui':{'alignBottom':_0x463fe9(0x18b),'alignMiddle':'上下中央揃え','alignTop':_0x463fe9(0x17f),'alignJustify':_0x463fe9(0x180),'alignRight':_0x463fe9(0x190),'alignCenter':'中央揃え','alignLeft':_0x463fe9(0x169),'saveDescription':'保存','descriptionPlaceholder':_0x463fe9(0x17e),'description':'説明','cancel':_0x463fe9(0x191),'panel':{'title':_0x463fe9(0x196),'tab':{'importExport':_0x463fe9(0x175),'layout':'レイアウト','structure':'構造'},'layout':{'both':'両側','left':'左','right':'右'},'structureKind':{'mindmapHorizontal':_0x463fe9(0x188),'mindmapVertical':_0x463fe9(0x176),'treeRight':'右向きツリー','treeLeft':_0x463fe9(0x168),'treeAlternate':'交互ツリー','timelineHorizontal':_0x463fe9(0x183),'timelineVertical':_0x463fe9(0x16a)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x463fe9(0x17b),'orthogonal':_0x463fe9(0x189)},'addText':_0x463fe9(0x18f),'cancel':'キャンセル','emptyNodes':_0x463fe9(0x184),'exportOPML':_0x463fe9(0x17c),'importOPML':_0x463fe9(0x171),'pasteOPML':_0x463fe9(0x173),'rename':_0x463fe9(0x177),'renamePrompt':_0x463fe9(0x174),'searchNodes':_0x463fe9(0x16f),'spacing':{'branchGap':_0x463fe9(0x16c),'parentGap':_0x463fe9(0x170),'siblingGap':_0x463fe9(0x194)}},'toolbar':{'primary':{'line':'コネクターのスタイル','fontColor':'フォント色','typography':'文字組み','more':_0x463fe9(0x178)},'panel':{'line':'線','typography':_0x463fe9(0x18c),'more':'その他'},'action':{'addChild':_0x463fe9(0x192),'addSibling':_0x463fe9(0x18d),'copy':_0x463fe9(0x179),'delete':'削除','fill':_0x463fe9(0x18e),'fontColor':_0x463fe9(0x193),'layout':'レイアウト','paste':_0x463fe9(0x182),'stroke':'線'}}}};module['exports']=e;
1
+ function _0x30d5(_0x214ea1,_0xe01f3e){_0x214ea1=_0x214ea1-0x19b;const _0x4d7056=_0x4d70();let _0x30d523=_0x4d7056[_0x214ea1];return _0x30d523;}const _0x172299=_0x30d5;(function(_0x2c1b18,_0x46e676){const _0x2d9a07=_0x30d5,_0x2a7674=_0x2c1b18();while(!![]){try{const _0x3a6488=-parseInt(_0x2d9a07(0x19d))/0x1+parseInt(_0x2d9a07(0x1c0))/0x2+-parseInt(_0x2d9a07(0x19b))/0x3+-parseInt(_0x2d9a07(0x1be))/0x4*(-parseInt(_0x2d9a07(0x1ab))/0x5)+-parseInt(_0x2d9a07(0x1b5))/0x6+-parseInt(_0x2d9a07(0x1a7))/0x7+parseInt(_0x2d9a07(0x1bc))/0x8*(parseInt(_0x2d9a07(0x19e))/0x9);if(_0x3a6488===_0x46e676)break;else _0x2a7674['push'](_0x2a7674['shift']());}catch(_0x50f672){_0x2a7674['push'](_0x2a7674['shift']());}}}(_0x4d70,0x36275));function _0x4d70(){const _0x1833ad=['2417198JpjQvY','上下中央揃え','右向きツリー','中央揃え','99665HBHTfN','兄弟ノードを追加','名前を変更','マインドマップ','exports','左向きツリー','コネクターのスタイル','縦方向のマインドマップ','キャンセル','ノードを検索','1382160kHTVFz','直角折れ線','交互ツリー','フォント色','OPML\x20をインポート','親子間隔','マインドマップノードの名前を変更','138760YbVUMO','子ノードを追加','80cIeNKm','文字組み','359982FOWPVz','OPML\x20をエクスポート','その他','コピー','角丸折れ線','レイアウト','93285srjzqP','テキストを追加','322454BvAhtk','297HTBAIV','塗りつぶし','上揃え','OPML\x20XML\x20を貼り付け','下揃え','左揃え','横方向のマインドマップ','右揃え','このノードの説明を追加'];_0x4d70=function(){return _0x1833ad;};return _0x4d70();}const e={'boards-mind-ui':{'alignBottom':_0x172299(0x1a2),'alignMiddle':_0x172299(0x1a8),'alignTop':_0x172299(0x1a0),'alignJustify':'両端揃え','alignRight':_0x172299(0x1a5),'alignCenter':_0x172299(0x1aa),'alignLeft':_0x172299(0x1a3),'saveDescription':'保存','descriptionPlaceholder':_0x172299(0x1a6),'description':'説明','cancel':_0x172299(0x1b3),'panel':{'title':_0x172299(0x1ae),'tab':{'importExport':'インポート/エクスポート','layout':'レイアウト','structure':'構造'},'layout':{'both':'両側','left':'左','right':'右'},'structureKind':{'mindmapHorizontal':_0x172299(0x1a4),'mindmapVertical':_0x172299(0x1b2),'treeRight':_0x172299(0x1a9),'treeLeft':_0x172299(0x1b0),'treeAlternate':_0x172299(0x1b7),'timelineHorizontal':'横方向のタイムライン','timelineVertical':'縦方向のタイムライン'},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x172299(0x1c4),'orthogonal':_0x172299(0x1b6)},'addText':_0x172299(0x19c),'cancel':_0x172299(0x1b3),'emptyNodes':'ノードがありません','exportOPML':_0x172299(0x1c1),'importOPML':_0x172299(0x1b9),'pasteOPML':_0x172299(0x1a1),'rename':_0x172299(0x1ad),'renamePrompt':_0x172299(0x1bb),'searchNodes':_0x172299(0x1b4),'spacing':{'branchGap':'ブランチ間隔','parentGap':_0x172299(0x1ba),'siblingGap':'兄弟間隔'}},'toolbar':{'primary':{'line':_0x172299(0x1b1),'fontColor':_0x172299(0x1b8),'typography':_0x172299(0x1bf),'more':_0x172299(0x1c2)},'panel':{'line':'線','typography':_0x172299(0x1bf),'more':'その他'},'action':{'addChild':_0x172299(0x1bd),'addSibling':_0x172299(0x1ac),'copy':_0x172299(0x1c3),'delete':'削除','fill':_0x172299(0x19f),'fontColor':_0x172299(0x1b8),'layout':_0x172299(0x1c5),'paste':'貼り付け','stroke':'線'}}}};module[_0x172299(0x1af)]=e;
@@ -1 +1 @@
1
- function _0x4aee(){const _0x560776=['OPML\x20내보내기','분기\x20간격','가로\x20마인드맵','타이포그래피','OPML\x20가져오기','오른쪽\x20트리','가져오기/내보내기','57129DgtbLJ','OPML\x20XML\x20붙여넣기','위\x20맞춤','세로\x20타임라인','부모\x20간격','왼쪽\x20맞춤','노드\x20없음','붙여넣기','29523jcsfZy','연결선\x20스타일','더\x20보기','왼쪽\x20트리','이름\x20바꾸기','형제\x20간격','623215hRwbxR','8CsNAbk','exports','28064BIATdP','양방향\x20트리','가운데\x20정렬','이\x20노드에\x20설명\x20추가','레이아웃','아래\x20맞춤','오른쪽','288PvTfzB','직각\x20꺾은선','623BjzeFA','자식\x20노드\x20추가','세로\x20마인드맵','노드\x20검색','마인드맵\x20노드\x20이름\x20바꾸기','가로\x20타임라인','글꼴\x20색','841848XeQyQR','529270keDdhS','315050BiKVyN','둥근\x20꺾은선'];_0x4aee=function(){return _0x560776;};return _0x4aee();}const _0x1077c7=_0x5037;function _0x5037(_0x29b781,_0x87135a){_0x29b781=_0x29b781-0xc9;const _0x4aee04=_0x4aee();let _0x50374a=_0x4aee04[_0x29b781];return _0x50374a;}(function(_0x17c189,_0x3e7c81){const _0x1215c1=_0x5037,_0x52dde9=_0x17c189();while(!![]){try{const _0x1a486a=parseInt(_0x1215c1(0xf1))/0x1+-parseInt(_0x1215c1(0xdf))/0x2+-parseInt(_0x1215c1(0xe9))/0x3*(parseInt(_0x1215c1(0xcc))/0x4)+-parseInt(_0x1215c1(0xcb))/0x5+-parseInt(_0x1215c1(0xde))/0x6+-parseInt(_0x1215c1(0xd7))/0x7*(parseInt(_0x1215c1(0xce))/0x8)+parseInt(_0x1215c1(0xd5))/0x9*(parseInt(_0x1215c1(0xe0))/0xa);if(_0x1a486a===_0x3e7c81)break;else _0x52dde9['push'](_0x52dde9['shift']());}catch(_0xa3c7be){_0x52dde9['push'](_0x52dde9['shift']());}}}(_0x4aee,0x26867));const e={'boards-mind-ui':{'alignBottom':_0x1077c7(0xd3),'alignMiddle':'가운데\x20맞춤','alignTop':_0x1077c7(0xeb),'alignJustify':'양쪽\x20맞춤','alignRight':'오른쪽\x20맞춤','alignCenter':_0x1077c7(0xd0),'alignLeft':_0x1077c7(0xee),'saveDescription':'저장','descriptionPlaceholder':_0x1077c7(0xd1),'description':'설명','cancel':'취소','panel':{'title':'마인드맵','tab':{'importExport':_0x1077c7(0xe8),'layout':_0x1077c7(0xd2),'structure':'구조'},'layout':{'both':'양쪽','left':'왼쪽','right':_0x1077c7(0xd4)},'structureKind':{'mindmapHorizontal':_0x1077c7(0xe4),'mindmapVertical':_0x1077c7(0xd9),'treeRight':_0x1077c7(0xe7),'treeLeft':_0x1077c7(0xf4),'treeAlternate':_0x1077c7(0xcf),'timelineHorizontal':_0x1077c7(0xdc),'timelineVertical':_0x1077c7(0xec)},'branchLineType':{'curve':'곡선','roundedOrthogonal':_0x1077c7(0xe1),'orthogonal':_0x1077c7(0xd6)},'addText':'텍스트\x20추가','cancel':'취소','emptyNodes':_0x1077c7(0xef),'exportOPML':_0x1077c7(0xe2),'importOPML':_0x1077c7(0xe6),'pasteOPML':_0x1077c7(0xea),'rename':_0x1077c7(0xc9),'renamePrompt':_0x1077c7(0xdb),'searchNodes':_0x1077c7(0xda),'spacing':{'branchGap':_0x1077c7(0xe3),'parentGap':_0x1077c7(0xed),'siblingGap':_0x1077c7(0xca)}},'toolbar':{'primary':{'line':_0x1077c7(0xf2),'fontColor':_0x1077c7(0xdd),'typography':_0x1077c7(0xe5),'more':_0x1077c7(0xf3)},'panel':{'line':'선','typography':_0x1077c7(0xe5),'more':_0x1077c7(0xf3)},'action':{'addChild':_0x1077c7(0xd8),'addSibling':'형제\x20노드\x20추가','copy':'복사','delete':'삭제','fill':'채우기','fontColor':_0x1077c7(0xdd),'layout':'레이아웃','paste':_0x1077c7(0xf0),'stroke':'선'}}}};module[_0x1077c7(0xcd)]=e;
1
+ const _0x4c05e9=_0x3f43;(function(_0x5b4786,_0xd73fe7){const _0x12c6af=_0x3f43,_0x240f91=_0x5b4786();while(!![]){try{const _0x3fd608=-parseInt(_0x12c6af(0x8f))/0x1+parseInt(_0x12c6af(0x71))/0x2*(parseInt(_0x12c6af(0x88))/0x3)+parseInt(_0x12c6af(0x79))/0x4*(-parseInt(_0x12c6af(0x8d))/0x5)+-parseInt(_0x12c6af(0x83))/0x6+-parseInt(_0x12c6af(0x6b))/0x7*(-parseInt(_0x12c6af(0x7d))/0x8)+parseInt(_0x12c6af(0x6f))/0x9*(-parseInt(_0x12c6af(0x6e))/0xa)+parseInt(_0x12c6af(0x76))/0xb;if(_0x3fd608===_0xd73fe7)break;else _0x240f91['push'](_0x240f91['shift']());}catch(_0x24faee){_0x240f91['push'](_0x240f91['shift']());}}}(_0x5084,0x42cf1));function _0x3f43(_0x4addb9,_0xc2212e){_0x4addb9=_0x4addb9-0x68;const _0x508465=_0x5084();let _0x3f4313=_0x508465[_0x4addb9];return _0x3f4313;}function _0x5084(){const _0x175d4c=['112DADedP','오른쪽','형제\x20간격','14230FWlcnd','1467MbAxFD','세로\x20타임라인','6fnkjbg','직각\x20꺾은선','가져오기/내보내기','연결선\x20스타일','양방향\x20트리','12000439qQoOQm','노드\x20검색','부모\x20간격','4irbPkf','둥근\x20꺾은선','가운데\x20맞춤','OPML\x20XML\x20붙여넣기','75552VPyJas','아래\x20맞춤','더\x20보기','OPML\x20가져오기','가로\x20타임라인','레이아웃','1952502oUYims','노드\x20없음','양쪽\x20맞춤','가로\x20마인드맵','형제\x20노드\x20추가','329529WqhSHO','왼쪽\x20트리','텍스트\x20추가','자식\x20노드\x20추가','타이포그래피','2600055hpGdgG','글꼴\x20색','220556eeEoFQ','마인드맵\x20노드\x20이름\x20바꾸기','이\x20노드에\x20설명\x20추가','exports','왼쪽\x20맞춤','이름\x20바꾸기','OPML\x20내보내기'];_0x5084=function(){return _0x175d4c;};return _0x5084();}const e={'boards-mind-ui':{'alignBottom':_0x4c05e9(0x7e),'alignMiddle':_0x4c05e9(0x7b),'alignTop':'위\x20맞춤','alignJustify':_0x4c05e9(0x85),'alignRight':'오른쪽\x20맞춤','alignCenter':'가운데\x20정렬','alignLeft':_0x4c05e9(0x68),'saveDescription':'저장','descriptionPlaceholder':_0x4c05e9(0x91),'description':'설명','cancel':'취소','panel':{'title':'마인드맵','tab':{'importExport':_0x4c05e9(0x73),'layout':_0x4c05e9(0x82),'structure':'구조'},'layout':{'both':'양쪽','left':'왼쪽','right':_0x4c05e9(0x6c)},'structureKind':{'mindmapHorizontal':_0x4c05e9(0x86),'mindmapVertical':'세로\x20마인드맵','treeRight':'오른쪽\x20트리','treeLeft':_0x4c05e9(0x89),'treeAlternate':_0x4c05e9(0x75),'timelineHorizontal':_0x4c05e9(0x81),'timelineVertical':_0x4c05e9(0x70)},'branchLineType':{'curve':'곡선','roundedOrthogonal':_0x4c05e9(0x7a),'orthogonal':_0x4c05e9(0x72)},'addText':_0x4c05e9(0x8a),'cancel':'취소','emptyNodes':_0x4c05e9(0x84),'exportOPML':_0x4c05e9(0x6a),'importOPML':_0x4c05e9(0x80),'pasteOPML':_0x4c05e9(0x7c),'rename':_0x4c05e9(0x69),'renamePrompt':_0x4c05e9(0x90),'searchNodes':_0x4c05e9(0x77),'spacing':{'branchGap':'분기\x20간격','parentGap':_0x4c05e9(0x78),'siblingGap':_0x4c05e9(0x6d)}},'toolbar':{'primary':{'line':_0x4c05e9(0x74),'fontColor':_0x4c05e9(0x8e),'typography':_0x4c05e9(0x8c),'more':_0x4c05e9(0x7f)},'panel':{'line':'선','typography':'타이포그래피','more':_0x4c05e9(0x7f)},'action':{'addChild':_0x4c05e9(0x8b),'addSibling':_0x4c05e9(0x87),'copy':'복사','delete':'삭제','fill':'채우기','fontColor':_0x4c05e9(0x8e),'layout':_0x4c05e9(0x82),'paste':'붙여넣기','stroke':'선'}}}};module[_0x4c05e9(0x92)]=e;
@@ -1 +1 @@
1
- const _0x4074d3=_0x5155;function _0x1525(){const _0x3861f4=['880926SmnyFc','Zmień\x20nazwę','Eksportuj\x20OPML','Zapisz','Linia','145115RGBjIX','Odstęp\x20rodzica','Opis','6983640JNifHs','Prawa','Drzewo\x20w\x20lewo','Drzewo\x20w\x20prawo','Drzewo\x20naprzemienne','26907McNMem','214NcHmAk','Dodaj\x20dziecko','640629khbsEa','Wyrównaj\x20do\x20środka','Układ','Usuń','Dodaj\x20rodzeństwo','60tSyqwi','Wyrównaj\x20do\x20lewej','110LkYULW','Kopiuj','Zmień\x20nazwę\x20węzła\x20mapy\x20myśli','Odstęp\x20gałęzi','7rCZNRB','Wklej','Kontur','Więcej','Importuj\x20OPML','Mapa\x20myśli','Wyrównaj\x20do\x20dołu','Wypełnienie','Wklej\x20XML\x20OPML','Anuluj','Obie\x20strony','Struktura','Kolor\x20czcionki','Wyjustuj','Dodaj\x20opis\x20tego\x20węzła','Kąt\x20prosty','Styl\x20łącznika','Zaokrąglone\x20kolano','12pxRRmv','Typografia','4892679ngXkaz','39840SPkKaQ','Wyrównaj\x20do\x20prawej'];_0x1525=function(){return _0x3861f4;};return _0x1525();}(function(_0xc7fa57,_0x2db01b){const _0x112dc9=_0x5155,_0x47514d=_0xc7fa57();while(!![]){try{const _0x2b8802=-parseInt(_0x112dc9(0xcf))/0x1+parseInt(_0x112dc9(0xab))/0x2*(parseInt(_0x112dc9(0xaa))/0x3)+-parseInt(_0x112dc9(0xb2))/0x4*(-parseInt(_0x112dc9(0xd4))/0x5)+-parseInt(_0x112dc9(0xd7))/0x6+-parseInt(_0x112dc9(0xb8))/0x7*(-parseInt(_0x112dc9(0xcd))/0x8)+-parseInt(_0x112dc9(0xad))/0x9*(-parseInt(_0x112dc9(0xb4))/0xa)+parseInt(_0x112dc9(0xcc))/0xb*(parseInt(_0x112dc9(0xca))/0xc);if(_0x2b8802===_0x2db01b)break;else _0x47514d['push'](_0x47514d['shift']());}catch(_0x44af4f){_0x47514d['push'](_0x47514d['shift']());}}}(_0x1525,0x8e50a));const e={'boards-mind-ui':{'alignBottom':_0x4074d3(0xbe),'alignMiddle':_0x4074d3(0xae),'alignTop':'Wyrównaj\x20do\x20góry','alignJustify':_0x4074d3(0xc5),'alignRight':_0x4074d3(0xce),'alignCenter':_0x4074d3(0xae),'alignLeft':_0x4074d3(0xb3),'saveDescription':_0x4074d3(0xd2),'descriptionPlaceholder':_0x4074d3(0xc6),'description':_0x4074d3(0xd6),'cancel':_0x4074d3(0xc1),'panel':{'title':_0x4074d3(0xbd),'tab':{'importExport':'Import/Eksport','layout':'Układ','structure':_0x4074d3(0xc3)},'layout':{'both':_0x4074d3(0xc2),'left':'Lewa','right':_0x4074d3(0xd8)},'structureKind':{'mindmapHorizontal':'Pozioma\x20mapa\x20myśli','mindmapVertical':'Pionowa\x20mapa\x20myśli','treeRight':_0x4074d3(0xa8),'treeLeft':_0x4074d3(0xd9),'treeAlternate':_0x4074d3(0xa9),'timelineHorizontal':'Pozioma\x20oś\x20czasu','timelineVertical':'Pionowa\x20oś\x20czasu'},'branchLineType':{'curve':'Krzywa','roundedOrthogonal':_0x4074d3(0xc9),'orthogonal':_0x4074d3(0xc7)},'addText':'Dodaj\x20tekst','cancel':_0x4074d3(0xc1),'emptyNodes':'Brak\x20węzłów','exportOPML':_0x4074d3(0xd1),'importOPML':_0x4074d3(0xbc),'pasteOPML':_0x4074d3(0xc0),'rename':_0x4074d3(0xd0),'renamePrompt':_0x4074d3(0xb6),'searchNodes':'Szukaj\x20węzłów','spacing':{'branchGap':_0x4074d3(0xb7),'parentGap':_0x4074d3(0xd5),'siblingGap':'Odstęp\x20rodzeństwa'}},'toolbar':{'primary':{'line':_0x4074d3(0xc8),'fontColor':_0x4074d3(0xc4),'typography':'Typografia','more':'Więcej'},'panel':{'line':_0x4074d3(0xd3),'typography':_0x4074d3(0xcb),'more':_0x4074d3(0xbb)},'action':{'addChild':_0x4074d3(0xac),'addSibling':_0x4074d3(0xb1),'copy':_0x4074d3(0xb5),'delete':_0x4074d3(0xb0),'fill':_0x4074d3(0xbf),'fontColor':_0x4074d3(0xc4),'layout':_0x4074d3(0xaf),'paste':_0x4074d3(0xb9),'stroke':_0x4074d3(0xba)}}}};function _0x5155(_0x1ddfde,_0x425e61){_0x1ddfde=_0x1ddfde-0xa8;const _0x152587=_0x1525();let _0x51558b=_0x152587[_0x1ddfde];return _0x51558b;}module['exports']=e;
1
+ function _0x2afa(){const _0x19737b=['Styl\x20łącznika','Wypełnienie','10673910EZSGHY','Więcej','304UqgWHV','Eksportuj\x20OPML','Pionowa\x20oś\x20czasu','Wklej\x20XML\x20OPML','Pionowa\x20mapa\x20myśli','Obie\x20strony','Wklej','Wyrównaj\x20do\x20góry','Odstęp\x20gałęzi','Wyrównaj\x20do\x20dołu','Pozioma\x20oś\x20czasu','Import/Eksport','Mapa\x20myśli','Szukaj\x20węzłów','7855535mwVDkv','Zapisz','Wyrównaj\x20do\x20środka','14taKvUt','2009140YeFNuv','Kopiuj','Typografia','4210956VWSqxp','Importuj\x20OPML','2713360FhAIxh','Kąt\x20prosty','Wyrównaj\x20do\x20prawej','Usuń','Kolor\x20czcionki','Drzewo\x20w\x20prawo','1380160IIGkfU','48561qwIemc','Prawa','Anuluj','Dodaj\x20opis\x20tego\x20węzła','Brak\x20węzłów','Odstęp\x20rodzeństwa','Struktura','Opis'];_0x2afa=function(){return _0x19737b;};return _0x2afa();}function _0x1460(_0x4069ed,_0x44cb10){_0x4069ed=_0x4069ed-0xdf;const _0x2afa76=_0x2afa();let _0x14602b=_0x2afa76[_0x4069ed];return _0x14602b;}const _0x5800e6=_0x1460;(function(_0x51ffe7,_0x5c7aac){const _0x282828=_0x1460,_0x3d13d0=_0x51ffe7();while(!![]){try{const _0x242de5=parseInt(_0x282828(0xed))/0x1+parseInt(_0x282828(0xe2))/0x2+-parseInt(_0x282828(0xee))/0x3*(-parseInt(_0x282828(0xfa))/0x4)+-parseInt(_0x282828(0x108))/0x5+parseInt(_0x282828(0xe5))/0x6+-parseInt(_0x282828(0xe1))/0x7*(parseInt(_0x282828(0xe7))/0x8)+-parseInt(_0x282828(0xf8))/0x9;if(_0x242de5===_0x5c7aac)break;else _0x3d13d0['push'](_0x3d13d0['shift']());}catch(_0x1d101f){_0x3d13d0['push'](_0x3d13d0['shift']());}}}(_0x2afa,0xd72b3));const e={'boards-mind-ui':{'alignBottom':_0x5800e6(0x103),'alignMiddle':_0x5800e6(0xe0),'alignTop':_0x5800e6(0x101),'alignJustify':'Wyjustuj','alignRight':_0x5800e6(0xe9),'alignCenter':_0x5800e6(0xe0),'alignLeft':'Wyrównaj\x20do\x20lewej','saveDescription':_0x5800e6(0xdf),'descriptionPlaceholder':_0x5800e6(0xf1),'description':_0x5800e6(0xf5),'cancel':_0x5800e6(0xf0),'panel':{'title':_0x5800e6(0x106),'tab':{'importExport':_0x5800e6(0x105),'layout':'Układ','structure':_0x5800e6(0xf4)},'layout':{'both':_0x5800e6(0xff),'left':'Lewa','right':_0x5800e6(0xef)},'structureKind':{'mindmapHorizontal':'Pozioma\x20mapa\x20myśli','mindmapVertical':_0x5800e6(0xfe),'treeRight':_0x5800e6(0xec),'treeLeft':'Drzewo\x20w\x20lewo','treeAlternate':'Drzewo\x20naprzemienne','timelineHorizontal':_0x5800e6(0x104),'timelineVertical':_0x5800e6(0xfc)},'branchLineType':{'curve':'Krzywa','roundedOrthogonal':'Zaokrąglone\x20kolano','orthogonal':_0x5800e6(0xe8)},'addText':'Dodaj\x20tekst','cancel':'Anuluj','emptyNodes':_0x5800e6(0xf2),'exportOPML':_0x5800e6(0xfb),'importOPML':_0x5800e6(0xe6),'pasteOPML':_0x5800e6(0xfd),'rename':'Zmień\x20nazwę','renamePrompt':'Zmień\x20nazwę\x20węzła\x20mapy\x20myśli','searchNodes':_0x5800e6(0x107),'spacing':{'branchGap':_0x5800e6(0x102),'parentGap':'Odstęp\x20rodzica','siblingGap':_0x5800e6(0xf3)}},'toolbar':{'primary':{'line':_0x5800e6(0xf6),'fontColor':_0x5800e6(0xeb),'typography':_0x5800e6(0xe4),'more':'Więcej'},'panel':{'line':'Linia','typography':_0x5800e6(0xe4),'more':_0x5800e6(0xf9)},'action':{'addChild':'Dodaj\x20dziecko','addSibling':'Dodaj\x20rodzeństwo','copy':_0x5800e6(0xe3),'delete':_0x5800e6(0xea),'fill':_0x5800e6(0xf7),'fontColor':_0x5800e6(0xeb),'layout':'Układ','paste':_0x5800e6(0x100),'stroke':'Kontur'}}}};module['exports']=e;
@@ -1 +1 @@
1
- function _0x3a7a(_0xd62928,_0x1d274f){_0xd62928=_0xd62928-0x105;const _0x5edb7a=_0x5edb();let _0x3a7ad9=_0x5edb7a[_0xd62928];return _0x3a7ad9;}const _0x45d557=_0x3a7a;(function(_0x130e62,_0x248049){const _0xdf58a1=_0x3a7a,_0x1cf2ee=_0x130e62();while(!![]){try{const _0x4b883a=parseInt(_0xdf58a1(0x133))/0x1*(parseInt(_0xdf58a1(0x12e))/0x2)+parseInt(_0xdf58a1(0x10a))/0x3*(parseInt(_0xdf58a1(0x118))/0x4)+parseInt(_0xdf58a1(0x130))/0x5*(-parseInt(_0xdf58a1(0x119))/0x6)+-parseInt(_0xdf58a1(0x124))/0x7+parseInt(_0xdf58a1(0x105))/0x8*(-parseInt(_0xdf58a1(0x112))/0x9)+-parseInt(_0xdf58a1(0x12f))/0xa+-parseInt(_0xdf58a1(0x125))/0xb*(-parseInt(_0xdf58a1(0x121))/0xc);if(_0x4b883a===_0x248049)break;else _0x1cf2ee['push'](_0x1cf2ee['shift']());}catch(_0x1219ac){_0x1cf2ee['push'](_0x1cf2ee['shift']());}}}(_0x5edb,0x7abb8));function _0x5edb(){const _0x9219a8=['Esquerda','Exportar\x20OPML','Adicionar\x20uma\x20descrição\x20a\x20este\x20nó','Árvore\x20à\x20esquerda','Mapa\x20mental','Layout','Excluir','38538lBgRsi','Espaço\x20do\x20pai','Alinhar\x20à\x20direita','Cor\x20da\x20fonte','Árvore\x20alternada','Contorno','250948Hnaqyg','567198hamdsH','Nenhum\x20nó','Importar\x20OPML','Cancelar','Alinhar\x20ao\x20meio','Copiar','Preenchimento','Descrição','350412FsSPCa','Espaço\x20entre\x20ramificações','Justificar','5556467vTtjDL','286jwIoft','Cotovelo\x20arredondado','Ambos\x20os\x20lados','Mapa\x20mental\x20horizontal','exports','Linha\x20do\x20tempo\x20vertical','Salvar','Adicionar\x20texto','Pesquisar\x20nós','590ZSFhoC','4207700VVmWjz','5owBseE','Estilo\x20do\x20conector','Estrutura','2795AIsUwV','Ângulo\x20reto','Mais','Mapa\x20mental\x20vertical','Curva','160roNlBu','Importar/Exportar','Direita','Renomear','Tipografia','15lPaZng'];_0x5edb=function(){return _0x9219a8;};return _0x5edb();}const e={'boards-mind-ui':{'alignBottom':'Alinhar\x20abaixo','alignMiddle':_0x45d557(0x11d),'alignTop':'Alinhar\x20acima','alignJustify':_0x45d557(0x123),'alignRight':_0x45d557(0x114),'alignCenter':'Centralizar','alignLeft':'Alinhar\x20à\x20esquerda','saveDescription':_0x45d557(0x12b),'descriptionPlaceholder':_0x45d557(0x10d),'description':_0x45d557(0x120),'cancel':_0x45d557(0x11c),'panel':{'title':_0x45d557(0x10f),'tab':{'importExport':_0x45d557(0x106),'layout':_0x45d557(0x110),'structure':_0x45d557(0x132)},'layout':{'both':_0x45d557(0x127),'left':_0x45d557(0x10b),'right':_0x45d557(0x107)},'structureKind':{'mindmapHorizontal':_0x45d557(0x128),'mindmapVertical':_0x45d557(0x136),'treeRight':'Árvore\x20à\x20direita','treeLeft':_0x45d557(0x10e),'treeAlternate':_0x45d557(0x116),'timelineHorizontal':'Linha\x20do\x20tempo\x20horizontal','timelineVertical':_0x45d557(0x12a)},'branchLineType':{'curve':_0x45d557(0x137),'roundedOrthogonal':_0x45d557(0x126),'orthogonal':_0x45d557(0x134)},'addText':_0x45d557(0x12c),'cancel':_0x45d557(0x11c),'emptyNodes':_0x45d557(0x11a),'exportOPML':_0x45d557(0x10c),'importOPML':_0x45d557(0x11b),'pasteOPML':'Colar\x20XML\x20OPML','rename':_0x45d557(0x108),'renamePrompt':'Renomear\x20nó\x20do\x20mapa\x20mental','searchNodes':_0x45d557(0x12d),'spacing':{'branchGap':_0x45d557(0x122),'parentGap':_0x45d557(0x113),'siblingGap':'Espaço\x20entre\x20irmãos'}},'toolbar':{'primary':{'line':_0x45d557(0x131),'fontColor':_0x45d557(0x115),'typography':'Tipografia','more':_0x45d557(0x135)},'panel':{'line':'Linha','typography':_0x45d557(0x109),'more':'Mais'},'action':{'addChild':'Adicionar\x20filho','addSibling':'Adicionar\x20irmão','copy':_0x45d557(0x11e),'delete':_0x45d557(0x111),'fill':_0x45d557(0x11f),'fontColor':_0x45d557(0x115),'layout':_0x45d557(0x110),'paste':'Colar','stroke':_0x45d557(0x117)}}}};module[_0x45d557(0x129)]=e;
1
+ const _0x4901e3=_0x1593;function _0x1593(_0xe86654,_0x4b787a){_0xe86654=_0xe86654-0xc7;const _0x7e3d0e=_0x7e3d();let _0x1593ab=_0x7e3d0e[_0xe86654];return _0x1593ab;}function _0x7e3d(){const _0x41fff9=['25POuOsQ','27DIZOLF','1422856FwqIVd','Adicionar\x20filho','Árvore\x20alternada','Pesquisar\x20nós','Justificar','Descrição','125554vhcsgI','Alinhar\x20à\x20esquerda','Cancelar','Tipografia','Ângulo\x20reto','Curva','Espaço\x20entre\x20irmãos','Adicionar\x20texto','Preenchimento','Cor\x20da\x20fonte','Estrutura','Copiar','Exportar\x20OPML','6306708wZjGMT','Direita','Linha','Mais','Mapa\x20mental\x20horizontal','Espaço\x20entre\x20ramificações','Layout','138270PaScLQ','Árvore\x20à\x20esquerda','8143930Bjynfu','exports','813785JqxjQL','342kynuxN','Cotovelo\x20arredondado','Centralizar','Alinhar\x20abaixo','Contorno','Adicionar\x20uma\x20descrição\x20a\x20este\x20nó','Importar/Exportar','Importar\x20OPML','Espaço\x20do\x20pai','Alinhar\x20ao\x20meio','Nenhum\x20nó','Mapa\x20mental\x20vertical','161763aVQJQO'];_0x7e3d=function(){return _0x41fff9;};return _0x7e3d();}(function(_0x49eddf,_0x16ad38){const _0x232639=_0x1593,_0x5b62cb=_0x49eddf();while(!![]){try{const _0xd64b27=-parseInt(_0x232639(0xe5))/0x1*(parseInt(_0x232639(0xed))/0x2)+parseInt(_0x232639(0xd3))/0x3+parseInt(_0x232639(0xcc))/0x4+-parseInt(_0x232639(0xd7))/0x5+parseInt(_0x232639(0xd8))/0x6*(-parseInt(_0x232639(0xe4))/0x7)+-parseInt(_0x232639(0xe7))/0x8+parseInt(_0x232639(0xe6))/0x9*(parseInt(_0x232639(0xd5))/0xa);if(_0xd64b27===_0x16ad38)break;else _0x5b62cb['push'](_0x5b62cb['shift']());}catch(_0xc29cab){_0x5b62cb['push'](_0x5b62cb['shift']());}}}(_0x7e3d,0xccc26));const e={'boards-mind-ui':{'alignBottom':_0x4901e3(0xdb),'alignMiddle':_0x4901e3(0xe1),'alignTop':'Alinhar\x20acima','alignJustify':_0x4901e3(0xeb),'alignRight':'Alinhar\x20à\x20direita','alignCenter':_0x4901e3(0xda),'alignLeft':_0x4901e3(0xee),'saveDescription':'Salvar','descriptionPlaceholder':_0x4901e3(0xdd),'description':_0x4901e3(0xec),'cancel':'Cancelar','panel':{'title':'Mapa\x20mental','tab':{'importExport':_0x4901e3(0xde),'layout':'Layout','structure':_0x4901e3(0xc9)},'layout':{'both':'Ambos\x20os\x20lados','left':'Esquerda','right':_0x4901e3(0xcd)},'structureKind':{'mindmapHorizontal':_0x4901e3(0xd0),'mindmapVertical':_0x4901e3(0xe3),'treeRight':'Árvore\x20à\x20direita','treeLeft':_0x4901e3(0xd4),'treeAlternate':_0x4901e3(0xe9),'timelineHorizontal':'Linha\x20do\x20tempo\x20horizontal','timelineVertical':'Linha\x20do\x20tempo\x20vertical'},'branchLineType':{'curve':_0x4901e3(0xf2),'roundedOrthogonal':_0x4901e3(0xd9),'orthogonal':_0x4901e3(0xf1)},'addText':_0x4901e3(0xf4),'cancel':_0x4901e3(0xef),'emptyNodes':_0x4901e3(0xe2),'exportOPML':_0x4901e3(0xcb),'importOPML':_0x4901e3(0xdf),'pasteOPML':'Colar\x20XML\x20OPML','rename':'Renomear','renamePrompt':'Renomear\x20nó\x20do\x20mapa\x20mental','searchNodes':_0x4901e3(0xea),'spacing':{'branchGap':_0x4901e3(0xd1),'parentGap':_0x4901e3(0xe0),'siblingGap':_0x4901e3(0xf3)}},'toolbar':{'primary':{'line':'Estilo\x20do\x20conector','fontColor':_0x4901e3(0xc8),'typography':_0x4901e3(0xf0),'more':'Mais'},'panel':{'line':_0x4901e3(0xce),'typography':_0x4901e3(0xf0),'more':_0x4901e3(0xcf)},'action':{'addChild':_0x4901e3(0xe8),'addSibling':'Adicionar\x20irmão','copy':_0x4901e3(0xca),'delete':'Excluir','fill':_0x4901e3(0xc7),'fontColor':_0x4901e3(0xc8),'layout':_0x4901e3(0xd2),'paste':'Colar','stroke':_0x4901e3(0xdc)}}}};module[_0x4901e3(0xd6)]=e;
@@ -1 +1 @@
1
- const _0x2ca020=_0x5524;(function(_0x5943a8,_0x216415){const _0x23d410=_0x5524,_0x200951=_0x5943a8();while(!![]){try{const _0xd8d151=-parseInt(_0x23d410(0x1a9))/0x1+parseInt(_0x23d410(0x1be))/0x2*(-parseInt(_0x23d410(0x1ba))/0x3)+-parseInt(_0x23d410(0x1c0))/0x4*(parseInt(_0x23d410(0x1b5))/0x5)+-parseInt(_0x23d410(0x1a6))/0x6*(-parseInt(_0x23d410(0x1bc))/0x7)+-parseInt(_0x23d410(0x1b6))/0x8*(-parseInt(_0x23d410(0x1c5))/0x9)+-parseInt(_0x23d410(0x1a7))/0xa*(-parseInt(_0x23d410(0x19f))/0xb)+parseInt(_0x23d410(0x1c6))/0xc*(parseInt(_0x23d410(0x1bd))/0xd);if(_0xd8d151===_0x216415)break;else _0x200951['push'](_0x200951['shift']());}catch(_0x1df135){_0x200951['push'](_0x200951['shift']());}}}(_0x3fcd,0x94d9f));const e={'boards-mind-ui':{'alignBottom':'Выровнять\x20по\x20нижнему\x20краю','alignMiddle':_0x2ca020(0x1bf),'alignTop':_0x2ca020(0x195),'alignJustify':'По\x20ширине','alignRight':_0x2ca020(0x1ae),'alignCenter':_0x2ca020(0x19a),'alignLeft':_0x2ca020(0x1a1),'saveDescription':_0x2ca020(0x1a4),'descriptionPlaceholder':_0x2ca020(0x1a0),'description':_0x2ca020(0x19d),'cancel':'Отмена','panel':{'title':_0x2ca020(0x1b9),'tab':{'importExport':'Импорт/экспорт','layout':_0x2ca020(0x1a8),'structure':_0x2ca020(0x1bb)},'layout':{'both':_0x2ca020(0x1a3),'left':_0x2ca020(0x1b8),'right':'Справа'},'structureKind':{'mindmapHorizontal':_0x2ca020(0x1b7),'mindmapVertical':_0x2ca020(0x1aa),'treeRight':_0x2ca020(0x1c2),'treeLeft':_0x2ca020(0x1b4),'treeAlternate':_0x2ca020(0x198),'timelineHorizontal':'Горизонтальная\x20временная\x20шкала','timelineVertical':'Вертикальная\x20временная\x20шкала'},'branchLineType':{'curve':'Кривая','roundedOrthogonal':_0x2ca020(0x1ac),'orthogonal':'Прямой\x20угол'},'addText':_0x2ca020(0x19e),'cancel':_0x2ca020(0x1b3),'emptyNodes':'Нет\x20узлов','exportOPML':_0x2ca020(0x196),'importOPML':_0x2ca020(0x1b1),'pasteOPML':_0x2ca020(0x1c4),'rename':_0x2ca020(0x19c),'renamePrompt':_0x2ca020(0x1b2),'searchNodes':_0x2ca020(0x197),'spacing':{'branchGap':_0x2ca020(0x1a5),'parentGap':_0x2ca020(0x1af),'siblingGap':_0x2ca020(0x1ab)}},'toolbar':{'primary':{'line':_0x2ca020(0x199),'fontColor':_0x2ca020(0x1b0),'typography':_0x2ca020(0x19b),'more':_0x2ca020(0x1c1)},'panel':{'line':_0x2ca020(0x1c3),'typography':'Типографика','more':_0x2ca020(0x1c1)},'action':{'addChild':_0x2ca020(0x1ad),'addSibling':'Добавить\x20соседний\x20узел','copy':'Копировать','delete':'Удалить','fill':'Заливка','fontColor':_0x2ca020(0x1b0),'layout':_0x2ca020(0x1a8),'paste':_0x2ca020(0x194),'stroke':_0x2ca020(0x1a2)}}}};function _0x5524(_0x2221bb,_0x1e9989){_0x2221bb=_0x2221bb-0x194;const _0x3fcd28=_0x3fcd();let _0x5524d2=_0x3fcd28[_0x2221bb];return _0x5524d2;}module['exports']=e;function _0x3fcd(){const _0x401792=['Выровнять\x20по\x20середине','19252hseFbD','Еще','Дерево\x20вправо','Линия','Вставить\x20XML\x20OPML','103536HsZdcG','24kyKkOa','Вставить','Выровнять\x20по\x20верхнему\x20краю','Экспорт\x20OPML','Поиск\x20узлов','Чередующееся\x20дерево','Стиль\x20соединителя','Выровнять\x20по\x20центру','Типографика','Переименовать','Описание','Добавить\x20текст','715OmzVXD','Добавьте\x20описание\x20для\x20этого\x20узла','Выровнять\x20влево','Обводка','С\x20обеих\x20сторон','Сохранить','Интервал\x20ветвей','72FwjJJL','168810btcknQ','Макет','1066208jXeYOT','Вертикальная\x20интеллект-карта','Интервал\x20соседних\x20узлов','Скругленный\x20изгиб','Добавить\x20дочерний\x20узел','Выровнять\x20вправо','Интервал\x20родителя','Цвет\x20шрифта','Импорт\x20OPML','Переименовать\x20узел\x20интеллект-карты','Отмена','Дерево\x20влево','1115agsKUG','8lVcZhi','Горизонтальная\x20интеллект-карта','Слева','Интеллект-карта','39OrFLZG','Структура','131782uAgCyH','13445666wCVJlN','100622ahNWBJ'];_0x3fcd=function(){return _0x401792;};return _0x3fcd();}
1
+ const _0x30014f=_0x2657;function _0x35fc(){const _0x11f607=['По\x20ширине','Прямой\x20угол','Дерево\x20влево','Сохранить','Импорт/экспорт','С\x20обеих\x20сторон','Добавить\x20дочерний\x20узел','Выровнять\x20по\x20верхнему\x20краю','Кривая','Типографика','465410nbeQfQ','Структура','Обводка','Интервал\x20ветвей','6kptZxh','Добавьте\x20описание\x20для\x20этого\x20узла','Интервал\x20родителя','235aNWUxN','Еще','272569ksMNso','187Kkaxyd','Чередующееся\x20дерево','Макет','Справа','Выровнять\x20по\x20нижнему\x20краю','6682690IvhIKN','9ORjqSa','12fJoCvW','Стиль\x20соединителя','Удалить','Поиск\x20узлов','Выровнять\x20влево','3YGxoaa','Цвет\x20шрифта','Добавить\x20соседний\x20узел','Вставить\x20XML\x20OPML','exports','Переименовать','Импорт\x20OPML','Выровнять\x20по\x20середине','Экспорт\x20OPML','Скругленный\x20изгиб','Слева','Отмена','2461188enVHFy','19643052RUslly','Вертикальная\x20интеллект-карта','5388304CEICpK','Нет\x20узлов','Выровнять\x20по\x20центру','22206HJygMf'];_0x35fc=function(){return _0x11f607;};return _0x35fc();}(function(_0x45ef62,_0x44ee5d){const _0x3e5bed=_0x2657,_0x340a71=_0x45ef62();while(!![]){try{const _0x27bd60=-parseInt(_0x3e5bed(0x1ae))/0x1*(-parseInt(_0x3e5bed(0x1a9))/0x2)+parseInt(_0x3e5bed(0x1bb))/0x3*(parseInt(_0x3e5bed(0x194))/0x4)+-parseInt(_0x3e5bed(0x1ac))/0x5*(parseInt(_0x3e5bed(0x19a))/0x6)+parseInt(_0x3e5bed(0x1b4))/0x7+parseInt(_0x3e5bed(0x197))/0x8*(-parseInt(_0x3e5bed(0x1b5))/0x9)+-parseInt(_0x3e5bed(0x1a5))/0xa*(-parseInt(_0x3e5bed(0x1af))/0xb)+parseInt(_0x3e5bed(0x1b6))/0xc*(-parseInt(_0x3e5bed(0x195))/0xd);if(_0x27bd60===_0x44ee5d)break;else _0x340a71['push'](_0x340a71['shift']());}catch(_0x42f687){_0x340a71['push'](_0x340a71['shift']());}}}(_0x35fc,0xc849e));const e={'boards-mind-ui':{'alignBottom':_0x30014f(0x1b3),'alignMiddle':_0x30014f(0x18f),'alignTop':_0x30014f(0x1a2),'alignJustify':_0x30014f(0x19b),'alignRight':'Выровнять\x20вправо','alignCenter':_0x30014f(0x199),'alignLeft':_0x30014f(0x1ba),'saveDescription':_0x30014f(0x19e),'descriptionPlaceholder':_0x30014f(0x1aa),'description':'Описание','cancel':_0x30014f(0x193),'panel':{'title':'Интеллект-карта','tab':{'importExport':_0x30014f(0x19f),'layout':_0x30014f(0x1b1),'structure':_0x30014f(0x1a6)},'layout':{'both':_0x30014f(0x1a0),'left':_0x30014f(0x192),'right':_0x30014f(0x1b2)},'structureKind':{'mindmapHorizontal':'Горизонтальная\x20интеллект-карта','mindmapVertical':_0x30014f(0x196),'treeRight':'Дерево\x20вправо','treeLeft':_0x30014f(0x19d),'treeAlternate':_0x30014f(0x1b0),'timelineHorizontal':'Горизонтальная\x20временная\x20шкала','timelineVertical':'Вертикальная\x20временная\x20шкала'},'branchLineType':{'curve':_0x30014f(0x1a3),'roundedOrthogonal':_0x30014f(0x191),'orthogonal':_0x30014f(0x19c)},'addText':'Добавить\x20текст','cancel':_0x30014f(0x193),'emptyNodes':_0x30014f(0x198),'exportOPML':_0x30014f(0x190),'importOPML':_0x30014f(0x18e),'pasteOPML':_0x30014f(0x18b),'rename':_0x30014f(0x18d),'renamePrompt':'Переименовать\x20узел\x20интеллект-карты','searchNodes':_0x30014f(0x1b9),'spacing':{'branchGap':_0x30014f(0x1a8),'parentGap':_0x30014f(0x1ab),'siblingGap':'Интервал\x20соседних\x20узлов'}},'toolbar':{'primary':{'line':_0x30014f(0x1b7),'fontColor':_0x30014f(0x1bc),'typography':_0x30014f(0x1a4),'more':_0x30014f(0x1ad)},'panel':{'line':'Линия','typography':_0x30014f(0x1a4),'more':_0x30014f(0x1ad)},'action':{'addChild':_0x30014f(0x1a1),'addSibling':_0x30014f(0x18a),'copy':'Копировать','delete':_0x30014f(0x1b8),'fill':'Заливка','fontColor':_0x30014f(0x1bc),'layout':'Макет','paste':'Вставить','stroke':_0x30014f(0x1a7)}}}};function _0x2657(_0x514076,_0x235200){_0x514076=_0x514076-0x18a;const _0x35fc14=_0x35fc();let _0x26574f=_0x35fc14[_0x514076];return _0x26574f;}module[_0x30014f(0x18c)]=e;
@@ -1 +1 @@
1
- function _0xc768(){const _0x3dea77=['Horizontálna\x20myšlienková\x20mapa','Strom\x20doprava','Hľadať\x20uzly','Vertikálna\x20časová\x20os','Obe\x20strany','Vľavo','4537629EesqqF','Medzera\x20vetiev','Pridajte\x20popis\x20tohto\x20uzla','Viac','Myšlienková\x20mapa','Odstranit','Uložiť','Striedavý\x20strom','Vypln','1508ekpCVN','8YZqgww','Zarovnat\x20nadol','Typografia','Exportovať\x20OPML','Farba\x20písma','9267pXpFsk','Zrušiť','Rozloženie','Zarovnať\x20doprava','842kcJGAg','Pridat\x20surodenca','11mbLbAn','1211838QpnlNL','exports','Pridať\x20text','Zarovnat\x20na\x20stred','Krivka','Štruktúra','Zaoblené\x20koleno','Premenovať','Zarovnat\x20nahor','Kopirovat','Ciara','4039049WQXuwO','Pravý\x20uhol','Štýl\x20spojnice','944buhBvt','1731085PCBXlx','5761090HmNkuk'];_0xc768=function(){return _0x3dea77;};return _0xc768();}const _0x10615b=_0xcf04;(function(_0x17fc04,_0xc674fe){const _0x89df48=_0xcf04,_0x4ff35c=_0x17fc04();while(!![]){try{const _0x3fbe3b=parseInt(_0x89df48(0x1a4))/0x1*(-parseInt(_0x89df48(0x1ae))/0x2)+parseInt(_0x89df48(0x1aa))/0x3*(parseInt(_0x89df48(0x1bf))/0x4)+-parseInt(_0x89df48(0x1c0))/0x5+parseInt(_0x89df48(0x1b1))/0x6+parseInt(_0x89df48(0x1bc))/0x7+parseInt(_0x89df48(0x1a5))/0x8*(-parseInt(_0x89df48(0x19b))/0x9)+parseInt(_0x89df48(0x1c1))/0xa*(parseInt(_0x89df48(0x1b0))/0xb);if(_0x3fbe3b===_0xc674fe)break;else _0x4ff35c['push'](_0x4ff35c['shift']());}catch(_0x490c45){_0x4ff35c['push'](_0x4ff35c['shift']());}}}(_0xc768,0x9232b));const e={'boards-mind-ui':{'alignBottom':_0x10615b(0x1a6),'alignMiddle':_0x10615b(0x1b4),'alignTop':_0x10615b(0x1b9),'alignJustify':'Zarovnat\x20do\x20bloku','alignRight':_0x10615b(0x1ad),'alignCenter':_0x10615b(0x1b4),'alignLeft':'Zarovnať\x20doľava','saveDescription':_0x10615b(0x1a1),'descriptionPlaceholder':_0x10615b(0x19d),'description':'Popis','cancel':_0x10615b(0x1ab),'panel':{'title':_0x10615b(0x19f),'tab':{'importExport':'Import/Export','layout':'Rozloženie','structure':_0x10615b(0x1b6)},'layout':{'both':_0x10615b(0x199),'left':_0x10615b(0x19a),'right':'Vpravo'},'structureKind':{'mindmapHorizontal':_0x10615b(0x1c2),'mindmapVertical':'Vertikálna\x20myšlienková\x20mapa','treeRight':_0x10615b(0x1c3),'treeLeft':'Strom\x20doľava','treeAlternate':_0x10615b(0x1a2),'timelineHorizontal':'Horizontálna\x20časová\x20os','timelineVertical':_0x10615b(0x198)},'branchLineType':{'curve':_0x10615b(0x1b5),'roundedOrthogonal':_0x10615b(0x1b7),'orthogonal':_0x10615b(0x1bd)},'addText':_0x10615b(0x1b3),'cancel':_0x10615b(0x1ab),'emptyNodes':'Žiadne\x20uzly','exportOPML':_0x10615b(0x1a8),'importOPML':'Importovať\x20OPML','pasteOPML':'Prilepiť\x20OPML\x20XML','rename':_0x10615b(0x1b8),'renamePrompt':'Premenovať\x20uzol\x20myšlienkovej\x20mapy','searchNodes':_0x10615b(0x1c4),'spacing':{'branchGap':_0x10615b(0x19c),'parentGap':'Medzera\x20rodica','siblingGap':'Medzera\x20súrodencov'}},'toolbar':{'primary':{'line':_0x10615b(0x1be),'fontColor':_0x10615b(0x1a9),'typography':_0x10615b(0x1a7),'more':_0x10615b(0x19e)},'panel':{'line':_0x10615b(0x1bb),'typography':_0x10615b(0x1a7),'more':_0x10615b(0x19e)},'action':{'addChild':'Pridat\x20dieta','addSibling':_0x10615b(0x1af),'copy':_0x10615b(0x1ba),'delete':_0x10615b(0x1a0),'fill':_0x10615b(0x1a3),'fontColor':_0x10615b(0x1a9),'layout':_0x10615b(0x1ac),'paste':'Prilepiť','stroke':'Obrys'}}}};function _0xcf04(_0x143c82,_0x208c4c){_0x143c82=_0x143c82-0x198;const _0xc768e2=_0xc768();let _0xcf0467=_0xc768e2[_0x143c82];return _0xcf0467;}module[_0x10615b(0x1b2)]=e;
1
+ const _0x524cf5=_0x4b03;(function(_0x5e50f5,_0x4f5132){const _0xf524a5=_0x4b03,_0x236353=_0x5e50f5();while(!![]){try{const _0x3ac0d9=-parseInt(_0xf524a5(0x133))/0x1*(-parseInt(_0xf524a5(0x126))/0x2)+parseInt(_0xf524a5(0x140))/0x3*(-parseInt(_0xf524a5(0x135))/0x4)+parseInt(_0xf524a5(0x115))/0x5*(-parseInt(_0xf524a5(0x12b))/0x6)+-parseInt(_0xf524a5(0x148))/0x7+-parseInt(_0xf524a5(0x119))/0x8*(-parseInt(_0xf524a5(0x116))/0x9)+-parseInt(_0xf524a5(0x13c))/0xa*(-parseInt(_0xf524a5(0x113))/0xb)+parseInt(_0xf524a5(0x11f))/0xc*(parseInt(_0xf524a5(0x11e))/0xd);if(_0x3ac0d9===_0x4f5132)break;else _0x236353['push'](_0x236353['shift']());}catch(_0x3d94dc){_0x236353['push'](_0x236353['shift']());}}}(_0x33f0,0x9ff34));function _0x33f0(){const _0x17a09f=['2XpTNiV','Medzera\x20vetiev','Import/Export','Zarovnat\x20do\x20bloku','Žiadne\x20uzly','6Cvxxdg','Zrušiť','Prilepiť\x20OPML\x20XML','Typografia','Premenovať\x20uzol\x20myšlienkovej\x20mapy','Vertikálna\x20myšlienková\x20mapa','Pridat\x20dieta','Exportovať\x20OPML','688619JvyDPr','Pridať\x20text','16zSLQMN','Prilepiť','Zarovnat\x20na\x20stred','Zarovnať\x20doľava','Strom\x20doprava','Importovať\x20OPML','Horizontálna\x20myšlienková\x20mapa','890nTcqUz','Uložiť','Obrys','Strom\x20doľava','629646zGNoSU','exports','Striedavý\x20strom','Zarovnat\x20nadol','Farba\x20písma','Popis','Štýl\x20spojnice','Obe\x20strany','358533udYHVm','Vypln','37279fhLwCq','Odstranit','5679745XBReLG','99pvIVtw','Pridajte\x20popis\x20tohto\x20uzla','Medzera\x20súrodencov','72016PJAAMc','Hľadať\x20uzly','Horizontálna\x20časová\x20os','Rozloženie','Viac','2070367LaOgVd','120clCGmx','Pravý\x20uhol','Ciara','Vertikálna\x20časová\x20os','Myšlienková\x20mapa','Kopirovat','Zarovnať\x20doprava'];_0x33f0=function(){return _0x17a09f;};return _0x33f0();}function _0x4b03(_0x3ef1b5,_0x366d3e){_0x3ef1b5=_0x3ef1b5-0x113;const _0x33f0b0=_0x33f0();let _0x4b0321=_0x33f0b0[_0x3ef1b5];return _0x4b0321;}const e={'boards-mind-ui':{'alignBottom':_0x524cf5(0x143),'alignMiddle':_0x524cf5(0x137),'alignTop':'Zarovnat\x20nahor','alignJustify':_0x524cf5(0x129),'alignRight':_0x524cf5(0x125),'alignCenter':'Zarovnat\x20na\x20stred','alignLeft':_0x524cf5(0x138),'saveDescription':_0x524cf5(0x13d),'descriptionPlaceholder':_0x524cf5(0x117),'description':_0x524cf5(0x145),'cancel':_0x524cf5(0x12c),'panel':{'title':_0x524cf5(0x123),'tab':{'importExport':_0x524cf5(0x128),'layout':'Rozloženie','structure':'Štruktúra'},'layout':{'both':_0x524cf5(0x147),'left':'Vľavo','right':'Vpravo'},'structureKind':{'mindmapHorizontal':_0x524cf5(0x13b),'mindmapVertical':_0x524cf5(0x130),'treeRight':_0x524cf5(0x139),'treeLeft':_0x524cf5(0x13f),'treeAlternate':_0x524cf5(0x142),'timelineHorizontal':_0x524cf5(0x11b),'timelineVertical':_0x524cf5(0x122)},'branchLineType':{'curve':'Krivka','roundedOrthogonal':'Zaoblené\x20koleno','orthogonal':_0x524cf5(0x120)},'addText':_0x524cf5(0x134),'cancel':_0x524cf5(0x12c),'emptyNodes':_0x524cf5(0x12a),'exportOPML':_0x524cf5(0x132),'importOPML':_0x524cf5(0x13a),'pasteOPML':_0x524cf5(0x12d),'rename':'Premenovať','renamePrompt':_0x524cf5(0x12f),'searchNodes':_0x524cf5(0x11a),'spacing':{'branchGap':_0x524cf5(0x127),'parentGap':'Medzera\x20rodica','siblingGap':_0x524cf5(0x118)}},'toolbar':{'primary':{'line':_0x524cf5(0x146),'fontColor':_0x524cf5(0x144),'typography':_0x524cf5(0x12e),'more':_0x524cf5(0x11d)},'panel':{'line':_0x524cf5(0x121),'typography':_0x524cf5(0x12e),'more':_0x524cf5(0x11d)},'action':{'addChild':_0x524cf5(0x131),'addSibling':'Pridat\x20surodenca','copy':_0x524cf5(0x124),'delete':_0x524cf5(0x114),'fill':_0x524cf5(0x149),'fontColor':'Farba\x20písma','layout':_0x524cf5(0x11c),'paste':_0x524cf5(0x136),'stroke':_0x524cf5(0x13e)}}}};module[_0x524cf5(0x141)]=e;
@@ -1 +1 @@
1
- const _0x564623=_0x224b;(function(_0x52a341,_0x16b68a){const _0x2f6fce=_0x224b,_0x2864c6=_0x52a341();while(!![]){try{const _0x426833=parseInt(_0x2f6fce(0x1f8))/0x1+parseInt(_0x2f6fce(0x1f3))/0x2+-parseInt(_0x2f6fce(0x1d5))/0x3*(parseInt(_0x2f6fce(0x1f6))/0x4)+-parseInt(_0x2f6fce(0x1da))/0x5+-parseInt(_0x2f6fce(0x1fb))/0x6+parseInt(_0x2f6fce(0x1d2))/0x7+-parseInt(_0x2f6fce(0x1e8))/0x8*(parseInt(_0x2f6fce(0x1cf))/0x9);if(_0x426833===_0x16b68a)break;else _0x2864c6['push'](_0x2864c6['shift']());}catch(_0x5b6c55){_0x2864c6['push'](_0x2864c6['shift']());}}}(_0x1469,0x35362));function _0x1469(){const _0x5e6c24=['Viền','Bố\x20cục','Đổi\x20tên','Tô\x20màu','Xuất\x20OPML','Lưu','Khoảng\x20cách\x20nút\x20cha','8kZgHMT','Màu\x20chữ','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','Đường\x20cong','Kiểu\x20đường\x20nối','Hai\x20bên','Dán','Không\x20có\x20nút','Góc\x20vuông','Căn\x20giữa\x20theo\x20chiều\x20dọc','Cây\x20hướng\x20trái','684890ptPNhu','Hủy','Căn\x20đều','71788sWdAaN','Thêm\x20văn\x20bản','392003nhoVMq','Căn\x20phải','Thêm\x20nút\x20cùng\x20cấp','1389780ghNKZq','Cây\x20hướng\x20phải','Sơ\x20đồ\x20tư\x20duy\x20dọc','Cây\x20xen\x20kẽ','Căn\x20trái','4331763rDqpiH','Nhập\x20OPML','Dòng\x20thời\x20gian\x20dọc','2798418vvsAxB','Dòng\x20thời\x20gian\x20ngang','Nhập/Xuất','30JaZTSW','Thêm\x20nút\x20con','Căn\x20giữa','Sao\x20chép','Kiểu\x20chữ','119305ZTbBXB','Sơ\x20đồ\x20tư\x20duy\x20ngang','Thêm','Đổi\x20tên\x20nút\x20sơ\x20đồ\x20tư\x20duy','Căn\x20trên','Góc\x20bo\x20tròn','Dán\x20XML\x20OPML'];_0x1469=function(){return _0x5e6c24;};return _0x1469();}const e={'boards-mind-ui':{'alignBottom':'Căn\x20dưới','alignMiddle':_0x564623(0x1f1),'alignTop':_0x564623(0x1de),'alignJustify':_0x564623(0x1f5),'alignRight':_0x564623(0x1f9),'alignCenter':_0x564623(0x1d7),'alignLeft':_0x564623(0x1ce),'saveDescription':_0x564623(0x1e6),'descriptionPlaceholder':_0x564623(0x1ea),'description':'Mô\x20tả','cancel':_0x564623(0x1f4),'panel':{'title':'Sơ\x20đồ\x20tư\x20duy','tab':{'importExport':_0x564623(0x1d4),'layout':_0x564623(0x1e2),'structure':'Cấu\x20trúc'},'layout':{'both':_0x564623(0x1ed),'left':'Bên\x20trái','right':'Bên\x20phải'},'structureKind':{'mindmapHorizontal':_0x564623(0x1db),'mindmapVertical':_0x564623(0x1cc),'treeRight':_0x564623(0x1fc),'treeLeft':_0x564623(0x1f2),'treeAlternate':_0x564623(0x1cd),'timelineHorizontal':_0x564623(0x1d3),'timelineVertical':_0x564623(0x1d1)},'branchLineType':{'curve':_0x564623(0x1eb),'roundedOrthogonal':_0x564623(0x1df),'orthogonal':_0x564623(0x1f0)},'addText':_0x564623(0x1f7),'cancel':_0x564623(0x1f4),'emptyNodes':_0x564623(0x1ef),'exportOPML':_0x564623(0x1e5),'importOPML':_0x564623(0x1d0),'pasteOPML':_0x564623(0x1e0),'rename':_0x564623(0x1e3),'renamePrompt':_0x564623(0x1dd),'searchNodes':'Tìm\x20nút','spacing':{'branchGap':'Khoảng\x20cách\x20nhánh','parentGap':_0x564623(0x1e7),'siblingGap':'Khoảng\x20cách\x20nút\x20cùng\x20cấp'}},'toolbar':{'primary':{'line':_0x564623(0x1ec),'fontColor':_0x564623(0x1e9),'typography':_0x564623(0x1d9),'more':_0x564623(0x1dc)},'panel':{'line':'Đường','typography':_0x564623(0x1d9),'more':_0x564623(0x1dc)},'action':{'addChild':_0x564623(0x1d6),'addSibling':_0x564623(0x1fa),'copy':_0x564623(0x1d8),'delete':'Xóa','fill':_0x564623(0x1e4),'fontColor':_0x564623(0x1e9),'layout':_0x564623(0x1e2),'paste':_0x564623(0x1ee),'stroke':_0x564623(0x1e1)}}}};function _0x224b(_0x2fd632,_0x2cdd8a){_0x2fd632=_0x2fd632-0x1cc;const _0x14696b=_0x1469();let _0x224b5c=_0x14696b[_0x2fd632];return _0x224b5c;}module['exports']=e;
1
+ const _0x18e88a=_0x5232;function _0xc1d1(){const _0x51457b=['Khoảng\x20cách\x20nút\x20cha','Cây\x20xen\x20kẽ','Căn\x20dưới','Màu\x20chữ','Căn\x20đều','Căn\x20trên','Dòng\x20thời\x20gian\x20dọc','Sơ\x20đồ\x20tư\x20duy\x20ngang','Góc\x20vuông','Hủy','37938Chpdco','Kiểu\x20đường\x20nối','Thêm\x20văn\x20bản','7575255klEzhW','Đổi\x20tên','Hai\x20bên','Đường','Căn\x20trái','Khoảng\x20cách\x20nút\x20cùng\x20cấp','5549780jRDzOo','5199180gSWKlN','Khoảng\x20cách\x20nhánh','3FGIFYg','3150248oczNus','Cây\x20hướng\x20trái','Bên\x20phải','Bố\x20cục','7oTDoFF','Xóa','Căn\x20giữa','20238944tGmihf','Sơ\x20đồ\x20tư\x20duy\x20dọc','Nhập/Xuất','Đường\x20cong','Dòng\x20thời\x20gian\x20ngang','635qSuacq','Căn\x20phải','Góc\x20bo\x20tròn','Cấu\x20trúc','421wkAeXp','Thêm\x20nút\x20cùng\x20cấp','Xuất\x20OPML','Kiểu\x20chữ','Tìm\x20nút','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','Không\x20có\x20nút','5322XXjpWT','Đổi\x20tên\x20nút\x20sơ\x20đồ\x20tư\x20duy','Thêm','Dán\x20XML\x20OPML','Sơ\x20đồ\x20tư\x20duy','Thêm\x20nút\x20con','Mô\x20tả'];_0xc1d1=function(){return _0x51457b;};return _0xc1d1();}function _0x5232(_0x5efff4,_0x2725a8){_0x5efff4=_0x5efff4-0x147;const _0xc1d18f=_0xc1d1();let _0x523284=_0xc1d18f[_0x5efff4];return _0x523284;}(function(_0xdf3174,_0x41c217){const _0x35ae=_0x5232,_0x456ad1=_0xdf3174();while(!![]){try{const _0xf37f5a=-parseInt(_0x35ae(0x16f))/0x1*(-parseInt(_0x35ae(0x176))/0x2)+-parseInt(_0x35ae(0x15e))/0x3*(parseInt(_0x35ae(0x15b))/0x4)+parseInt(_0x35ae(0x16b))/0x5*(-parseInt(_0x35ae(0x152))/0x6)+parseInt(_0x35ae(0x163))/0x7*(-parseInt(_0x35ae(0x15f))/0x8)+parseInt(_0x35ae(0x155))/0x9+-parseInt(_0x35ae(0x15c))/0xa+parseInt(_0x35ae(0x166))/0xb;if(_0xf37f5a===_0x41c217)break;else _0x456ad1['push'](_0x456ad1['shift']());}catch(_0xd5ce97){_0x456ad1['push'](_0x456ad1['shift']());}}}(_0xc1d1,0xaa573));const e={'boards-mind-ui':{'alignBottom':_0x18e88a(0x14a),'alignMiddle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','alignTop':_0x18e88a(0x14d),'alignJustify':_0x18e88a(0x14c),'alignRight':_0x18e88a(0x16c),'alignCenter':_0x18e88a(0x165),'alignLeft':_0x18e88a(0x159),'saveDescription':'Lưu','descriptionPlaceholder':_0x18e88a(0x174),'description':_0x18e88a(0x147),'cancel':'Hủy','panel':{'title':_0x18e88a(0x17a),'tab':{'importExport':_0x18e88a(0x168),'layout':'Bố\x20cục','structure':_0x18e88a(0x16e)},'layout':{'both':_0x18e88a(0x157),'left':'Bên\x20trái','right':_0x18e88a(0x161)},'structureKind':{'mindmapHorizontal':_0x18e88a(0x14f),'mindmapVertical':_0x18e88a(0x167),'treeRight':'Cây\x20hướng\x20phải','treeLeft':_0x18e88a(0x160),'treeAlternate':_0x18e88a(0x149),'timelineHorizontal':_0x18e88a(0x16a),'timelineVertical':_0x18e88a(0x14e)},'branchLineType':{'curve':_0x18e88a(0x169),'roundedOrthogonal':_0x18e88a(0x16d),'orthogonal':_0x18e88a(0x150)},'addText':_0x18e88a(0x154),'cancel':_0x18e88a(0x151),'emptyNodes':_0x18e88a(0x175),'exportOPML':_0x18e88a(0x171),'importOPML':'Nhập\x20OPML','pasteOPML':_0x18e88a(0x179),'rename':_0x18e88a(0x156),'renamePrompt':_0x18e88a(0x177),'searchNodes':_0x18e88a(0x173),'spacing':{'branchGap':_0x18e88a(0x15d),'parentGap':_0x18e88a(0x148),'siblingGap':_0x18e88a(0x15a)}},'toolbar':{'primary':{'line':_0x18e88a(0x153),'fontColor':_0x18e88a(0x14b),'typography':'Kiểu\x20chữ','more':_0x18e88a(0x178)},'panel':{'line':_0x18e88a(0x158),'typography':_0x18e88a(0x172),'more':'Thêm'},'action':{'addChild':_0x18e88a(0x17b),'addSibling':_0x18e88a(0x170),'copy':'Sao\x20chép','delete':_0x18e88a(0x164),'fill':'Tô\x20màu','fontColor':'Màu\x20chữ','layout':_0x18e88a(0x162),'paste':'Dán','stroke':'Viền'}}}};module['exports']=e;