@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 _0x3148e8=_0x9eed;function _0x9eed(_0x18e87c,_0x242a7d){_0x18e87c=_0x18e87c-0x152;const _0x3b1e8a=_0x3b1e();let _0x9eed17=_0x3b1e8a[_0x18e87c];return _0x9eed17;}function _0x3b1e(){const _0x184b65=['38rdBLdk','محاذاة\x20للاسفل','اضافة\x20عقدة\x20فرعية','تباعد\x20الفروع','منحنى','الجانبان','التخطيط','نسخ','51390VXvHCg','تباعد\x20الاصل','توسيط','محاذاة\x20للوسط\x20عموديا','الغاء','خط\x20زمني\x20أفقي','يمين','78045zgkybb','2727517WxgeLl','شجرة\x20إلى\x20اليمين','استيراد\x20OPML','522VmTQDj','خريطة\x20ذهنية\x20عمودية','شجرة\x20إلى\x20اليسار','69808zBsPNe','زاوية\x20قائمة','اعادة\x20تسمية','تباعد\x20العقد\x20النظيرة','المزيد','الوصف','استيراد/تصدير','تنسيق\x20النص','شجرة\x20متناوبة','يسار','حفظ','اضافة\x20نص','زاوية\x20مستديرة','64hyrrdi','111493niPbxv','البحث\x20عن\x20العقد','138hAaGJe','48qUwwsk','خريطة\x20ذهنية','15862yyvpLH','لا\x20توجد\x20عقد','خط\x20زمني\x20عمودي','341HkVxGK','تصدير\x20OPML','اضافة\x20عقدة\x20نظيرة','132590iYhemN','تعبئة','اضف\x20وصفا\x20لهذه\x20العقدة'];_0x3b1e=function(){return _0x184b65;};return _0x3b1e();}(function(_0x1e9333,_0x1dcf3b){const _0x45ae83=_0x9eed,_0x245d84=_0x1e9333();while(!![]){try{const _0x253469=-parseInt(_0x45ae83(0x180))/0x1+parseInt(_0x45ae83(0x15c))/0x2*(parseInt(_0x45ae83(0x16b))/0x3)+-parseInt(_0x45ae83(0x17f))/0x4*(-parseInt(_0x45ae83(0x159))/0x5)+parseInt(_0x45ae83(0x182))/0x6*(-parseInt(_0x45ae83(0x153))/0x7)+-parseInt(_0x45ae83(0x172))/0x8*(-parseInt(_0x45ae83(0x16f))/0x9)+parseInt(_0x45ae83(0x164))/0xa*(-parseInt(_0x45ae83(0x156))/0xb)+-parseInt(_0x45ae83(0x183))/0xc*(parseInt(_0x45ae83(0x16c))/0xd);if(_0x253469===_0x1dcf3b)break;else _0x245d84['push'](_0x245d84['shift']());}catch(_0x490b16){_0x245d84['push'](_0x245d84['shift']());}}}(_0x3b1e,0x4017d));const e={'boards-mind-ui':{'alignBottom':_0x3148e8(0x15d),'alignMiddle':_0x3148e8(0x167),'alignTop':'محاذاة\x20للاعلى','alignJustify':'ضبط','alignRight':'محاذاة\x20لليمين','alignCenter':_0x3148e8(0x166),'alignLeft':'محاذاة\x20لليسار','saveDescription':_0x3148e8(0x17c),'descriptionPlaceholder':_0x3148e8(0x15b),'description':_0x3148e8(0x177),'cancel':_0x3148e8(0x168),'panel':{'title':_0x3148e8(0x152),'tab':{'importExport':_0x3148e8(0x178),'layout':_0x3148e8(0x162),'structure':'البنية'},'layout':{'both':_0x3148e8(0x161),'left':_0x3148e8(0x17b),'right':_0x3148e8(0x16a)},'structureKind':{'mindmapHorizontal':'خريطة\x20ذهنية\x20أفقية','mindmapVertical':_0x3148e8(0x170),'treeRight':_0x3148e8(0x16d),'treeLeft':_0x3148e8(0x171),'treeAlternate':_0x3148e8(0x17a),'timelineHorizontal':_0x3148e8(0x169),'timelineVertical':_0x3148e8(0x155)},'branchLineType':{'curve':_0x3148e8(0x160),'roundedOrthogonal':_0x3148e8(0x17e),'orthogonal':_0x3148e8(0x173)},'addText':_0x3148e8(0x17d),'cancel':_0x3148e8(0x168),'emptyNodes':_0x3148e8(0x154),'exportOPML':_0x3148e8(0x157),'importOPML':_0x3148e8(0x16e),'pasteOPML':'لصق\x20OPML\x20XML','rename':_0x3148e8(0x174),'renamePrompt':'اعادة\x20تسمية\x20عقدة\x20الخريطة\x20الذهنية','searchNodes':_0x3148e8(0x181),'spacing':{'branchGap':_0x3148e8(0x15f),'parentGap':_0x3148e8(0x165),'siblingGap':_0x3148e8(0x175)}},'toolbar':{'primary':{'line':'نمط\x20الموصل','fontColor':'لون\x20الخط','typography':'تنسيق\x20النص','more':_0x3148e8(0x176)},'panel':{'line':'خط','typography':_0x3148e8(0x179),'more':_0x3148e8(0x176)},'action':{'addChild':_0x3148e8(0x15e),'addSibling':_0x3148e8(0x158),'copy':_0x3148e8(0x163),'delete':'حذف','fill':_0x3148e8(0x15a),'fontColor':'لون\x20الخط','layout':_0x3148e8(0x162),'paste':'لصق','stroke':'حد'}}}};export{e as default};
1
+ const _0x58f894=_0x27ca;(function(_0x1596ae,_0xb77c8a){const _0xb1bf11=_0x27ca,_0x4f822f=_0x1596ae();while(!![]){try{const _0x1478f0=-parseInt(_0xb1bf11(0x1e9))/0x1+parseInt(_0xb1bf11(0x1e0))/0x2+-parseInt(_0xb1bf11(0x1fd))/0x3*(-parseInt(_0xb1bf11(0x1e7))/0x4)+-parseInt(_0xb1bf11(0x1dc))/0x5*(parseInt(_0xb1bf11(0x1e1))/0x6)+parseInt(_0xb1bf11(0x206))/0x7*(parseInt(_0xb1bf11(0x1ff))/0x8)+-parseInt(_0xb1bf11(0x200))/0x9*(-parseInt(_0xb1bf11(0x1e3))/0xa)+-parseInt(_0xb1bf11(0x1f3))/0xb*(parseInt(_0xb1bf11(0x203))/0xc);if(_0x1478f0===_0xb77c8a)break;else _0x4f822f['push'](_0x4f822f['shift']());}catch(_0x16c0d3){_0x4f822f['push'](_0x4f822f['shift']());}}}(_0x426f,0x74f28));function _0x27ca(_0x3e9661,_0x2e134f){_0x3e9661=_0x3e9661-0x1dc;const _0x426fc7=_0x426f();let _0x27ca26=_0x426fc7[_0x3e9661];return _0x27ca26;}function _0x426f(){const _0x37ae5c=['منحنى','البنية','12MHpaom','الجانبان','11624OZqoFG','747mmEbEf','شجرة\x20متناوبة','توسيط','12INgJMB','نسخ','شجرة\x20إلى\x20اليسار','203VLEfpd','زاوية\x20مستديرة','475rpzNwP','شجرة\x20إلى\x20اليمين','لون\x20الخط','البحث\x20عن\x20العقد','407348yOVnmy','51432aGXJhM','زاوية\x20قائمة','105020wRVhmX','خط\x20زمني\x20أفقي','خريطة\x20ذهنية\x20أفقية','اعادة\x20تسمية\x20عقدة\x20الخريطة\x20الذهنية','893084oaycSQ','اضافة\x20نص','259487WsEQPj','اضف\x20وصفا\x20لهذه\x20العقدة','تنسيق\x20النص','الغاء','المزيد','يسار','لصق\x20OPML\x20XML','التخطيط','استيراد\x20OPML','محاذاة\x20لليسار','5034898pQoBrN','الوصف','لا\x20توجد\x20عقد','تصدير\x20OPML','خط\x20زمني\x20عمودي','محاذاة\x20للاسفل','ضبط','تباعد\x20العقد\x20النظيرة'];_0x426f=function(){return _0x37ae5c;};return _0x426f();}const e={'boards-mind-ui':{'alignBottom':_0x58f894(0x1f8),'alignMiddle':'محاذاة\x20للوسط\x20عموديا','alignTop':'محاذاة\x20للاعلى','alignJustify':_0x58f894(0x1f9),'alignRight':'محاذاة\x20لليمين','alignCenter':_0x58f894(0x202),'alignLeft':_0x58f894(0x1f2),'saveDescription':'حفظ','descriptionPlaceholder':_0x58f894(0x1ea),'description':_0x58f894(0x1f4),'cancel':_0x58f894(0x1ec),'panel':{'title':'خريطة\x20ذهنية','tab':{'importExport':'استيراد/تصدير','layout':'التخطيط','structure':_0x58f894(0x1fc)},'layout':{'both':_0x58f894(0x1fe),'left':_0x58f894(0x1ee),'right':'يمين'},'structureKind':{'mindmapHorizontal':_0x58f894(0x1e5),'mindmapVertical':'خريطة\x20ذهنية\x20عمودية','treeRight':_0x58f894(0x1dd),'treeLeft':_0x58f894(0x205),'treeAlternate':_0x58f894(0x201),'timelineHorizontal':_0x58f894(0x1e4),'timelineVertical':_0x58f894(0x1f7)},'branchLineType':{'curve':_0x58f894(0x1fb),'roundedOrthogonal':_0x58f894(0x207),'orthogonal':_0x58f894(0x1e2)},'addText':_0x58f894(0x1e8),'cancel':_0x58f894(0x1ec),'emptyNodes':_0x58f894(0x1f5),'exportOPML':_0x58f894(0x1f6),'importOPML':_0x58f894(0x1f1),'pasteOPML':_0x58f894(0x1ef),'rename':'اعادة\x20تسمية','renamePrompt':_0x58f894(0x1e6),'searchNodes':_0x58f894(0x1df),'spacing':{'branchGap':'تباعد\x20الفروع','parentGap':'تباعد\x20الاصل','siblingGap':_0x58f894(0x1fa)}},'toolbar':{'primary':{'line':'نمط\x20الموصل','fontColor':'لون\x20الخط','typography':'تنسيق\x20النص','more':_0x58f894(0x1ed)},'panel':{'line':'خط','typography':_0x58f894(0x1eb),'more':'المزيد'},'action':{'addChild':'اضافة\x20عقدة\x20فرعية','addSibling':'اضافة\x20عقدة\x20نظيرة','copy':_0x58f894(0x204),'delete':'حذف','fill':'تعبئة','fontColor':_0x58f894(0x1de),'layout':_0x58f894(0x1f0),'paste':'لصق','stroke':'حد'}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x4f2e0d=_0x52a1;function _0x52a1(_0xbcf5bf,_0x2722ed){_0xbcf5bf=_0xbcf5bf-0xdb;const _0x40f383=_0x40f3();let _0x52a1dd=_0x40f383[_0xbcf5bf];return _0x52a1dd;}(function(_0x1d1501,_0x1d6c61){const _0x5cc874=_0x52a1,_0x45edae=_0x1d1501();while(!![]){try{const _0x4937a2=parseInt(_0x5cc874(0xea))/0x1*(parseInt(_0x5cc874(0x106))/0x2)+parseInt(_0x5cc874(0x108))/0x3+-parseInt(_0x5cc874(0xde))/0x4*(-parseInt(_0x5cc874(0xfd))/0x5)+parseInt(_0x5cc874(0xe7))/0x6*(-parseInt(_0x5cc874(0x104))/0x7)+-parseInt(_0x5cc874(0xfa))/0x8*(-parseInt(_0x5cc874(0xe1))/0x9)+-parseInt(_0x5cc874(0xed))/0xa+parseInt(_0x5cc874(0xfe))/0xb;if(_0x4937a2===_0x1d6c61)break;else _0x45edae['push'](_0x45edae['shift']());}catch(_0x4b3f4c){_0x45edae['push'](_0x45edae['shift']());}}}(_0x40f3,0xd6b2b));function _0x40f3(){const _0x29c548=['Espai\x20entre\x20germans','Afegeix\x20fill','Estructura','Mapa\x20mental','16pRWvkU','Enganxa\x20XML\x20OPML','Importa/Exporta','335295HJjJmB','10674818IpcDTk','Cerca\x20nodes','Arbre\x20a\x20la\x20dreta','Espai\x20entre\x20branques','Mapa\x20mental\x20vertical','Centra','21VcRtKg','Alinea\x20a\x20dalt','2yVCocn','Afegeix\x20germà','973191RWyaGG','Mapa\x20mental\x20horitzontal','Línia\x20de\x20temps\x20horitzontal','Dreta','Arbre\x20a\x20l\x27esquerra','Enganxa','52zXUFVt','Descripció','Disseny','834012lPLgeA','Cancel·la','Més','Estil\x20del\x20connector','Línia','Colze\x20arrodonit','2387268NukGrJ','Tots\x20dos\x20costats','Afegeix\x20text','644047JYcduV','Desa','Alinea\x20a\x20baix','9229480votSiR','Traç','Afegeix\x20una\x20descripció\x20a\x20aquest\x20node','Cap\x20node','Esquerra','Corba','Color\x20de\x20lletra','Tipografia','Exporta\x20OPML'];_0x40f3=function(){return _0x29c548;};return _0x40f3();}const e={'boards-mind-ui':{'alignBottom':_0x4f2e0d(0xec),'alignMiddle':'Alinea\x20al\x20mig','alignTop':_0x4f2e0d(0x105),'alignJustify':'Justifica','alignRight':'Alinea\x20a\x20la\x20dreta','alignCenter':_0x4f2e0d(0x103),'alignLeft':'Alinea\x20a\x20l\x27esquerra','saveDescription':_0x4f2e0d(0xeb),'descriptionPlaceholder':_0x4f2e0d(0xef),'description':_0x4f2e0d(0xdf),'cancel':_0x4f2e0d(0xe2),'panel':{'title':_0x4f2e0d(0xf9),'tab':{'importExport':_0x4f2e0d(0xfc),'layout':'Disseny','structure':_0x4f2e0d(0xf8)},'layout':{'both':_0x4f2e0d(0xe8),'left':_0x4f2e0d(0xf1),'right':_0x4f2e0d(0xdb)},'structureKind':{'mindmapHorizontal':_0x4f2e0d(0x109),'mindmapVertical':_0x4f2e0d(0x102),'treeRight':_0x4f2e0d(0x100),'treeLeft':_0x4f2e0d(0xdc),'treeAlternate':'Arbre\x20altern','timelineHorizontal':_0x4f2e0d(0x10a),'timelineVertical':'Línia\x20de\x20temps\x20vertical'},'branchLineType':{'curve':_0x4f2e0d(0xf2),'roundedOrthogonal':_0x4f2e0d(0xe6),'orthogonal':'Angle\x20recte'},'addText':_0x4f2e0d(0xe9),'cancel':_0x4f2e0d(0xe2),'emptyNodes':_0x4f2e0d(0xf0),'exportOPML':_0x4f2e0d(0xf5),'importOPML':'Importa\x20OPML','pasteOPML':_0x4f2e0d(0xfb),'rename':'Canvia\x20el\x20nom','renamePrompt':'Canvia\x20el\x20nom\x20del\x20node\x20del\x20mapa\x20mental','searchNodes':_0x4f2e0d(0xff),'spacing':{'branchGap':_0x4f2e0d(0x101),'parentGap':'Espai\x20del\x20pare','siblingGap':_0x4f2e0d(0xf6)}},'toolbar':{'primary':{'line':_0x4f2e0d(0xe4),'fontColor':_0x4f2e0d(0xf3),'typography':_0x4f2e0d(0xf4),'more':_0x4f2e0d(0xe3)},'panel':{'line':_0x4f2e0d(0xe5),'typography':_0x4f2e0d(0xf4),'more':_0x4f2e0d(0xe3)},'action':{'addChild':_0x4f2e0d(0xf7),'addSibling':_0x4f2e0d(0x107),'copy':'Copia','delete':'Suprimeix','fill':'Emplenament','fontColor':_0x4f2e0d(0xf3),'layout':_0x4f2e0d(0xe0),'paste':_0x4f2e0d(0xdd),'stroke':_0x4f2e0d(0xee)}}}};export{e as default};
1
+ function _0x216d(_0x468a07,_0x50eafd){_0x468a07=_0x468a07-0x6d;const _0x4de761=_0x4de7();let _0x216d92=_0x4de761[_0x468a07];return _0x216d92;}const _0x50f35e=_0x216d;(function(_0xbcb04e,_0x387489){const _0x1c255a=_0x216d,_0x391f8e=_0xbcb04e();while(!![]){try{const _0x1d0967=-parseInt(_0x1c255a(0x95))/0x1*(parseInt(_0x1c255a(0x6d))/0x2)+parseInt(_0x1c255a(0x99))/0x3*(parseInt(_0x1c255a(0x88))/0x4)+-parseInt(_0x1c255a(0x90))/0x5+-parseInt(_0x1c255a(0x73))/0x6+-parseInt(_0x1c255a(0x8f))/0x7+-parseInt(_0x1c255a(0x83))/0x8+-parseInt(_0x1c255a(0x7c))/0x9*(-parseInt(_0x1c255a(0x79))/0xa);if(_0x1d0967===_0x387489)break;else _0x391f8e['push'](_0x391f8e['shift']());}catch(_0x59e646){_0x391f8e['push'](_0x391f8e['shift']());}}}(_0x4de7,0x520be));const e={'boards-mind-ui':{'alignBottom':'Alinea\x20a\x20baix','alignMiddle':'Alinea\x20al\x20mig','alignTop':_0x50f35e(0x6f),'alignJustify':_0x50f35e(0x94),'alignRight':_0x50f35e(0x76),'alignCenter':'Centra','alignLeft':_0x50f35e(0x8b),'saveDescription':'Desa','descriptionPlaceholder':_0x50f35e(0x89),'description':_0x50f35e(0x85),'cancel':_0x50f35e(0x70),'panel':{'title':_0x50f35e(0x75),'tab':{'importExport':_0x50f35e(0x7e),'layout':_0x50f35e(0x74),'structure':_0x50f35e(0x6e)},'layout':{'both':_0x50f35e(0x7b),'left':'Esquerra','right':_0x50f35e(0x8e)},'structureKind':{'mindmapHorizontal':'Mapa\x20mental\x20horitzontal','mindmapVertical':'Mapa\x20mental\x20vertical','treeRight':_0x50f35e(0x82),'treeLeft':_0x50f35e(0x87),'treeAlternate':_0x50f35e(0x81),'timelineHorizontal':_0x50f35e(0x77),'timelineVertical':_0x50f35e(0x91)},'branchLineType':{'curve':_0x50f35e(0x7f),'roundedOrthogonal':_0x50f35e(0x97),'orthogonal':'Angle\x20recte'},'addText':'Afegeix\x20text','cancel':_0x50f35e(0x70),'emptyNodes':_0x50f35e(0x78),'exportOPML':'Exporta\x20OPML','importOPML':'Importa\x20OPML','pasteOPML':_0x50f35e(0x7a),'rename':_0x50f35e(0x72),'renamePrompt':'Canvia\x20el\x20nom\x20del\x20node\x20del\x20mapa\x20mental','searchNodes':_0x50f35e(0x80),'spacing':{'branchGap':_0x50f35e(0x71),'parentGap':_0x50f35e(0x84),'siblingGap':'Espai\x20entre\x20germans'}},'toolbar':{'primary':{'line':_0x50f35e(0x92),'fontColor':_0x50f35e(0x8a),'typography':_0x50f35e(0x7d),'more':'Més'},'panel':{'line':'Línia','typography':'Tipografia','more':_0x50f35e(0x98)},'action':{'addChild':'Afegeix\x20fill','addSibling':_0x50f35e(0x8c),'copy':_0x50f35e(0x96),'delete':_0x50f35e(0x93),'fill':_0x50f35e(0x86),'fontColor':_0x50f35e(0x8a),'layout':_0x50f35e(0x74),'paste':_0x50f35e(0x8d),'stroke':'Traç'}}}};export{e as default};function _0x4de7(){const _0xa933a6=['Emplenament','Arbre\x20a\x20l\x27esquerra','176732rKrPyE','Afegeix\x20una\x20descripció\x20a\x20aquest\x20node','Color\x20de\x20lletra','Alinea\x20a\x20l\x27esquerra','Afegeix\x20germà','Enganxa','Dreta','2923347yDceSZ','1311395bUmUMU','Línia\x20de\x20temps\x20vertical','Estil\x20del\x20connector','Suprimeix','Justifica','3495ymcyxc','Copia','Colze\x20arrodonit','Més','15tEysFi','142ZdeabQ','Estructura','Alinea\x20a\x20dalt','Cancel·la','Espai\x20entre\x20branques','Canvia\x20el\x20nom','2596488RJFhaB','Disseny','Mapa\x20mental','Alinea\x20a\x20la\x20dreta','Línia\x20de\x20temps\x20horitzontal','Cap\x20node','1382460CsdjpB','Enganxa\x20XML\x20OPML','Tots\x20dos\x20costats','135mcOrTQ','Tipografia','Importa/Exporta','Corba','Cerca\x20nodes','Arbre\x20altern','Arbre\x20a\x20la\x20dreta','4782000aaPgmh','Espai\x20del\x20pare','Descripció'];_0x4de7=function(){return _0xa933a6;};return _0x4de7();}
@@ -1 +1 @@
1
- function _0x4e52(){const _0x1ca99d=['Speichern','Einfügen','Unterknoten\x20hinzufügen','Struktur','10888wCjkPa','Text\x20hinzufügen','Schriftfarbe','Rechter\x20Winkel','466821UdXqbe','315FNjybk','Baum\x20nach\x20links','Blocksatz','3029785ZdlpLC','Vertikale\x20Zeitleiste','3fGcTQi','Mindmap-Knoten\x20umbenennen','Links\x20ausrichten','Horizontale\x20Zeitleiste','Geschwisterknoten\x20hinzufügen','4206ydiNLq','Vertikale\x20Mindmap','Layout','Beidseitig','Kurve','Vertikal\x20zentrieren','Füllen','Rechts','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','Mindmap','Abbrechen','Löschen','Knoten\x20suchen','1596845KbRBFH','79256xuataT','86mengIi','Kopieren','Keine\x20Knoten','OPML\x20importieren','Verbinderstil','Linie','Rechts\x20ausrichten','20ARtPZi','Oben\x20ausrichten','Beschreibung','Kontur','Horizontale\x20Mindmap','Umbenennen','Links','807246TrkrbF','Geschwisterabstand','Typografie'];_0x4e52=function(){return _0x1ca99d;};return _0x4e52();}const _0x187ad6=_0x3e5c;(function(_0x12aa9a,_0x47517c){const _0x4224a0=_0x3e5c,_0xd0ae14=_0x12aa9a();while(!![]){try{const _0x42c6e5=-parseInt(_0x4224a0(0xed))/0x1*(-parseInt(_0x4224a0(0xde))/0x2)+-parseInt(_0x4224a0(0x10c))/0x3*(-parseInt(_0x4224a0(0xec))/0x4)+-parseInt(_0x4224a0(0xeb))/0x5+-parseInt(_0x4224a0(0xfb))/0x6+parseInt(_0x4224a0(0x107))/0x7*(parseInt(_0x4224a0(0x102))/0x8)+-parseInt(_0x4224a0(0x106))/0x9*(-parseInt(_0x4224a0(0xf4))/0xa)+parseInt(_0x4224a0(0x10a))/0xb;if(_0x42c6e5===_0x47517c)break;else _0xd0ae14['push'](_0xd0ae14['shift']());}catch(_0x25a3c3){_0xd0ae14['push'](_0xd0ae14['shift']());}}}(_0x4e52,0x2db2c));const e={'boards-mind-ui':{'alignBottom':'Unten\x20ausrichten','alignMiddle':_0x187ad6(0xe3),'alignTop':_0x187ad6(0xf5),'alignJustify':_0x187ad6(0x109),'alignRight':_0x187ad6(0xf3),'alignCenter':'Zentrieren','alignLeft':_0x187ad6(0x10e),'saveDescription':_0x187ad6(0xfe),'descriptionPlaceholder':_0x187ad6(0xe6),'description':_0x187ad6(0xf6),'cancel':_0x187ad6(0xe8),'panel':{'title':_0x187ad6(0xe7),'tab':{'importExport':'Import/Export','layout':_0x187ad6(0xe0),'structure':_0x187ad6(0x101)},'layout':{'both':_0x187ad6(0xe1),'left':_0x187ad6(0xfa),'right':_0x187ad6(0xe5)},'structureKind':{'mindmapHorizontal':_0x187ad6(0xf8),'mindmapVertical':_0x187ad6(0xdf),'treeRight':'Baum\x20nach\x20rechts','treeLeft':_0x187ad6(0x108),'treeAlternate':'Wechselnder\x20Baum','timelineHorizontal':_0x187ad6(0x10f),'timelineVertical':_0x187ad6(0x10b)},'branchLineType':{'curve':_0x187ad6(0xe2),'roundedOrthogonal':'Abgerundeter\x20Winkel','orthogonal':_0x187ad6(0x105)},'addText':_0x187ad6(0x103),'cancel':_0x187ad6(0xe8),'emptyNodes':_0x187ad6(0xef),'exportOPML':'OPML\x20exportieren','importOPML':_0x187ad6(0xf0),'pasteOPML':'OPML-XML\x20einfügen','rename':_0x187ad6(0xf9),'renamePrompt':_0x187ad6(0x10d),'searchNodes':_0x187ad6(0xea),'spacing':{'branchGap':'Zweigabstand','parentGap':'Elternabstand','siblingGap':_0x187ad6(0xfc)}},'toolbar':{'primary':{'line':_0x187ad6(0xf1),'fontColor':_0x187ad6(0x104),'typography':_0x187ad6(0xfd),'more':'Mehr'},'panel':{'line':_0x187ad6(0xf2),'typography':'Typografie','more':'Mehr'},'action':{'addChild':_0x187ad6(0x100),'addSibling':_0x187ad6(0x110),'copy':_0x187ad6(0xee),'delete':_0x187ad6(0xe9),'fill':_0x187ad6(0xe4),'fontColor':_0x187ad6(0x104),'layout':'Layout','paste':_0x187ad6(0xff),'stroke':_0x187ad6(0xf7)}}}};function _0x3e5c(_0x2ca9e3,_0x3e3dbe){_0x2ca9e3=_0x2ca9e3-0xde;const _0x4e5255=_0x4e52();let _0x3e5c37=_0x4e5255[_0x2ca9e3];return _0x3e5c37;}export{e as default};
1
+ const _0x26a378=_0x543e;(function(_0x13fc3c,_0x26396b){const _0x54066a=_0x543e,_0x22f97d=_0x13fc3c();while(!![]){try{const _0x58cfce=-parseInt(_0x54066a(0x203))/0x1+parseInt(_0x54066a(0x20e))/0x2+-parseInt(_0x54066a(0x1ff))/0x3+-parseInt(_0x54066a(0x201))/0x4+parseInt(_0x54066a(0x210))/0x5+parseInt(_0x54066a(0x1ec))/0x6*(parseInt(_0x54066a(0x212))/0x7)+-parseInt(_0x54066a(0x20b))/0x8;if(_0x58cfce===_0x26396b)break;else _0x22f97d['push'](_0x22f97d['shift']());}catch(_0x2f0947){_0x22f97d['push'](_0x22f97d['shift']());}}}(_0x4fd6,0x5eea7));const e={'boards-mind-ui':{'alignBottom':'Unten\x20ausrichten','alignMiddle':'Vertikal\x20zentrieren','alignTop':_0x26a378(0x204),'alignJustify':'Blocksatz','alignRight':'Rechts\x20ausrichten','alignCenter':'Zentrieren','alignLeft':_0x26a378(0x216),'saveDescription':_0x26a378(0x1f6),'descriptionPlaceholder':_0x26a378(0x1fb),'description':_0x26a378(0x207),'cancel':_0x26a378(0x209),'panel':{'title':_0x26a378(0x1f9),'tab':{'importExport':_0x26a378(0x1fc),'layout':_0x26a378(0x215),'structure':'Struktur'},'layout':{'both':_0x26a378(0x20a),'left':_0x26a378(0x1fd),'right':_0x26a378(0x219)},'structureKind':{'mindmapHorizontal':_0x26a378(0x1ed),'mindmapVertical':_0x26a378(0x1ef),'treeRight':_0x26a378(0x1f8),'treeLeft':'Baum\x20nach\x20links','treeAlternate':_0x26a378(0x1f1),'timelineHorizontal':_0x26a378(0x1fe),'timelineVertical':_0x26a378(0x1f4)},'branchLineType':{'curve':_0x26a378(0x211),'roundedOrthogonal':'Abgerundeter\x20Winkel','orthogonal':_0x26a378(0x1f0)},'addText':_0x26a378(0x1f7),'cancel':'Abbrechen','emptyNodes':_0x26a378(0x205),'exportOPML':_0x26a378(0x200),'importOPML':_0x26a378(0x1f5),'pasteOPML':_0x26a378(0x20c),'rename':_0x26a378(0x208),'renamePrompt':'Mindmap-Knoten\x20umbenennen','searchNodes':_0x26a378(0x206),'spacing':{'branchGap':_0x26a378(0x20d),'parentGap':'Elternabstand','siblingGap':_0x26a378(0x1f2)}},'toolbar':{'primary':{'line':_0x26a378(0x218),'fontColor':_0x26a378(0x21a),'typography':_0x26a378(0x1f3),'more':_0x26a378(0x1fa)},'panel':{'line':_0x26a378(0x217),'typography':'Typografie','more':_0x26a378(0x1fa)},'action':{'addChild':_0x26a378(0x1ee),'addSibling':_0x26a378(0x213),'copy':_0x26a378(0x20f),'delete':_0x26a378(0x214),'fill':_0x26a378(0x21b),'fontColor':_0x26a378(0x21a),'layout':_0x26a378(0x215),'paste':'Einfügen','stroke':_0x26a378(0x202)}}}};function _0x4fd6(){const _0x18a03d=['Verbinderstil','Rechts','Schriftfarbe','Füllen','30NzbBHy','Horizontale\x20Mindmap','Unterknoten\x20hinzufügen','Vertikale\x20Mindmap','Rechter\x20Winkel','Wechselnder\x20Baum','Geschwisterabstand','Typografie','Vertikale\x20Zeitleiste','OPML\x20importieren','Speichern','Text\x20hinzufügen','Baum\x20nach\x20rechts','Mindmap','Mehr','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','Import/Export','Links','Horizontale\x20Zeitleiste','2007243BJefWe','OPML\x20exportieren','273060wjDjbA','Kontur','304244oLqvGt','Oben\x20ausrichten','Keine\x20Knoten','Knoten\x20suchen','Beschreibung','Umbenennen','Abbrechen','Beidseitig','227416CMmtfI','OPML-XML\x20einfügen','Zweigabstand','574122XsKfPs','Kopieren','2437255IukjRW','Kurve','957992bYiQQL','Geschwisterknoten\x20hinzufügen','Löschen','Layout','Links\x20ausrichten','Linie'];_0x4fd6=function(){return _0x18a03d;};return _0x4fd6();}function _0x543e(_0x3e9501,_0x1b210c){_0x3e9501=_0x3e9501-0x1ec;const _0x4fd630=_0x4fd6();let _0x543e98=_0x4fd630[_0x3e9501];return _0x543e98;}export{e as default};
@@ -1 +1 @@
1
- const _0x586053=_0x3a09;function _0x78d3(){const _0x4e1fd2=['11189761RFFpxw','Cancel','Tree\x20left','Layout','Parent\x20gap','1857224XZraFD','Add\x20sibling','256704NWUveg','Tree\x20right','Align\x20bottom','Copy','3759582QGYOup','Structure','Mind\x20map\x20horizontal','Font\x20color','Both','Right','Curve','Delete','Align\x20right','Right\x20angle','3Kmhebg','10yNDGVN','Paste\x20OPML\x20XML','Align\x20center','No\x20nodes','Align\x20middle','Left','Align\x20top','2038036EexrVq','Paste','5YqzfTL','Align\x20left','3294484DoGXyP','1360437WOwFVl','Add\x20text','Export\x20OPML','Import/Export','Typography','Timeline\x20horizontal','45XECTJb','Add\x20a\x20description\x20for\x20this\x20node','Fill','Justify','Timeline\x20vertical','Branch\x20gap','More'];_0x78d3=function(){return _0x4e1fd2;};return _0x78d3();}(function(_0x2bf031,_0x599a36){const _0x4fdbde=_0x3a09,_0x55e51a=_0x2bf031();while(!![]){try{const _0x3f67ac=parseInt(_0x4fdbde(0x1d3))/0x1+-parseInt(_0x4fdbde(0x1e7))/0x2+-parseInt(_0x4fdbde(0x1f5))/0x3*(-parseInt(_0x4fdbde(0x1d2))/0x4)+parseInt(_0x4fdbde(0x1d0))/0x5*(-parseInt(_0x4fdbde(0x1eb))/0x6)+-parseInt(_0x4fdbde(0x1ce))/0x7+-parseInt(_0x4fdbde(0x1e5))/0x8*(parseInt(_0x4fdbde(0x1d9))/0x9)+parseInt(_0x4fdbde(0x1f6))/0xa*(parseInt(_0x4fdbde(0x1e0))/0xb);if(_0x3f67ac===_0x599a36)break;else _0x55e51a['push'](_0x55e51a['shift']());}catch(_0x28b6de){_0x55e51a['push'](_0x55e51a['shift']());}}}(_0x78d3,0xf2c8f));function _0x3a09(_0x1f69c1,_0x412cdc){_0x1f69c1=_0x1f69c1-0x1c9;const _0x78d330=_0x78d3();let _0x3a09e5=_0x78d330[_0x1f69c1];return _0x3a09e5;}const e={'boards-mind-ui':{'alignBottom':_0x586053(0x1e9),'alignMiddle':_0x586053(0x1cb),'alignTop':_0x586053(0x1cd),'alignJustify':_0x586053(0x1dc),'alignRight':_0x586053(0x1f3),'alignCenter':_0x586053(0x1c9),'alignLeft':_0x586053(0x1d1),'saveDescription':'Save','descriptionPlaceholder':_0x586053(0x1da),'description':'Description','cancel':_0x586053(0x1e1),'panel':{'title':'Mind\x20Map','tab':{'importExport':_0x586053(0x1d6),'layout':'Layout','structure':_0x586053(0x1ec)},'layout':{'both':_0x586053(0x1ef),'left':_0x586053(0x1cc),'right':_0x586053(0x1f0)},'structureKind':{'mindmapHorizontal':_0x586053(0x1ed),'mindmapVertical':'Mind\x20map\x20vertical','treeRight':_0x586053(0x1e8),'treeLeft':_0x586053(0x1e2),'treeAlternate':'Tree\x20alternate','timelineHorizontal':_0x586053(0x1d8),'timelineVertical':_0x586053(0x1dd)},'branchLineType':{'curve':_0x586053(0x1f1),'roundedOrthogonal':'Rounded\x20elbow','orthogonal':_0x586053(0x1f4)},'addText':_0x586053(0x1d4),'cancel':'Cancel','emptyNodes':_0x586053(0x1ca),'exportOPML':_0x586053(0x1d5),'importOPML':'Import\x20OPML','pasteOPML':_0x586053(0x1f7),'rename':'Rename','renamePrompt':'Rename\x20mind-map\x20node','searchNodes':'Search\x20nodes','spacing':{'branchGap':_0x586053(0x1de),'parentGap':_0x586053(0x1e4),'siblingGap':'Sibling\x20gap'}},'toolbar':{'primary':{'line':'Connector\x20style','fontColor':'Font\x20color','typography':_0x586053(0x1d7),'more':_0x586053(0x1df)},'panel':{'line':'Line','typography':'Typography','more':_0x586053(0x1df)},'action':{'addChild':'Add\x20child','addSibling':_0x586053(0x1e6),'copy':_0x586053(0x1ea),'delete':_0x586053(0x1f2),'fill':_0x586053(0x1db),'fontColor':_0x586053(0x1ee),'layout':_0x586053(0x1e3),'paste':_0x586053(0x1cf),'stroke':'Stroke'}}}};export{e as default};
1
+ const _0x4de3a5=_0x1340;(function(_0x1f62c0,_0x400c5f){const _0x459769=_0x1340,_0x3e91e4=_0x1f62c0();while(!![]){try{const _0x56ab52=parseInt(_0x459769(0x11d))/0x1+parseInt(_0x459769(0x125))/0x2*(parseInt(_0x459769(0x142))/0x3)+-parseInt(_0x459769(0x123))/0x4+parseInt(_0x459769(0x120))/0x5+-parseInt(_0x459769(0x128))/0x6*(parseInt(_0x459769(0x136))/0x7)+-parseInt(_0x459769(0x127))/0x8+-parseInt(_0x459769(0x13e))/0x9*(-parseInt(_0x459769(0x13f))/0xa);if(_0x56ab52===_0x400c5f)break;else _0x3e91e4['push'](_0x3e91e4['shift']());}catch(_0x317887){_0x3e91e4['push'](_0x3e91e4['shift']());}}}(_0x2f9c,0x4a6f5));const e={'boards-mind-ui':{'alignBottom':_0x4de3a5(0x146),'alignMiddle':_0x4de3a5(0x126),'alignTop':_0x4de3a5(0x12e),'alignJustify':_0x4de3a5(0x11c),'alignRight':_0x4de3a5(0x119),'alignCenter':_0x4de3a5(0x11f),'alignLeft':'Align\x20left','saveDescription':_0x4de3a5(0x145),'descriptionPlaceholder':'Add\x20a\x20description\x20for\x20this\x20node','description':'Description','cancel':'Cancel','panel':{'title':'Mind\x20Map','tab':{'importExport':_0x4de3a5(0x141),'layout':_0x4de3a5(0x121),'structure':_0x4de3a5(0x135)},'layout':{'both':_0x4de3a5(0x147),'left':_0x4de3a5(0x12a),'right':_0x4de3a5(0x130)},'structureKind':{'mindmapHorizontal':_0x4de3a5(0x137),'mindmapVertical':'Mind\x20map\x20vertical','treeRight':_0x4de3a5(0x13d),'treeLeft':_0x4de3a5(0x134),'treeAlternate':'Tree\x20alternate','timelineHorizontal':'Timeline\x20horizontal','timelineVertical':_0x4de3a5(0x139)},'branchLineType':{'curve':_0x4de3a5(0x133),'roundedOrthogonal':_0x4de3a5(0x12c),'orthogonal':_0x4de3a5(0x129)},'addText':_0x4de3a5(0x13a),'cancel':'Cancel','emptyNodes':_0x4de3a5(0x11a),'exportOPML':'Export\x20OPML','importOPML':_0x4de3a5(0x140),'pasteOPML':_0x4de3a5(0x131),'rename':_0x4de3a5(0x144),'renamePrompt':_0x4de3a5(0x132),'searchNodes':'Search\x20nodes','spacing':{'branchGap':_0x4de3a5(0x12d),'parentGap':_0x4de3a5(0x12f),'siblingGap':_0x4de3a5(0x148)}},'toolbar':{'primary':{'line':_0x4de3a5(0x11b),'fontColor':_0x4de3a5(0x13c),'typography':'Typography','more':'More'},'panel':{'line':_0x4de3a5(0x124),'typography':_0x4de3a5(0x12b),'more':'More'},'action':{'addChild':_0x4de3a5(0x143),'addSibling':'Add\x20sibling','copy':_0x4de3a5(0x138),'delete':_0x4de3a5(0x13b),'fill':_0x4de3a5(0x11e),'fontColor':_0x4de3a5(0x13c),'layout':'Layout','paste':_0x4de3a5(0x122),'stroke':'Stroke'}}}};function _0x2f9c(){const _0x12e6cc=['Add\x20child','Rename','Save','Align\x20bottom','Both','Sibling\x20gap','Align\x20right','No\x20nodes','Connector\x20style','Justify','171829fNPJJp','Fill','Align\x20center','1270750ZHogpb','Layout','Paste','1169816VjlARE','Line','8AjyzsG','Align\x20middle','2780480WdtfFv','2523414SXAEDO','Right\x20angle','Left','Typography','Rounded\x20elbow','Branch\x20gap','Align\x20top','Parent\x20gap','Right','Paste\x20OPML\x20XML','Rename\x20mind-map\x20node','Curve','Tree\x20left','Structure','7fNyqtc','Mind\x20map\x20horizontal','Copy','Timeline\x20vertical','Add\x20text','Delete','Font\x20color','Tree\x20right','8163FUpQPf','8390UiqGaw','Import\x20OPML','Import/Export','133887jlAIah'];_0x2f9c=function(){return _0x12e6cc;};return _0x2f9c();}function _0x1340(_0x3525b2,_0x4375e0){_0x3525b2=_0x3525b2-0x119;const _0x2f9c92=_0x2f9c();let _0x1340f6=_0x2f9c92[_0x3525b2];return _0x1340f6;}export{e as default};
@@ -1 +1 @@
1
- const _0x9d0a5d=_0xb23d;function _0x30b4(){const _0x375fd0=['Izquierda','Diseño','Justificar','Linea','Alinear\x20al\x20medio','Árbol\x20a\x20la\x20izquierda','Eliminar','Copiar','2399745OVZZmW','281982JOZBlQ','Agregar\x20una\x20descripción\x20a\x20este\x20nodo','Descripción','376597ACufwp','Exportar\x20OPML','Mapa\x20mental\x20vertical','Pegar','Línea\x20de\x20tiempo\x20horizontal','Alinear\x20arriba','2283174gFWujR','Estilo\x20del\x20conector','Color\x20de\x20fuente','947678sRmzdZ','Agregar\x20hijo','Cambiar\x20nombre\x20del\x20nodo\x20del\x20mapa\x20mental','Centrar','Ángulo\x20recto','Pegar\x20XML\x20OPML','242658uZLddx','35KfLBsV','Relleno','Codo\x20redondeado','Espacio\x20entre\x20hermanos','Espacio\x20con\x20el\x20padre','Alinear\x20abajo','Cancelar','Más','Espacio\x20entre\x20ramas','7004944hFLOnc','Guardar','Tipografía','Mapa\x20mental','Línea\x20de\x20tiempo\x20vertical','Árbol\x20a\x20la\x20derecha','Agregar\x20hermano','Alinear\x20a\x20la\x20izquierda','Derecha','Mapa\x20mental\x20horizontal','48prGJcM','Trazo','Estructura'];_0x30b4=function(){return _0x375fd0;};return _0x30b4();}function _0xb23d(_0x5844ff,_0x5e515a){_0x5844ff=_0x5844ff-0x18e;const _0x30b442=_0x30b4();let _0xb23dd7=_0x30b442[_0x5844ff];return _0xb23dd7;}(function(_0xb8a57d,_0x4a2b3d){const _0x529f4a=_0xb23d,_0x454fa2=_0xb8a57d();while(!![]){try{const _0x1a5e23=-parseInt(_0x529f4a(0x1a2))/0x1+-parseInt(_0x529f4a(0x1ab))/0x2+-parseInt(_0x529f4a(0x1b1))/0x3*(-parseInt(_0x529f4a(0x193))/0x4)+-parseInt(_0x529f4a(0x19e))/0x5+-parseInt(_0x529f4a(0x19f))/0x6*(parseInt(_0x529f4a(0x1b2))/0x7)+parseInt(_0x529f4a(0x1bb))/0x8+parseInt(_0x529f4a(0x1a8))/0x9;if(_0x1a5e23===_0x4a2b3d)break;else _0x454fa2['push'](_0x454fa2['shift']());}catch(_0x407fbf){_0x454fa2['push'](_0x454fa2['shift']());}}}(_0x30b4,0x82826));const e={'boards-mind-ui':{'alignBottom':_0x9d0a5d(0x1b7),'alignMiddle':_0x9d0a5d(0x19a),'alignTop':_0x9d0a5d(0x1a7),'alignJustify':_0x9d0a5d(0x198),'alignRight':'Alinear\x20a\x20la\x20derecha','alignCenter':_0x9d0a5d(0x1ae),'alignLeft':_0x9d0a5d(0x190),'saveDescription':_0x9d0a5d(0x1bc),'descriptionPlaceholder':_0x9d0a5d(0x1a0),'description':_0x9d0a5d(0x1a1),'cancel':_0x9d0a5d(0x1b8),'panel':{'title':_0x9d0a5d(0x1be),'tab':{'importExport':'Importar/Exportar','layout':_0x9d0a5d(0x197),'structure':_0x9d0a5d(0x195)},'layout':{'both':'Ambos\x20lados','left':_0x9d0a5d(0x196),'right':_0x9d0a5d(0x191)},'structureKind':{'mindmapHorizontal':_0x9d0a5d(0x192),'mindmapVertical':_0x9d0a5d(0x1a4),'treeRight':_0x9d0a5d(0x18e),'treeLeft':_0x9d0a5d(0x19b),'treeAlternate':'Árbol\x20alterno','timelineHorizontal':_0x9d0a5d(0x1a6),'timelineVertical':_0x9d0a5d(0x1bf)},'branchLineType':{'curve':'Curva','roundedOrthogonal':_0x9d0a5d(0x1b4),'orthogonal':_0x9d0a5d(0x1af)},'addText':'Agregar\x20texto','cancel':_0x9d0a5d(0x1b8),'emptyNodes':'Sin\x20nodos','exportOPML':_0x9d0a5d(0x1a3),'importOPML':'Importar\x20OPML','pasteOPML':_0x9d0a5d(0x1b0),'rename':'Cambiar\x20nombre','renamePrompt':_0x9d0a5d(0x1ad),'searchNodes':'Buscar\x20nodos','spacing':{'branchGap':_0x9d0a5d(0x1ba),'parentGap':_0x9d0a5d(0x1b6),'siblingGap':_0x9d0a5d(0x1b5)}},'toolbar':{'primary':{'line':_0x9d0a5d(0x1a9),'fontColor':_0x9d0a5d(0x1aa),'typography':_0x9d0a5d(0x1bd),'more':'Más'},'panel':{'line':_0x9d0a5d(0x199),'typography':_0x9d0a5d(0x1bd),'more':_0x9d0a5d(0x1b9)},'action':{'addChild':_0x9d0a5d(0x1ac),'addSibling':_0x9d0a5d(0x18f),'copy':_0x9d0a5d(0x19d),'delete':_0x9d0a5d(0x19c),'fill':_0x9d0a5d(0x1b3),'fontColor':_0x9d0a5d(0x1aa),'layout':_0x9d0a5d(0x197),'paste':_0x9d0a5d(0x1a5),'stroke':_0x9d0a5d(0x194)}}}};export{e as default};
1
+ const _0x12424b=_0x240b;(function(_0x233348,_0x3a6897){const _0x2f3a16=_0x240b,_0x335108=_0x233348();while(!![]){try{const _0x1f8d7e=parseInt(_0x2f3a16(0x123))/0x1*(-parseInt(_0x2f3a16(0x10b))/0x2)+parseInt(_0x2f3a16(0x11b))/0x3+parseInt(_0x2f3a16(0x109))/0x4+-parseInt(_0x2f3a16(0x122))/0x5*(parseInt(_0x2f3a16(0x111))/0x6)+parseInt(_0x2f3a16(0x108))/0x7+-parseInt(_0x2f3a16(0x112))/0x8+parseInt(_0x2f3a16(0x101))/0x9*(-parseInt(_0x2f3a16(0x11e))/0xa);if(_0x1f8d7e===_0x3a6897)break;else _0x335108['push'](_0x335108['shift']());}catch(_0x3bd649){_0x335108['push'](_0x335108['shift']());}}}(_0x25b4,0x70c60));const e={'boards-mind-ui':{'alignBottom':'Alinear\x20abajo','alignMiddle':_0x12424b(0x116),'alignTop':_0x12424b(0x11f),'alignJustify':_0x12424b(0x113),'alignRight':_0x12424b(0x102),'alignCenter':_0x12424b(0x121),'alignLeft':_0x12424b(0x106),'saveDescription':_0x12424b(0x110),'descriptionPlaceholder':_0x12424b(0x128),'description':'Descripción','cancel':'Cancelar','panel':{'title':_0x12424b(0x11a),'tab':{'importExport':_0x12424b(0x12e),'layout':'Diseño','structure':_0x12424b(0x10c)},'layout':{'both':_0x12424b(0x114),'left':_0x12424b(0x126),'right':_0x12424b(0x12a)},'structureKind':{'mindmapHorizontal':'Mapa\x20mental\x20horizontal','mindmapVertical':_0x12424b(0x104),'treeRight':_0x12424b(0x10d),'treeLeft':_0x12424b(0x107),'treeAlternate':_0x12424b(0xfe),'timelineHorizontal':_0x12424b(0x11c),'timelineVertical':_0x12424b(0x11d)},'branchLineType':{'curve':_0x12424b(0x129),'roundedOrthogonal':'Codo\x20redondeado','orthogonal':_0x12424b(0x10f)},'addText':_0x12424b(0x12d),'cancel':_0x12424b(0x117),'emptyNodes':_0x12424b(0x100),'exportOPML':_0x12424b(0x115),'importOPML':'Importar\x20OPML','pasteOPML':_0x12424b(0x125),'rename':'Cambiar\x20nombre','renamePrompt':_0x12424b(0x10a),'searchNodes':_0x12424b(0x103),'spacing':{'branchGap':'Espacio\x20entre\x20ramas','parentGap':_0x12424b(0x118),'siblingGap':_0x12424b(0x12c)}},'toolbar':{'primary':{'line':_0x12424b(0x120),'fontColor':_0x12424b(0xff),'typography':_0x12424b(0x12b),'more':_0x12424b(0x119)},'panel':{'line':_0x12424b(0x105),'typography':_0x12424b(0x12b),'more':_0x12424b(0x119)},'action':{'addChild':'Agregar\x20hijo','addSibling':'Agregar\x20hermano','copy':'Copiar','delete':_0x12424b(0x10e),'fill':'Relleno','fontColor':_0x12424b(0xff),'layout':_0x12424b(0x124),'paste':'Pegar','stroke':_0x12424b(0x127)}}}};function _0x240b(_0xc7d406,_0x31f30e){_0xc7d406=_0xc7d406-0xfe;const _0x25b463=_0x25b4();let _0x240b7a=_0x25b463[_0xc7d406];return _0x240b7a;}export{e as default};function _0x25b4(){const _0x1de705=['Alinear\x20al\x20medio','Cancelar','Espacio\x20con\x20el\x20padre','Más','Mapa\x20mental','2705451Rrldbd','Línea\x20de\x20tiempo\x20horizontal','Línea\x20de\x20tiempo\x20vertical','965100VFTygb','Alinear\x20arriba','Estilo\x20del\x20conector','Centrar','3868170nDWOcP','102007dPLmdE','Diseño','Pegar\x20XML\x20OPML','Izquierda','Trazo','Agregar\x20una\x20descripción\x20a\x20este\x20nodo','Curva','Derecha','Tipografía','Espacio\x20entre\x20hermanos','Agregar\x20texto','Importar/Exportar','Árbol\x20alterno','Color\x20de\x20fuente','Sin\x20nodos','18LnnooN','Alinear\x20a\x20la\x20derecha','Buscar\x20nodos','Mapa\x20mental\x20vertical','Linea','Alinear\x20a\x20la\x20izquierda','Árbol\x20a\x20la\x20izquierda','3083024bmnpuT','1447420wKmFgu','Cambiar\x20nombre\x20del\x20nodo\x20del\x20mapa\x20mental','4xkKjPF','Estructura','Árbol\x20a\x20la\x20derecha','Eliminar','Ángulo\x20recto','Guardar','6ewbtxq','572128CrWnLc','Justificar','Ambos\x20lados','Exportar\x20OPML'];_0x25b4=function(){return _0x1de705;};return _0x25b4();}
@@ -1 +1 @@
1
- function _0x4418(){const _0x3f77cc=['731166YecBwI','کپي','لغو','زانویی\x20گرد','542574wRWRPG','149okGfzd','تایپوگرافی','1770944wdrsJP','تراز\x20وسط','5182peyGqs','چسباندن\x20OPML\x20XML','خروجی\x20OPML','تغییر\x20نام\x20گره\x20نقشه\x20ذهنی','درخت\x20چپ','فاصله\x20شاخه','تراز\x20بالا','توضیح','تراز\x20پایین','برای\x20این\x20گره\x20توضیح\x20اضافه\x20کنید','تراز\x20چپ','چیدمان','چسباندن','خط\x20دور','ساختار','308506VJtxHE','رنگ\x20قلم','حذف','وارد\x20کردن/خروجی\x20گرفتن','بیشتر','72YAvLxn','15ivvwZq','3882470hrHprf','نقشه\x20ذهنی\x20افقی','افزودن\x20متن','نقشه\x20ذهنی\x20عمودی','راست','درخت\x20متناوب','تغيير\x20نام','فاصله\x20هم\x20سطح','97890CwMrbe','20sOPFGt','خط\x20زمانی\x20افقی','ذخیره','خط\x20زمانی\x20عمودی','دو\x20طرف','افزودن\x20فرزند','سبک\x20اتصال','منحنی'];_0x4418=function(){return _0x3f77cc;};return _0x4418();}const _0x19b3c9=_0x4ece;(function(_0x345cbc,_0x553eb9){const _0x543e6d=_0x4ece,_0x4e48ee=_0x345cbc();while(!![]){try{const _0x447a98=-parseInt(_0x543e6d(0x15d))/0x1*(-parseInt(_0x543e6d(0x161))/0x2)+parseInt(_0x543e6d(0x17f))/0x3*(-parseInt(_0x543e6d(0x180))/0x4)+-parseInt(_0x543e6d(0x176))/0x5*(parseInt(_0x543e6d(0x158))/0x6)+parseInt(_0x543e6d(0x15f))/0x7+-parseInt(_0x543e6d(0x175))/0x8*(-parseInt(_0x543e6d(0x15c))/0x9)+-parseInt(_0x543e6d(0x177))/0xa+parseInt(_0x543e6d(0x170))/0xb;if(_0x447a98===_0x553eb9)break;else _0x4e48ee['push'](_0x4e48ee['shift']());}catch(_0x43a896){_0x4e48ee['push'](_0x4e48ee['shift']());}}}(_0x4418,0x47753));function _0x4ece(_0x5d4dbd,_0x489cfe){_0x5d4dbd=_0x5d4dbd-0x153;const _0x4418c1=_0x4418();let _0x4ecee2=_0x4418c1[_0x5d4dbd];return _0x4ecee2;}const e={'boards-mind-ui':{'alignBottom':_0x19b3c9(0x169),'alignMiddle':'تراز\x20میانی\x20عمودی','alignTop':_0x19b3c9(0x167),'alignJustify':'همتراز','alignRight':'تراز\x20راست','alignCenter':_0x19b3c9(0x160),'alignLeft':_0x19b3c9(0x16b),'saveDescription':_0x19b3c9(0x182),'descriptionPlaceholder':_0x19b3c9(0x16a),'description':_0x19b3c9(0x168),'cancel':_0x19b3c9(0x15a),'panel':{'title':'نقشه\x20ذهنی','tab':{'importExport':_0x19b3c9(0x173),'layout':_0x19b3c9(0x16c),'structure':_0x19b3c9(0x16f)},'layout':{'both':_0x19b3c9(0x154),'left':'چپ','right':_0x19b3c9(0x17b)},'structureKind':{'mindmapHorizontal':_0x19b3c9(0x178),'mindmapVertical':_0x19b3c9(0x17a),'treeRight':'درخت\x20راست','treeLeft':_0x19b3c9(0x165),'treeAlternate':_0x19b3c9(0x17c),'timelineHorizontal':_0x19b3c9(0x181),'timelineVertical':_0x19b3c9(0x153)},'branchLineType':{'curve':_0x19b3c9(0x157),'roundedOrthogonal':_0x19b3c9(0x15b),'orthogonal':'زاویه\x20راست'},'addText':_0x19b3c9(0x179),'cancel':_0x19b3c9(0x15a),'emptyNodes':'گره‌ای\x20وجود\x20ندارد','exportOPML':_0x19b3c9(0x163),'importOPML':'ورود\x20OPML','pasteOPML':_0x19b3c9(0x162),'rename':_0x19b3c9(0x17d),'renamePrompt':_0x19b3c9(0x164),'searchNodes':'جستجوی\x20گره‌ها','spacing':{'branchGap':_0x19b3c9(0x166),'parentGap':'فاصله\x20والد','siblingGap':_0x19b3c9(0x17e)}},'toolbar':{'primary':{'line':_0x19b3c9(0x156),'fontColor':_0x19b3c9(0x171),'typography':_0x19b3c9(0x15e),'more':_0x19b3c9(0x174)},'panel':{'line':'خط','typography':_0x19b3c9(0x15e),'more':'بیشتر'},'action':{'addChild':_0x19b3c9(0x155),'addSibling':'افزودن\x20هم\x20سطح','copy':_0x19b3c9(0x159),'delete':_0x19b3c9(0x172),'fill':'پر\x20کردن','fontColor':'رنگ\x20قلم','layout':_0x19b3c9(0x16c),'paste':_0x19b3c9(0x16d),'stroke':_0x19b3c9(0x16e)}}}};export{e as default};
1
+ const _0x1c8e5c=_0x2a8f;(function(_0xf57c61,_0x1079ba){const _0x29299a=_0x2a8f,_0x1eb329=_0xf57c61();while(!![]){try{const _0x3c8ba8=-parseInt(_0x29299a(0xad))/0x1*(-parseInt(_0x29299a(0xc3))/0x2)+-parseInt(_0x29299a(0xd7))/0x3+parseInt(_0x29299a(0xcc))/0x4*(parseInt(_0x29299a(0xca))/0x5)+parseInt(_0x29299a(0xb4))/0x6+parseInt(_0x29299a(0xda))/0x7*(-parseInt(_0x29299a(0xc5))/0x8)+parseInt(_0x29299a(0xb6))/0x9+-parseInt(_0x29299a(0xbb))/0xa;if(_0x3c8ba8===_0x1079ba)break;else _0x1eb329['push'](_0x1eb329['shift']());}catch(_0x15e924){_0x1eb329['push'](_0x1eb329['shift']());}}}(_0x3e25,0x456ff));const e={'boards-mind-ui':{'alignBottom':'تراز\x20پایین','alignMiddle':_0x1c8e5c(0xb2),'alignTop':_0x1c8e5c(0xdb),'alignJustify':'همتراز','alignRight':_0x1c8e5c(0xb7),'alignCenter':_0x1c8e5c(0xdd),'alignLeft':_0x1c8e5c(0xd5),'saveDescription':_0x1c8e5c(0xb9),'descriptionPlaceholder':_0x1c8e5c(0xde),'description':_0x1c8e5c(0xba),'cancel':_0x1c8e5c(0xd3),'panel':{'title':_0x1c8e5c(0xd0),'tab':{'importExport':_0x1c8e5c(0xc1),'layout':_0x1c8e5c(0xcb),'structure':_0x1c8e5c(0xcd)},'layout':{'both':_0x1c8e5c(0xbd),'left':'چپ','right':'راست'},'structureKind':{'mindmapHorizontal':_0x1c8e5c(0xc4),'mindmapVertical':_0x1c8e5c(0xbf),'treeRight':_0x1c8e5c(0xbe),'treeLeft':'درخت\x20چپ','treeAlternate':_0x1c8e5c(0xd6),'timelineHorizontal':_0x1c8e5c(0xb3),'timelineVertical':_0x1c8e5c(0xdc)},'branchLineType':{'curve':_0x1c8e5c(0xd2),'roundedOrthogonal':_0x1c8e5c(0xd4),'orthogonal':'زاویه\x20راست'},'addText':_0x1c8e5c(0xc0),'cancel':_0x1c8e5c(0xd3),'emptyNodes':_0x1c8e5c(0xd8),'exportOPML':'خروجی\x20OPML','importOPML':_0x1c8e5c(0xb0),'pasteOPML':_0x1c8e5c(0xb8),'rename':_0x1c8e5c(0xce),'renamePrompt':_0x1c8e5c(0xae),'searchNodes':_0x1c8e5c(0xc9),'spacing':{'branchGap':_0x1c8e5c(0xbc),'parentGap':'فاصله\x20والد','siblingGap':_0x1c8e5c(0xc7)}},'toolbar':{'primary':{'line':_0x1c8e5c(0xb5),'fontColor':_0x1c8e5c(0xc8),'typography':'تایپوگرافی','more':'بیشتر'},'panel':{'line':'خط','typography':_0x1c8e5c(0xaf),'more':_0x1c8e5c(0xc2)},'action':{'addChild':_0x1c8e5c(0xd9),'addSibling':'افزودن\x20هم\x20سطح','copy':_0x1c8e5c(0xcf),'delete':_0x1c8e5c(0xd1),'fill':_0x1c8e5c(0xb1),'fontColor':_0x1c8e5c(0xc8),'layout':_0x1c8e5c(0xcb),'paste':'چسباندن','stroke':_0x1c8e5c(0xc6)}}}};function _0x3e25(){const _0x2d8653=['تغییر\x20نام','کپی','نقشه\x20ذهنی','حذف','منحنی','لغو','زانویی\x20گرد','تراز\x20چپ','درخت\x20متناوب','522531PZiDTL','گره‌ای\x20وجود\x20ندارد','افزودن\x20فرزند','14RrtIBN','تراز\x20بالا','خط\x20زمانی\x20عمودی','تراز\x20وسط','برای\x20این\x20گره\x20توضیح\x20اضافه\x20کنید','442033gHqcAa','تغییر\x20نام\x20گره\x20نقشه\x20ذهنی','تایپوگرافی','ورود\x20OPML','پر\x20کردن','تراز\x20میانی\x20عمودی','خط\x20زمانی\x20افقی','2406012QxfJfK','سبک\x20اتصال','4839291bsdTcO','تراز\x20راست','چسباندن\x20OPML\x20XML','ذخیره','توضیح','8968730cvhkzb','فاصله\x20شاخه','دو\x20طرف','درخت\x20راست','نقشه\x20ذهنی\x20عمودی','افزودن\x20متن','وارد\x20کردن/خروجی\x20گرفتن','بیشتر','2mGSeQX','نقشه\x20ذهنی\x20افقی','773680RLrDsg','خط\x20دور','فاصله\x20هم\x20سطح','رنگ\x20قلم','جستجوی\x20گره‌ها','840755xuTOnI','چیدمان','4lzayEf','ساختار'];_0x3e25=function(){return _0x2d8653;};return _0x3e25();}function _0x2a8f(_0x27f18e,_0x348070){_0x27f18e=_0x27f18e-0xad;const _0x3e25c0=_0x3e25();let _0x2a8f32=_0x3e25c0[_0x27f18e];return _0x2a8f32;}export{e as default};
@@ -1 +1 @@
1
- const _0x312113=_0x3acd;function _0x3acd(_0x377561,_0x39381a){_0x377561=_0x377561-0xe3;const _0x2f429b=_0x2f42();let _0x3acd8e=_0x2f429b[_0x377561];return _0x3acd8e;}(function(_0x3ad4f0,_0x19e983){const _0x1fadd1=_0x3acd,_0x5828c5=_0x3ad4f0();while(!![]){try{const _0x4bcf82=parseInt(_0x1fadd1(0x104))/0x1*(parseInt(_0x1fadd1(0xe6))/0x2)+-parseInt(_0x1fadd1(0xf1))/0x3*(-parseInt(_0x1fadd1(0x103))/0x4)+parseInt(_0x1fadd1(0xf4))/0x5*(-parseInt(_0x1fadd1(0x10d))/0x6)+-parseInt(_0x1fadd1(0xea))/0x7*(-parseInt(_0x1fadd1(0xf5))/0x8)+-parseInt(_0x1fadd1(0xe9))/0x9*(parseInt(_0x1fadd1(0xf7))/0xa)+parseInt(_0x1fadd1(0x10a))/0xb+-parseInt(_0x1fadd1(0xf8))/0xc*(parseInt(_0x1fadd1(0x105))/0xd);if(_0x4bcf82===_0x19e983)break;else _0x5828c5['push'](_0x5828c5['shift']());}catch(_0x3d0754){_0x5828c5['push'](_0x5828c5['shift']());}}}(_0x2f42,0x382cb));const e={'boards-mind-ui':{'alignBottom':'Aligner\x20en\x20bas','alignMiddle':'Centrer\x20verticalement','alignTop':_0x312113(0xfd),'alignJustify':'Justifier','alignRight':_0x312113(0xec),'alignCenter':'Centrer','alignLeft':_0x312113(0x112),'saveDescription':_0x312113(0xe5),'descriptionPlaceholder':_0x312113(0x114),'description':_0x312113(0x10c),'cancel':_0x312113(0x107),'panel':{'title':_0x312113(0x116),'tab':{'importExport':_0x312113(0xf3),'layout':_0x312113(0xfb),'structure':_0x312113(0xf0)},'layout':{'both':'Deux\x20côtés','left':_0x312113(0xed),'right':_0x312113(0x10e)},'structureKind':{'mindmapHorizontal':'Carte\x20mentale\x20horizontale','mindmapVertical':_0x312113(0xe7),'treeRight':_0x312113(0xf2),'treeLeft':_0x312113(0x106),'treeAlternate':_0x312113(0x109),'timelineHorizontal':_0x312113(0xee),'timelineVertical':_0x312113(0x10f)},'branchLineType':{'curve':_0x312113(0x111),'roundedOrthogonal':'Coude\x20arrondi','orthogonal':_0x312113(0x113)},'addText':_0x312113(0x10b),'cancel':_0x312113(0x107),'emptyNodes':'Aucun\x20nœud','exportOPML':_0x312113(0xe8),'importOPML':_0x312113(0xe3),'pasteOPML':_0x312113(0xfc),'rename':_0x312113(0xfe),'renamePrompt':_0x312113(0xeb),'searchNodes':'Rechercher\x20des\x20noeuds','spacing':{'branchGap':'Espacement\x20des\x20branches','parentGap':_0x312113(0x110),'siblingGap':_0x312113(0x100)}},'toolbar':{'primary':{'line':'Style\x20du\x20connecteur','fontColor':'Couleur\x20de\x20police','typography':_0x312113(0xf6),'more':_0x312113(0x115)},'panel':{'line':_0x312113(0xff),'typography':'Typographie','more':_0x312113(0x115)},'action':{'addChild':_0x312113(0x108),'addSibling':'Ajouter\x20un\x20nœud\x20frère','copy':_0x312113(0xfa),'delete':_0x312113(0xe4),'fill':_0x312113(0x102),'fontColor':_0x312113(0xf9),'layout':_0x312113(0xfb),'paste':_0x312113(0x101),'stroke':_0x312113(0xef)}}}};function _0x2f42(){const _0xa3d327=['Structure','386583lMADvU','Arbre\x20vers\x20la\x20droite','Importer/Exporter','25xoUrUY','1427224YlKeoK','Typographie','666920PpBZhk','564492PudQGj','Couleur\x20de\x20police','Copier','Disposition','Coller\x20le\x20XML\x20OPML','Aligner\x20en\x20haut','Renommer','Ligne','Espacement\x20frère','Coller','Remplissage','12XuAfWw','387251BOjmdI','91ICuNZn','Arbre\x20vers\x20la\x20gauche','Annuler','Ajouter\x20un\x20enfant','Arbre\x20alterné','2053194hVYoXK','Ajouter\x20du\x20texte','Description','375294SjowiI','Droite','Frise\x20chronologique\x20verticale','Espacement\x20parent','Courbe','Aligner\x20à\x20gauche','Angle\x20droit','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','Plus','Carte\x20mentale','Importer\x20OPML','Supprimer','Enregistrer','2kOqnTb','Carte\x20mentale\x20verticale','Exporter\x20OPML','36mVThVO','7JGNBLp','Renommer\x20le\x20nœud\x20de\x20carte\x20mentale','Aligner\x20à\x20droite','Gauche','Frise\x20chronologique\x20horizontale','Contour'];_0x2f42=function(){return _0xa3d327;};return _0x2f42();}export{e as default};
1
+ const _0x4abbcf=_0x30bb;(function(_0x2acb59,_0x43b08a){const _0x4bc402=_0x30bb,_0x456f26=_0x2acb59();while(!![]){try{const _0x27dc0e=parseInt(_0x4bc402(0x123))/0x1+-parseInt(_0x4bc402(0x112))/0x2+parseInt(_0x4bc402(0x122))/0x3*(parseInt(_0x4bc402(0x10c))/0x4)+parseInt(_0x4bc402(0x108))/0x5*(parseInt(_0x4bc402(0x121))/0x6)+-parseInt(_0x4bc402(0x109))/0x7+parseInt(_0x4bc402(0x127))/0x8+-parseInt(_0x4bc402(0x116))/0x9;if(_0x27dc0e===_0x43b08a)break;else _0x456f26['push'](_0x456f26['shift']());}catch(_0x190b1b){_0x456f26['push'](_0x456f26['shift']());}}}(_0x2d91,0x47aca));const e={'boards-mind-ui':{'alignBottom':_0x4abbcf(0x10e),'alignMiddle':_0x4abbcf(0x114),'alignTop':'Aligner\x20en\x20haut','alignJustify':'Justifier','alignRight':_0x4abbcf(0x126),'alignCenter':_0x4abbcf(0x10a),'alignLeft':'Aligner\x20à\x20gauche','saveDescription':_0x4abbcf(0x10f),'descriptionPlaceholder':_0x4abbcf(0x12d),'description':_0x4abbcf(0x125),'cancel':_0x4abbcf(0x12b),'panel':{'title':_0x4abbcf(0x12f),'tab':{'importExport':'Importer/Exporter','layout':_0x4abbcf(0x120),'structure':_0x4abbcf(0x130)},'layout':{'both':_0x4abbcf(0x11d),'left':_0x4abbcf(0x12e),'right':_0x4abbcf(0x128)},'structureKind':{'mindmapHorizontal':_0x4abbcf(0x107),'mindmapVertical':'Carte\x20mentale\x20verticale','treeRight':'Arbre\x20vers\x20la\x20droite','treeLeft':_0x4abbcf(0x11a),'treeAlternate':'Arbre\x20alterné','timelineHorizontal':_0x4abbcf(0x11c),'timelineVertical':_0x4abbcf(0x104)},'branchLineType':{'curve':'Courbe','roundedOrthogonal':_0x4abbcf(0x115),'orthogonal':_0x4abbcf(0x105)},'addText':_0x4abbcf(0x129),'cancel':_0x4abbcf(0x12b),'emptyNodes':_0x4abbcf(0x110),'exportOPML':'Exporter\x20OPML','importOPML':_0x4abbcf(0x119),'pasteOPML':_0x4abbcf(0x111),'rename':'Renommer','renamePrompt':_0x4abbcf(0x113),'searchNodes':_0x4abbcf(0x10b),'spacing':{'branchGap':_0x4abbcf(0x124),'parentGap':'Espacement\x20parent','siblingGap':_0x4abbcf(0x117)}},'toolbar':{'primary':{'line':_0x4abbcf(0x10d),'fontColor':_0x4abbcf(0x118),'typography':_0x4abbcf(0x11e),'more':_0x4abbcf(0x12c)},'panel':{'line':_0x4abbcf(0x12a),'typography':_0x4abbcf(0x11e),'more':_0x4abbcf(0x12c)},'action':{'addChild':'Ajouter\x20un\x20enfant','addSibling':'Ajouter\x20un\x20nœud\x20frère','copy':'Copier','delete':_0x4abbcf(0x11f),'fill':'Remplissage','fontColor':_0x4abbcf(0x118),'layout':_0x4abbcf(0x120),'paste':_0x4abbcf(0x106),'stroke':_0x4abbcf(0x11b)}}}};function _0x30bb(_0x41e315,_0x496f39){_0x41e315=_0x41e315-0x104;const _0x2d9168=_0x2d91();let _0x30bb4d=_0x2d9168[_0x41e315];return _0x30bb4d;}function _0x2d91(){const _0x39eb57=['Coude\x20arrondi','6587829Rigywo','Espacement\x20frère','Couleur\x20de\x20police','Importer\x20OPML','Arbre\x20vers\x20la\x20gauche','Contour','Frise\x20chronologique\x20horizontale','Deux\x20côtés','Typographie','Supprimer','Disposition','846ymlqMK','24945JSyEdE','140201JZtTvD','Espacement\x20des\x20branches','Description','Aligner\x20à\x20droite','914104wEEMik','Droite','Ajouter\x20du\x20texte','Ligne','Annuler','Plus','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','Gauche','Carte\x20mentale','Structure','Frise\x20chronologique\x20verticale','Angle\x20droit','Coller','Carte\x20mentale\x20horizontale','19830FxPDnX','128023dOjsjZ','Centrer','Rechercher\x20des\x20noeuds','172FcyAne','Style\x20du\x20connecteur','Aligner\x20en\x20bas','Enregistrer','Aucun\x20nœud','Coller\x20le\x20XML\x20OPML','254734nrguQh','Renommer\x20le\x20nœud\x20de\x20carte\x20mentale','Centrer\x20verticalement'];_0x2d91=function(){return _0x39eb57;};return _0x2d91();}export{e as default};
@@ -1 +1 @@
1
- const _0x24068a=_0x23d3;(function(_0x3b476c,_0x3b5c09){const _0x26e3bb=_0x23d3,_0x385d5f=_0x3b476c();while(!![]){try{const _0x173e27=parseInt(_0x26e3bb(0xbe))/0x1+parseInt(_0x26e3bb(0xd0))/0x2+-parseInt(_0x26e3bb(0xd6))/0x3+-parseInt(_0x26e3bb(0xbb))/0x4*(-parseInt(_0x26e3bb(0xe5))/0x5)+parseInt(_0x26e3bb(0xe0))/0x6*(-parseInt(_0x26e3bb(0xc0))/0x7)+-parseInt(_0x26e3bb(0xcc))/0x8*(parseInt(_0x26e3bb(0xb7))/0x9)+-parseInt(_0x26e3bb(0xd2))/0xa*(-parseInt(_0x26e3bb(0xc8))/0xb);if(_0x173e27===_0x3b5c09)break;else _0x385d5f['push'](_0x385d5f['shift']());}catch(_0x3a837b){_0x385d5f['push'](_0x385d5f['shift']());}}}(_0x2543,0xda25b));function _0x2543(){const _0x31c1cc=['Ganti\x20nama','Isian','Rata\x20tengah','28CfKRoD','Tambah\x20simpul\x20sejajar','Warna\x20font','32863FHGOtS','Deskripsi','28xoGXBH','Kanan','Tambah\x20anak','Batal','Ganti\x20nama\x20simpul\x20peta\x20pikiran','Pohon\x20ke\x20kanan','Rata\x20tengah\x20vertikal','Tempel\x20XML\x20OPML','11DJnRjF','Cari\x20simpul','Peta\x20pikiran\x20horizontal','Lainnya','200doWVfz','Kiri','Sudut\x20siku-siku','Jarak\x20cabang','1141504pWNjWO','Tambah\x20teks','32421130LZcAOs','Simpan','Tata\x20letak','Tambahkan\x20deskripsi\x20untuk\x20simpul\x20ini','500364ZvEiDc','Pohon\x20berselang-seling','Rata\x20kanan','Salin','Rata\x20atas','Tipografi','Kurva','Jarak\x20induk','Linimasa\x20vertikal','Kedua\x20sisi','2420598PHdpdW','Siku\x20membulat','Impor\x20OPML','Garis','Jarak\x20sejajar','163070POqmow','Garis\x20tepi','Impor/Ekspor','Peta\x20pikiran','Tempel','Hapus','Struktur','Pohon\x20ke\x20kiri','Ekspor\x20OPML','503991dlFZFr'];_0x2543=function(){return _0x31c1cc;};return _0x2543();}function _0x23d3(_0x1e9db0,_0x55c01b){_0x1e9db0=_0x1e9db0-0xb3;const _0x2543ee=_0x2543();let _0x23d3ca=_0x2543ee[_0x1e9db0];return _0x23d3ca;}const e={'boards-mind-ui':{'alignBottom':'Rata\x20bawah','alignMiddle':_0x24068a(0xc6),'alignTop':_0x24068a(0xda),'alignJustify':'Rata\x20kiri\x20kanan','alignRight':_0x24068a(0xd8),'alignCenter':_0x24068a(0xba),'alignLeft':'Rata\x20kiri','saveDescription':_0x24068a(0xd3),'descriptionPlaceholder':_0x24068a(0xd5),'description':_0x24068a(0xbf),'cancel':'Batal','panel':{'title':_0x24068a(0xe8),'tab':{'importExport':_0x24068a(0xe7),'layout':_0x24068a(0xd4),'structure':_0x24068a(0xb4)},'layout':{'both':_0x24068a(0xdf),'left':_0x24068a(0xcd),'right':_0x24068a(0xc1)},'structureKind':{'mindmapHorizontal':_0x24068a(0xca),'mindmapVertical':'Peta\x20pikiran\x20vertikal','treeRight':_0x24068a(0xc5),'treeLeft':_0x24068a(0xb5),'treeAlternate':_0x24068a(0xd7),'timelineHorizontal':'Linimasa\x20horizontal','timelineVertical':_0x24068a(0xde)},'branchLineType':{'curve':_0x24068a(0xdc),'roundedOrthogonal':_0x24068a(0xe1),'orthogonal':_0x24068a(0xce)},'addText':_0x24068a(0xd1),'cancel':_0x24068a(0xc3),'emptyNodes':'Tidak\x20ada\x20simpul','exportOPML':_0x24068a(0xb6),'importOPML':_0x24068a(0xe2),'pasteOPML':_0x24068a(0xc7),'rename':_0x24068a(0xb8),'renamePrompt':_0x24068a(0xc4),'searchNodes':_0x24068a(0xc9),'spacing':{'branchGap':_0x24068a(0xcf),'parentGap':_0x24068a(0xdd),'siblingGap':_0x24068a(0xe4)}},'toolbar':{'primary':{'line':'Gaya\x20konektor','fontColor':'Warna\x20font','typography':_0x24068a(0xdb),'more':_0x24068a(0xcb)},'panel':{'line':_0x24068a(0xe3),'typography':_0x24068a(0xdb),'more':_0x24068a(0xcb)},'action':{'addChild':_0x24068a(0xc2),'addSibling':_0x24068a(0xbc),'copy':_0x24068a(0xd9),'delete':_0x24068a(0xb3),'fill':_0x24068a(0xb9),'fontColor':_0x24068a(0xbd),'layout':_0x24068a(0xd4),'paste':_0x24068a(0xe9),'stroke':_0x24068a(0xe6)}}}};export{e as default};
1
+ const _0x3d16ec=_0x1a6b;(function(_0x117e1a,_0x496329){const _0x1c523a=_0x1a6b,_0x2d951d=_0x117e1a();while(!![]){try{const _0x285e6f=-parseInt(_0x1c523a(0x121))/0x1+parseInt(_0x1c523a(0x12b))/0x2+parseInt(_0x1c523a(0x149))/0x3*(-parseInt(_0x1c523a(0x12e))/0x4)+-parseInt(_0x1c523a(0x133))/0x5+parseInt(_0x1c523a(0x125))/0x6+parseInt(_0x1c523a(0x135))/0x7+-parseInt(_0x1c523a(0x12a))/0x8;if(_0x285e6f===_0x496329)break;else _0x2d951d['push'](_0x2d951d['shift']());}catch(_0xeaa149){_0x2d951d['push'](_0x2d951d['shift']());}}}(_0x509d,0x9f3c3));function _0x1a6b(_0x184e83,_0x332dab){_0x184e83=_0x184e83-0x121;const _0x509d69=_0x509d();let _0x1a6b9f=_0x509d69[_0x184e83];return _0x1a6b9f;}const e={'boards-mind-ui':{'alignBottom':_0x3d16ec(0x134),'alignMiddle':'Rata\x20tengah\x20vertikal','alignTop':_0x3d16ec(0x128),'alignJustify':_0x3d16ec(0x151),'alignRight':_0x3d16ec(0x124),'alignCenter':_0x3d16ec(0x131),'alignLeft':_0x3d16ec(0x147),'saveDescription':_0x3d16ec(0x13f),'descriptionPlaceholder':_0x3d16ec(0x127),'description':'Deskripsi','cancel':_0x3d16ec(0x138),'panel':{'title':'Peta\x20pikiran','tab':{'importExport':_0x3d16ec(0x145),'layout':'Tata\x20letak','structure':_0x3d16ec(0x14f)},'layout':{'both':_0x3d16ec(0x132),'left':_0x3d16ec(0x143),'right':_0x3d16ec(0x130)},'structureKind':{'mindmapHorizontal':_0x3d16ec(0x13d),'mindmapVertical':_0x3d16ec(0x122),'treeRight':_0x3d16ec(0x14c),'treeLeft':'Pohon\x20ke\x20kiri','treeAlternate':_0x3d16ec(0x126),'timelineHorizontal':'Linimasa\x20horizontal','timelineVertical':_0x3d16ec(0x136)},'branchLineType':{'curve':_0x3d16ec(0x137),'roundedOrthogonal':_0x3d16ec(0x13e),'orthogonal':_0x3d16ec(0x14d)},'addText':_0x3d16ec(0x13a),'cancel':_0x3d16ec(0x138),'emptyNodes':_0x3d16ec(0x14a),'exportOPML':_0x3d16ec(0x142),'importOPML':'Impor\x20OPML','pasteOPML':_0x3d16ec(0x14b),'rename':_0x3d16ec(0x140),'renamePrompt':'Ganti\x20nama\x20simpul\x20peta\x20pikiran','searchNodes':_0x3d16ec(0x129),'spacing':{'branchGap':_0x3d16ec(0x150),'parentGap':'Jarak\x20induk','siblingGap':_0x3d16ec(0x141)}},'toolbar':{'primary':{'line':_0x3d16ec(0x148),'fontColor':_0x3d16ec(0x146),'typography':_0x3d16ec(0x13c),'more':'Lainnya'},'panel':{'line':'Garis','typography':'Tipografi','more':_0x3d16ec(0x123)},'action':{'addChild':_0x3d16ec(0x139),'addSibling':_0x3d16ec(0x12f),'copy':_0x3d16ec(0x14e),'delete':_0x3d16ec(0x144),'fill':_0x3d16ec(0x13b),'fontColor':_0x3d16ec(0x146),'layout':'Tata\x20letak','paste':_0x3d16ec(0x12c),'stroke':_0x3d16ec(0x12d)}}}};export{e as default};function _0x509d(){const _0x205cec=['Tambah\x20anak','Tambah\x20teks','Isian','Tipografi','Peta\x20pikiran\x20horizontal','Siku\x20membulat','Simpan','Ganti\x20nama','Jarak\x20sejajar','Ekspor\x20OPML','Kiri','Hapus','Impor/Ekspor','Warna\x20font','Rata\x20kiri','Gaya\x20konektor','8292qSYiun','Tidak\x20ada\x20simpul','Tempel\x20XML\x20OPML','Pohon\x20ke\x20kanan','Sudut\x20siku-siku','Salin','Struktur','Jarak\x20cabang','Rata\x20kiri\x20kanan','760899sLtkLR','Peta\x20pikiran\x20vertikal','Lainnya','Rata\x20kanan','5479596aiqzIA','Pohon\x20berselang-seling','Tambahkan\x20deskripsi\x20untuk\x20simpul\x20ini','Rata\x20atas','Cari\x20simpul','5274776rsRnrI','125026BOTHAo','Tempel','Garis\x20tepi','8IrQkFU','Tambah\x20simpul\x20sejajar','Kanan','Rata\x20tengah','Kedua\x20sisi','753560wxgoOW','Rata\x20bawah','8770538OHTeOc','Linimasa\x20vertikal','Kurva','Batal'];_0x509d=function(){return _0x205cec;};return _0x509d();}
@@ -1 +1 @@
1
- const _0x5e3d83=_0x5932;(function(_0x1a60a5,_0x1b7ea1){const _0x370a6a=_0x5932,_0x15b6a5=_0x1a60a5();while(!![]){try{const _0x22b323=parseInt(_0x370a6a(0xab))/0x1+-parseInt(_0x370a6a(0xc4))/0x2*(-parseInt(_0x370a6a(0xc6))/0x3)+parseInt(_0x370a6a(0xb9))/0x4*(-parseInt(_0x370a6a(0xbb))/0x5)+parseInt(_0x370a6a(0xd2))/0x6+-parseInt(_0x370a6a(0xce))/0x7*(parseInt(_0x370a6a(0xc3))/0x8)+-parseInt(_0x370a6a(0xcc))/0x9+parseInt(_0x370a6a(0xb6))/0xa*(parseInt(_0x370a6a(0xc2))/0xb);if(_0x22b323===_0x1b7ea1)break;else _0x15b6a5['push'](_0x15b6a5['shift']());}catch(_0x64bb96){_0x15b6a5['push'](_0x15b6a5['shift']());}}}(_0x2da1,0x94a70));function _0x2da1(){const _0x40ca5a=['Incolla\x20XML\x20OPML','Allinea\x20a\x20destra','Curva','Destra','30dLjUWQ','Albero\x20verso\x20sinistra','Sinistra','52fOSRzy','Descrizione','464795jtHMcQ','Angolo\x20retto','Rinomina\x20nodo\x20della\x20mappa\x20mentale','Allinea\x20in\x20basso','Spaziatura\x20rami','Cerca\x20nodi','Layout','6590441YJLCdj','210184rQSHqM','236Nfnjxa','Gomito\x20arrotondato','24522DKgHQU','Tratto','Spaziatura\x20fratelli','Nessun\x20nodo','Riempimento','Entrambi\x20i\x20lati','6593814iqWAaE','Allinea\x20al\x20centro','266ecnEfx','Elimina','Albero\x20verso\x20destra','Albero\x20alternato','1505286yHQUUV','Giustifica','Aggiungi\x20una\x20descrizione\x20a\x20questo\x20nodo','Altro','Incolla','Importa\x20OPML','Annulla','Colore\x20carattere','Allinea\x20in\x20alto','Tipografia','Salva','Mappa\x20mentale\x20orizzontale','535561FZeAdG','Esporta\x20OPML','Aggiungi\x20testo','Linea\x20temporale\x20orizzontale','Stile\x20connettore','Linea\x20temporale\x20verticale','Mappa\x20mentale'];_0x2da1=function(){return _0x40ca5a;};return _0x2da1();}function _0x5932(_0x4f1e8c,_0x35f494){_0x4f1e8c=_0x4f1e8c-0xa7;const _0x2da1de=_0x2da1();let _0x593278=_0x2da1de[_0x4f1e8c];return _0x593278;}const e={'boards-mind-ui':{'alignBottom':_0x5e3d83(0xbe),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignTop':_0x5e3d83(0xa7),'alignJustify':_0x5e3d83(0xd3),'alignRight':_0x5e3d83(0xb3),'alignCenter':_0x5e3d83(0xcd),'alignLeft':'Allinea\x20a\x20sinistra','saveDescription':_0x5e3d83(0xa9),'descriptionPlaceholder':_0x5e3d83(0xd4),'description':_0x5e3d83(0xba),'cancel':_0x5e3d83(0xd8),'panel':{'title':_0x5e3d83(0xb1),'tab':{'importExport':'Importa/Esporta','layout':_0x5e3d83(0xc1),'structure':'Struttura'},'layout':{'both':_0x5e3d83(0xcb),'left':_0x5e3d83(0xb8),'right':_0x5e3d83(0xb5)},'structureKind':{'mindmapHorizontal':_0x5e3d83(0xaa),'mindmapVertical':'Mappa\x20mentale\x20verticale','treeRight':_0x5e3d83(0xd0),'treeLeft':_0x5e3d83(0xb7),'treeAlternate':_0x5e3d83(0xd1),'timelineHorizontal':_0x5e3d83(0xae),'timelineVertical':_0x5e3d83(0xb0)},'branchLineType':{'curve':_0x5e3d83(0xb4),'roundedOrthogonal':_0x5e3d83(0xc5),'orthogonal':_0x5e3d83(0xbc)},'addText':_0x5e3d83(0xad),'cancel':_0x5e3d83(0xd8),'emptyNodes':_0x5e3d83(0xc9),'exportOPML':_0x5e3d83(0xac),'importOPML':_0x5e3d83(0xd7),'pasteOPML':_0x5e3d83(0xb2),'rename':'Rinomina','renamePrompt':_0x5e3d83(0xbd),'searchNodes':_0x5e3d83(0xc0),'spacing':{'branchGap':_0x5e3d83(0xbf),'parentGap':'Spaziatura\x20padre','siblingGap':_0x5e3d83(0xc8)}},'toolbar':{'primary':{'line':_0x5e3d83(0xaf),'fontColor':'Colore\x20carattere','typography':_0x5e3d83(0xa8),'more':_0x5e3d83(0xd5)},'panel':{'line':'Linea','typography':'Tipografia','more':_0x5e3d83(0xd5)},'action':{'addChild':'Aggiungi\x20figlio','addSibling':'Aggiungi\x20fratello','copy':'Copia','delete':_0x5e3d83(0xcf),'fill':_0x5e3d83(0xca),'fontColor':_0x5e3d83(0xd9),'layout':'Disposizione','paste':_0x5e3d83(0xd6),'stroke':_0x5e3d83(0xc7)}}}};export{e as default};
1
+ const _0x34b8e4=_0x3ebe;(function(_0x296ba1,_0x3f2e5f){const _0xb74de6=_0x3ebe,_0x525e4e=_0x296ba1();while(!![]){try{const _0x1256c3=-parseInt(_0xb74de6(0xe2))/0x1*(-parseInt(_0xb74de6(0xdd))/0x2)+parseInt(_0xb74de6(0xd1))/0x3*(-parseInt(_0xb74de6(0xe5))/0x4)+parseInt(_0xb74de6(0xcb))/0x5+parseInt(_0xb74de6(0xd2))/0x6+parseInt(_0xb74de6(0xd4))/0x7*(parseInt(_0xb74de6(0xde))/0x8)+-parseInt(_0xb74de6(0xe6))/0x9*(-parseInt(_0xb74de6(0xd5))/0xa)+-parseInt(_0xb74de6(0xc4))/0xb*(parseInt(_0xb74de6(0xd0))/0xc);if(_0x1256c3===_0x3f2e5f)break;else _0x525e4e['push'](_0x525e4e['shift']());}catch(_0x224620){_0x525e4e['push'](_0x525e4e['shift']());}}}(_0x3733,0x2b311));function _0x3733(){const _0x1973f7=['Importa/Esporta','Tipografia','Allinea\x20a\x20destra','Stile\x20connettore','Cerca\x20nodi','Spaziatura\x20fratelli','216VvsOcJ','16cRKEfd','Gomito\x20arrotondato','Aggiungi\x20fratello','Spaziatura\x20rami','999BCsHAi','Linea','Entrambi\x20i\x20lati','9872RQQqIo','9uFWdOy','Riempimento','Layout','Allinea\x20in\x20basso','Destra','Rinomina\x20nodo\x20della\x20mappa\x20mentale','Esporta\x20OPML','Colore\x20carattere','Rinomina','Sinistra','Mappa\x20mentale','Allinea\x20al\x20centro','Altro','Incolla','Spaziatura\x20padre','Linea\x20temporale\x20verticale','11bQCjnG','Allinea\x20al\x20centro\x20verticalmente','Aggiungi\x20testo','Copia','Giustifica','Allinea\x20in\x20alto','Incolla\x20XML\x20OPML','1368395qLibNm','Albero\x20verso\x20sinistra','Elimina','Curva','Nessun\x20nodo','2680296tPQjvE','192XGJLIF','224418vXvgEV','Angolo\x20retto','235018flUMeI','721010oWMCHX','Albero\x20verso\x20destra'];_0x3733=function(){return _0x1973f7;};return _0x3733();}function _0x3ebe(_0x496b43,_0x37b402){_0x496b43=_0x496b43-0xbd;const _0x37333e=_0x3733();let _0x3ebe81=_0x37333e[_0x496b43];return _0x3ebe81;}const e={'boards-mind-ui':{'alignBottom':_0x34b8e4(0xe9),'alignMiddle':_0x34b8e4(0xc5),'alignTop':_0x34b8e4(0xc9),'alignJustify':_0x34b8e4(0xc8),'alignRight':_0x34b8e4(0xd9),'alignCenter':_0x34b8e4(0xbf),'alignLeft':'Allinea\x20a\x20sinistra','saveDescription':'Salva','descriptionPlaceholder':'Aggiungi\x20una\x20descrizione\x20a\x20questo\x20nodo','description':'Descrizione','cancel':'Annulla','panel':{'title':_0x34b8e4(0xbe),'tab':{'importExport':_0x34b8e4(0xd7),'layout':_0x34b8e4(0xe8),'structure':'Struttura'},'layout':{'both':_0x34b8e4(0xe4),'left':_0x34b8e4(0xbd),'right':_0x34b8e4(0xea)},'structureKind':{'mindmapHorizontal':'Mappa\x20mentale\x20orizzontale','mindmapVertical':'Mappa\x20mentale\x20verticale','treeRight':_0x34b8e4(0xd6),'treeLeft':_0x34b8e4(0xcc),'treeAlternate':'Albero\x20alternato','timelineHorizontal':'Linea\x20temporale\x20orizzontale','timelineVertical':_0x34b8e4(0xc3)},'branchLineType':{'curve':_0x34b8e4(0xce),'roundedOrthogonal':_0x34b8e4(0xdf),'orthogonal':_0x34b8e4(0xd3)},'addText':_0x34b8e4(0xc6),'cancel':'Annulla','emptyNodes':_0x34b8e4(0xcf),'exportOPML':_0x34b8e4(0xec),'importOPML':'Importa\x20OPML','pasteOPML':_0x34b8e4(0xca),'rename':_0x34b8e4(0xee),'renamePrompt':_0x34b8e4(0xeb),'searchNodes':_0x34b8e4(0xdb),'spacing':{'branchGap':_0x34b8e4(0xe1),'parentGap':_0x34b8e4(0xc2),'siblingGap':_0x34b8e4(0xdc)}},'toolbar':{'primary':{'line':_0x34b8e4(0xda),'fontColor':_0x34b8e4(0xed),'typography':'Tipografia','more':_0x34b8e4(0xc0)},'panel':{'line':_0x34b8e4(0xe3),'typography':_0x34b8e4(0xd8),'more':'Altro'},'action':{'addChild':'Aggiungi\x20figlio','addSibling':_0x34b8e4(0xe0),'copy':_0x34b8e4(0xc7),'delete':_0x34b8e4(0xcd),'fill':_0x34b8e4(0xe7),'fontColor':_0x34b8e4(0xed),'layout':'Disposizione','paste':_0x34b8e4(0xc1),'stroke':'Tratto'}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x2ba729=_0x28c7;(function(_0x2046dc,_0x27c0cc){const _0x482567=_0x28c7,_0xdad03d=_0x2046dc();while(!![]){try{const _0x4a43b6=parseInt(_0x482567(0xca))/0x1+-parseInt(_0x482567(0xc3))/0x2+-parseInt(_0x482567(0xd8))/0x3+-parseInt(_0x482567(0xdf))/0x4+-parseInt(_0x482567(0xde))/0x5*(-parseInt(_0x482567(0xd9))/0x6)+parseInt(_0x482567(0xc9))/0x7+parseInt(_0x482567(0xbe))/0x8;if(_0x4a43b6===_0x27c0cc)break;else _0xdad03d['push'](_0xdad03d['shift']());}catch(_0x297eff){_0xdad03d['push'](_0xdad03d['shift']());}}}(_0x5895,0x26203));const e={'boards-mind-ui':{'alignBottom':_0x2ba729(0xc1),'alignMiddle':'上下中央揃え','alignTop':'上揃え','alignJustify':'両端揃え','alignRight':_0x2ba729(0xe0),'alignCenter':_0x2ba729(0xd4),'alignLeft':_0x2ba729(0xcd),'saveDescription':'保存','descriptionPlaceholder':'このノードの説明を追加','description':'説明','cancel':_0x2ba729(0xdd),'panel':{'title':_0x2ba729(0xd3),'tab':{'importExport':_0x2ba729(0xd0),'layout':_0x2ba729(0xc7),'structure':'構造'},'layout':{'both':'両側','left':'左','right':'右'},'structureKind':{'mindmapHorizontal':_0x2ba729(0xdc),'mindmapVertical':_0x2ba729(0xc0),'treeRight':_0x2ba729(0xc6),'treeLeft':_0x2ba729(0xd5),'treeAlternate':_0x2ba729(0xd2),'timelineHorizontal':'横方向のタイムライン','timelineVertical':_0x2ba729(0xd1)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x2ba729(0xda),'orthogonal':'直角折れ線'},'addText':_0x2ba729(0xe2),'cancel':_0x2ba729(0xdd),'emptyNodes':_0x2ba729(0xdb),'exportOPML':_0x2ba729(0xc2),'importOPML':_0x2ba729(0xc8),'pasteOPML':_0x2ba729(0xc5),'rename':_0x2ba729(0xd6),'renamePrompt':'マインドマップノードの名前を変更','searchNodes':_0x2ba729(0xce),'spacing':{'branchGap':_0x2ba729(0xbf),'parentGap':_0x2ba729(0xcc),'siblingGap':_0x2ba729(0xe4)}},'toolbar':{'primary':{'line':_0x2ba729(0xcf),'fontColor':_0x2ba729(0xd7),'typography':_0x2ba729(0xcb),'more':_0x2ba729(0xe3)},'panel':{'line':'線','typography':'文字組み','more':_0x2ba729(0xe3)},'action':{'addChild':_0x2ba729(0xc4),'addSibling':_0x2ba729(0xe1),'copy':'コピー','delete':'削除','fill':'塗りつぶし','fontColor':'フォント色','layout':_0x2ba729(0xc7),'paste':'貼り付け','stroke':'線'}}}};function _0x28c7(_0x50d4a5,_0x499d61){_0x50d4a5=_0x50d4a5-0xbe;const _0x5895a5=_0x5895();let _0x28c7b0=_0x5895a5[_0x50d4a5];return _0x28c7b0;}export{e as default};function _0x5895(){const _0x24db8e=['その他','兄弟間隔','2425232VGVRNo','ブランチ間隔','縦方向のマインドマップ','下揃え','OPML\x20をエクスポート','418458osqrkd','子ノードを追加','OPML\x20XML\x20を貼り付け','右向きツリー','レイアウト','OPML\x20をインポート','861007pvbCig','184068dkOzDq','文字組み','親子間隔','左揃え','ノードを検索','コネクターのスタイル','インポート/エクスポート','縦方向のタイムライン','交互ツリー','マインドマップ','中央揃え','左向きツリー','名前を変更','フォント色','503523WbNouW','43986wNCXuG','角丸折れ線','ノードがありません','横方向のマインドマップ','キャンセル','135seWyBq','1099708nEHEBl','右揃え','兄弟ノードを追加','テキストを追加'];_0x5895=function(){return _0x24db8e;};return _0x5895();}
1
+ function _0x3178(_0x1217d6,_0x47ebab){_0x1217d6=_0x1217d6-0x7b;const _0x3f64ee=_0x3f64();let _0x317853=_0x3f64ee[_0x1217d6];return _0x317853;}const _0xeea5a0=_0x3178;(function(_0xaca800,_0x179fc3){const _0x289579=_0x3178,_0x998a6=_0xaca800();while(!![]){try{const _0x51ece7=-parseInt(_0x289579(0xa2))/0x1*(parseInt(_0x289579(0x97))/0x2)+-parseInt(_0x289579(0x8c))/0x3*(parseInt(_0x289579(0x81))/0x4)+-parseInt(_0x289579(0x7c))/0x5+parseInt(_0x289579(0x7b))/0x6+-parseInt(_0x289579(0x98))/0x7*(parseInt(_0x289579(0x9e))/0x8)+-parseInt(_0x289579(0x9c))/0x9*(parseInt(_0x289579(0x8f))/0xa)+parseInt(_0x289579(0x92))/0xb;if(_0x51ece7===_0x179fc3)break;else _0x998a6['push'](_0x998a6['shift']());}catch(_0x3729ae){_0x998a6['push'](_0x998a6['shift']());}}}(_0x3f64,0x215da));function _0x3f64(){const _0x33f6b8=['右揃え','縦方向のタイムライン','兄弟間隔','12tyaLuW','このノードの説明を追加','右向きツリー','1212350mjOxEg','縦方向のマインドマップ','コネクターのスタイル','11226028TvnyaS','その他','塗りつぶし','キャンセル','上揃え','430954jLTWzh','1470889lPkLxs','名前を変更','ブランチ間隔','文字組み','18rBKpnV','レイアウト','8OwkGQF','横方向のタイムライン','テキストを追加','OPML\x20をインポート','1RcpISO','横方向のマインドマップ','左揃え','ノードがありません','子ノードを追加','フォント色','角丸折れ線','789216dXhwEh','892420TMMlWs','コピー','直角折れ線','OPML\x20XML\x20を貼り付け','両端揃え','168860rLeyKH','ノードを検索','兄弟ノードを追加','中央揃え','OPML\x20をエクスポート','左向きツリー','貼り付け','マインドマップ'];_0x3f64=function(){return _0x33f6b8;};return _0x3f64();}const e={'boards-mind-ui':{'alignBottom':'下揃え','alignMiddle':'上下中央揃え','alignTop':_0xeea5a0(0x96),'alignJustify':_0xeea5a0(0x80),'alignRight':_0xeea5a0(0x89),'alignCenter':_0xeea5a0(0x84),'alignLeft':_0xeea5a0(0xa4),'saveDescription':'保存','descriptionPlaceholder':_0xeea5a0(0x8d),'description':'説明','cancel':_0xeea5a0(0x95),'panel':{'title':_0xeea5a0(0x88),'tab':{'importExport':'インポート/エクスポート','layout':_0xeea5a0(0x9d),'structure':'構造'},'layout':{'both':'両側','left':'左','right':'右'},'structureKind':{'mindmapHorizontal':_0xeea5a0(0xa3),'mindmapVertical':_0xeea5a0(0x90),'treeRight':_0xeea5a0(0x8e),'treeLeft':_0xeea5a0(0x86),'treeAlternate':'交互ツリー','timelineHorizontal':_0xeea5a0(0x9f),'timelineVertical':_0xeea5a0(0x8a)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0xeea5a0(0xa8),'orthogonal':_0xeea5a0(0x7e)},'addText':_0xeea5a0(0xa0),'cancel':_0xeea5a0(0x95),'emptyNodes':_0xeea5a0(0xa5),'exportOPML':_0xeea5a0(0x85),'importOPML':_0xeea5a0(0xa1),'pasteOPML':_0xeea5a0(0x7f),'rename':_0xeea5a0(0x99),'renamePrompt':'マインドマップノードの名前を変更','searchNodes':_0xeea5a0(0x82),'spacing':{'branchGap':_0xeea5a0(0x9a),'parentGap':'親子間隔','siblingGap':_0xeea5a0(0x8b)}},'toolbar':{'primary':{'line':_0xeea5a0(0x91),'fontColor':_0xeea5a0(0xa7),'typography':'文字組み','more':'その他'},'panel':{'line':'線','typography':_0xeea5a0(0x9b),'more':_0xeea5a0(0x93)},'action':{'addChild':_0xeea5a0(0xa6),'addSibling':_0xeea5a0(0x83),'copy':_0xeea5a0(0x7d),'delete':'削除','fill':_0xeea5a0(0x94),'fontColor':_0xeea5a0(0xa7),'layout':_0xeea5a0(0x9d),'paste':_0xeea5a0(0x87),'stroke':'線'}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1285(_0x1fc2a8,_0x388d1a){_0x1fc2a8=_0x1fc2a8-0x8d;const _0xb5f238=_0xb5f2();let _0x1285b6=_0xb5f238[_0x1fc2a8];return _0x1285b6;}function _0xb5f2(){const _0x1c1c53=['오른쪽','50632cRJXcm','929277FSKAIV','4uxUYSM','더\x20보기','이\x20노드에\x20설명\x20추가','756IVfNvW','타이포그래피','가로\x20마인드맵','가운데\x20맞춤','세로\x20마인드맵','이름\x20바꾸기','가로\x20타임라인','레이아웃','77lrJRiY','붙여넣기','글꼴\x20색','분기\x20간격','364116TUMsow','가져오기/내보내기','왼쪽\x20트리','70qynVMx','가운데\x20정렬','OPML\x20내보내기','9284DOdtpD','606605oqJxTX','둥근\x20꺾은선','양쪽\x20맞춤','154486ljoqXN','마인드맵','채우기','형제\x20간격','OPML\x20XML\x20붙여넣기','161GwMDdF','노드\x20검색','위\x20맞춤','형제\x20노드\x20추가','연결선\x20스타일','5222838GrQgIg','텍스트\x20추가','세로\x20타임라인','오른쪽\x20맞춤'];_0xb5f2=function(){return _0x1c1c53;};return _0xb5f2();}const _0x29fd72=_0x1285;(function(_0x2468fa,_0x286d97){const _0x21ce89=_0x1285,_0x1a55c4=_0x2468fa();while(!![]){try{const _0x59297d=parseInt(_0x21ce89(0xb6))/0x1*(-parseInt(_0x21ce89(0xa5))/0x2)+-parseInt(_0x21ce89(0x8f))/0x3*(parseInt(_0x21ce89(0xa1))/0x4)+parseInt(_0x21ce89(0xa2))/0x5+parseInt(_0x21ce89(0xaf))/0x6+parseInt(_0x21ce89(0xaa))/0x7*(-parseInt(_0x21ce89(0xb4))/0x8)+parseInt(_0x21ce89(0xb5))/0x9*(parseInt(_0x21ce89(0x9e))/0xa)+parseInt(_0x21ce89(0x97))/0xb*(-parseInt(_0x21ce89(0x9b))/0xc);if(_0x59297d===_0x286d97)break;else _0x1a55c4['push'](_0x1a55c4['shift']());}catch(_0x5303c9){_0x1a55c4['push'](_0x1a55c4['shift']());}}}(_0xb5f2,0x70f8d));const e={'boards-mind-ui':{'alignBottom':'아래\x20맞춤','alignMiddle':_0x29fd72(0x92),'alignTop':_0x29fd72(0xac),'alignJustify':_0x29fd72(0xa4),'alignRight':_0x29fd72(0xb2),'alignCenter':_0x29fd72(0x9f),'alignLeft':'왼쪽\x20맞춤','saveDescription':'저장','descriptionPlaceholder':_0x29fd72(0x8e),'description':'설명','cancel':'취소','panel':{'title':_0x29fd72(0xa6),'tab':{'importExport':_0x29fd72(0x9c),'layout':_0x29fd72(0x96),'structure':'구조'},'layout':{'both':'양쪽','left':'왼쪽','right':_0x29fd72(0xb3)},'structureKind':{'mindmapHorizontal':_0x29fd72(0x91),'mindmapVertical':_0x29fd72(0x93),'treeRight':'오른쪽\x20트리','treeLeft':_0x29fd72(0x9d),'treeAlternate':'양방향\x20트리','timelineHorizontal':_0x29fd72(0x95),'timelineVertical':_0x29fd72(0xb1)},'branchLineType':{'curve':'곡선','roundedOrthogonal':_0x29fd72(0xa3),'orthogonal':'직각\x20꺾은선'},'addText':_0x29fd72(0xb0),'cancel':'취소','emptyNodes':'노드\x20없음','exportOPML':_0x29fd72(0xa0),'importOPML':'OPML\x20가져오기','pasteOPML':_0x29fd72(0xa9),'rename':_0x29fd72(0x94),'renamePrompt':'마인드맵\x20노드\x20이름\x20바꾸기','searchNodes':_0x29fd72(0xab),'spacing':{'branchGap':_0x29fd72(0x9a),'parentGap':'부모\x20간격','siblingGap':_0x29fd72(0xa8)}},'toolbar':{'primary':{'line':_0x29fd72(0xae),'fontColor':_0x29fd72(0x99),'typography':_0x29fd72(0x90),'more':_0x29fd72(0x8d)},'panel':{'line':'선','typography':_0x29fd72(0x90),'more':'더\x20보기'},'action':{'addChild':'자식\x20노드\x20추가','addSibling':_0x29fd72(0xad),'copy':'복사','delete':'삭제','fill':_0x29fd72(0xa7),'fontColor':_0x29fd72(0x99),'layout':_0x29fd72(0x96),'paste':_0x29fd72(0x98),'stroke':'선'}}}};export{e as default};
1
+ const _0x132d2d=_0x32ff;function _0x32ff(_0x45145e,_0x1e46ff){_0x45145e=_0x45145e-0x1f3;const _0x279d57=_0x279d();let _0x32ff60=_0x279d57[_0x45145e];return _0x32ff60;}(function(_0x2a1f95,_0xae790a){const _0x1bbe26=_0x32ff,_0x16ff4b=_0x2a1f95();while(!![]){try{const _0x44382f=parseInt(_0x1bbe26(0x207))/0x1*(parseInt(_0x1bbe26(0x217))/0x2)+parseInt(_0x1bbe26(0x200))/0x3*(-parseInt(_0x1bbe26(0x1fd))/0x4)+-parseInt(_0x1bbe26(0x1f4))/0x5*(parseInt(_0x1bbe26(0x210))/0x6)+parseInt(_0x1bbe26(0x21a))/0x7*(-parseInt(_0x1bbe26(0x21b))/0x8)+parseInt(_0x1bbe26(0x206))/0x9+-parseInt(_0x1bbe26(0x1ff))/0xa+parseInt(_0x1bbe26(0x20e))/0xb*(parseInt(_0x1bbe26(0x218))/0xc);if(_0x44382f===_0xae790a)break;else _0x16ff4b['push'](_0x16ff4b['shift']());}catch(_0xb7c296){_0x16ff4b['push'](_0x16ff4b['shift']());}}}(_0x279d,0x64a85));const e={'boards-mind-ui':{'alignBottom':_0x132d2d(0x1f6),'alignMiddle':_0x132d2d(0x1fb),'alignTop':_0x132d2d(0x212),'alignJustify':'양쪽\x20맞춤','alignRight':'오른쪽\x20맞춤','alignCenter':_0x132d2d(0x1f3),'alignLeft':_0x132d2d(0x20f),'saveDescription':'저장','descriptionPlaceholder':_0x132d2d(0x202),'description':'설명','cancel':'취소','panel':{'title':_0x132d2d(0x1fe),'tab':{'importExport':'가져오기/내보내기','layout':_0x132d2d(0x1f5),'structure':'구조'},'layout':{'both':'양쪽','left':'왼쪽','right':_0x132d2d(0x213)},'structureKind':{'mindmapHorizontal':'가로\x20마인드맵','mindmapVertical':_0x132d2d(0x220),'treeRight':_0x132d2d(0x204),'treeLeft':_0x132d2d(0x1f7),'treeAlternate':_0x132d2d(0x216),'timelineHorizontal':_0x132d2d(0x20c),'timelineVertical':_0x132d2d(0x21e)},'branchLineType':{'curve':'곡선','roundedOrthogonal':_0x132d2d(0x1fc),'orthogonal':_0x132d2d(0x1fa)},'addText':_0x132d2d(0x219),'cancel':'취소','emptyNodes':_0x132d2d(0x214),'exportOPML':_0x132d2d(0x211),'importOPML':_0x132d2d(0x21f),'pasteOPML':_0x132d2d(0x1f8),'rename':_0x132d2d(0x205),'renamePrompt':'마인드맵\x20노드\x20이름\x20바꾸기','searchNodes':_0x132d2d(0x20d),'spacing':{'branchGap':_0x132d2d(0x215),'parentGap':_0x132d2d(0x21c),'siblingGap':'형제\x20간격'}},'toolbar':{'primary':{'line':_0x132d2d(0x20b),'fontColor':'글꼴\x20색','typography':'타이포그래피','more':'더\x20보기'},'panel':{'line':'선','typography':_0x132d2d(0x203),'more':_0x132d2d(0x21d)},'action':{'addChild':_0x132d2d(0x209),'addSibling':_0x132d2d(0x208),'copy':'복사','delete':'삭제','fill':_0x132d2d(0x201),'fontColor':_0x132d2d(0x20a),'layout':_0x132d2d(0x1f5),'paste':_0x132d2d(0x1f9),'stroke':'선'}}}};export{e as default};function _0x279d(){const _0x3fc229=['7321743lKKwHZ','왼쪽\x20맞춤','6jRaOKH','OPML\x20내보내기','위\x20맞춤','오른쪽','노드\x20없음','분기\x20간격','양방향\x20트리','1010hbmPoa','24ZTgpKy','텍스트\x20추가','219562qGLcbW','96KlAuie','부모\x20간격','더\x20보기','세로\x20타임라인','OPML\x20가져오기','세로\x20마인드맵','가운데\x20정렬','640345CnSyyB','레이아웃','아래\x20맞춤','왼쪽\x20트리','OPML\x20XML\x20붙여넣기','붙여넣기','직각\x20꺾은선','가운데\x20맞춤','둥근\x20꺾은선','860MhmlWN','마인드맵','601140QOhLMl','7197UppTsh','채우기','이\x20노드에\x20설명\x20추가','타이포그래피','오른쪽\x20트리','이름\x20바꾸기','1111968pJyFIA','75POAeWv','형제\x20노드\x20추가','자식\x20노드\x20추가','글꼴\x20색','연결선\x20스타일','가로\x20타임라인','노드\x20검색'];_0x279d=function(){return _0x3fc229;};return _0x279d();}
@@ -1 +1 @@
1
- const _0x3f5bb7=_0x2a3c;(function(_0x167077,_0x1abee7){const _0x10051=_0x2a3c,_0x3a71bf=_0x167077();while(!![]){try{const _0x5c9d29=-parseInt(_0x10051(0x130))/0x1+-parseInt(_0x10051(0x149))/0x2+-parseInt(_0x10051(0x13a))/0x3+parseInt(_0x10051(0x140))/0x4*(-parseInt(_0x10051(0x127))/0x5)+-parseInt(_0x10051(0x153))/0x6+-parseInt(_0x10051(0x139))/0x7*(parseInt(_0x10051(0x14f))/0x8)+parseInt(_0x10051(0x135))/0x9;if(_0x5c9d29===_0x1abee7)break;else _0x3a71bf['push'](_0x3a71bf['shift']());}catch(_0x1a325d){_0x3a71bf['push'](_0x3a71bf['shift']());}}}(_0x1583,0x60940));function _0x2a3c(_0x591259,_0x4fa55d){_0x591259=_0x591259-0x125;const _0x15831c=_0x1583();let _0x2a3cc0=_0x15831c[_0x591259];return _0x2a3cc0;}const e={'boards-mind-ui':{'alignBottom':'Wyrównaj\x20do\x20dołu','alignMiddle':_0x3f5bb7(0x14b),'alignTop':_0x3f5bb7(0x138),'alignJustify':_0x3f5bb7(0x156),'alignRight':_0x3f5bb7(0x146),'alignCenter':_0x3f5bb7(0x14b),'alignLeft':'Wyrównaj\x20do\x20lewej','saveDescription':_0x3f5bb7(0x12e),'descriptionPlaceholder':'Dodaj\x20opis\x20tego\x20węzła','description':'Opis','cancel':_0x3f5bb7(0x154),'panel':{'title':_0x3f5bb7(0x13e),'tab':{'importExport':_0x3f5bb7(0x125),'layout':_0x3f5bb7(0x143),'structure':_0x3f5bb7(0x13f)},'layout':{'both':_0x3f5bb7(0x137),'left':_0x3f5bb7(0x131),'right':_0x3f5bb7(0x14e)},'structureKind':{'mindmapHorizontal':_0x3f5bb7(0x13b),'mindmapVertical':'Pionowa\x20mapa\x20myśli','treeRight':_0x3f5bb7(0x126),'treeLeft':_0x3f5bb7(0x147),'treeAlternate':_0x3f5bb7(0x13d),'timelineHorizontal':_0x3f5bb7(0x12d),'timelineVertical':_0x3f5bb7(0x12f)},'branchLineType':{'curve':_0x3f5bb7(0x12a),'roundedOrthogonal':_0x3f5bb7(0x133),'orthogonal':_0x3f5bb7(0x152)},'addText':_0x3f5bb7(0x144),'cancel':_0x3f5bb7(0x154),'emptyNodes':_0x3f5bb7(0x14d),'exportOPML':_0x3f5bb7(0x129),'importOPML':_0x3f5bb7(0x12b),'pasteOPML':_0x3f5bb7(0x148),'rename':_0x3f5bb7(0x150),'renamePrompt':_0x3f5bb7(0x142),'searchNodes':'Szukaj\x20węzłów','spacing':{'branchGap':_0x3f5bb7(0x151),'parentGap':'Odstęp\x20rodzica','siblingGap':_0x3f5bb7(0x155)}},'toolbar':{'primary':{'line':'Styl\x20łącznika','fontColor':_0x3f5bb7(0x141),'typography':_0x3f5bb7(0x145),'more':_0x3f5bb7(0x13c)},'panel':{'line':_0x3f5bb7(0x14a),'typography':_0x3f5bb7(0x145),'more':_0x3f5bb7(0x13c)},'action':{'addChild':_0x3f5bb7(0x134),'addSibling':_0x3f5bb7(0x14c),'copy':_0x3f5bb7(0x128),'delete':_0x3f5bb7(0x12c),'fill':_0x3f5bb7(0x136),'fontColor':'Kolor\x20czcionki','layout':_0x3f5bb7(0x143),'paste':'Wklej','stroke':_0x3f5bb7(0x132)}}}};export{e as default};function _0x1583(){const _0x1b1cd6=['Dodaj\x20rodzeństwo','Brak\x20węzłów','Prawa','2749208epWaHe','Zmień\x20nazwę','Odstęp\x20gałęzi','Kąt\x20prosty','3770340SxVmNI','Anuluj','Odstęp\x20rodzeństwa','Wyjustuj','Import/Eksport','Drzewo\x20w\x20prawo','12370zlrMSF','Kopiuj','Eksportuj\x20OPML','Krzywa','Importuj\x20OPML','Usuń','Pozioma\x20oś\x20czasu','Zapisz','Pionowa\x20oś\x20czasu','535314llfmXh','Lewa','Kontur','Zaokrąglone\x20kolano','Dodaj\x20dziecko','30184695sBQQdc','Wypełnienie','Obie\x20strony','Wyrównaj\x20do\x20góry','7zANDIy','1063857AyyBKz','Pozioma\x20mapa\x20myśli','Więcej','Drzewo\x20naprzemienne','Mapa\x20myśli','Struktura','1100jtdEqz','Kolor\x20czcionki','Zmień\x20nazwę\x20węzła\x20mapy\x20myśli','Układ','Dodaj\x20tekst','Typografia','Wyrównaj\x20do\x20prawej','Drzewo\x20w\x20lewo','Wklej\x20XML\x20OPML','831894cHCYdq','Linia','Wyrównaj\x20do\x20środka'];_0x1583=function(){return _0x1b1cd6;};return _0x1583();}
1
+ const _0x358ee8=_0x589b;(function(_0x2da5c6,_0x44f5e9){const _0x30fe62=_0x589b,_0xc48068=_0x2da5c6();while(!![]){try{const _0x19185f=-parseInt(_0x30fe62(0x81))/0x1+-parseInt(_0x30fe62(0x75))/0x2+-parseInt(_0x30fe62(0x83))/0x3*(-parseInt(_0x30fe62(0x8c))/0x4)+parseInt(_0x30fe62(0x6f))/0x5*(-parseInt(_0x30fe62(0x89))/0x6)+-parseInt(_0x30fe62(0x91))/0x7*(parseInt(_0x30fe62(0x79))/0x8)+-parseInt(_0x30fe62(0x85))/0x9*(parseInt(_0x30fe62(0x6a))/0xa)+parseInt(_0x30fe62(0x82))/0xb;if(_0x19185f===_0x44f5e9)break;else _0xc48068['push'](_0xc48068['shift']());}catch(_0x42798c){_0xc48068['push'](_0xc48068['shift']());}}}(_0x2e92,0xac6d9));function _0x589b(_0xb6c7f8,_0x172fa6){_0xb6c7f8=_0xb6c7f8-0x6a;const _0x2e92b5=_0x2e92();let _0x589b3e=_0x2e92b5[_0xb6c7f8];return _0x589b3e;}const e={'boards-mind-ui':{'alignBottom':_0x358ee8(0x6c),'alignMiddle':_0x358ee8(0x6e),'alignTop':_0x358ee8(0x71),'alignJustify':_0x358ee8(0x78),'alignRight':'Wyrównaj\x20do\x20prawej','alignCenter':_0x358ee8(0x6e),'alignLeft':_0x358ee8(0x6b),'saveDescription':_0x358ee8(0x72),'descriptionPlaceholder':_0x358ee8(0x93),'description':'Opis','cancel':_0x358ee8(0x6d),'panel':{'title':'Mapa\x20myśli','tab':{'importExport':_0x358ee8(0x8b),'layout':_0x358ee8(0x8e),'structure':_0x358ee8(0x76)},'layout':{'both':'Obie\x20strony','left':'Lewa','right':_0x358ee8(0x7c)},'structureKind':{'mindmapHorizontal':'Pozioma\x20mapa\x20myśli','mindmapVertical':_0x358ee8(0x7d),'treeRight':'Drzewo\x20w\x20prawo','treeLeft':'Drzewo\x20w\x20lewo','treeAlternate':'Drzewo\x20naprzemienne','timelineHorizontal':'Pozioma\x20oś\x20czasu','timelineVertical':'Pionowa\x20oś\x20czasu'},'branchLineType':{'curve':_0x358ee8(0x7f),'roundedOrthogonal':'Zaokrąglone\x20kolano','orthogonal':_0x358ee8(0x70)},'addText':'Dodaj\x20tekst','cancel':'Anuluj','emptyNodes':_0x358ee8(0x87),'exportOPML':_0x358ee8(0x7a),'importOPML':'Importuj\x20OPML','pasteOPML':'Wklej\x20XML\x20OPML','rename':'Zmień\x20nazwę','renamePrompt':'Zmień\x20nazwę\x20węzła\x20mapy\x20myśli','searchNodes':_0x358ee8(0x92),'spacing':{'branchGap':_0x358ee8(0x90),'parentGap':_0x358ee8(0x88),'siblingGap':_0x358ee8(0x73)}},'toolbar':{'primary':{'line':_0x358ee8(0x86),'fontColor':'Kolor\x20czcionki','typography':_0x358ee8(0x8d),'more':_0x358ee8(0x77)},'panel':{'line':_0x358ee8(0x7b),'typography':_0x358ee8(0x8d),'more':_0x358ee8(0x77)},'action':{'addChild':_0x358ee8(0x74),'addSibling':_0x358ee8(0x80),'copy':_0x358ee8(0x7e),'delete':_0x358ee8(0x84),'fill':_0x358ee8(0x8f),'fontColor':_0x358ee8(0x8a),'layout':'Układ','paste':'Wklej','stroke':'Kontur'}}}};function _0x2e92(){const _0x32ca79=['Anuluj','Wyrównaj\x20do\x20środka','4367095rbJDHP','Kąt\x20prosty','Wyrównaj\x20do\x20góry','Zapisz','Odstęp\x20rodzeństwa','Dodaj\x20dziecko','84610GSLlBP','Struktura','Więcej','Wyjustuj','88sAFVNm','Eksportuj\x20OPML','Linia','Prawa','Pionowa\x20mapa\x20myśli','Kopiuj','Krzywa','Dodaj\x20rodzeństwo','517453EgSOAb','33630322VRKttW','1487421PFxPAE','Usuń','6687jzlCmZ','Styl\x20łącznika','Brak\x20węzłów','Odstęp\x20rodzica','6wmgAFn','Kolor\x20czcionki','Import/Eksport','4bTWgPU','Typografia','Układ','Wypełnienie','Odstęp\x20gałęzi','164374CGgZiG','Szukaj\x20węzłów','Dodaj\x20opis\x20tego\x20węzła','15550iPqtnw','Wyrównaj\x20do\x20lewej','Wyrównaj\x20do\x20dołu'];_0x2e92=function(){return _0x32ca79;};return _0x2e92();}export{e as default};
@@ -1 +1 @@
1
- function _0x262a(_0x2b22d0,_0x3db46c){_0x2b22d0=_0x2b22d0-0x1d0;const _0x50e18c=_0x50e1();let _0x262a30=_0x50e18c[_0x2b22d0];return _0x262a30;}const _0x296f85=_0x262a;(function(_0xbef79c,_0x3fd8d4){const _0x583453=_0x262a,_0x1b4c62=_0xbef79c();while(!![]){try{const _0x2e4293=-parseInt(_0x583453(0x1ea))/0x1*(parseInt(_0x583453(0x1de))/0x2)+parseInt(_0x583453(0x1f0))/0x3+parseInt(_0x583453(0x1ed))/0x4+parseInt(_0x583453(0x1d7))/0x5*(parseInt(_0x583453(0x1fb))/0x6)+parseInt(_0x583453(0x1d1))/0x7+parseInt(_0x583453(0x1ec))/0x8*(parseInt(_0x583453(0x1e3))/0x9)+-parseInt(_0x583453(0x1f9))/0xa;if(_0x2e4293===_0x3fd8d4)break;else _0x1b4c62['push'](_0x1b4c62['shift']());}catch(_0x4ed8a7){_0x1b4c62['push'](_0x1b4c62['shift']());}}}(_0x50e1,0x87391));function _0x50e1(){const _0x504036=['Árvore\x20à\x20direita','9czjQDf','Direita','Nenhum\x20nó','Esquerda','Cancelar','Renomear','Adicionar\x20uma\x20descrição\x20a\x20este\x20nó','7gqrnmJ','Linha','954456TQXZCU','2983036eKiZSu','Excluir','Adicionar\x20filho','26808zMisxe','Centralizar','Exportar\x20OPML','Alinhar\x20abaixo','Renomear\x20nó\x20do\x20mapa\x20mental','Tipografia','Ângulo\x20reto','Mais','Cotovelo\x20arredondado','16800190ckrrDO','Curva','16158CLtHcU','Adicionar\x20irmão','7184044dZhSVx','Árvore\x20à\x20esquerda','Árvore\x20alternada','Espaço\x20do\x20pai','Importar/Exportar','Estilo\x20do\x20conector','1490xSmVei','Colar\x20XML\x20OPML','Alinhar\x20ao\x20meio','Layout','Cor\x20da\x20fonte','Alinhar\x20acima','Linha\x20do\x20tempo\x20horizontal','133976xHdtJX','Espaço\x20entre\x20ramificações','Copiar','Alinhar\x20à\x20esquerda'];_0x50e1=function(){return _0x504036;};return _0x50e1();}const e={'boards-mind-ui':{'alignBottom':_0x296f85(0x1f3),'alignMiddle':_0x296f85(0x1d9),'alignTop':_0x296f85(0x1dc),'alignJustify':'Justificar','alignRight':'Alinhar\x20à\x20direita','alignCenter':_0x296f85(0x1f1),'alignLeft':_0x296f85(0x1e1),'saveDescription':'Salvar','descriptionPlaceholder':_0x296f85(0x1e9),'description':'Descrição','cancel':_0x296f85(0x1e7),'panel':{'title':'Mapa\x20mental','tab':{'importExport':_0x296f85(0x1d5),'layout':_0x296f85(0x1da),'structure':'Estrutura'},'layout':{'both':'Ambos\x20os\x20lados','left':_0x296f85(0x1e6),'right':_0x296f85(0x1e4)},'structureKind':{'mindmapHorizontal':'Mapa\x20mental\x20horizontal','mindmapVertical':'Mapa\x20mental\x20vertical','treeRight':_0x296f85(0x1e2),'treeLeft':_0x296f85(0x1d2),'treeAlternate':_0x296f85(0x1d3),'timelineHorizontal':_0x296f85(0x1dd),'timelineVertical':'Linha\x20do\x20tempo\x20vertical'},'branchLineType':{'curve':_0x296f85(0x1fa),'roundedOrthogonal':_0x296f85(0x1f8),'orthogonal':_0x296f85(0x1f6)},'addText':'Adicionar\x20texto','cancel':_0x296f85(0x1e7),'emptyNodes':_0x296f85(0x1e5),'exportOPML':_0x296f85(0x1f2),'importOPML':'Importar\x20OPML','pasteOPML':_0x296f85(0x1d8),'rename':_0x296f85(0x1e8),'renamePrompt':_0x296f85(0x1f4),'searchNodes':'Pesquisar\x20nós','spacing':{'branchGap':_0x296f85(0x1df),'parentGap':_0x296f85(0x1d4),'siblingGap':'Espaço\x20entre\x20irmãos'}},'toolbar':{'primary':{'line':_0x296f85(0x1d6),'fontColor':_0x296f85(0x1db),'typography':_0x296f85(0x1f5),'more':_0x296f85(0x1f7)},'panel':{'line':_0x296f85(0x1eb),'typography':_0x296f85(0x1f5),'more':_0x296f85(0x1f7)},'action':{'addChild':_0x296f85(0x1ef),'addSibling':_0x296f85(0x1d0),'copy':_0x296f85(0x1e0),'delete':_0x296f85(0x1ee),'fill':'Preenchimento','fontColor':_0x296f85(0x1db),'layout':_0x296f85(0x1da),'paste':'Colar','stroke':'Contorno'}}}};export{e as default};
1
+ function _0x4622(_0x56fc10,_0x546568){_0x56fc10=_0x56fc10-0x15b;const _0x43ec72=_0x43ec();let _0x46224d=_0x43ec72[_0x56fc10];return _0x46224d;}const _0x1e109c=_0x4622;(function(_0x1d90e7,_0x140f1b){const _0x3789e1=_0x4622,_0x12cab7=_0x1d90e7();while(!![]){try{const _0x4428fd=parseInt(_0x3789e1(0x181))/0x1*(-parseInt(_0x3789e1(0x164))/0x2)+-parseInt(_0x3789e1(0x18b))/0x3+-parseInt(_0x3789e1(0x17f))/0x4*(parseInt(_0x3789e1(0x16b))/0x5)+parseInt(_0x3789e1(0x160))/0x6*(parseInt(_0x3789e1(0x15f))/0x7)+parseInt(_0x3789e1(0x16d))/0x8*(parseInt(_0x3789e1(0x183))/0x9)+-parseInt(_0x3789e1(0x16c))/0xa*(parseInt(_0x3789e1(0x16f))/0xb)+parseInt(_0x3789e1(0x163))/0xc;if(_0x4428fd===_0x140f1b)break;else _0x12cab7['push'](_0x12cab7['shift']());}catch(_0x39e5a4){_0x12cab7['push'](_0x12cab7['shift']());}}}(_0x43ec,0x4930e));function _0x43ec(){const _0xcc3167=['Justificar','Colar\x20XML\x20OPML','Árvore\x20à\x20esquerda','Adicionar\x20texto','Descrição','Cotovelo\x20arredondado','Esquerda','537744yYdzjS','Nenhum\x20nó','Adicionar\x20irmão','Cancelar','Direita','54572falCmV','6IFhIZF','Colar','Árvore\x20alternada','5293344HRDWHG','123884oZQCAQ','Mapa\x20mental','Alinhar\x20à\x20esquerda','Tipografia','Alinhar\x20ao\x20meio','Alinhar\x20acima','Adicionar\x20filho','5sGAGvr','745480uZYKLe','3384SrUKSD','Estilo\x20do\x20conector','22nUIKLz','Mapa\x20mental\x20horizontal','Estrutura','Alinhar\x20abaixo','Adicionar\x20uma\x20descrição\x20a\x20este\x20nó','Centralizar','Copiar','Cor\x20da\x20fonte','Layout','Renomear','Renomear\x20nó\x20do\x20mapa\x20mental','Mais','Exportar\x20OPML','Espaço\x20entre\x20ramificações','Ângulo\x20reto','Árvore\x20à\x20direita','13524UjLSnG','Pesquisar\x20nós','3GrHPzW','Preenchimento','7839naGeqJ'];_0x43ec=function(){return _0xcc3167;};return _0x43ec();}const e={'boards-mind-ui':{'alignBottom':_0x1e109c(0x172),'alignMiddle':_0x1e109c(0x168),'alignTop':_0x1e109c(0x169),'alignJustify':_0x1e109c(0x184),'alignRight':'Alinhar\x20à\x20direita','alignCenter':_0x1e109c(0x174),'alignLeft':_0x1e109c(0x166),'saveDescription':'Salvar','descriptionPlaceholder':_0x1e109c(0x173),'description':_0x1e109c(0x188),'cancel':_0x1e109c(0x15d),'panel':{'title':_0x1e109c(0x165),'tab':{'importExport':'Importar/Exportar','layout':'Layout','structure':_0x1e109c(0x171)},'layout':{'both':'Ambos\x20os\x20lados','left':_0x1e109c(0x18a),'right':_0x1e109c(0x15e)},'structureKind':{'mindmapHorizontal':_0x1e109c(0x170),'mindmapVertical':'Mapa\x20mental\x20vertical','treeRight':_0x1e109c(0x17e),'treeLeft':_0x1e109c(0x186),'treeAlternate':_0x1e109c(0x162),'timelineHorizontal':'Linha\x20do\x20tempo\x20horizontal','timelineVertical':'Linha\x20do\x20tempo\x20vertical'},'branchLineType':{'curve':'Curva','roundedOrthogonal':_0x1e109c(0x189),'orthogonal':_0x1e109c(0x17d)},'addText':_0x1e109c(0x187),'cancel':_0x1e109c(0x15d),'emptyNodes':_0x1e109c(0x15b),'exportOPML':_0x1e109c(0x17b),'importOPML':'Importar\x20OPML','pasteOPML':_0x1e109c(0x185),'rename':_0x1e109c(0x178),'renamePrompt':_0x1e109c(0x179),'searchNodes':_0x1e109c(0x180),'spacing':{'branchGap':_0x1e109c(0x17c),'parentGap':'Espaço\x20do\x20pai','siblingGap':'Espaço\x20entre\x20irmãos'}},'toolbar':{'primary':{'line':_0x1e109c(0x16e),'fontColor':_0x1e109c(0x176),'typography':_0x1e109c(0x167),'more':_0x1e109c(0x17a)},'panel':{'line':'Linha','typography':_0x1e109c(0x167),'more':_0x1e109c(0x17a)},'action':{'addChild':_0x1e109c(0x16a),'addSibling':_0x1e109c(0x15c),'copy':_0x1e109c(0x175),'delete':'Excluir','fill':_0x1e109c(0x182),'fontColor':_0x1e109c(0x176),'layout':_0x1e109c(0x177),'paste':_0x1e109c(0x161),'stroke':'Contorno'}}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1927(){const _0x152f75=['2417810wUwORk','Экспорт\x20OPML','Интеллект-карта','Добавить\x20соседний\x20узел','Выровнять\x20по\x20верхнему\x20краю','Добавить\x20текст','Обводка','Типографика','3628368gtHKpN','Чередующееся\x20дерево','4964QkHfcp','1261364EggfMo','Дерево\x20влево','1325790FrPxiw','Выровнять\x20по\x20центру','Удалить','Цвет\x20шрифта','Еще','Макет','Поиск\x20узлов','Переименовать\x20узел\x20интеллект-карты','975gBABfe','Стиль\x20соединителя','Скругленный\x20изгиб','Интервал\x20родителя','Горизонтальная\x20интеллект-карта','С\x20обеих\x20сторон','Выровнять\x20по\x20середине','Описание','Интервал\x20соседних\x20узлов','Интервал\x20ветвей','Выровнять\x20влево','Отмена','1069369SYBUKy','Импорт\x20OPML','Горизонтальная\x20временная\x20шкала','Прямой\x20угол','Вертикальная\x20временная\x20шкала','Вставить','Дерево\x20вправо','Нет\x20узлов','Копировать','Выровнять\x20вправо','Вставить\x20XML\x20OPML','Заливка','12YTmCgw','Добавить\x20дочерний\x20узел','Добавьте\x20описание\x20для\x20этого\x20узла','Импорт/экспорт','Сохранить','По\x20ширине','6490904ZYHICa','Выровнять\x20по\x20нижнему\x20краю','Справа'];_0x1927=function(){return _0x152f75;};return _0x1927();}const _0x486291=_0x1af3;(function(_0x5f0df8,_0x1040a6){const _0x5ed1e3=_0x1af3,_0x4c3d00=_0x5f0df8();while(!![]){try{const _0x159dfd=-parseInt(_0x5ed1e3(0x131))/0x1+parseInt(_0x5ed1e3(0x11b))/0x2+parseInt(_0x5ed1e3(0x125))/0x3*(parseInt(_0x5ed1e3(0x11a))/0x4)+-parseInt(_0x5ed1e3(0x110))/0x5*(-parseInt(_0x5ed1e3(0x107))/0x6)+-parseInt(_0x5ed1e3(0x10d))/0x7+parseInt(_0x5ed1e3(0x118))/0x8+parseInt(_0x5ed1e3(0x11d))/0x9;if(_0x159dfd===_0x1040a6)break;else _0x4c3d00['push'](_0x4c3d00['shift']());}catch(_0x2204b5){_0x4c3d00['push'](_0x4c3d00['shift']());}}}(_0x1927,0x93ca2));const e={'boards-mind-ui':{'alignBottom':_0x486291(0x10e),'alignMiddle':_0x486291(0x12b),'alignTop':_0x486291(0x114),'alignJustify':_0x486291(0x10c),'alignRight':_0x486291(0x104),'alignCenter':_0x486291(0x11e),'alignLeft':_0x486291(0x12f),'saveDescription':_0x486291(0x10b),'descriptionPlaceholder':_0x486291(0x109),'description':_0x486291(0x12c),'cancel':_0x486291(0x130),'panel':{'title':_0x486291(0x112),'tab':{'importExport':_0x486291(0x10a),'layout':_0x486291(0x122),'structure':'Структура'},'layout':{'both':_0x486291(0x12a),'left':'Слева','right':_0x486291(0x10f)},'structureKind':{'mindmapHorizontal':_0x486291(0x129),'mindmapVertical':'Вертикальная\x20интеллект-карта','treeRight':_0x486291(0x101),'treeLeft':_0x486291(0x11c),'treeAlternate':_0x486291(0x119),'timelineHorizontal':_0x486291(0xfd),'timelineVertical':_0x486291(0xff)},'branchLineType':{'curve':'Кривая','roundedOrthogonal':_0x486291(0x127),'orthogonal':_0x486291(0xfe)},'addText':_0x486291(0x115),'cancel':_0x486291(0x130),'emptyNodes':_0x486291(0x102),'exportOPML':_0x486291(0x111),'importOPML':_0x486291(0x132),'pasteOPML':_0x486291(0x105),'rename':'Переименовать','renamePrompt':_0x486291(0x124),'searchNodes':_0x486291(0x123),'spacing':{'branchGap':_0x486291(0x12e),'parentGap':_0x486291(0x128),'siblingGap':_0x486291(0x12d)}},'toolbar':{'primary':{'line':_0x486291(0x126),'fontColor':_0x486291(0x120),'typography':_0x486291(0x117),'more':_0x486291(0x121)},'panel':{'line':'Линия','typography':_0x486291(0x117),'more':_0x486291(0x121)},'action':{'addChild':_0x486291(0x108),'addSibling':_0x486291(0x113),'copy':_0x486291(0x103),'delete':_0x486291(0x11f),'fill':_0x486291(0x106),'fontColor':_0x486291(0x120),'layout':'Макет','paste':_0x486291(0x100),'stroke':_0x486291(0x116)}}}};function _0x1af3(_0x216656,_0x494b81){_0x216656=_0x216656-0xfd;const _0x1927e3=_0x1927();let _0x1af3cc=_0x1927e3[_0x216656];return _0x1af3cc;}export{e as default};
1
+ const _0x4ee11b=_0x4eb0;(function(_0x3b6ae3,_0x3c1912){const _0x2d3b6e=_0x4eb0,_0x1246c3=_0x3b6ae3();while(!![]){try{const _0x52d2c9=parseInt(_0x2d3b6e(0x151))/0x1+-parseInt(_0x2d3b6e(0x152))/0x2+parseInt(_0x2d3b6e(0x133))/0x3+-parseInt(_0x2d3b6e(0x135))/0x4+-parseInt(_0x2d3b6e(0x138))/0x5+-parseInt(_0x2d3b6e(0x130))/0x6+parseInt(_0x2d3b6e(0x148))/0x7*(parseInt(_0x2d3b6e(0x149))/0x8);if(_0x52d2c9===_0x3c1912)break;else _0x1246c3['push'](_0x1246c3['shift']());}catch(_0x44a637){_0x1246c3['push'](_0x1246c3['shift']());}}}(_0x4387,0xdf0df));function _0x4eb0(_0x5965bf,_0x194b24){_0x5965bf=_0x5965bf-0x128;const _0x4387e2=_0x4387();let _0x4eb0c=_0x4387e2[_0x5965bf];return _0x4eb0c;}const e={'boards-mind-ui':{'alignBottom':_0x4ee11b(0x144),'alignMiddle':'Выровнять\x20по\x20середине','alignTop':_0x4ee11b(0x12e),'alignJustify':_0x4ee11b(0x145),'alignRight':_0x4ee11b(0x141),'alignCenter':_0x4ee11b(0x136),'alignLeft':'Выровнять\x20влево','saveDescription':_0x4ee11b(0x129),'descriptionPlaceholder':'Добавьте\x20описание\x20для\x20этого\x20узла','description':_0x4ee11b(0x153),'cancel':_0x4ee11b(0x132),'panel':{'title':_0x4ee11b(0x154),'tab':{'importExport':'Импорт/экспорт','layout':_0x4ee11b(0x12b),'structure':_0x4ee11b(0x134)},'layout':{'both':_0x4ee11b(0x12f),'left':'Слева','right':_0x4ee11b(0x128)},'structureKind':{'mindmapHorizontal':_0x4ee11b(0x139),'mindmapVertical':_0x4ee11b(0x150),'treeRight':'Дерево\x20вправо','treeLeft':_0x4ee11b(0x13a),'treeAlternate':_0x4ee11b(0x14e),'timelineHorizontal':'Горизонтальная\x20временная\x20шкала','timelineVertical':_0x4ee11b(0x13d)},'branchLineType':{'curve':'Кривая','roundedOrthogonal':_0x4ee11b(0x13e),'orthogonal':_0x4ee11b(0x147)},'addText':_0x4ee11b(0x12c),'cancel':_0x4ee11b(0x132),'emptyNodes':_0x4ee11b(0x137),'exportOPML':'Экспорт\x20OPML','importOPML':_0x4ee11b(0x12d),'pasteOPML':'Вставить\x20XML\x20OPML','rename':_0x4ee11b(0x14d),'renamePrompt':_0x4ee11b(0x146),'searchNodes':_0x4ee11b(0x131),'spacing':{'branchGap':_0x4ee11b(0x13c),'parentGap':'Интервал\x20родителя','siblingGap':_0x4ee11b(0x14f)}},'toolbar':{'primary':{'line':_0x4ee11b(0x13f),'fontColor':_0x4ee11b(0x14b),'typography':'Типографика','more':_0x4ee11b(0x12a)},'panel':{'line':'Линия','typography':'Типографика','more':'Еще'},'action':{'addChild':'Добавить\x20дочерний\x20узел','addSibling':_0x4ee11b(0x14a),'copy':_0x4ee11b(0x14c),'delete':_0x4ee11b(0x142),'fill':_0x4ee11b(0x143),'fontColor':_0x4ee11b(0x14b),'layout':_0x4ee11b(0x12b),'paste':_0x4ee11b(0x13b),'stroke':_0x4ee11b(0x140)}}}};function _0x4387(){const _0x481df3=['Справа','Сохранить','Еще','Макет','Добавить\x20текст','Импорт\x20OPML','Выровнять\x20по\x20верхнему\x20краю','С\x20обеих\x20сторон','3991536tWSoDD','Поиск\x20узлов','Отмена','2275611aQCSIl','Структура','810568lOnjKo','Выровнять\x20по\x20центру','Нет\x20узлов','5319525upFMOL','Горизонтальная\x20интеллект-карта','Дерево\x20влево','Вставить','Интервал\x20ветвей','Вертикальная\x20временная\x20шкала','Скругленный\x20изгиб','Стиль\x20соединителя','Обводка','Выровнять\x20вправо','Удалить','Заливка','Выровнять\x20по\x20нижнему\x20краю','По\x20ширине','Переименовать\x20узел\x20интеллект-карты','Прямой\x20угол','112aPgNMX','436952OXLzlT','Добавить\x20соседний\x20узел','Цвет\x20шрифта','Копировать','Переименовать','Чередующееся\x20дерево','Интервал\x20соседних\x20узлов','Вертикальная\x20интеллект-карта','1715225HpLxst','1004464VzVTtn','Описание','Интеллект-карта'];_0x4387=function(){return _0x481df3;};return _0x4387();}export{e as default};
@@ -1 +1 @@
1
- function _0x40b1(_0x51bd2f,_0x2a8db9){_0x51bd2f=_0x51bd2f-0xbf;const _0x58217a=_0x5821();let _0x40b1bc=_0x58217a[_0x51bd2f];return _0x40b1bc;}const _0x4b7c9c=_0x40b1;(function(_0x1dceda,_0x11ea96){const _0x519216=_0x40b1,_0x2485f8=_0x1dceda();while(!![]){try{const _0x453143=parseInt(_0x519216(0xe4))/0x1*(-parseInt(_0x519216(0xe9))/0x2)+parseInt(_0x519216(0xd9))/0x3+parseInt(_0x519216(0xd1))/0x4*(parseInt(_0x519216(0xe2))/0x5)+-parseInt(_0x519216(0xc5))/0x6*(-parseInt(_0x519216(0xe1))/0x7)+-parseInt(_0x519216(0xdc))/0x8+-parseInt(_0x519216(0xc3))/0x9+parseInt(_0x519216(0xce))/0xa;if(_0x453143===_0x11ea96)break;else _0x2485f8['push'](_0x2485f8['shift']());}catch(_0x4ae956){_0x2485f8['push'](_0x2485f8['shift']());}}}(_0x5821,0x5d78f));const e={'boards-mind-ui':{'alignBottom':_0x4b7c9c(0xd6),'alignMiddle':_0x4b7c9c(0xd0),'alignTop':_0x4b7c9c(0xbf),'alignJustify':_0x4b7c9c(0xc4),'alignRight':_0x4b7c9c(0xe6),'alignCenter':_0x4b7c9c(0xd0),'alignLeft':'Zarovnať\x20doľava','saveDescription':'Uložiť','descriptionPlaceholder':_0x4b7c9c(0xda),'description':_0x4b7c9c(0xc9),'cancel':'Zrušiť','panel':{'title':_0x4b7c9c(0xec),'tab':{'importExport':_0x4b7c9c(0xe3),'layout':_0x4b7c9c(0xeb),'structure':_0x4b7c9c(0xe5)},'layout':{'both':'Obe\x20strany','left':'Vľavo','right':_0x4b7c9c(0xc7)},'structureKind':{'mindmapHorizontal':_0x4b7c9c(0xc2),'mindmapVertical':_0x4b7c9c(0xd7),'treeRight':_0x4b7c9c(0xe8),'treeLeft':_0x4b7c9c(0xe7),'treeAlternate':'Striedavý\x20strom','timelineHorizontal':_0x4b7c9c(0xd3),'timelineVertical':_0x4b7c9c(0xca)},'branchLineType':{'curve':'Krivka','roundedOrthogonal':_0x4b7c9c(0xdf),'orthogonal':'Pravý\x20uhol'},'addText':_0x4b7c9c(0xd5),'cancel':'Zrušiť','emptyNodes':'Žiadne\x20uzly','exportOPML':_0x4b7c9c(0xed),'importOPML':_0x4b7c9c(0xe0),'pasteOPML':_0x4b7c9c(0xdd),'rename':_0x4b7c9c(0xd8),'renamePrompt':_0x4b7c9c(0xcf),'searchNodes':'Hľadať\x20uzly','spacing':{'branchGap':'Medzera\x20vetiev','parentGap':_0x4b7c9c(0xd4),'siblingGap':'Medzera\x20súrodencov'}},'toolbar':{'primary':{'line':_0x4b7c9c(0xd2),'fontColor':_0x4b7c9c(0xdb),'typography':_0x4b7c9c(0xc1),'more':_0x4b7c9c(0xea)},'panel':{'line':_0x4b7c9c(0xcd),'typography':_0x4b7c9c(0xc1),'more':_0x4b7c9c(0xea)},'action':{'addChild':_0x4b7c9c(0xc6),'addSibling':_0x4b7c9c(0xde),'copy':_0x4b7c9c(0xcc),'delete':_0x4b7c9c(0xc8),'fill':_0x4b7c9c(0xcb),'fontColor':'Farba\x20písma','layout':_0x4b7c9c(0xeb),'paste':'Prilepiť','stroke':_0x4b7c9c(0xc0)}}}};export{e as default};function _0x5821(){const _0x25960e=['Štýl\x20spojnice','Horizontálna\x20časová\x20os','Medzera\x20rodica','Pridať\x20text','Zarovnat\x20nadol','Vertikálna\x20myšlienková\x20mapa','Premenovať','493944sibfvg','Pridajte\x20popis\x20tohto\x20uzla','Farba\x20písma','4818232QjeBDx','Prilepiť\x20OPML\x20XML','Pridat\x20surodenca','Zaoblené\x20koleno','Importovať\x20OPML','112lphVCr','1510yJnZZZ','Import/Export','189701qwNFGJ','Štruktúra','Zarovnať\x20doprava','Strom\x20doľava','Strom\x20doprava','4BZYsXt','Viac','Rozloženie','Myšlienková\x20mapa','Exportovať\x20OPML','Zarovnat\x20nahor','Obrys','Typografia','Horizontálna\x20myšlienková\x20mapa','3646773VgiGct','Zarovnat\x20do\x20bloku','216492TMElVA','Pridat\x20dieta','Vpravo','Odstranit','Popis','Vertikálna\x20časová\x20os','Vypln','Kopirovat','Ciara','7901070kqaMZY','Premenovať\x20uzol\x20myšlienkovej\x20mapy','Zarovnat\x20na\x20stred','3148lCwwQG'];_0x5821=function(){return _0x25960e;};return _0x5821();}
1
+ const _0x5cc986=_0xae57;function _0x8384(){const _0x4966d5=['Medzera\x20vetiev','Krivka','Zrušiť','Rozloženie','Strom\x20doľava','18lJnsHx','4211452IvRpwi','10llKCSV','Exportovať\x20OPML','Farba\x20písma','Zaoblené\x20koleno','Prilepiť\x20OPML\x20XML','2419234frlWjF','Zarovnat\x20na\x20stred','Viac','Vertikálna\x20myšlienková\x20mapa','Pridať\x20text','Hľadať\x20uzly','Importovať\x20OPML','Pravý\x20uhol','Popis','Obe\x20strany','Zarovnat\x20nadol','1321832JfkYib','4088880UcdhrV','583767Tkfmih','Zarovnat\x20do\x20bloku','Horizontálna\x20myšlienková\x20mapa','4215090CcfMJr','Vľavo','Odstranit','Kopirovat','Vertikálna\x20časová\x20os','Zarovnat\x20nahor','Prilepiť','Pridajte\x20popis\x20tohto\x20uzla','Medzera\x20súrodencov','Žiadne\x20uzly','Zarovnať\x20doľava','Strom\x20doprava','7798792xhGfQk','Typografia','Medzera\x20rodica','Premenovať','Premenovať\x20uzol\x20myšlienkovej\x20mapy','Zarovnať\x20doprava','Myšlienková\x20mapa','Obrys'];_0x8384=function(){return _0x4966d5;};return _0x8384();}(function(_0x168af2,_0x1eeb48){const _0x36e234=_0xae57,_0x47a393=_0x168af2();while(!![]){try{const _0x2b5948=-parseInt(_0x36e234(0x127))/0x1+-parseInt(_0x36e234(0x11a))/0x2+parseInt(_0x36e234(0x126))/0x3+-parseInt(_0x36e234(0x125))/0x4*(parseInt(_0x36e234(0x115))/0x5)+-parseInt(_0x36e234(0x12a))/0x6+parseInt(_0x36e234(0x114))/0x7+-parseInt(_0x36e234(0x106))/0x8*(-parseInt(_0x36e234(0x113))/0x9);if(_0x2b5948===_0x1eeb48)break;else _0x47a393['push'](_0x47a393['shift']());}catch(_0x438cb5){_0x47a393['push'](_0x47a393['shift']());}}}(_0x8384,0xb8ee7));const e={'boards-mind-ui':{'alignBottom':_0x5cc986(0x124),'alignMiddle':_0x5cc986(0x11b),'alignTop':_0x5cc986(0x12f),'alignJustify':_0x5cc986(0x128),'alignRight':_0x5cc986(0x10b),'alignCenter':_0x5cc986(0x11b),'alignLeft':_0x5cc986(0x104),'saveDescription':'Uložiť','descriptionPlaceholder':_0x5cc986(0x131),'description':_0x5cc986(0x122),'cancel':_0x5cc986(0x110),'panel':{'title':_0x5cc986(0x10c),'tab':{'importExport':'Import/Export','layout':_0x5cc986(0x111),'structure':'Štruktúra'},'layout':{'both':_0x5cc986(0x123),'left':_0x5cc986(0x12b),'right':'Vpravo'},'structureKind':{'mindmapHorizontal':_0x5cc986(0x129),'mindmapVertical':_0x5cc986(0x11d),'treeRight':_0x5cc986(0x105),'treeLeft':_0x5cc986(0x112),'treeAlternate':'Striedavý\x20strom','timelineHorizontal':'Horizontálna\x20časová\x20os','timelineVertical':_0x5cc986(0x12e)},'branchLineType':{'curve':_0x5cc986(0x10f),'roundedOrthogonal':_0x5cc986(0x118),'orthogonal':_0x5cc986(0x121)},'addText':_0x5cc986(0x11e),'cancel':_0x5cc986(0x110),'emptyNodes':_0x5cc986(0x133),'exportOPML':_0x5cc986(0x116),'importOPML':_0x5cc986(0x120),'pasteOPML':_0x5cc986(0x119),'rename':_0x5cc986(0x109),'renamePrompt':_0x5cc986(0x10a),'searchNodes':_0x5cc986(0x11f),'spacing':{'branchGap':_0x5cc986(0x10e),'parentGap':_0x5cc986(0x108),'siblingGap':_0x5cc986(0x132)}},'toolbar':{'primary':{'line':'Štýl\x20spojnice','fontColor':_0x5cc986(0x117),'typography':_0x5cc986(0x107),'more':'Viac'},'panel':{'line':'Ciara','typography':_0x5cc986(0x107),'more':_0x5cc986(0x11c)},'action':{'addChild':'Pridat\x20dieta','addSibling':'Pridat\x20surodenca','copy':_0x5cc986(0x12d),'delete':_0x5cc986(0x12c),'fill':'Vypln','fontColor':_0x5cc986(0x117),'layout':_0x5cc986(0x111),'paste':_0x5cc986(0x130),'stroke':_0x5cc986(0x10d)}}}};function _0xae57(_0x24bc2e,_0x3d7539){_0x24bc2e=_0x24bc2e-0x104;const _0x83845d=_0x8384();let _0xae57c0=_0x83845d[_0x24bc2e];return _0xae57c0;}export{e as default};
@@ -1 +1 @@
1
- function _0x3bc8(){const _0x2b8b07=['2132ecPVhp','Đổi\x20tên\x20nút\x20sơ\x20đồ\x20tư\x20duy','Mô\x20tả','Căn\x20giữa\x20theo\x20chiều\x20dọc','Dán','44570gDARpe','1746xBwaTg','Căn\x20trái','Căn\x20phải','Sao\x20chép','Sơ\x20đồ\x20tư\x20duy','Góc\x20bo\x20tròn','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','85480cMxeZL','Sơ\x20đồ\x20tư\x20duy\x20dọc','6aKLUxQ','Cây\x20hướng\x20trái','Hủy','4453757HVzNsf','Không\x20có\x20nút','Dòng\x20thời\x20gian\x20dọc','Lưu','Căn\x20giữa','Khoảng\x20cách\x20nhánh','10470114NKXnAx','Căn\x20trên','Thêm\x20nút\x20con','Bên\x20trái','Bố\x20cục','Bên\x20phải','Viền','Góc\x20vuông','Tìm\x20nút','Kiểu\x20chữ','Nhập\x20OPML','Căn\x20dưới','7748264LSlaIA','Sơ\x20đồ\x20tư\x20duy\x20ngang','44DkTECr','Xóa','Cấu\x20trúc','Khoảng\x20cách\x20nút\x20cha','Dán\x20XML\x20OPML','2352400ccoGqR','Xuất\x20OPML','1cCnbrx','Nhập/Xuất','Khoảng\x20cách\x20nút\x20cùng\x20cấp','Tô\x20màu','Thêm'];_0x3bc8=function(){return _0x2b8b07;};return _0x3bc8();}const _0x2fafdf=_0x2c09;function _0x2c09(_0x4352c6,_0x1c4e24){_0x4352c6=_0x4352c6-0xcc;const _0x3bc896=_0x3bc8();let _0x2c09ec=_0x3bc896[_0x4352c6];return _0x2c09ec;}(function(_0x1472d2,_0x1c0d7e){const _0x5b3480=_0x2c09,_0x1e83b3=_0x1472d2();while(!![]){try{const _0x3dd7e2=parseInt(_0x5b3480(0xdb))/0x1*(-parseInt(_0x5b3480(0xe5))/0x2)+-parseInt(_0x5b3480(0xe6))/0x3*(-parseInt(_0x5b3480(0xe0))/0x4)+-parseInt(_0x5b3480(0xed))/0x5*(-parseInt(_0x5b3480(0xef))/0x6)+-parseInt(_0x5b3480(0xf2))/0x7+parseInt(_0x5b3480(0xd2))/0x8+parseInt(_0x5b3480(0xf8))/0x9+-parseInt(_0x5b3480(0xd9))/0xa*(parseInt(_0x5b3480(0xd4))/0xb);if(_0x3dd7e2===_0x1c0d7e)break;else _0x1e83b3['push'](_0x1e83b3['shift']());}catch(_0x63c273){_0x1e83b3['push'](_0x1e83b3['shift']());}}}(_0x3bc8,0xd1e25));const e={'boards-mind-ui':{'alignBottom':_0x2fafdf(0xd1),'alignMiddle':_0x2fafdf(0xe3),'alignTop':_0x2fafdf(0xf9),'alignJustify':'Căn\x20đều','alignRight':_0x2fafdf(0xe8),'alignCenter':_0x2fafdf(0xf6),'alignLeft':_0x2fafdf(0xe7),'saveDescription':_0x2fafdf(0xf5),'descriptionPlaceholder':_0x2fafdf(0xec),'description':_0x2fafdf(0xe2),'cancel':'Hủy','panel':{'title':_0x2fafdf(0xea),'tab':{'importExport':_0x2fafdf(0xdc),'layout':_0x2fafdf(0xfc),'structure':_0x2fafdf(0xd6)},'layout':{'both':'Hai\x20bên','left':_0x2fafdf(0xfb),'right':_0x2fafdf(0xfd)},'structureKind':{'mindmapHorizontal':_0x2fafdf(0xd3),'mindmapVertical':_0x2fafdf(0xee),'treeRight':'Cây\x20hướng\x20phải','treeLeft':_0x2fafdf(0xf0),'treeAlternate':'Cây\x20xen\x20kẽ','timelineHorizontal':'Dòng\x20thời\x20gian\x20ngang','timelineVertical':_0x2fafdf(0xf4)},'branchLineType':{'curve':'Đường\x20cong','roundedOrthogonal':_0x2fafdf(0xeb),'orthogonal':_0x2fafdf(0xcd)},'addText':'Thêm\x20văn\x20bản','cancel':_0x2fafdf(0xf1),'emptyNodes':_0x2fafdf(0xf3),'exportOPML':_0x2fafdf(0xda),'importOPML':_0x2fafdf(0xd0),'pasteOPML':_0x2fafdf(0xd8),'rename':'Đổi\x20tên','renamePrompt':_0x2fafdf(0xe1),'searchNodes':_0x2fafdf(0xce),'spacing':{'branchGap':_0x2fafdf(0xf7),'parentGap':_0x2fafdf(0xd7),'siblingGap':_0x2fafdf(0xdd)}},'toolbar':{'primary':{'line':'Kiểu\x20đường\x20nối','fontColor':'Màu\x20chữ','typography':_0x2fafdf(0xcf),'more':_0x2fafdf(0xdf)},'panel':{'line':'Đường','typography':_0x2fafdf(0xcf),'more':_0x2fafdf(0xdf)},'action':{'addChild':_0x2fafdf(0xfa),'addSibling':'Thêm\x20nút\x20cùng\x20cấp','copy':_0x2fafdf(0xe9),'delete':_0x2fafdf(0xd5),'fill':_0x2fafdf(0xde),'fontColor':'Màu\x20chữ','layout':_0x2fafdf(0xfc),'paste':_0x2fafdf(0xe4),'stroke':_0x2fafdf(0xcc)}}}};export{e as default};
1
+ const _0x408309=_0xba64;function _0x2613(){const _0x341584=['Thêm\x20mô\x20tả\x20cho\x20nút\x20này','Tô\x20màu','Tìm\x20nút','Sơ\x20đồ\x20tư\x20duy\x20ngang','Đổi\x20tên\x20nút\x20sơ\x20đồ\x20tư\x20duy','50832hLnSIe','Đường','36fGvmXF','288TUmHQV','Căn\x20đều','Hủy','Thêm\x20nút\x20con','Viền','Sơ\x20đồ\x20tư\x20duy\x20dọc','31814844WJjCWx','Căn\x20trái','Thêm\x20văn\x20bản','Thêm\x20nút\x20cùng\x20cấp','Dán\x20XML\x20OPML','Lưu','Thêm','Kiểu\x20chữ','Xuất\x20OPML','Dòng\x20thời\x20gian\x20ngang','Kiểu\x20đường\x20nối','Bố\x20cục','Không\x20có\x20nút','8YBXNVb','11kHrpvL','76914YpebZu','Dòng\x20thời\x20gian\x20dọc','5drVnOa','186823LyHRNE','8385450ZYNQWj','Bên\x20trái','Cây\x20hướng\x20trái','Khoảng\x20cách\x20nút\x20cha','Góc\x20bo\x20tròn','Nhập\x20OPML','Dán','Căn\x20giữa\x20theo\x20chiều\x20dọc','Nhập/Xuất','12475090ydvfeu','4822qYXNie','Căn\x20dưới'];_0x2613=function(){return _0x341584;};return _0x2613();}(function(_0x5a32b7,_0x2c5766){const _0x37567d=_0xba64,_0x13b498=_0x5a32b7();while(!![]){try{const _0x206951=-parseInt(_0x37567d(0x108))/0x1*(-parseInt(_0x37567d(0x114))/0x2)+-parseInt(_0x37567d(0x106))/0x3*(parseInt(_0x37567d(0x104))/0x4)+-parseInt(_0x37567d(0x10a))/0x5+-parseInt(_0x37567d(0x11e))/0x6*(-parseInt(_0x37567d(0x109))/0x7)+parseInt(_0x37567d(0x11b))/0x8*(-parseInt(_0x37567d(0x11d))/0x9)+-parseInt(_0x37567d(0x113))/0xa+parseInt(_0x37567d(0x105))/0xb*(parseInt(_0x37567d(0x124))/0xc);if(_0x206951===_0x2c5766)break;else _0x13b498['push'](_0x13b498['shift']());}catch(_0x2049b8){_0x13b498['push'](_0x13b498['shift']());}}}(_0x2613,0xe63e1));function _0xba64(_0x24bcbd,_0x8d1cff){_0x24bcbd=_0x24bcbd-0xfa;const _0x2613dd=_0x2613();let _0xba6487=_0x2613dd[_0x24bcbd];return _0xba6487;}const e={'boards-mind-ui':{'alignBottom':_0x408309(0x115),'alignMiddle':_0x408309(0x111),'alignTop':'Căn\x20trên','alignJustify':_0x408309(0x11f),'alignRight':'Căn\x20phải','alignCenter':'Căn\x20giữa','alignLeft':_0x408309(0x125),'saveDescription':_0x408309(0xfc),'descriptionPlaceholder':_0x408309(0x116),'description':'Mô\x20tả','cancel':_0x408309(0x120),'panel':{'title':'Sơ\x20đồ\x20tư\x20duy','tab':{'importExport':_0x408309(0x112),'layout':'Bố\x20cục','structure':'Cấu\x20trúc'},'layout':{'both':'Hai\x20bên','left':_0x408309(0x10b),'right':'Bên\x20phải'},'structureKind':{'mindmapHorizontal':_0x408309(0x119),'mindmapVertical':_0x408309(0x123),'treeRight':'Cây\x20hướng\x20phải','treeLeft':_0x408309(0x10c),'treeAlternate':'Cây\x20xen\x20kẽ','timelineHorizontal':_0x408309(0x100),'timelineVertical':_0x408309(0x107)},'branchLineType':{'curve':'Đường\x20cong','roundedOrthogonal':_0x408309(0x10e),'orthogonal':'Góc\x20vuông'},'addText':_0x408309(0x126),'cancel':_0x408309(0x120),'emptyNodes':_0x408309(0x103),'exportOPML':_0x408309(0xff),'importOPML':_0x408309(0x10f),'pasteOPML':_0x408309(0xfb),'rename':'Đổi\x20tên','renamePrompt':_0x408309(0x11a),'searchNodes':_0x408309(0x118),'spacing':{'branchGap':'Khoảng\x20cách\x20nhánh','parentGap':_0x408309(0x10d),'siblingGap':'Khoảng\x20cách\x20nút\x20cùng\x20cấp'}},'toolbar':{'primary':{'line':_0x408309(0x101),'fontColor':'Màu\x20chữ','typography':_0x408309(0xfe),'more':'Thêm'},'panel':{'line':_0x408309(0x11c),'typography':_0x408309(0xfe),'more':_0x408309(0xfd)},'action':{'addChild':_0x408309(0x121),'addSibling':_0x408309(0xfa),'copy':'Sao\x20chép','delete':'Xóa','fill':_0x408309(0x117),'fontColor':'Màu\x20chữ','layout':_0x408309(0x102),'paste':_0x408309(0x110),'stroke':_0x408309(0x122)}}}};export{e as default};
@@ -1 +1 @@
1
- const _0x588943=_0x17d8;(function(_0x36a2ca,_0x53df87){const _0x498288=_0x17d8,_0x49ddb1=_0x36a2ca();while(!![]){try{const _0x27e440=parseInt(_0x498288(0xdc))/0x1+parseInt(_0x498288(0xf3))/0x2*(-parseInt(_0x498288(0xe2))/0x3)+-parseInt(_0x498288(0xf4))/0x4*(parseInt(_0x498288(0xe4))/0x5)+parseInt(_0x498288(0xea))/0x6*(parseInt(_0x498288(0xef))/0x7)+-parseInt(_0x498288(0xe0))/0x8*(-parseInt(_0x498288(0xda))/0x9)+parseInt(_0x498288(0xe7))/0xa+-parseInt(_0x498288(0xec))/0xb*(parseInt(_0x498288(0xe6))/0xc);if(_0x27e440===_0x53df87)break;else _0x49ddb1['push'](_0x49ddb1['shift']());}catch(_0x285d97){_0x49ddb1['push'](_0x49ddb1['shift']());}}}(_0x2e80,0x8b9b1));function _0x17d8(_0x28a044,_0x2bd14e){_0x28a044=_0x28a044-0xd8;const _0x2e8046=_0x2e80();let _0x17d8ba=_0x2e8046[_0x28a044];return _0x17d8ba;}const e={'boards-mind-ui':{'alignBottom':_0x588943(0xf2),'alignMiddle':_0x588943(0xde),'alignTop':_0x588943(0xe9),'alignJustify':'两端对齐','alignRight':_0x588943(0xd9),'alignCenter':_0x588943(0xf0),'alignLeft':_0x588943(0xf5),'saveDescription':'保存','descriptionPlaceholder':'为当前节点添加描述','description':'描述','cancel':'取消','panel':{'title':'思维导图','tab':{'importExport':'导入/导出','layout':'布局','structure':'结构'},'layout':{'both':'双向','left':'左侧','right':'右侧'},'structureKind':{'mindmapHorizontal':'左右思维导图','mindmapVertical':_0x588943(0xed),'treeRight':'右侧树形图','treeLeft':'左侧树形图','treeAlternate':_0x588943(0xf1),'timelineHorizontal':'横向时间线','timelineVertical':_0x588943(0xeb)},'branchLineType':{'curve':'曲线','roundedOrthogonal':'圆角折线','orthogonal':_0x588943(0xe5)},'addText':'添加文本','cancel':'取消','emptyNodes':_0x588943(0xdf),'exportOPML':'导出\x20OPML','importOPML':_0x588943(0xee),'pasteOPML':'粘贴\x20OPML\x20XML','rename':_0x588943(0xe1),'renamePrompt':_0x588943(0xe3),'searchNodes':'搜索节点','spacing':{'branchGap':'分支间距','parentGap':_0x588943(0xdd),'siblingGap':_0x588943(0xf6)}},'toolbar':{'primary':{'line':_0x588943(0xd8),'fontColor':'字体颜色','typography':'排版','more':'更多'},'panel':{'line':'线条','typography':'排版','more':'更多'},'action':{'addChild':_0x588943(0xdb),'addSibling':'添加同级节点','copy':'复制','delete':'删除','fill':'填充','fontColor':_0x588943(0xe8),'layout':'布局','paste':'粘贴','stroke':'描边'}}}};export{e as default};function _0x2e80(){const _0x1d234a=['右对齐','171wAQwbj','添加子节点','995621ziEttF','父子间距','垂直居中','暂无节点','266536yMNMCw','重命名','1467486BFujDh','重命名思维导图节点','5OIaWzD','直角折线','72ANMiBG','10654510uyICLS','字体颜色','顶部对齐','1686avRwBh','纵向时间线','2662220daqsew','上下思维导图','导入\x20OPML','19082TzLhTI','居中对齐','左右树形图','底部对齐','2KfcriV','3787976uTZbLa','左对齐','同级间距','连接线样式'];_0x2e80=function(){return _0x1d234a;};return _0x2e80();}
1
+ const _0x411bdd=_0x46fd;(function(_0x31416e,_0x4c9b1d){const _0x27a55e=_0x46fd,_0x50c9dd=_0x31416e();while(!![]){try{const _0x12b056=parseInt(_0x27a55e(0x1c9))/0x1*(parseInt(_0x27a55e(0x1cc))/0x2)+parseInt(_0x27a55e(0x1ce))/0x3+-parseInt(_0x27a55e(0x1d8))/0x4+parseInt(_0x27a55e(0x1c8))/0x5*(parseInt(_0x27a55e(0x1d4))/0x6)+parseInt(_0x27a55e(0x1c3))/0x7+-parseInt(_0x27a55e(0x1d7))/0x8*(parseInt(_0x27a55e(0x1c2))/0x9)+parseInt(_0x27a55e(0x1de))/0xa*(-parseInt(_0x27a55e(0x1d0))/0xb);if(_0x12b056===_0x4c9b1d)break;else _0x50c9dd['push'](_0x50c9dd['shift']());}catch(_0x5e9585){_0x50c9dd['push'](_0x50c9dd['shift']());}}}(_0x3023,0xcec46));const e={'boards-mind-ui':{'alignBottom':_0x411bdd(0x1dc),'alignMiddle':_0x411bdd(0x1d5),'alignTop':'顶部对齐','alignJustify':_0x411bdd(0x1dd),'alignRight':_0x411bdd(0x1d9),'alignCenter':'居中对齐','alignLeft':_0x411bdd(0x1c4),'saveDescription':'保存','descriptionPlaceholder':_0x411bdd(0x1c5),'description':'描述','cancel':'取消','panel':{'title':'思维导图','tab':{'importExport':_0x411bdd(0x1d2),'layout':'布局','structure':'结构'},'layout':{'both':'双向','left':'左侧','right':'右侧'},'structureKind':{'mindmapHorizontal':'左右思维导图','mindmapVertical':_0x411bdd(0x1cd),'treeRight':'右侧树形图','treeLeft':_0x411bdd(0x1c6),'treeAlternate':_0x411bdd(0x1d1),'timelineHorizontal':'横向时间线','timelineVertical':_0x411bdd(0x1ca)},'branchLineType':{'curve':'曲线','roundedOrthogonal':'圆角折线','orthogonal':_0x411bdd(0x1da)},'addText':'添加文本','cancel':'取消','emptyNodes':_0x411bdd(0x1c7),'exportOPML':_0x411bdd(0x1df),'importOPML':_0x411bdd(0x1e0),'pasteOPML':_0x411bdd(0x1d3),'rename':_0x411bdd(0x1d6),'renamePrompt':'重命名思维导图节点','searchNodes':'搜索节点','spacing':{'branchGap':'分支间距','parentGap':_0x411bdd(0x1cf),'siblingGap':'同级间距'}},'toolbar':{'primary':{'line':'连接线样式','fontColor':_0x411bdd(0x1cb),'typography':'排版','more':'更多'},'panel':{'line':'线条','typography':'排版','more':'更多'},'action':{'addChild':'添加子节点','addSibling':_0x411bdd(0x1db),'copy':'复制','delete':'删除','fill':'填充','fontColor':_0x411bdd(0x1cb),'layout':'布局','paste':'粘贴','stroke':'描边'}}}};function _0x3023(){const _0x37611b=['为当前节点添加描述','左侧树形图','暂无节点','6725InzhQP','141SYcSqU','纵向时间线','字体颜色','15506YPaiRs','上下思维导图','5003694qQBeXV','父子间距','5529590jtsLnL','左右树形图','导入/导出','粘贴\x20OPML\x20XML','3222SjfYPO','垂直居中','重命名','48wlTLjR','3561608fZZvER','右对齐','直角折线','添加同级节点','底部对齐','两端对齐','30feiVmA','导出\x20OPML','导入\x20OPML','1438146leVskX','5045726dtIkOt','左对齐'];_0x3023=function(){return _0x37611b;};return _0x3023();}function _0x46fd(_0x27b6b6,_0xf30d8b){_0x27b6b6=_0x27b6b6-0x1c2;const _0x3023e0=_0x3023();let _0x46fd84=_0x3023e0[_0x27b6b6];return _0x46fd84;}export{e as default};