@univerjs-pro/collaboration-client 0.17.0 → 0.18.0

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 (95) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.js +1 -1
  31. package/lib/locale/ca-ES.js +1 -1
  32. package/lib/locale/en-US.js +1 -1
  33. package/lib/locale/es-ES.js +1 -1
  34. package/lib/locale/fa-IR.js +1 -1
  35. package/lib/locale/fr-FR.js +1 -1
  36. package/lib/locale/ja-JP.js +1 -1
  37. package/lib/locale/ko-KR.js +1 -1
  38. package/lib/locale/ru-RU.js +1 -1
  39. package/lib/locale/sk-SK.js +1 -1
  40. package/lib/locale/vi-VN.js +1 -1
  41. package/lib/locale/zh-CN.js +1 -1
  42. package/lib/locale/zh-TW.js +1 -1
  43. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +8 -5
  44. package/lib/types/controllers/collaboration/collaboration-state.d.ts +6 -4
  45. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +4 -3
  46. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +4 -4
  47. package/lib/types/controllers/config.schema.d.ts +2 -2
  48. package/lib/types/controllers/telemetry.d.ts +1 -1
  49. package/lib/types/facade/f-collaboration.d.ts +6 -4
  50. package/lib/types/facade/f-event.d.ts +2 -2
  51. package/lib/types/facade/f-univer.d.ts +1 -1
  52. package/lib/types/locale/ca-ES.d.ts +1 -1
  53. package/lib/types/locale/es-ES.d.ts +1 -1
  54. package/lib/types/locale/fa-IR.d.ts +1 -1
  55. package/lib/types/locale/fr-FR.d.ts +1 -1
  56. package/lib/types/locale/ja-JP.d.ts +1 -1
  57. package/lib/types/locale/ko-KR.d.ts +1 -1
  58. package/lib/types/locale/ru-RU.d.ts +1 -1
  59. package/lib/types/locale/sk-SK.d.ts +1 -1
  60. package/lib/types/locale/vi-VN.d.ts +1 -1
  61. package/lib/types/locale/zh-CN.d.ts +1 -1
  62. package/lib/types/locale/zh-TW.d.ts +1 -1
  63. package/lib/types/plugin.d.ts +1 -1
  64. package/lib/types/services/auth-server/authz-io-http.service.d.ts +3 -2
  65. package/lib/types/services/collaboration-session/collaboration-session.d.ts +5 -4
  66. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +6 -4
  67. package/lib/types/services/collaboration-ui-event/collaboration-ui-event.d.ts +1 -1
  68. package/lib/types/services/comment/comment.service.d.ts +2 -2
  69. package/lib/types/services/data-loader/data-loader.service.d.ts +3 -2
  70. package/lib/types/services/image-remote/image-io.service.d.ts +6 -4
  71. package/lib/types/services/local-cache/local-cache.service.d.ts +4 -4
  72. package/lib/types/services/member/member.service.d.ts +4 -3
  73. package/lib/types/services/mention-server/mention-io-http.service.d.ts +2 -1
  74. package/lib/types/services/network-condition/network-condition.service.d.ts +2 -2
  75. package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +2 -1
  76. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +2 -2
  77. package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +2 -2
  78. package/lib/types/services/socket/collaboration-socket.service.d.ts +9 -6
  79. package/lib/types/services/socket/serialize.d.ts +1 -1
  80. package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +4 -2
  81. package/lib/umd/facade.js +1 -1
  82. package/lib/umd/index.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-TW.js +1 -1
  95. package/package.json +14 -13
@@ -1 +1 @@
1
- const _0x296c29=_0x5747;(function(_0x2a03fd,_0x2b962d){const _0x5b8556=_0x5747,_0x2a5c89=_0x2a03fd();while(!![]){try{const _0x3b6616=-parseInt(_0x5b8556(0x146))/0x1*(-parseInt(_0x5b8556(0x158))/0x2)+-parseInt(_0x5b8556(0x141))/0x3+parseInt(_0x5b8556(0x156))/0x4+parseInt(_0x5b8556(0x150))/0x5+-parseInt(_0x5b8556(0x14c))/0x6+parseInt(_0x5b8556(0x145))/0x7+-parseInt(_0x5b8556(0x142))/0x8*(parseInt(_0x5b8556(0x154))/0x9);if(_0x3b6616===_0x2b962d)break;else _0x2a5c89['push'](_0x2a5c89['shift']());}catch(_0xf8640c){_0x2a5c89['push'](_0x2a5c89['shift']());}}}(_0x5ec5,0x84e66));function _0x5747(_0x5c9c2d,_0x180197){_0x5c9c2d=_0x5c9c2d-0x13f;const _0x5ec5d1=_0x5ec5();let _0x57475f=_0x5ec5d1[_0x5c9c2d];return _0x57475f;}const e={'collab-client':{'tooltip':{'reconnect':_0x296c29(0x157)}},'collabStatus':{'fetchMiss':_0x296c29(0x14e),'conflict':_0x296c29(0x151),'notCollab':_0x296c29(0x152),'synced':_0x296c29(0x159),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x296c29(0x14b),'will-retry':_0x296c29(0x144),'room-full':_0x296c29(0x14d),'join-failed':_0x296c29(0x148),'room-not-exists':_0x296c29(0x14f),'room-permission-denied':_0x296c29(0x143),'room-cnt-exceeds':_0x296c29(0x147),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x296c29(0x149),'content':_0x296c29(0x14a)},'permission':{'title':'Authentication\x20Error','content':_0x296c29(0x153)},'collaboration':{'single-unit':{'warning':_0x296c29(0x140)},'closeRoom':_0x296c29(0x155)},'auth':{'needGotoLoginAlert':_0x296c29(0x13f)}},o=e;export{o as default};function _0x5ec5(){const _0x22f339=['2771508lViwmj','8PwQBis','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','1526427stVCwq','1010405mHGaUU','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','4202130FUQGno','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','2850185BWpRHG','Edit\x20conflicts','Local\x20file','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','5006628sBYClH','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','3705352BsBYBq','Click\x20to\x20Reconnect','2bKvaFd','Synced','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'];_0x5ec5=function(){return _0x22f339;};return _0x5ec5();}
1
+ const _0x593f83=_0x5a9c;function _0x5a9c(_0x3db648,_0x107866){_0x3db648=_0x3db648-0x17d;const _0x40e444=_0x40e4();let _0x5a9ce4=_0x40e444[_0x3db648];return _0x5a9ce4;}(function(_0x19dabd,_0x53fe81){const _0x1d11a5=_0x5a9c,_0x3f3b48=_0x19dabd();while(!![]){try{const _0x250437=-parseInt(_0x1d11a5(0x190))/0x1+-parseInt(_0x1d11a5(0x18a))/0x2+parseInt(_0x1d11a5(0x17e))/0x3+-parseInt(_0x1d11a5(0x191))/0x4*(parseInt(_0x1d11a5(0x183))/0x5)+parseInt(_0x1d11a5(0x17d))/0x6+parseInt(_0x1d11a5(0x184))/0x7+-parseInt(_0x1d11a5(0x18c))/0x8*(-parseInt(_0x1d11a5(0x189))/0x9);if(_0x250437===_0x53fe81)break;else _0x3f3b48['push'](_0x3f3b48['shift']());}catch(_0x49e65b){_0x3f3b48['push'](_0x3f3b48['shift']());}}}(_0x40e4,0xb3040));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x593f83(0x185),'synced':_0x593f83(0x17f),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x593f83(0x18f),'will-retry':_0x593f83(0x180),'room-full':_0x593f83(0x182),'join-failed':_0x593f83(0x187),'room-not-exists':_0x593f83(0x181),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x593f83(0x18d),'collaboration-timeout':_0x593f83(0x186)},'conflict':{'title':_0x593f83(0x18e),'content':'There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.'},'permission':{'title':_0x593f83(0x188),'content':_0x593f83(0x18b)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};function _0x40e4(){const _0x5844d8=['Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Authentication\x20Error','12645aVjjBR','1249754yHggWt','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','9152nIcyUb','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','Connection\x20failed.\x20Please\x20check\x20your\x20network.','335723eHIreL','243800iszkuM','3110724ppEbXJ','98895uTkeBy','Synced','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','40RRQpKT','158963EHKWpd','Local\x20file','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'];_0x40e4=function(){return _0x5844d8;};return _0x40e4();}export{e as default};
@@ -1 +1 @@
1
- function _0x1ed4(_0xb2776b,_0x3fab4a){_0xb2776b=_0xb2776b-0xbb;const _0x436e9c=_0x436e();let _0x1ed40c=_0x436e9c[_0xb2776b];return _0x1ed40c;}function _0x436e(){const _0x97dccf=['Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Click\x20to\x20Reconnect','295596EGHdcp','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','113102kLkjGm','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','741070FLlkgx','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Collaboration\x20Conflict','1635MWoTbj','307554fLucaL','Authentication\x20Error','1007577GqBaFH','8HuYpHP','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','274393uBIqeF','212EFYLYV','Edit\x20conflicts','Syncing...'];_0x436e=function(){return _0x97dccf;};return _0x436e();}const _0x2db5f9=_0x1ed4;(function(_0xbb3b92,_0x12e0d3){const _0xb9af2e=_0x1ed4,_0x3feb02=_0xbb3b92();while(!![]){try{const _0x189e13=parseInt(_0xb9af2e(0xcd))/0x1+-parseInt(_0xb9af2e(0xc9))/0x2+parseInt(_0xb9af2e(0xd5))/0x3*(-parseInt(_0xb9af2e(0xc3))/0x4)+parseInt(_0xb9af2e(0xd1))/0x5+-parseInt(_0xb9af2e(0xbb))/0x6+-parseInt(_0xb9af2e(0xc2))/0x7*(parseInt(_0xb9af2e(0xbe))/0x8)+parseInt(_0xb9af2e(0xbd))/0x9;if(_0x189e13===_0x12e0d3)break;else _0x3feb02['push'](_0x3feb02['shift']());}catch(_0x2232f1){_0x3feb02['push'](_0x3feb02['shift']());}}}(_0x436e,0x19e90));const e={'collab-client':{'tooltip':{'reconnect':_0x2db5f9(0xc8)}},'collabStatus':{'fetchMiss':_0x2db5f9(0xc6),'conflict':_0x2db5f9(0xc4),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x2db5f9(0xc5),'offline':_0x2db5f9(0xd0)},'session':{'connection-failed':_0x2db5f9(0xca),'will-retry':_0x2db5f9(0xd3),'room-full':_0x2db5f9(0xcc),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x2db5f9(0xc7),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x2db5f9(0xcf),'collaboration-timeout':_0x2db5f9(0xbf)},'conflict':{'title':_0x2db5f9(0xd4),'content':_0x2db5f9(0xc1)},'permission':{'title':_0x2db5f9(0xbc),'content':_0x2db5f9(0xd2)},'collaboration':{'single-unit':{'warning':_0x2db5f9(0xce)},'closeRoom':_0x2db5f9(0xc0)},'auth':{'needGotoLoginAlert':_0x2db5f9(0xcb)}};export{e as default};
1
+ const _0x306cfc=_0x3ed2;(function(_0x5884e0,_0x2219e9){const _0x1b2452=_0x3ed2,_0x1f43f1=_0x5884e0();while(!![]){try{const _0x1de9b2=parseInt(_0x1b2452(0x106))/0x1+parseInt(_0x1b2452(0x10d))/0x2*(-parseInt(_0x1b2452(0xf7))/0x3)+parseInt(_0x1b2452(0xfc))/0x4+-parseInt(_0x1b2452(0x110))/0x5*(parseInt(_0x1b2452(0x108))/0x6)+-parseInt(_0x1b2452(0x105))/0x7*(parseInt(_0x1b2452(0x107))/0x8)+-parseInt(_0x1b2452(0xfb))/0x9+-parseInt(_0x1b2452(0x10b))/0xa*(-parseInt(_0x1b2452(0x10c))/0xb);if(_0x1de9b2===_0x2219e9)break;else _0x1f43f1['push'](_0x1f43f1['shift']());}catch(_0x1715a9){_0x1f43f1['push'](_0x1f43f1['shift']());}}}(_0x1e16,0x297d2));function _0x1e16(){const _0x5b9221=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1813YiYKeF','289385FmJmJH','2264YKOpzi','592938ENinzJ','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','3711770LLjnif','11gUQgaz','241114oFhFdt','Authentication\x20Error','Collaboration\x20Conflict','15wzdcIw','3sAvhMl','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Click\x20to\x20Reconnect','835965fZgYIz','370336xHTMUx','Local\x20file','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Syncing\x20server\x20data...'];_0x1e16=function(){return _0x5b9221;};return _0x1e16();}function _0x3ed2(_0x1469df,_0xd190b9){_0x1469df=_0x1469df-0xf7;const _0x1e16fa=_0x1e16();let _0x3ed260=_0x1e16fa[_0x1469df];return _0x3ed260;}const e={'collab-client':{'tooltip':{'reconnect':_0x306cfc(0xfa)}},'collabStatus':{'fetchMiss':_0x306cfc(0x103),'conflict':'Edit\x20conflicts','notCollab':_0x306cfc(0xfd),'synced':'Synced','syncing':'Syncing...','offline':_0x306cfc(0x104)},'session':{'connection-failed':_0x306cfc(0xf8),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x306cfc(0x102),'join-failed':_0x306cfc(0x109),'room-not-exists':_0x306cfc(0xfe),'room-permission-denied':'No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-cnt-exceeds':_0x306cfc(0xf9),'collaboration-timeout':_0x306cfc(0xff)},'conflict':{'title':_0x306cfc(0x10f),'content':_0x306cfc(0x10a)},'permission':{'title':_0x306cfc(0x10e),'content':_0x306cfc(0x101)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x306cfc(0x100)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3c1d74=_0x5a47;(function(_0x493f02,_0x42123d){const _0x34f182=_0x5a47,_0x3a6595=_0x493f02();while(!![]){try{const _0xb23917=-parseInt(_0x34f182(0x178))/0x1+-parseInt(_0x34f182(0x169))/0x2+-parseInt(_0x34f182(0x170))/0x3*(parseInt(_0x34f182(0x166))/0x4)+-parseInt(_0x34f182(0x16b))/0x5+-parseInt(_0x34f182(0x175))/0x6*(parseInt(_0x34f182(0x16c))/0x7)+parseInt(_0x34f182(0x17d))/0x8+parseInt(_0x34f182(0x172))/0x9;if(_0xb23917===_0x42123d)break;else _0x3a6595['push'](_0x3a6595['shift']());}catch(_0x1245ab){_0x3a6595['push'](_0x3a6595['shift']());}}}(_0x5611,0x552b6));function _0x5a47(_0x2e3730,_0x5cec9c){_0x2e3730=_0x2e3730-0x165;const _0x5611f2=_0x5611();let _0x5a472e=_0x5611f2[_0x2e3730];return _0x5a472e;}const e={'collab-client':{'tooltip':{'reconnect':_0x3c1d74(0x171)}},'collabStatus':{'fetchMiss':_0x3c1d74(0x17a),'conflict':_0x3c1d74(0x17b),'notCollab':_0x3c1d74(0x168),'synced':'Synced','syncing':_0x3c1d74(0x16f),'offline':_0x3c1d74(0x176)},'session':{'connection-failed':_0x3c1d74(0x16a),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x3c1d74(0x180),'join-failed':_0x3c1d74(0x17e),'room-not-exists':_0x3c1d74(0x165),'room-permission-denied':_0x3c1d74(0x173),'room-cnt-exceeds':_0x3c1d74(0x17c),'collaboration-timeout':_0x3c1d74(0x179)},'conflict':{'title':_0x3c1d74(0x174),'content':_0x3c1d74(0x16e)},'permission':{'title':_0x3c1d74(0x167),'content':_0x3c1d74(0x17f)},'collaboration':{'single-unit':{'warning':_0x3c1d74(0x16d)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x3c1d74(0x177)}},o=e;export{o as default};function _0x5611(){const _0x330bcd=['491880JgGHSZ','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4ysIJEK','Authentication\x20Error','Local\x20file','721160HyPgDg','Connection\x20failed.\x20Please\x20check\x20your\x20network.','287805RKbdEy','794451KvHwAG','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Syncing...','655053NUoorX','Click\x20to\x20Reconnect','14023674zezReu','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','6pnUmNV','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','520832ShmkNV','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Syncing\x20server\x20data...','Edit\x20conflicts','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x5611=function(){return _0x330bcd;};return _0x5611();}
1
+ const _0xf136af=_0xa272;function _0x4ba9(){const _0x1e89c5=['7265pbZzMe','Edit\x20conflicts','Local\x20file','10qnFVHD','Synced','Syncing...','4246236EawLWW','1184117fbPgof','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','550012MADKuD','534DKMBIz','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Authentication\x20Error','9xygXvT','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','39670zPxQIP','78AwAotu','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','34512TVCYOr','10YyLGlm','Syncing\x20server\x20data...','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','112VUapoL','168468UlaXnl'];_0x4ba9=function(){return _0x1e89c5;};return _0x4ba9();}(function(_0x27bee7,_0x2ddeb6){const _0x2f0f71=_0xa272,_0x2e78eb=_0x27bee7();while(!![]){try{const _0x2de5cd=-parseInt(_0x2f0f71(0x10d))/0x1*(parseInt(_0x2f0f71(0x11d))/0x2)+parseInt(_0x2f0f71(0x117))/0x3*(parseInt(_0x2f0f71(0x113))/0x4)+parseInt(_0x2f0f71(0x126))/0x5*(-parseInt(_0x2f0f71(0x114))/0x6)+-parseInt(_0x2f0f71(0x124))/0x7*(parseInt(_0x2f0f71(0x120))/0x8)+parseInt(_0x2f0f71(0x110))/0x9+-parseInt(_0x2f0f71(0x121))/0xa*(parseInt(_0x2f0f71(0x111))/0xb)+parseInt(_0x2f0f71(0x125))/0xc*(-parseInt(_0x2f0f71(0x11e))/0xd);if(_0x2de5cd===_0x2ddeb6)break;else _0x2e78eb['push'](_0x2e78eb['shift']());}catch(_0x20f310){_0x2e78eb['push'](_0x2e78eb['shift']());}}}(_0x4ba9,0x4833d));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0xf136af(0x122),'conflict':_0xf136af(0x10b),'notCollab':_0xf136af(0x10c),'synced':_0xf136af(0x10e),'syncing':_0xf136af(0x10f),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0xf136af(0x11b),'will-retry':_0xf136af(0x123),'room-full':_0xf136af(0x112),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0xf136af(0x11f),'room-cnt-exceeds':_0xf136af(0x11a),'collaboration-timeout':_0xf136af(0x118)},'conflict':{'title':'Collaboration\x20Conflict','content':_0xf136af(0x11c)},'permission':{'title':_0xf136af(0x116),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0xf136af(0x115)},'closeRoom':_0xf136af(0x119)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}};function _0xa272(_0xc3b46e,_0x497163){_0xc3b46e=_0xc3b46e-0x10b;const _0x4ba961=_0x4ba9();let _0xa272b6=_0x4ba961[_0xc3b46e];return _0xa272b6;}export{e as default};
@@ -1 +1 @@
1
- function _0x291d(_0x88f592,_0x551a50){_0x88f592=_0x88f592-0x1b2;const _0xf445d7=_0xf445();let _0x291da4=_0xf445d7[_0x88f592];return _0x291da4;}const _0x486757=_0x291d;(function(_0x373aeb,_0x43d1b5){const _0x528afb=_0x291d,_0x4baf35=_0x373aeb();while(!![]){try{const _0x443e47=parseInt(_0x528afb(0x1b7))/0x1*(parseInt(_0x528afb(0x1ca))/0x2)+-parseInt(_0x528afb(0x1ba))/0x3*(-parseInt(_0x528afb(0x1c2))/0x4)+-parseInt(_0x528afb(0x1b4))/0x5*(parseInt(_0x528afb(0x1c5))/0x6)+-parseInt(_0x528afb(0x1b9))/0x7*(-parseInt(_0x528afb(0x1c4))/0x8)+-parseInt(_0x528afb(0x1b3))/0x9+parseInt(_0x528afb(0x1cd))/0xa*(-parseInt(_0x528afb(0x1c1))/0xb)+parseInt(_0x528afb(0x1b8))/0xc*(parseInt(_0x528afb(0x1c3))/0xd);if(_0x443e47===_0x43d1b5)break;else _0x4baf35['push'](_0x4baf35['shift']());}catch(_0xbe02d8){_0x4baf35['push'](_0x4baf35['shift']());}}}(_0xf445,0xbcea3));const o={'collab-client':{'tooltip':{'reconnect':_0x486757(0x1b6)}},'collabStatus':{'fetchMiss':'در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','conflict':_0x486757(0x1cb),'notCollab':_0x486757(0x1c7),'synced':_0x486757(0x1c0),'syncing':'در\x20حال\x20همگام\x20سازی...','offline':_0x486757(0x1bd)},'session':{'connection-failed':_0x486757(0x1bf),'will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':_0x486757(0x1c6),'join-failed':_0x486757(0x1b2),'room-not-exists':'پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-permission-denied':'دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','room-cnt-exceeds':'تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','collaboration-timeout':_0x486757(0x1c9)},'conflict':{'title':_0x486757(0x1c8),'content':_0x486757(0x1bc)},'permission':{'title':_0x486757(0x1cc),'content':_0x486757(0x1be)},'collaboration':{'single-unit':{'warning':'شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.'},'closeRoom':_0x486757(0x1b5)},'auth':{'needGotoLoginAlert':_0x486757(0x1bb)}};function _0xf445(){const _0x5d7a98=['تداخل\x20همکاری','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','2XcnXyy','تداخل\x20ویرایش','خطای\x20اعتبارسنجی','1950vAJYBo','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','1649997BzqrCn','672200vwWqBu','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','978997AEeBdM','157716uZsmVJ','1809878JjpOnj','4572FgWWqQ','ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','همگام\x20سازی','53339SCulWE','3208QiMGsW','390jjmDUj','16pfBdVZ','54osdAxh','ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','پرونده\x20محلی'];_0xf445=function(){return _0x5d7a98;};return _0xf445();}export{o as default};
1
+ function _0x2c51(){const _0xdc7da8=['یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','884444xtZzVT','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','243417gKFVsQ','2264DyccdQ','822906JLEaKz','137890WNCYEL','تداخل\x20ویرایش','دسترسی\x20همکاری\x20وجود\x20ندارد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','36KSuLBB','29208nGKSnn','همگام\x20سازی','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','پرونده\x20محلی','در\x20حال\x20همگام\x20سازی...','تعداد\x20اسناد\x20همکاری\x20از\x20حد\x20مجاز\x20فراتر\x20رفته\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','10435lNSKAd','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','تداخل\x20همکاری','2853LELHfG','پیوستن\x20به\x20همکاری\x20ناموفق\x20بود.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...'];_0x2c51=function(){return _0xdc7da8;};return _0x2c51();}function _0x4f2b(_0x44cb0e,_0x234bb1){_0x44cb0e=_0x44cb0e-0x1a9;const _0x2c5160=_0x2c51();let _0x4f2bd7=_0x2c5160[_0x44cb0e];return _0x4f2bd7;}const _0x3167a7=_0x4f2b;(function(_0x1c2bc8,_0x576225){const _0x459e3f=_0x4f2b,_0x144fb0=_0x1c2bc8();while(!![]){try{const _0x129bb6=-parseInt(_0x459e3f(0x1b4))/0x1+parseInt(_0x459e3f(0x1af))/0x2+parseInt(_0x459e3f(0x1ac))/0x3+parseInt(_0x459e3f(0x1aa))/0x4+parseInt(_0x459e3f(0x1bb))/0x5*(-parseInt(_0x459e3f(0x1b3))/0x6)+-parseInt(_0x459e3f(0x1ae))/0x7+parseInt(_0x459e3f(0x1ad))/0x8*(-parseInt(_0x459e3f(0x1be))/0x9);if(_0x129bb6===_0x576225)break;else _0x144fb0['push'](_0x144fb0['shift']());}catch(_0x32aa89){_0x144fb0['push'](_0x144fb0['shift']());}}}(_0x2c51,0x1dd54));const e={'collab-client':{'tooltip':{'reconnect':_0x3167a7(0x1b6)}},'collabStatus':{'fetchMiss':_0x3167a7(0x1c0),'conflict':_0x3167a7(0x1b0),'notCollab':_0x3167a7(0x1b7),'synced':_0x3167a7(0x1b5),'syncing':_0x3167a7(0x1b8),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':'اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','room-full':'ظرفیت\x20همکاری\x20در\x20این\x20سند\x20پر\x20شده\x20است.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.','join-failed':_0x3167a7(0x1bf),'room-not-exists':_0x3167a7(0x1ba),'room-permission-denied':_0x3167a7(0x1b1),'room-cnt-exceeds':_0x3167a7(0x1b9),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی‌دهد.\x20ویرایش‌های\x20شما\x20به\x20صورت\x20محلی\x20ذخیره\x20خواهد\x20شد.'},'conflict':{'title':_0x3167a7(0x1bd),'content':_0x3167a7(0x1a9)},'permission':{'title':'خطای\x20اعتبارسنجی','content':_0x3167a7(0x1b2)},'collaboration':{'single-unit':{'warning':_0x3167a7(0x1ab)},'closeRoom':_0x3167a7(0x1bc)},'auth':{'needGotoLoginAlert':'ورود\x20شم\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'}};export{e as default};
@@ -1 +1 @@
1
- const _0x13af8c=_0x37fc;(function(_0x58cb51,_0x3cc1c5){const _0x5385c0=_0x37fc,_0x10946d=_0x58cb51();while(!![]){try{const _0x20d790=parseInt(_0x5385c0(0xc7))/0x1+-parseInt(_0x5385c0(0xbc))/0x2*(-parseInt(_0x5385c0(0xb5))/0x3)+parseInt(_0x5385c0(0xbb))/0x4*(-parseInt(_0x5385c0(0xc9))/0x5)+-parseInt(_0x5385c0(0xcc))/0x6+-parseInt(_0x5385c0(0xb9))/0x7+-parseInt(_0x5385c0(0xcb))/0x8+parseInt(_0x5385c0(0xbe))/0x9;if(_0x20d790===_0x3cc1c5)break;else _0x10946d['push'](_0x10946d['shift']());}catch(_0x54f695){_0x10946d['push'](_0x10946d['shift']());}}}(_0x33d4,0xc42f5));const e={'collab-client':{'tooltip':{'reconnect':_0x13af8c(0xb7)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x13af8c(0xca),'synced':_0x13af8c(0xbd),'syncing':_0x13af8c(0xba),'offline':_0x13af8c(0xc2)},'session':{'connection-failed':_0x13af8c(0xc3),'will-retry':_0x13af8c(0xb6),'room-full':_0x13af8c(0xb8),'join-failed':_0x13af8c(0xc8),'room-not-exists':_0x13af8c(0xb4),'room-permission-denied':_0x13af8c(0xc4),'room-cnt-exceeds':_0x13af8c(0xc6),'collaboration-timeout':_0x13af8c(0xbf)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x13af8c(0xc5)},'permission':{'title':'Authentication\x20Error','content':_0x13af8c(0xc1)},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x13af8c(0xc0)},'auth':{'needGotoLoginAlert':_0x13af8c(0xcd)}},o=e;function _0x33d4(){const _0x164487=['Connection\x20failed.\x20Please\x20check\x20your\x20network.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1573518NMucfF','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4690QNVOcc','Local\x20file','217544aVguJc','5513238wErOKP','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1767903KZxUkn','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Click\x20to\x20Reconnect','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','1928556BpZSIu','Syncing...','3748hjmVrD','4xueUsu','Synced','1367397UqDnYL','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'];_0x33d4=function(){return _0x164487;};return _0x33d4();}function _0x37fc(_0x803e98,_0x3f9dac){_0x803e98=_0x803e98-0xb4;const _0x33d4a1=_0x33d4();let _0x37fcbb=_0x33d4a1[_0x803e98];return _0x37fcbb;}export{o as default};
1
+ const _0x2b3f57=_0x547c;function _0x547c(_0x3303d6,_0x6ad9e0){_0x3303d6=_0x3303d6-0x11c;const _0x231a91=_0x231a();let _0x547c72=_0x231a91[_0x3303d6];return _0x547c72;}(function(_0x3dab4a,_0xd13715){const _0x1d0096=_0x547c,_0x272b86=_0x3dab4a();while(!![]){try{const _0x3c38a5=parseInt(_0x1d0096(0x125))/0x1*(parseInt(_0x1d0096(0x11f))/0x2)+parseInt(_0x1d0096(0x120))/0x3*(parseInt(_0x1d0096(0x124))/0x4)+-parseInt(_0x1d0096(0x12e))/0x5+-parseInt(_0x1d0096(0x121))/0x6+-parseInt(_0x1d0096(0x131))/0x7+-parseInt(_0x1d0096(0x129))/0x8+parseInt(_0x1d0096(0x11e))/0x9;if(_0x3c38a5===_0xd13715)break;else _0x272b86['push'](_0x272b86['shift']());}catch(_0xe4c3db){_0x272b86['push'](_0x272b86['shift']());}}}(_0x231a,0x1da2d));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x2b3f57(0x12d),'notCollab':'Local\x20file','synced':_0x2b3f57(0x132),'syncing':'Syncing...','offline':_0x2b3f57(0x130)},'session':{'connection-failed':_0x2b3f57(0x11c),'will-retry':_0x2b3f57(0x12b),'room-full':_0x2b3f57(0x133),'join-failed':_0x2b3f57(0x12c),'room-not-exists':_0x2b3f57(0x12a),'room-permission-denied':_0x2b3f57(0x11d),'room-cnt-exceeds':_0x2b3f57(0x128),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x2b3f57(0x123),'content':_0x2b3f57(0x122)},'permission':{'title':_0x2b3f57(0x12f),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x2b3f57(0x126)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x2b3f57(0x127)}};function _0x231a(){const _0x3f7304=['Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','827870mIEVCg','Authentication\x20Error','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','433328sohPVt','Synced','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','4304097cDwnxI','4LsdvSm','36wrfTYc','905514BiVacG','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Collaboration\x20Conflict','3004xipopJ','59291fKEQBc','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','848328GIbPst','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.'];_0x231a=function(){return _0x3f7304;};return _0x231a();}export{e as default};
@@ -1 +1 @@
1
- const _0x3e1eea=_0x7062;function _0x3408(){const _0x2c9d45=['サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','サーバーデータを同期中...','605410dNwCmC','クリックして再接続','149163LwfjRq','1342102eXprRY','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','27iSOkse','同期中...','4116NtBdTe','編集の競合','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','1FlqYyz','ローカルファイル','539405WDWGmb','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','オフライン、編集内容はローカルに保存されます','接続に失敗しました。ネットワーク接続を確認してください。','28gDPLaF','認証エラー','共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','共同編集ルームが閉じられたため、編集権限が取り消されました。','同期済み','共同編集の競合','238049BxbFCq','56ufoCcS','2730564VwWBHF','17699MFPkdD','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。'];_0x3408=function(){return _0x2c9d45;};return _0x3408();}(function(_0x17a455,_0x346ffb){const _0xeabe9c=_0x7062,_0x5cfee0=_0x17a455();while(!![]){try{const _0x13351c=parseInt(_0xeabe9c(0x1e6))/0x1*(-parseInt(_0xeabe9c(0x1de))/0x2)+-parseInt(_0xeabe9c(0x1dd))/0x3*(-parseInt(_0xeabe9c(0x1cd))/0x4)+parseInt(_0xeabe9c(0x1c9))/0x5+parseInt(_0xeabe9c(0x1d5))/0x6+parseInt(_0xeabe9c(0x1d3))/0x7*(-parseInt(_0xeabe9c(0x1d4))/0x8)+parseInt(_0xeabe9c(0x1e1))/0x9*(-parseInt(_0xeabe9c(0x1db))/0xa)+parseInt(_0xeabe9c(0x1d6))/0xb*(parseInt(_0xeabe9c(0x1e3))/0xc);if(_0x13351c===_0x346ffb)break;else _0x5cfee0['push'](_0x5cfee0['shift']());}catch(_0x289407){_0x5cfee0['push'](_0x5cfee0['shift']());}}}(_0x3408,0x5adda));const o={'collab-client':{'tooltip':{'reconnect':_0x3e1eea(0x1dc)}},'collabStatus':{'fetchMiss':_0x3e1eea(0x1da),'conflict':_0x3e1eea(0x1e4),'notCollab':_0x3e1eea(0x1e7),'synced':_0x3e1eea(0x1d1),'syncing':_0x3e1eea(0x1e2),'offline':_0x3e1eea(0x1cb)},'session':{'connection-failed':_0x3e1eea(0x1cc),'will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':_0x3e1eea(0x1ca),'join-failed':_0x3e1eea(0x1cf),'room-not-exists':_0x3e1eea(0x1d7),'room-permission-denied':'共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','room-cnt-exceeds':_0x3e1eea(0x1e0),'collaboration-timeout':_0x3e1eea(0x1d8)},'conflict':{'title':_0x3e1eea(0x1d2),'content':'ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。'},'permission':{'title':_0x3e1eea(0x1ce),'content':_0x3e1eea(0x1d9)},'collaboration':{'single-unit':{'warning':_0x3e1eea(0x1e5)},'closeRoom':_0x3e1eea(0x1d0)},'auth':{'needGotoLoginAlert':_0x3e1eea(0x1df)}};function _0x7062(_0x1dd531,_0x2af53e){_0x1dd531=_0x1dd531-0x1c9;const _0x3408f3=_0x3408();let _0x706261=_0x3408f3[_0x1dd531];return _0x706261;}export{o as default};
1
+ function _0x3566(_0x1ffe50,_0x22fd50){_0x1ffe50=_0x1ffe50-0x97;const _0x3d4f8e=_0x3d4f();let _0x356691=_0x3d4f8e[_0x1ffe50];return _0x356691;}const _0x138ad5=_0x3566;(function(_0x36c593,_0x3524b1){const _0x2c890e=_0x3566,_0xb9f8d2=_0x36c593();while(!![]){try{const _0x183c49=parseInt(_0x2c890e(0x9d))/0x1+parseInt(_0x2c890e(0x98))/0x2*(parseInt(_0x2c890e(0xae))/0x3)+parseInt(_0x2c890e(0x9b))/0x4*(-parseInt(_0x2c890e(0xa8))/0x5)+parseInt(_0x2c890e(0x9c))/0x6+parseInt(_0x2c890e(0xac))/0x7*(parseInt(_0x2c890e(0x9a))/0x8)+-parseInt(_0x2c890e(0x97))/0x9+parseInt(_0x2c890e(0xa7))/0xa;if(_0x183c49===_0x3524b1)break;else _0xb9f8d2['push'](_0xb9f8d2['shift']());}catch(_0x7633db){_0xb9f8d2['push'](_0xb9f8d2['shift']());}}}(_0x3d4f,0x369fe));function _0x3d4f(){const _0x33c663=['2786810ZrLbJB','5gsTcjr','共同編集への参加に失敗しました。編集内容はローカルにキャッシュされます。','認証エラー','接続に失敗しました。しばらくしてから再試行します。','97202FRGkqg','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','51wxQIJc','3131775XeOVXb','16578RjzUnq','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','40wAYzJG','536884bCXJeT','459030rfFtdA','140409gdEYie','編集の競合','ドキュメントが共同編集の上限に達しました。編集内容はローカルにキャッシュされます。','同期中...','クリックして再接続','共同編集ルームが閉じられたため、編集権限が取り消されました。','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','サーバーデータを同期中...','共同編集の競合','同期済み'];_0x3d4f=function(){return _0x33c663;};return _0x3d4f();}const e={'collab-client':{'tooltip':{'reconnect':_0x138ad5(0xa1)}},'collabStatus':{'fetchMiss':_0x138ad5(0xa4),'conflict':_0x138ad5(0x9e),'notCollab':'ローカルファイル','synced':_0x138ad5(0xa6),'syncing':_0x138ad5(0xa0),'offline':'オフライン、編集内容はローカルに保存されます'},'session':{'connection-failed':'接続に失敗しました。ネットワーク接続を確認してください。','will-retry':_0x138ad5(0xab),'room-full':_0x138ad5(0x9f),'join-failed':'共同編集への参加に失敗しました。後でもう一度お試しください。編集内容はローカルにキャッシュされます。','room-not-exists':_0x138ad5(0xa9),'room-permission-denied':'共同編集のアクセス許可がありません。編集内容はローカルにキャッシュされます。','room-cnt-exceeds':'共同編集ドキュメント数が上限を超えています。編集内容はローカルにキャッシュされます。','collaboration-timeout':_0x138ad5(0xad)},'conflict':{'title':_0x138ad5(0xa5),'content':_0x138ad5(0x99)},'permission':{'title':_0x138ad5(0xaa),'content':'お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。'},'collaboration':{'single-unit':{'warning':_0x138ad5(0xa3)},'closeRoom':_0x138ad5(0xa2)},'auth':{'needGotoLoginAlert':'ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。'}};export{e as default};
@@ -1 +1 @@
1
- const _0x19396f=_0x5220;function _0x5220(_0x564745,_0x548e4d){_0x564745=_0x564745-0x8e;const _0x58e961=_0x58e9();let _0x52203e=_0x58e961[_0x564745];return _0x52203e;}(function(_0x21d3b7,_0x2d967d){const _0x45bae8=_0x5220,_0x1c5410=_0x21d3b7();while(!![]){try{const _0x2fc0fe=parseInt(_0x45bae8(0x94))/0x1*(-parseInt(_0x45bae8(0x93))/0x2)+-parseInt(_0x45bae8(0x9f))/0x3*(-parseInt(_0x45bae8(0x9a))/0x4)+parseInt(_0x45bae8(0x8f))/0x5+parseInt(_0x45bae8(0x95))/0x6+parseInt(_0x45bae8(0xa4))/0x7*(parseInt(_0x45bae8(0x9e))/0x8)+-parseInt(_0x45bae8(0xa1))/0x9+-parseInt(_0x45bae8(0xa5))/0xa*(-parseInt(_0x45bae8(0x9b))/0xb);if(_0x2fc0fe===_0x2d967d)break;else _0x1c5410['push'](_0x1c5410['shift']());}catch(_0x1ba07c){_0x1c5410['push'](_0x1c5410['shift']());}}}(_0x58e9,0xe90c5));const o={'collab-client':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':_0x19396f(0x9d),'conflict':_0x19396f(0xa2),'notCollab':_0x19396f(0x91),'synced':_0x19396f(0x92),'syncing':'동기화\x20중...','offline':'오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'session':{'connection-failed':_0x19396f(0x9c),'will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x19396f(0x98),'join-failed':_0x19396f(0xa0),'room-not-exists':_0x19396f(0xa3),'room-permission-denied':_0x19396f(0x8e),'room-cnt-exceeds':_0x19396f(0xa6),'collaboration-timeout':_0x19396f(0x97)},'conflict':{'title':_0x19396f(0x90),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x19396f(0x99),'content':'사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.'},'collaboration':{'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':_0x19396f(0x96)},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'}};export{o as default};function _0x58e9(){const _0x322df9=['연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','서버\x20데이터\x20동기화\x20중...','16SVJStO','792123efxmFQ','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','15435441YhoLVw','편집\x20충돌','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','293979YKhnSF','10ylimMq','공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','2501050JefCxq','공동\x20편집\x20충돌','로컬\x20파일','동기화됨','1018074aJFmTG','3VzTBgk','3719676FULyPu','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','인증\x20오류','8WiirKY','27109423RLwDCU'];_0x58e9=function(){return _0x322df9;};return _0x58e9();}
1
+ const _0x433fa0=_0xc68a;(function(_0x5cc8a0,_0x5ad8d1){const _0x435183=_0xc68a,_0x5b6e7b=_0x5cc8a0();while(!![]){try{const _0x512739=-parseInt(_0x435183(0x1d3))/0x1+parseInt(_0x435183(0x1d7))/0x2+parseInt(_0x435183(0x1c1))/0x3+-parseInt(_0x435183(0x1cc))/0x4+-parseInt(_0x435183(0x1d1))/0x5*(-parseInt(_0x435183(0x1bd))/0x6)+-parseInt(_0x435183(0x1d6))/0x7*(parseInt(_0x435183(0x1cf))/0x8)+-parseInt(_0x435183(0x1c5))/0x9;if(_0x512739===_0x5ad8d1)break;else _0x5b6e7b['push'](_0x5b6e7b['shift']());}catch(_0x3fb404){_0x5b6e7b['push'](_0x5b6e7b['shift']());}}}(_0xc30a,0x9aaf5));function _0xc30a(){const _0x5f2aa2=['공동\x20편집\x20충돌','공동\x20편집\x20권한이\x20없습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','3205038lJspDN','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','인증\x20오류','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','6526404mmIsaE','공동\x20편집\x20참여에\x20실패했습니다.\x20나중에\x20다시\x20시도해\x20주세요.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','편집\x20충돌','공동\x20편집\x20참여에\x20실패했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','동기화됨','207512QemFmr','문서의\x20공동\x20편집\x20인원이\x20한도에\x20도달했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','서버\x20데이터\x20동기화\x20중...','88YAsjNz','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','3001585oaCxAB','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','263794nINgNg','로컬\x20파일','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','292719xBJkIz','931482uzJwwI','6bPckPW','클릭하여\x20다시\x20연결'];_0xc30a=function(){return _0x5f2aa2;};return _0xc30a();}function _0xc68a(_0x40b644,_0x4cffaf){_0x40b644=_0x40b644-0x1bd;const _0xc30a85=_0xc30a();let _0xc68a0=_0xc30a85[_0x40b644];return _0xc68a0;}const e={'collab-client':{'tooltip':{'reconnect':_0x433fa0(0x1be)}},'collabStatus':{'fetchMiss':_0x433fa0(0x1ce),'conflict':_0x433fa0(0x1c8),'notCollab':_0x433fa0(0x1d4),'synced':_0x433fa0(0x1cb),'syncing':'동기화\x20중...','offline':_0x433fa0(0x1c4)},'session':{'connection-failed':_0x433fa0(0x1c7),'will-retry':_0x433fa0(0x1d0),'room-full':_0x433fa0(0x1cd),'join-failed':_0x433fa0(0x1c6),'room-not-exists':_0x433fa0(0x1c9),'room-permission-denied':_0x433fa0(0x1c0),'room-cnt-exceeds':'공동\x20편집\x20문서\x20수가\x20한도를\x20초과했습니다.\x20편집\x20내용은\x20로컬에\x20캐시됩니다.','collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x433fa0(0x1bf),'content':_0x433fa0(0x1ca)},'permission':{'title':_0x433fa0(0x1c3),'content':_0x433fa0(0x1d5)},'collaboration':{'single-unit':{'warning':_0x433fa0(0x1c2)},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':_0x433fa0(0x1d2)}};export{e as default};
@@ -1 +1 @@
1
- const _0x50e443=_0x460f;(function(_0x56cda2,_0x5ef018){const _0x1b0a0c=_0x460f,_0x4e4fee=_0x56cda2();while(!![]){try{const _0x4ed359=parseInt(_0x1b0a0c(0xf4))/0x1+parseInt(_0x1b0a0c(0xf8))/0x2+-parseInt(_0x1b0a0c(0xfe))/0x3*(-parseInt(_0x1b0a0c(0xe8))/0x4)+parseInt(_0x1b0a0c(0xfa))/0x5+parseInt(_0x1b0a0c(0xea))/0x6*(parseInt(_0x1b0a0c(0xef))/0x7)+-parseInt(_0x1b0a0c(0xf6))/0x8+-parseInt(_0x1b0a0c(0xee))/0x9;if(_0x4ed359===_0x5ef018)break;else _0x4e4fee['push'](_0x4e4fee['shift']());}catch(_0x5ce6ca){_0x4e4fee['push'](_0x4e4fee['shift']());}}}(_0x964f,0x7caa6));const e={'collab-client':{'tooltip':{'reconnect':_0x50e443(0xf5)}},'collabStatus':{'fetchMiss':_0x50e443(0xe6),'conflict':_0x50e443(0xf9),'notCollab':_0x50e443(0xf1),'synced':_0x50e443(0xf3),'syncing':_0x50e443(0xe5),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x50e443(0xf0),'will-retry':_0x50e443(0xfc),'room-full':_0x50e443(0xfd),'join-failed':'Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-not-exists':_0x50e443(0xec),'room-permission-denied':_0x50e443(0xe9),'room-cnt-exceeds':_0x50e443(0xeb),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x50e443(0xed),'content':_0x50e443(0xf2)},'permission':{'title':_0x50e443(0xe7),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x50e443(0xf7)},'auth':{'needGotoLoginAlert':_0x50e443(0xfb)}},o=e;function _0x964f(){const _0x4cff28=['Connection\x20failed.\x20Please\x20check\x20your\x20network.','Local\x20file','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Synced','297665HaZDiz','Click\x20to\x20Reconnect','4018344tAUwTE','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','1052384cSbSoF','Edit\x20conflicts','4680885rrkRZY','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','12LOpNTg','Syncing...','Syncing\x20server\x20data...','Authentication\x20Error','147712HfepUJ','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','24IPqUIn','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Collaboration\x20Conflict','14962059LJHdVG','1343349KWPOOR'];_0x964f=function(){return _0x4cff28;};return _0x964f();}function _0x460f(_0x9e4570,_0x3eb2d6){_0x9e4570=_0x9e4570-0xe5;const _0x964f6b=_0x964f();let _0x460f55=_0x964f6b[_0x9e4570];return _0x460f55;}export{o as default};
1
+ const _0x1d5b1b=_0x33c8;(function(_0x118037,_0x4ef694){const _0x56bcd3=_0x33c8,_0x5cafa1=_0x118037();while(!![]){try{const _0x3a2652=-parseInt(_0x56bcd3(0x12e))/0x1*(parseInt(_0x56bcd3(0x12b))/0x2)+parseInt(_0x56bcd3(0x123))/0x3*(parseInt(_0x56bcd3(0x133))/0x4)+parseInt(_0x56bcd3(0x137))/0x5*(parseInt(_0x56bcd3(0x124))/0x6)+parseInt(_0x56bcd3(0x138))/0x7+parseInt(_0x56bcd3(0x126))/0x8+parseInt(_0x56bcd3(0x135))/0x9+-parseInt(_0x56bcd3(0x12d))/0xa;if(_0x3a2652===_0x4ef694)break;else _0x5cafa1['push'](_0x5cafa1['shift']());}catch(_0x4c38d4){_0x5cafa1['push'](_0x5cafa1['shift']());}}}(_0x1152,0xcef82));function _0x33c8(_0x3dde9e,_0x2484b9){_0x3dde9e=_0x3dde9e-0x120;const _0x115261=_0x1152();let _0x33c83a=_0x115261[_0x3dde9e];return _0x33c83a;}const e={'collab-client':{'tooltip':{'reconnect':_0x1d5b1b(0x12c)}},'collabStatus':{'fetchMiss':_0x1d5b1b(0x139),'conflict':_0x1d5b1b(0x121),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x1d5b1b(0x130),'offline':_0x1d5b1b(0x132)},'session':{'connection-failed':_0x1d5b1b(0x127),'will-retry':_0x1d5b1b(0x136),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x1d5b1b(0x120),'room-not-exists':'Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','room-permission-denied':_0x1d5b1b(0x131),'room-cnt-exceeds':_0x1d5b1b(0x12a),'collaboration-timeout':_0x1d5b1b(0x13a)},'conflict':{'title':_0x1d5b1b(0x128),'content':_0x1d5b1b(0x125)},'permission':{'title':_0x1d5b1b(0x134),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x1d5b1b(0x122)},'closeRoom':_0x1d5b1b(0x129)},'auth':{'needGotoLoginAlert':_0x1d5b1b(0x12f)}};function _0x1152(){const _0x849f18=['Connection\x20failed.\x20Please\x20check\x20your\x20network.','Collaboration\x20Conflict','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','19374ZbGFYY','Click\x20to\x20Reconnect','20316360bJOrsV','74LLZGjA','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing...','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1900AkObbA','Authentication\x20Error','12273777oeLhHg','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','345NHqSTK','3307633gqlKgB','Syncing\x20server\x20data...','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Edit\x20conflicts','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','9279jTpaIV','3732YvZaAV','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','1982840eYyLRx'];_0x1152=function(){return _0x849f18;};return _0x1152();}export{e as default};
@@ -1 +1 @@
1
- function _0x7b26(_0x295700,_0x588831){_0x295700=_0x295700-0x15a;const _0x29d85d=_0x29d8();let _0x7b26c5=_0x29d85d[_0x295700];return _0x7b26c5;}const _0x4d0cd2=_0x7b26;(function(_0x1ca597,_0x55f6cd){const _0x34522f=_0x7b26,_0x3e74c3=_0x1ca597();while(!![]){try{const _0x2f16b6=parseInt(_0x34522f(0x15e))/0x1*(parseInt(_0x34522f(0x160))/0x2)+parseInt(_0x34522f(0x15f))/0x3+parseInt(_0x34522f(0x15d))/0x4+parseInt(_0x34522f(0x166))/0x5+-parseInt(_0x34522f(0x169))/0x6+-parseInt(_0x34522f(0x163))/0x7*(-parseInt(_0x34522f(0x15c))/0x8)+parseInt(_0x34522f(0x15a))/0x9*(-parseInt(_0x34522f(0x16f))/0xa);if(_0x2f16b6===_0x55f6cd)break;else _0x3e74c3['push'](_0x3e74c3['shift']());}catch(_0x1cb768){_0x3e74c3['push'](_0x3e74c3['shift']());}}}(_0x29d8,0x89dde));const o={'collab-client':{'tooltip':{'reconnect':_0x4d0cd2(0x171)}},'collabStatus':{'fetchMiss':_0x4d0cd2(0x170),'conflict':'Konflikty\x20úprav','notCollab':'Lokálny\x20súbor','synced':_0x4d0cd2(0x164),'syncing':_0x4d0cd2(0x16c),'offline':_0x4d0cd2(0x162)},'session':{'connection-failed':_0x4d0cd2(0x167),'will-retry':'Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','room-full':_0x4d0cd2(0x16d),'join-failed':'Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-not-exists':_0x4d0cd2(0x161),'room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x4d0cd2(0x15b),'collaboration-timeout':_0x4d0cd2(0x168)},'conflict':{'title':_0x4d0cd2(0x16b),'content':_0x4d0cd2(0x165)},'permission':{'title':'Chyba\x20overenia','content':_0x4d0cd2(0x16a)},'collaboration':{'single-unit':{'warning':'Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.'},'closeRoom':_0x4d0cd2(0x16e)},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'}};function _0x29d8(){const _0x51a986=['Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Kliknite\x20na\x20opätovné\x20pripojenie','27499977xeOgZt','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','166456DDJxCO','3072236oSdyCI','13kzWOOv','2171649CTzadm','136762YSENUA','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','280IIBPyC','Synchronizované','Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.','4350675ZZRQiz','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','2778330DYKpGf','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','Konflikt\x20spolupráce','Synchronizuje\x20sa...','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','10eSXVVQ'];_0x29d8=function(){return _0x51a986;};return _0x29d8();}export{o as default};
1
+ function _0x5009(_0xca53c6,_0xf73838){_0xca53c6=_0xca53c6-0x113;const _0x2c0d98=_0x2c0d();let _0x500918=_0x2c0d98[_0xca53c6];return _0x500918;}const _0x25e338=_0x5009;(function(_0x5a8782,_0x452a9e){const _0x2f14da=_0x5009,_0x4b42b5=_0x5a8782();while(!![]){try{const _0x59c475=-parseInt(_0x2f14da(0x119))/0x1*(parseInt(_0x2f14da(0x11f))/0x2)+parseInt(_0x2f14da(0x11a))/0x3+-parseInt(_0x2f14da(0x117))/0x4+parseInt(_0x2f14da(0x11e))/0x5*(-parseInt(_0x2f14da(0x114))/0x6)+parseInt(_0x2f14da(0x11b))/0x7+parseInt(_0x2f14da(0x126))/0x8+parseInt(_0x2f14da(0x11d))/0x9*(parseInt(_0x2f14da(0x127))/0xa);if(_0x59c475===_0x452a9e)break;else _0x4b42b5['push'](_0x4b42b5['shift']());}catch(_0x45b5b7){_0x4b42b5['push'](_0x4b42b5['shift']());}}}(_0x2c0d,0x889e6));function _0x2c0d(){const _0x445d98=['433979KVDTlq','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Skúste\x20to\x20neskôr.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','63BnFPPp','2876185IePFQH','2SCQkuO','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Nepodarilo\x20sa\x20pripojiť\x20k\x20spolupráci.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Vaše\x20akcie\x20sú\x20v\x20rozpore\x20s\x20oprávneniami\x20servera.\x20Uložte\x20si\x20lokálne\x20úpravy\x20inde,\x20pretože\x20po\x20obnovení\x20stránky\x20budú\x20zahodené.','Počet\x20kolaboratívnych\x20dokumentov\x20prekročil\x20limit.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Pripojenie\x20zlyhalo.\x20O\x20chvíľu\x20to\x20skúsieme\x20znova.','4318384VhDTIm','402430mYDhUs','Synchronizuje\x20sa...','Dokument\x20dosiahol\x20limit\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','Kliknite\x20na\x20opätovné\x20pripojenie','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','6LtDYWk','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Pripojenie\x20zlyhalo.\x20Skontrolujte\x20sieť.','727668OKKsMQ','Konflikty\x20úprav','323353NhxZLa','2269803NmFdTF'];_0x2c0d=function(){return _0x445d98;};return _0x2c0d();}const e={'collab-client':{'tooltip':{'reconnect':_0x25e338(0x12a)}},'collabStatus':{'fetchMiss':_0x25e338(0x113),'conflict':_0x25e338(0x118),'notCollab':'Lokálny\x20súbor','synced':'Synchronizované','syncing':_0x25e338(0x128),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x25e338(0x116),'will-retry':_0x25e338(0x125),'room-full':_0x25e338(0x129),'join-failed':_0x25e338(0x11c),'room-not-exists':_0x25e338(0x122),'room-permission-denied':'Nemáte\x20oprávnenie\x20na\x20spoluprácu.\x20Vaše\x20úpravy\x20budú\x20dočasne\x20uložené\x20lokálne.','room-cnt-exceeds':_0x25e338(0x124),'collaboration-timeout':_0x25e338(0x121)},'conflict':{'title':'Konflikt\x20spolupráce','content':'Medzi\x20vašou\x20lokálnou\x20kópiou\x20a\x20kópiou\x20na\x20serveri\x20je\x20konflikt.\x20Uložte\x20si\x20lokálne\x20úpravy,\x20inak\x20sa\x20po\x20obnovení\x20stránky\x20stratia.'},'permission':{'title':'Chyba\x20overenia','content':_0x25e338(0x123)},'collaboration':{'single-unit':{'warning':_0x25e338(0x120)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x25e338(0x115)}};export{e as default};
@@ -1 +1 @@
1
- function _0x21b6(_0x248ea2,_0x40305c){_0x248ea2=_0x248ea2-0x17b;const _0x483b00=_0x483b();let _0x21b61b=_0x483b00[_0x248ea2];return _0x21b61b;}const _0x14dcea=_0x21b6;(function(_0x3a873d,_0x54ab46){const _0x5d4779=_0x21b6,_0x218f88=_0x3a873d();while(!![]){try{const _0x3c5336=-parseInt(_0x5d4779(0x192))/0x1*(parseInt(_0x5d4779(0x193))/0x2)+parseInt(_0x5d4779(0x191))/0x3*(-parseInt(_0x5d4779(0x18f))/0x4)+parseInt(_0x5d4779(0x188))/0x5+parseInt(_0x5d4779(0x186))/0x6+-parseInt(_0x5d4779(0x17c))/0x7+parseInt(_0x5d4779(0x187))/0x8*(parseInt(_0x5d4779(0x182))/0x9)+parseInt(_0x5d4779(0x18b))/0xa*(parseInt(_0x5d4779(0x190))/0xb);if(_0x3c5336===_0x54ab46)break;else _0x218f88['push'](_0x218f88['shift']());}catch(_0x24104f){_0x218f88['push'](_0x218f88['shift']());}}}(_0x483b,0xc9a6e));const n={'collab-client':{'tooltip':{'reconnect':_0x14dcea(0x18e)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x14dcea(0x17f),'notCollab':_0x14dcea(0x196),'synced':_0x14dcea(0x183),'syncing':_0x14dcea(0x18c),'offline':_0x14dcea(0x17b)},'session':{'connection-failed':_0x14dcea(0x195),'will-retry':'Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','room-full':_0x14dcea(0x194),'join-failed':_0x14dcea(0x18d),'room-not-exists':_0x14dcea(0x184),'room-permission-denied':'Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-cnt-exceeds':_0x14dcea(0x17e),'collaboration-timeout':'Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.'},'conflict':{'title':_0x14dcea(0x189),'content':_0x14dcea(0x18a)},'permission':{'title':_0x14dcea(0x181),'content':_0x14dcea(0x185)},'collaboration':{'single-unit':{'warning':'Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.'},'closeRoom':_0x14dcea(0x180)},'auth':{'needGotoLoginAlert':_0x14dcea(0x17d)}};function _0x483b(){const _0x1c3558=['28277wKtJwk','74RsFtXd','Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Tệp\x20cục\x20bộ','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','7005390RRJpCO','Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.','Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Xung\x20đột\x20chỉnh\x20sửa','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Lỗi\x20xác\x20thực','769374LdfYQd','Đã\x20đồng\x20bộ','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','5799636toXpdB','80GjFdNJ','3446420EIOHTP','Xung\x20đột\x20cộng\x20tác','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','20SAsgma','Đang\x20đồng\x20bộ...','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Nhấp\x20để\x20kết\x20nối\x20lại','76IAntvI','10775831yBZTzu','252159mjqEQp'];_0x483b=function(){return _0x1c3558;};return _0x483b();}export{n as default};
1
+ function _0x138b(_0x224a3a,_0x577dc1){_0x224a3a=_0x224a3a-0x148;const _0x4bbabd=_0x4bba();let _0x138b1a=_0x4bbabd[_0x224a3a];return _0x138b1a;}const _0x319b7d=_0x138b;(function(_0x24be63,_0x30b97a){const _0x2dcf93=_0x138b,_0x4b042c=_0x24be63();while(!![]){try{const _0x4ba4cc=-parseInt(_0x2dcf93(0x15d))/0x1+-parseInt(_0x2dcf93(0x14c))/0x2+parseInt(_0x2dcf93(0x160))/0x3*(-parseInt(_0x2dcf93(0x15e))/0x4)+-parseInt(_0x2dcf93(0x148))/0x5*(parseInt(_0x2dcf93(0x161))/0x6)+-parseInt(_0x2dcf93(0x15f))/0x7+-parseInt(_0x2dcf93(0x155))/0x8*(-parseInt(_0x2dcf93(0x156))/0x9)+parseInt(_0x2dcf93(0x149))/0xa;if(_0x4ba4cc===_0x30b97a)break;else _0x4b042c['push'](_0x4b042c['shift']());}catch(_0x33f086){_0x4b042c['push'](_0x4b042c['shift']());}}}(_0x4bba,0x3d275));function _0x4bba(){const _0x3ad837=['5QRtJAI','12518010FTVYEd','Kết\x20nối\x20thất\x20bại.\x20Chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','417370VtRJPf','Hành\x20động\x20của\x20bạn\x20xung\x20đột\x20với\x20quyền\x20của\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn\x20ở\x20nơi\x20khác\x20vì\x20chúng\x20sẽ\x20bị\x20hủy\x20sau\x20khi\x20làm\x20mới\x20trang.','Kết\x20nối\x20thất\x20bại.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.','Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Đang\x20đồng\x20bộ...','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Xung\x20đột\x20cộng\x20tác','184YUiPnm','6516qOHPDY','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Tệp\x20cục\x20bộ','Tài\x20liệu\x20đã\x20đạt\x20đến\x20giới\x20hạn\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Không\x20có\x20quyền\x20cộng\x20tác.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','Nhấp\x20để\x20kết\x20nối\x20lại','228143HkducK','4wEMOuJ','1232357mXjiNn','555465BHQaKa','1319604SAaLjW','Đã\x20đồng\x20bộ','Lỗi\x20xác\x20thực'];_0x4bba=function(){return _0x3ad837;};return _0x4bba();}const e={'collab-client':{'tooltip':{'reconnect':_0x319b7d(0x15c)}},'collabStatus':{'fetchMiss':_0x319b7d(0x14b),'conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':_0x319b7d(0x158),'synced':_0x319b7d(0x162),'syncing':_0x319b7d(0x152),'offline':_0x319b7d(0x15b)},'session':{'connection-failed':_0x319b7d(0x14e),'will-retry':_0x319b7d(0x14a),'room-full':_0x319b7d(0x159),'join-failed':'Tham\x20gia\x20cộng\x20tác\x20thất\x20bại.\x20Vui\x20lòng\x20thử\x20lại\x20sau.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','room-not-exists':_0x319b7d(0x150),'room-permission-denied':_0x319b7d(0x15a),'room-cnt-exceeds':'Số\x20lượng\x20tài\x20liệu\x20cộng\x20tác\x20vượt\x20quá\x20giới\x20hạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','collaboration-timeout':_0x319b7d(0x157)},'conflict':{'title':_0x319b7d(0x154),'content':_0x319b7d(0x14f)},'permission':{'title':_0x319b7d(0x163),'content':_0x319b7d(0x14d)},'collaboration':{'single-unit':{'warning':_0x319b7d(0x153)},'closeRoom':_0x319b7d(0x151)},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'}};export{e as default};
@@ -1 +1 @@
1
- function _0x5f44(_0x1348a8,_0x1215b6){_0x1348a8=_0x1348a8-0x1dc;const _0x229364=_0x2293();let _0x5f4494=_0x229364[_0x1348a8];return _0x5f4494;}const _0xf93618=_0x5f44;(function(_0x573593,_0x3d00be){const _0x422496=_0x5f44,_0x91d89e=_0x573593();while(!![]){try{const _0x321cf1=parseInt(_0x422496(0x1ec))/0x1+-parseInt(_0x422496(0x1e7))/0x2*(-parseInt(_0x422496(0x1f2))/0x3)+parseInt(_0x422496(0x1e9))/0x4*(-parseInt(_0x422496(0x1eb))/0x5)+parseInt(_0x422496(0x1e8))/0x6*(-parseInt(_0x422496(0x1dd))/0x7)+-parseInt(_0x422496(0x1f1))/0x8*(parseInt(_0x422496(0x1f0))/0x9)+parseInt(_0x422496(0x1de))/0xa+parseInt(_0x422496(0x1e3))/0xb;if(_0x321cf1===_0x3d00be)break;else _0x91d89e['push'](_0x91d89e['shift']());}catch(_0x359b3f){_0x91d89e['push'](_0x91d89e['shift']());}}}(_0x2293,0xdca8b));const o={'collab-client':{'tooltip':{'reconnect':_0xf93618(0x1f4)}},'collabStatus':{'fetchMiss':_0xf93618(0x1e2),'conflict':_0xf93618(0x1df),'notCollab':_0xf93618(0x1ef),'synced':_0xf93618(0x1e4),'syncing':'保存中...','offline':_0xf93618(0x1e1)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':_0xf93618(0x1e0),'room-full':'此文档协同人数已满,你的编辑将在本地缓存','join-failed':'加入协同失败,请稍后重试,你的编辑将在本地缓存','room-not-exists':_0xf93618(0x1f5),'room-permission-denied':'没有协同权限,你的编辑将在本地缓存','room-cnt-exceeds':_0xf93618(0x1f3),'collaboration-timeout':_0xf93618(0x1ea)},'conflict':{'title':_0xf93618(0x1ed),'content':_0xf93618(0x1ee)},'permission':{'title':_0xf93618(0x1e6),'content':_0xf93618(0x1e5)},'collaboration':{'single-unit':{'warning':_0xf93618(0x1dc)},'closeRoom':'由于协同房间被关闭,编辑权限被收回。'},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};export{o as default};function _0x2293(){const _0x4e4ac5=['连接失败,将在一会儿之后重试连接','已离线,编辑将在本地缓存','正在拉取服务端数据...','16900103hueZUu','已同步','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','权限错误','90ulUNGe','9817272edCXEE','4743444YTOeYQ','服务器未响应,你的编辑将在本地缓存','5OxXvSd','947934OsNJjl','协同冲突','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','本地文件','9odNWLD','9089608HcdEzt','70953bDFJPb','协同文档数量超过限制,你的编辑将在本地缓存','点击重新连接','加入协同失败,你的编辑将在本地缓存','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','7TNifmF','13134910oeAmUH','编辑冲突'];_0x2293=function(){return _0x4e4ac5;};return _0x2293();}
1
+ const _0x32df64=_0x507e;function _0x216b(){const _0x478af9=['由于协同房间被关闭,编辑权限被收回。','连接失败,请检查你的网络','1762972piJVTk','10FoKwPq','180089MsUMFo','753400WrsQrW','编辑冲突','已同步','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','连接失败,将在一会儿之后重试连接','正在拉取服务端数据...','此文档协同人数已满,你的编辑将在本地缓存','4qfpAfw','本地文件','已离线,编辑将在本地缓存','3958192xsJafh','加入协同失败,请稍后重试,你的编辑将在本地缓存','581535MqWIWI','保存中...','点击重新连接','495057HbIWHM','18skYCCf','162466OGbGnY','协同文档数量超过限制,你的编辑将在本地缓存','没有协同权限,你的编辑将在本地缓存'];_0x216b=function(){return _0x478af9;};return _0x216b();}(function(_0x2b3114,_0x2d958e){const _0x84bea7=_0x507e,_0x4c939c=_0x2b3114();while(!![]){try{const _0x177225=-parseInt(_0x84bea7(0x14a))/0x1*(-parseInt(_0x84bea7(0x140))/0x2)+parseInt(_0x84bea7(0x148))/0x3+-parseInt(_0x84bea7(0x14f))/0x4+-parseInt(_0x84bea7(0x152))/0x5+-parseInt(_0x84bea7(0x149))/0x6*(parseInt(_0x84bea7(0x151))/0x7)+parseInt(_0x84bea7(0x143))/0x8+-parseInt(_0x84bea7(0x145))/0x9*(-parseInt(_0x84bea7(0x150))/0xa);if(_0x177225===_0x2d958e)break;else _0x4c939c['push'](_0x4c939c['shift']());}catch(_0x3388a3){_0x4c939c['push'](_0x4c939c['shift']());}}}(_0x216b,0x5cf40));const e={'collab-client':{'tooltip':{'reconnect':_0x32df64(0x147)}},'collabStatus':{'fetchMiss':_0x32df64(0x13e),'conflict':_0x32df64(0x13a),'notCollab':_0x32df64(0x141),'synced':_0x32df64(0x13b),'syncing':_0x32df64(0x146),'offline':_0x32df64(0x142)},'session':{'connection-failed':_0x32df64(0x14e),'will-retry':_0x32df64(0x13d),'room-full':_0x32df64(0x13f),'join-failed':_0x32df64(0x144),'room-not-exists':'加入协同失败,你的编辑将在本地缓存','room-permission-denied':_0x32df64(0x14c),'room-cnt-exceeds':_0x32df64(0x14b),'collaboration-timeout':'服务器未响应,你的编辑将在本地缓存'},'conflict':{'title':'协同冲突','content':_0x32df64(0x13c)},'permission':{'title':'权限错误','content':'你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'collaboration':{'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x32df64(0x14d)},'auth':{'needGotoLoginAlert':'你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。'}};function _0x507e(_0xa6ff,_0x5e2749){_0xa6ff=_0xa6ff-0x13a;const _0x216b4b=_0x216b();let _0x507ea4=_0x216b4b[_0xa6ff];return _0x507ea4;}export{e as default};
@@ -1 +1 @@
1
- function _0x33eb(){const _0x12d623=['No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','Local\x20file','994255vkstnh','Collaboration\x20Conflict','Syncing...','The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','16515pXoAvP','6824240iuanUj','1979654JyGiKG','Edit\x20conflicts','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','7uXezZe','Connection\x20failed.\x20Please\x20check\x20your\x20network.','Click\x20to\x20Reconnect','Authentication\x20Error','23571675yXlRwL','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','2219235EWSlqD','5306898wVtcrz','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','732fSJBCM'];_0x33eb=function(){return _0x12d623;};return _0x33eb();}const _0x26d876=_0x3514;function _0x3514(_0x4c2478,_0x2ca0bf){_0x4c2478=_0x4c2478-0xbf;const _0x33eb77=_0x33eb();let _0x3514ab=_0x33eb77[_0x4c2478];return _0x3514ab;}(function(_0x415d3a,_0x1257f6){const _0x18ea97=_0x3514,_0x3547c7=_0x415d3a();while(!![]){try{const _0x57de79=parseInt(_0x18ea97(0xc1))/0x1+-parseInt(_0x18ea97(0xc8))/0x2+parseInt(_0x18ea97(0xc6))/0x3*(parseInt(_0x18ea97(0xd6))/0x4)+parseInt(_0x18ea97(0xd3))/0x5+parseInt(_0x18ea97(0xd4))/0x6+parseInt(_0x18ea97(0xcb))/0x7*(parseInt(_0x18ea97(0xc7))/0x8)+-parseInt(_0x18ea97(0xcf))/0x9;if(_0x57de79===_0x1257f6)break;else _0x3547c7['push'](_0x3547c7['shift']());}catch(_0x5113f7){_0x3547c7['push'](_0x3547c7['shift']());}}}(_0x33eb,0x8c2b0));const e={'collab-client':{'tooltip':{'reconnect':_0x26d876(0xcd)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x26d876(0xc9),'notCollab':_0x26d876(0xc0),'synced':'Synced','syncing':_0x26d876(0xc3),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x26d876(0xcc),'will-retry':'Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','room-full':_0x26d876(0xc4),'join-failed':_0x26d876(0xd2),'room-not-exists':_0x26d876(0xca),'room-permission-denied':_0x26d876(0xd7),'room-cnt-exceeds':_0x26d876(0xc5),'collaboration-timeout':_0x26d876(0xd5)},'conflict':{'title':_0x26d876(0xc2),'content':_0x26d876(0xbf)},'permission':{'title':_0x26d876(0xce),'content':_0x26d876(0xd1)},'collaboration':{'single-unit':{'warning':_0x26d876(0xd0)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'}},o=e;export{o as default};
1
+ const _0x25cc9a=_0x5d4c;(function(_0x4f3137,_0x1b0542){const _0x221332=_0x5d4c,_0xba1679=_0x4f3137();while(!![]){try{const _0x357ed8=-parseInt(_0x221332(0xad))/0x1+parseInt(_0x221332(0xa1))/0x2+-parseInt(_0x221332(0xa4))/0x3+-parseInt(_0x221332(0x9f))/0x4*(-parseInt(_0x221332(0xb5))/0x5)+-parseInt(_0x221332(0xb6))/0x6+-parseInt(_0x221332(0xb0))/0x7+parseInt(_0x221332(0xab))/0x8*(parseInt(_0x221332(0xb4))/0x9);if(_0x357ed8===_0x1b0542)break;else _0xba1679['push'](_0xba1679['shift']());}catch(_0x5d6464){_0xba1679['push'](_0xba1679['shift']());}}}(_0x554a,0x618cb));function _0x554a(){const _0x421baa=['5HCxvJi','1938522PEFkMK','Click\x20to\x20Reconnect','Synced','648412amWpWM','Authentication\x20Error','1508336rbkarA','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','There\x20is\x20a\x20conflict\x20between\x20your\x20local\x20copy\x20and\x20the\x20copy\x20on\x20the\x20server.\x20Please\x20save\x20your\x20local\x20edits,\x20because\x20they\x20will\x20be\x20lost\x20when\x20you\x20reload\x20the\x20page.','852738bwAUcC','Connection\x20failed.\x20We\x20will\x20retry\x20in\x20a\x20while.','Edit\x20conflicts','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Connection\x20failed.\x20Please\x20check\x20your\x20network.','No\x20collaboration\x20permission.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','3688752Jrohvh','Failed\x20to\x20join\x20collaboration.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','746272jPVLGV','Local\x20file','Number\x20of\x20collaborative\x20documents\x20exceeds\x20the\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','3824695vhAwqB','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Syncing\x20server\x20data...','Failed\x20to\x20join\x20collaboration.\x20Please\x20try\x20again\x20later.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','27DMjjDq'];_0x554a=function(){return _0x421baa;};return _0x554a();}const e={'collab-client':{'tooltip':{'reconnect':_0x25cc9a(0x9d)}},'collabStatus':{'fetchMiss':_0x25cc9a(0xb2),'conflict':_0x25cc9a(0xa6),'notCollab':_0x25cc9a(0xae),'synced':_0x25cc9a(0x9e),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x25cc9a(0xa8),'will-retry':_0x25cc9a(0xa5),'room-full':'The\x20document\x20has\x20reached\x20its\x20collaboration\x20limit.\x20Your\x20edits\x20will\x20be\x20cached\x20locally.','join-failed':_0x25cc9a(0xb3),'room-not-exists':_0x25cc9a(0xac),'room-permission-denied':_0x25cc9a(0xa9),'room-cnt-exceeds':_0x25cc9a(0xaf),'collaboration-timeout':_0x25cc9a(0xaa)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x25cc9a(0xa3)},'permission':{'title':_0x25cc9a(0xa0),'content':'Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.'},'collaboration':{'single-unit':{'warning':_0x25cc9a(0xa7)},'closeRoom':_0x25cc9a(0xa2)},'auth':{'needGotoLoginAlert':_0x25cc9a(0xb1)}};function _0x5d4c(_0x5e987d,_0x55d69d){_0x5e987d=_0x5e987d-0x9d;const _0x554a27=_0x554a();let _0x5d4c80=_0x554a27[_0x5e987d];return _0x5d4c80;}export{e as default};
@@ -1,13 +1,16 @@
1
- import { IDisposable, IMutationInfo, Nullable, ICommandService, ILogService, Injector, IPermissionService, IUniverInstanceService, LocaleService, RxDisposable } from '@univerjs/core';
2
- import { UniverType } from '@univerjs/protocol';
3
- import { Observable, BehaviorSubject } from 'rxjs';
4
- import { CollaborationSession } from '../../services/collaboration-session/collaboration-session';
5
- import { CollaborationState, ICollaborationStateHandler, SyncEditingCollabCursorHandler, TransformIMEHandler, TransformRemoteChangesetByIMECache, TransformRemoteChangesetByStateCache, TransformSelectionsHandler, TransformStateHandler, CollaborationStatus } from './collaboration-state';
1
+ import type { IDisposable, IMutationInfo, Nullable } from '@univerjs/core';
2
+ import type { UniverType } from '@univerjs/protocol';
3
+ import type { Observable } from 'rxjs';
4
+ import type { CollaborationSession } from '../../services/collaboration-session/collaboration-session';
5
+ import type { CollaborationState, ICollaborationStateHandler, SyncEditingCollabCursorHandler, TransformIMEHandler, TransformRemoteChangesetByIMECache, TransformRemoteChangesetByStateCache, TransformSelectionsHandler, TransformStateHandler } from './collaboration-state';
6
6
  import { CompressMutationService, RevisionService } from '@univerjs-pro/collaboration';
7
+ import { ICommandService, ILogService, Injector, IPermissionService, IUniverInstanceService, LocaleService, RxDisposable } from '@univerjs/core';
8
+ import { BehaviorSubject } from 'rxjs';
7
9
  import { CollaborationUIEventService } from '../../services/collaboration-ui-event/collaboration-ui-event';
8
10
  import { ILocalCacheService } from '../../services/local-cache/local-cache.service';
9
11
  import { SheetTransformSelectionsService } from '../../services/range-selection/sheet-transform-selections.service';
10
12
  import { ISingleActiveUnitService } from '../../services/single-active-unit/single-active-unit.service';
13
+ import { CollaborationStatus } from './collaboration-state';
11
14
  /**
12
15
  * Each univer document instance would map to an `CollaborationEntity` to handle collaborated editing events.
13
16
  */
@@ -1,7 +1,9 @@
1
- import { IAcknowledgedChangeset, IChangeset, ITransformService, RevisionService } from '@univerjs-pro/collaboration';
2
- import { IMutationInfo, Nullable, ICommandService, IConfigService, ILogService, Injector, IPermissionService, IUniverInstanceService, LocaleService } from '@univerjs/core';
3
- import { Observable } from 'rxjs';
4
- import { ICollaborativeUndoRedoService } from '../../services/undoredo/collaborative-undoredo.service';
1
+ import type { IAcknowledgedChangeset, IChangeset } from '@univerjs-pro/collaboration';
2
+ import type { IMutationInfo, Nullable } from '@univerjs/core';
3
+ import type { Observable } from 'rxjs';
4
+ import type { ICollaborativeUndoRedoService } from '../../services/undoredo/collaborative-undoredo.service';
5
+ import { ITransformService, RevisionService } from '@univerjs-pro/collaboration';
6
+ import { ICommandService, IConfigService, ILogService, Injector, IPermissionService, IUniverInstanceService, LocaleService } from '@univerjs/core';
5
7
  import { UniverType } from '@univerjs/protocol';
6
8
  import { CollaborationUIEventService } from '../../services/collaboration-ui-event/collaboration-ui-event';
7
9
  import { ILocalCacheService } from '../../services/local-cache/local-cache.service';
@@ -1,6 +1,7 @@
1
- import { Nullable, IConfigService, Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
2
- import { Observable } from 'rxjs';
3
- import { CollaborationEntity } from './collaboration-entity';
1
+ import type { Nullable } from '@univerjs/core';
2
+ import type { Observable } from 'rxjs';
3
+ import type { CollaborationEntity } from './collaboration-entity';
4
+ import { IConfigService, Injector, IUniverInstanceService, RxDisposable } from '@univerjs/core';
4
5
  import { CollaborationSessionService } from '../../services/collaboration-session/collaboration-session.service';
5
6
  export declare class CollaborationController extends RxDisposable {
6
7
  private readonly _injector;
@@ -1,7 +1,7 @@
1
- import { IChangeset, RevisionService } from '@univerjs-pro/collaboration';
2
- import { IMutationInfo, IUniverInstanceService } from '@univerjs/core';
3
- import { Observable } from 'rxjs';
4
- import { MemberService } from '../../../services/member/member.service';
1
+ import type { IChangeset, RevisionService } from '@univerjs-pro/collaboration';
2
+ import type { IMutationInfo, IUniverInstanceService } from '@univerjs/core';
3
+ import type { Observable } from 'rxjs';
4
+ import type { MemberService } from '../../../services/member/member.service';
5
5
  export interface IAssembledChangeset {
6
6
  changeset: IChangeset;
7
7
  pendingMutations: IMutationInfo[];
@@ -1,5 +1,5 @@
1
- import { Ctor, DependencyOverride } from '@univerjs/core';
2
- import { ICollaborationSocketService } from '../services/socket/collaboration-socket.service';
1
+ import type { Ctor, DependencyOverride } from '@univerjs/core';
2
+ import type { ICollaborationSocketService } from '../services/socket/collaboration-socket.service';
3
3
  export declare const COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY = "collaboration-client.config";
4
4
  export declare const configSymbol: unique symbol;
5
5
  export interface IUniverCollaborationClientConfig {
@@ -1,4 +1,4 @@
1
- import { IMutationInfo, UniverInstanceType } from '@univerjs/core';
1
+ import type { IMutationInfo, UniverInstanceType } from '@univerjs/core';
2
2
  export declare const TELEMETRY_COLLABORATION_NEW_CHANGESET = "collaboration_new_changeset";
3
3
  export interface INewChangesetTelemetryInfo {
4
4
  startTime: number;
@@ -1,8 +1,10 @@
1
- import { ILogContext, SnapshotService } from '@univerjs-pro/collaboration';
2
- import { IDisposable, Injector, IUniverInstanceService } from '@univerjs/core';
3
- import { IMember } from '@univerjs/protocol';
4
- import { FWorkbook } from '@univerjs/sheets/facade';
1
+ import type { ILogContext } from '@univerjs-pro/collaboration';
2
+ import type { IDisposable } from '@univerjs/core';
3
+ import type { IMember } from '@univerjs/protocol';
4
+ import type { FWorkbook } from '@univerjs/sheets/facade';
5
+ import { SnapshotService } from '@univerjs-pro/collaboration';
5
6
  import { CollaborationController, CollaborationStatus } from '@univerjs-pro/collaboration-client';
7
+ import { Injector, IUniverInstanceService } from '@univerjs/core';
6
8
  import { FBase } from '@univerjs/core/facade';
7
9
  /**
8
10
  * The Facade API object for the Collaboration module. It provides methods to interact with the
@@ -1,5 +1,5 @@
1
- import { CollaborationStatus } from '@univerjs-pro/collaboration-client';
2
- import { IEventBase } from '@univerjs/core/facade';
1
+ import type { CollaborationStatus } from '@univerjs-pro/collaboration-client';
2
+ import type { IEventBase } from '@univerjs/core/facade';
3
3
  /**
4
4
  * Event triggered when collaboration status changes for a unit
5
5
  */
@@ -1,4 +1,4 @@
1
- import { Injector, UnitModel, UniverInstanceType } from '@univerjs/core';
1
+ import type { Injector, UnitModel, UniverInstanceType } from '@univerjs/core';
2
2
  import { FUniver } from '@univerjs/core/facade';
3
3
  import { FCollaboration } from './f-collaboration';
4
4
  /**
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import { default as enUS } from './en-US';
1
+ import enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,4 +1,4 @@
1
- import { IUniverCollaborationClientConfig } from './controllers/config.schema';
1
+ import type { IUniverCollaborationClientConfig } from './controllers/config.schema';
2
2
  import { IConfigService, ILogService, Injector, Plugin } from '@univerjs/core';
3
3
  export declare class UniverCollaborationClientPlugin extends Plugin {
4
4
  private readonly _config;
@@ -1,5 +1,6 @@
1
- import { IAuthzIoService, Disposable, IConfigService } from '@univerjs/core';
2
- import { IActionInfo, IAllowedRequest, IBatchAllowedResponse, ICollaborator, ICreateCollaboratorRequest, ICreateRequest, IDeleteCollaboratorRequest, IListCollaboratorRequest, IListPermPointRequest, IListPermPointResponse, IListRolesRequest, IPutCollaboratorsRequest, IUnitRoleKV, IUpdateCollaboratorRequest, IUpdatePermPointRequest, UnitAction } from '@univerjs/protocol';
1
+ import type { IAuthzIoService } from '@univerjs/core';
2
+ import type { IActionInfo, IAllowedRequest, IBatchAllowedResponse, ICollaborator, ICreateCollaboratorRequest, ICreateRequest, IDeleteCollaboratorRequest, IListCollaboratorRequest, IListPermPointRequest, IListPermPointResponse, IListRolesRequest, IPutCollaboratorsRequest, IUnitRoleKV, IUpdateCollaboratorRequest, IUpdatePermPointRequest, UnitAction } from '@univerjs/protocol';
3
+ import { Disposable, IConfigService } from '@univerjs/core';
3
4
  import { HTTPService } from '@univerjs/network';
4
5
  export declare class AuthzIoHttpService extends Disposable implements IAuthzIoService {
5
6
  private _HTTPService;
@@ -1,7 +1,8 @@
1
- import { ICollaborationEvent } from '@univerjs-pro/collaboration';
2
- import { IDisposable, Nullable, IConfigService, ILogService, RxDisposable } from '@univerjs/core';
3
- import { Observable } from 'rxjs';
4
- import { ICollaborationSocket } from '../socket/collaboration-socket.service';
1
+ import type { ICollaborationEvent } from '@univerjs-pro/collaboration';
2
+ import type { IDisposable, Nullable } from '@univerjs/core';
3
+ import type { Observable } from 'rxjs';
4
+ import type { ICollaborationSocket } from '../socket/collaboration-socket.service';
5
+ import { IConfigService, ILogService, RxDisposable } from '@univerjs/core';
5
6
  import { ITelemetryService } from '@univerjs/telemetry';
6
7
  import { CollaborationUIEventService } from '../collaboration-ui-event/collaboration-ui-event';
7
8
  import { CommentService } from '../comment/comment.service';