@univerjs-pro/collaboration-client-ui 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.css +41 -1
  31. package/lib/index.js +1 -1
  32. package/lib/locale/ca-ES.js +1 -1
  33. package/lib/locale/en-US.js +1 -1
  34. package/lib/locale/es-ES.js +1 -1
  35. package/lib/locale/fa-IR.js +1 -1
  36. package/lib/locale/fr-FR.js +1 -1
  37. package/lib/locale/ja-JP.js +1 -1
  38. package/lib/locale/ko-KR.js +1 -1
  39. package/lib/locale/ru-RU.js +1 -1
  40. package/lib/locale/sk-SK.js +1 -1
  41. package/lib/locale/vi-VN.js +1 -1
  42. package/lib/locale/zh-CN.js +1 -1
  43. package/lib/locale/zh-TW.js +1 -1
  44. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -2
  45. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +7 -5
  46. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +3 -2
  47. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +1 -1
  48. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +6 -5
  49. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +3 -2
  50. package/lib/types/controllers/config.schema.d.ts +1 -1
  51. package/lib/types/locale/ca-ES.d.ts +1 -1
  52. package/lib/types/locale/es-ES.d.ts +1 -1
  53. package/lib/types/locale/fa-IR.d.ts +1 -1
  54. package/lib/types/locale/fr-FR.d.ts +1 -1
  55. package/lib/types/locale/ja-JP.d.ts +1 -1
  56. package/lib/types/locale/ko-KR.d.ts +1 -1
  57. package/lib/types/locale/ru-RU.d.ts +1 -1
  58. package/lib/types/locale/sk-SK.d.ts +1 -1
  59. package/lib/types/locale/vi-VN.d.ts +1 -1
  60. package/lib/types/locale/zh-CN.d.ts +1 -1
  61. package/lib/types/locale/zh-TW.d.ts +1 -1
  62. package/lib/types/models/cursor.d.ts +2 -2
  63. package/lib/types/plugin.d.ts +1 -1
  64. package/lib/types/services/collaboration-socket/collaboration-socket.service.d.ts +4 -2
  65. package/lib/types/services/formula-calculation-guard/util.d.ts +1 -1
  66. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +2 -1
  67. package/lib/types/services/local-cache/web-local-cache.service.d.ts +6 -4
  68. package/lib/types/services/network-condition/network-condition.d.ts +2 -2
  69. package/lib/types/services/remote-uniscript/remote-uniscript.service.d.ts +1 -1
  70. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +3 -2
  71. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +2 -1
  72. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +5 -4
  73. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +2 -1
  74. package/lib/types/services/url/url.service.d.ts +2 -2
  75. package/lib/types/services/url/web-url.service.d.ts +2 -2
  76. package/lib/types/views/components/CollabStatus.d.ts +1 -1
  77. package/lib/types/views/components/CollabStatus.stories.d.ts +1 -1
  78. package/lib/types/views/shapes/doc-collab-cursor.d.ts +2 -2
  79. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +3 -2
  80. package/lib/types/views/shapes/text-bubble.shape.d.ts +2 -1
  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 +20 -19
@@ -1 +1 @@
1
- 'use strict';function _0x42d4(_0xcf4e5b,_0x5cf8b4){_0xcf4e5b=_0xcf4e5b-0x1a9;const _0x181306=_0x1813();let _0x42d456=_0x181306[_0xcf4e5b];return _0x42d456;}const _0x5ef970=_0x42d4;(function(_0x3ea0ae,_0x4d65f6){const _0x2741e1=_0x42d4,_0x453b2f=_0x3ea0ae();while(!![]){try{const _0xbbbd95=-parseInt(_0x2741e1(0x1bf))/0x1*(-parseInt(_0x2741e1(0x1b4))/0x2)+parseInt(_0x2741e1(0x1ab))/0x3*(-parseInt(_0x2741e1(0x1ba))/0x4)+-parseInt(_0x2741e1(0x1bb))/0x5*(-parseInt(_0x2741e1(0x1b8))/0x6)+parseInt(_0x2741e1(0x1bc))/0x7*(parseInt(_0x2741e1(0x1b2))/0x8)+parseInt(_0x2741e1(0x1b1))/0x9+-parseInt(_0x2741e1(0x1bd))/0xa*(-parseInt(_0x2741e1(0x1c6))/0xb)+parseInt(_0x2741e1(0x1ac))/0xc*(-parseInt(_0x2741e1(0x1c1))/0xd);if(_0xbbbd95===_0x4d65f6)break;else _0x453b2f['push'](_0x453b2f['shift']());}catch(_0x33c56b){_0x453b2f['push'](_0x453b2f['shift']());}}}(_0x1813,0x3033c));const e={'collab-client':{'tooltip':{'reconnect':_0x5ef970(0x1ad)}},'collabStatus':{'fetchMiss':_0x5ef970(0x1b9),'conflict':_0x5ef970(0x1c4),'notCollab':'Local\x20file','synced':'Synced','syncing':_0x5ef970(0x1b0),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x5ef970(0x1c2),'room-full':_0x5ef970(0x1b6),'collaboration-timeout':_0x5ef970(0x1be)},'conflict':{'title':'Collaboration\x20Conflict','content':_0x5ef970(0x1a9)},'permission':{'title':_0x5ef970(0x1b7),'content':_0x5ef970(0x1b5)},'collaboration':{'offline-data-not-saved':_0x5ef970(0x1ae),'single-unit':{'warning':_0x5ef970(0x1b3)},'closeRoom':_0x5ef970(0x1af)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x5ef970(0x1c5),'waiting':_0x5ef970(0x1c3),'unable':_0x5ef970(0x1c0)}}},o=e;module[_0x5ef970(0x1aa)]=o;function _0x1813(){const _0x3eca2b=['2202UrCzvT','Syncing\x20server\x20data...','11996OtLQTy','3905xKxNjI','154XGOChF','52450iRnlop','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','37lhBpel','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','4306354YHIJmL','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Edit\x20conflicts','Formula\x20calculation\x20started.','11LTxVXx','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.','exports','363Nkmyxt','12yableq','Click\x20to\x20Reconnect','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing...','698301kJQwOZ','112872KvGkSm','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','11444jokFfN','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\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Authentication\x20Error'];_0x1813=function(){return _0x3eca2b;};return _0x1813();}
1
+ function _0x312b(_0x97aa8,_0xb6bade){_0x97aa8=_0x97aa8-0x6f;const _0x583753=_0x5837();let _0x312bfa=_0x583753[_0x97aa8];return _0x312bfa;}function _0x5837(){const _0x2d62ae=['Syncing...','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','3578127FpecPX','594758snRiNO','885755hhTchg','Authentication\x20Error','Formula\x20calculation\x20started.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','10OnCrgh','Click\x20to\x20Reconnect','1hxJJem','Local\x20file','exports','56TTVwML','70095zwBscX','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','9531384yXhLKV','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Collaboration\x20Conflict','14179653CwDGjD','236538LToYGR','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\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.'];_0x5837=function(){return _0x2d62ae;};return _0x5837();}const _0x3568da=_0x312b;(function(_0x3bb876,_0x1bbecf){const _0x438954=_0x312b,_0x9444f=_0x3bb876();while(!![]){try{const _0x5a2d98=parseInt(_0x438954(0x7e))/0x1*(parseInt(_0x438954(0x77))/0x2)+parseInt(_0x438954(0x82))/0x3*(-parseInt(_0x438954(0x81))/0x4)+-parseInt(_0x438954(0x78))/0x5+-parseInt(_0x438954(0x70))/0x6+parseInt(_0x438954(0x76))/0x7+-parseInt(_0x438954(0x84))/0x8+-parseInt(_0x438954(0x6f))/0x9*(-parseInt(_0x438954(0x7c))/0xa);if(_0x5a2d98===_0x1bbecf)break;else _0x9444f['push'](_0x9444f['shift']());}catch(_0x545d3c){_0x9444f['push'](_0x9444f['shift']());}}}(_0x5837,0x9e6f6));const e={'collab-client':{'tooltip':{'reconnect':_0x3568da(0x7d)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':'Edit\x20conflicts','notCollab':_0x3568da(0x7f),'synced':'Synced','syncing':_0x3568da(0x74),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x3568da(0x72),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x3568da(0x87),'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':_0x3568da(0x79),'content':_0x3568da(0x73)},'collaboration':{'offline-data-not-saved':_0x3568da(0x83),'single-unit':{'warning':_0x3568da(0x75)},'closeRoom':_0x3568da(0x7b)},'auth':{'needGotoLoginAlert':_0x3568da(0x86)},'formula':{'calculation':{'started':_0x3568da(0x7a),'waiting':_0x3568da(0x71),'unable':_0x3568da(0x85)}}};module[_0x3568da(0x80)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x46d648=_0x4b92;(function(_0x36a469,_0x4cb128){const _0xa89d8f=_0x4b92,_0x2e3bef=_0x36a469();while(!![]){try{const _0x364fe2=parseInt(_0xa89d8f(0x1e4))/0x1+-parseInt(_0xa89d8f(0x1ed))/0x2+parseInt(_0xa89d8f(0x1ec))/0x3+-parseInt(_0xa89d8f(0x1ee))/0x4+parseInt(_0xa89d8f(0x1e7))/0x5*(parseInt(_0xa89d8f(0x1e9))/0x6)+-parseInt(_0xa89d8f(0x1e1))/0x7*(parseInt(_0xa89d8f(0x1e8))/0x8)+parseInt(_0xa89d8f(0x1e2))/0x9;if(_0x364fe2===_0x4cb128)break;else _0x2e3bef['push'](_0x2e3bef['shift']());}catch(_0x43419a){_0x2e3bef['push'](_0x2e3bef['shift']());}}}(_0x4583,0x50039));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x46d648(0x1f4),'conflict':_0x46d648(0x1ef),'notCollab':_0x46d648(0x1f0),'synced':'Synced','syncing':_0x46d648(0x1f6),'offline':_0x46d648(0x1ea)},'session':{'connection-failed':_0x46d648(0x1f7),'will-retry':_0x46d648(0x1f8),'room-full':_0x46d648(0x1e6),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x46d648(0x1f9),'content':_0x46d648(0x1eb)},'permission':{'title':_0x46d648(0x1f3),'content':_0x46d648(0x1f5)},'collaboration':{'offline-data-not-saved':_0x46d648(0x1e5),'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':_0x46d648(0x1f2)},'formula':{'calculation':{'started':_0x46d648(0x1f1),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x46d648(0x1e3)}}};function _0x4b92(_0x4eef9f,_0x273a9a){_0x4eef9f=_0x4eef9f-0x1e1;const _0x4583ec=_0x4583();let _0x4b927f=_0x4583ec[_0x4eef9f];return _0x4b927f;}function _0x4583(){const _0x2c80ca=['8zkSuVd','45780gOFPdg','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','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.','1096125LCTvJb','969864UNurGP','2615868VVryxl','Edit\x20conflicts','Local\x20file','Formula\x20calculation\x20started.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Authentication\x20Error','Syncing\x20server\x20data...','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Syncing...','Connection\x20failed,\x20please\x20check\x20your\x20network.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Collaboration\x20Conflict','192514YHYPbP','296748ppSSsy','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','523541tPexOd','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','375RadDyJ'];_0x4583=function(){return _0x2c80ca;};return _0x4583();}module['exports']=e;
1
+ const _0x2e540b=_0x5d28;(function(_0x5f5182,_0x3653b5){const _0x39ded5=_0x5d28,_0x57a023=_0x5f5182();while(!![]){try{const _0x3d3eff=parseInt(_0x39ded5(0x107))/0x1+parseInt(_0x39ded5(0xfa))/0x2*(parseInt(_0x39ded5(0x100))/0x3)+parseInt(_0x39ded5(0x104))/0x4*(-parseInt(_0x39ded5(0xfc))/0x5)+parseInt(_0x39ded5(0xff))/0x6*(parseInt(_0x39ded5(0xf0))/0x7)+parseInt(_0x39ded5(0x109))/0x8+-parseInt(_0x39ded5(0xf9))/0x9+parseInt(_0x39ded5(0x101))/0xa*(parseInt(_0x39ded5(0x106))/0xb);if(_0x3d3eff===_0x3653b5)break;else _0x57a023['push'](_0x57a023['shift']());}catch(_0x3c85ac){_0x57a023['push'](_0x57a023['shift']());}}}(_0x3d8c,0x99032));function _0x5d28(_0x509e17,_0x5e163b){_0x509e17=_0x509e17-0xf0;const _0x3d8c59=_0x3d8c();let _0x5d2829=_0x3d8c59[_0x509e17];return _0x5d2829;}function _0x3d8c(){const _0x24b091=['851609zTCxkn','391473BqtNwn','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','314976YRQolH','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','21gSLFEd','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Collaboration\x20Conflict','exports','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed,\x20please\x20check\x20your\x20network.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Syncing\x20server\x20data...','6633378onSSss','1412sXeJQB','Formula\x20calculation\x20started.','5GOAVYt','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.','Click\x20to\x20Reconnect','479826PbthTi','222UsSQPa','240FfdfGu','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Syncing...','4869112LqXIZc','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...'];_0x3d8c=function(){return _0x24b091;};return _0x3d8c();}const e={'collab-client':{'tooltip':{'reconnect':_0x2e540b(0xfe)}},'collabStatus':{'fetchMiss':_0x2e540b(0xf8),'conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':'Synced','syncing':_0x2e540b(0x103),'offline':_0x2e540b(0xf5)},'session':{'connection-failed':_0x2e540b(0xf6),'will-retry':_0x2e540b(0xf1),'room-full':_0x2e540b(0x108),'collaboration-timeout':_0x2e540b(0xf7)},'conflict':{'title':_0x2e540b(0xf3),'content':_0x2e540b(0xfd)},'permission':{'title':_0x2e540b(0x10a),'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':{'offline-data-not-saved':_0x2e540b(0xf2),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x2e540b(0x102)},'auth':{'needGotoLoginAlert':_0x2e540b(0x10b)},'formula':{'calculation':{'started':_0x2e540b(0xfb),'waiting':_0x2e540b(0x105),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}};module[_0x2e540b(0xf4)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x248769=_0xfe44;(function(_0x323162,_0x5d2a51){const _0x267f4a=_0xfe44,_0x19d4cd=_0x323162();while(!![]){try{const _0xa0d869=-parseInt(_0x267f4a(0x126))/0x1+parseInt(_0x267f4a(0x136))/0x2*(parseInt(_0x267f4a(0x12c))/0x3)+-parseInt(_0x267f4a(0x132))/0x4+parseInt(_0x267f4a(0x12b))/0x5+parseInt(_0x267f4a(0x139))/0x6*(-parseInt(_0x267f4a(0x124))/0x7)+parseInt(_0x267f4a(0x12a))/0x8+parseInt(_0x267f4a(0x135))/0x9;if(_0xa0d869===_0x5d2a51)break;else _0x19d4cd['push'](_0x19d4cd['shift']());}catch(_0x36b3f9){_0x19d4cd['push'](_0x19d4cd['shift']());}}}(_0x3d2b,0xb5d5d));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x248769(0x13a),'conflict':_0x248769(0x12e),'notCollab':'Local\x20file','synced':_0x248769(0x128),'syncing':'Syncing...','offline':_0x248769(0x129)},'session':{'connection-failed':_0x248769(0x125),'will-retry':_0x248769(0x130),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x248769(0x134)},'conflict':{'title':_0x248769(0x121),'content':_0x248769(0x127)},'permission':{'title':_0x248769(0x123),'content':_0x248769(0x12d)},'collaboration':{'offline-data-not-saved':_0x248769(0x120),'single-unit':{'warning':_0x248769(0x138)},'closeRoom':_0x248769(0x131)},'auth':{'needGotoLoginAlert':_0x248769(0x122)},'formula':{'calculation':{'started':_0x248769(0x137),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x248769(0x133)}}},o=e;module[_0x248769(0x12f)]=o;function _0xfe44(_0x2007b9,_0x3c5288){_0x2007b9=_0x2007b9-0x120;const _0x3d2b2c=_0x3d2b();let _0xfe44aa=_0x3d2b2c[_0x2007b9];return _0xfe44aa;}function _0x3d2b(){const _0x30977a=['3mOoPfs','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Edit\x20conflicts','exports','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','3923144wYZjum','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','23674959RfXaRw','1096894RrNaXn','Formula\x20calculation\x20started.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','24heBNtC','Syncing\x20server\x20data...','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Collaboration\x20Conflict','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Authentication\x20Error','1131242HxuxlN','Connection\x20failed,\x20please\x20check\x20your\x20network.','1330464aRFoXp','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','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','3246448AgrkGn','588335FkSwXO'];_0x3d2b=function(){return _0x30977a;};return _0x3d2b();}
1
+ const _0x28b174=_0x1fee;(function(_0x521ae4,_0x4858cb){const _0x577e46=_0x1fee,_0x1ac112=_0x521ae4();while(!![]){try{const _0x58ac82=-parseInt(_0x577e46(0x13c))/0x1+parseInt(_0x577e46(0x147))/0x2+-parseInt(_0x577e46(0x13e))/0x3+-parseInt(_0x577e46(0x13a))/0x4*(-parseInt(_0x577e46(0x140))/0x5)+-parseInt(_0x577e46(0x14d))/0x6*(-parseInt(_0x577e46(0x139))/0x7)+-parseInt(_0x577e46(0x144))/0x8+-parseInt(_0x577e46(0x145))/0x9;if(_0x58ac82===_0x4858cb)break;else _0x1ac112['push'](_0x1ac112['shift']());}catch(_0x498b01){_0x1ac112['push'](_0x1ac112['shift']());}}}(_0x171f,0xcebfa));const e={'collab-client':{'tooltip':{'reconnect':_0x28b174(0x149)}},'collabStatus':{'fetchMiss':_0x28b174(0x143),'conflict':_0x28b174(0x14c),'notCollab':_0x28b174(0x13d),'synced':_0x28b174(0x146),'syncing':_0x28b174(0x135),'offline':_0x28b174(0x138)},'session':{'connection-failed':_0x28b174(0x148),'will-retry':_0x28b174(0x141),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':'Collaboration\x20Conflict','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':_0x28b174(0x137),'content':_0x28b174(0x14a)},'collaboration':{'offline-data-not-saved':_0x28b174(0x13f),'single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x28b174(0x134)},'auth':{'needGotoLoginAlert':_0x28b174(0x136)},'formula':{'calculation':{'started':_0x28b174(0x14b),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x28b174(0x13b)}}};function _0x1fee(_0x23c1f2,_0x4f7411){_0x23c1f2=_0x23c1f2-0x134;const _0x171f85=_0x171f();let _0x1fee08=_0x171f85[_0x23c1f2];return _0x1fee08;}function _0x171f(){const _0x3f5f4e=['Syncing...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Authentication\x20Error','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','6433EoBMIW','4VwqeYI','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','1273736JjvqiY','Local\x20file','3026067NZvtoh','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','7377835DoClyv','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','exports','Syncing\x20server\x20data...','1804912pJsWQv','3141189YJNTzp','Synced','1245684XrqcNc','Connection\x20failed,\x20please\x20check\x20your\x20network.','Click\x20to\x20Reconnect','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Formula\x20calculation\x20started.','Edit\x20conflicts','10482YCxCDY','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'];_0x171f=function(){return _0x3f5f4e;};return _0x171f();}module[_0x28b174(0x142)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0xfb1444=_0x79e3;function _0x79e3(_0x345b9d,_0x18179a){_0x345b9d=_0x345b9d-0x179;const _0x442d0c=_0x442d();let _0x79e31b=_0x442d0c[_0x345b9d];return _0x79e31b;}(function(_0x5ee56e,_0x57d60a){const _0x23b05c=_0x79e3,_0x52c662=_0x5ee56e();while(!![]){try{const _0x27fd35=-parseInt(_0x23b05c(0x18d))/0x1+parseInt(_0x23b05c(0x186))/0x2+-parseInt(_0x23b05c(0x179))/0x3+-parseInt(_0x23b05c(0x17d))/0x4*(parseInt(_0x23b05c(0x191))/0x5)+-parseInt(_0x23b05c(0x17b))/0x6+parseInt(_0x23b05c(0x18f))/0x7*(parseInt(_0x23b05c(0x182))/0x8)+parseInt(_0x23b05c(0x188))/0x9;if(_0x27fd35===_0x57d60a)break;else _0x52c662['push'](_0x52c662['shift']());}catch(_0x17c3c6){_0x52c662['push'](_0x52c662['shift']());}}}(_0x442d,0x446a5));function _0x442d(){const _0x1edc1e=['834340yIwtNg','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','9215028DnpgQB','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','434503mwmjFG','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','122717mOQKUe','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','45wIEHKb','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','خطای\x20اعتبارسنجی','643329JTzXZI','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','2916780htarCa','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','73780icMcJD','شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','پرونده\x20محلی','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','64fVEwzB','محاسبه\x20فرمول\x20شروع\x20شد.','تداخل\x20همکاری','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'];_0x442d=function(){return _0x1edc1e;};return _0x442d();}const o={'collab-client':{'tooltip':{'reconnect':_0xfb1444(0x190)}},'collabStatus':{'fetchMiss':_0xfb1444(0x187),'conflict':'تداخل\x20ویرایش','notCollab':_0xfb1444(0x180),'synced':'همگام\x20سازی','syncing':'در\x20حال\x20همگام\x20سازی...','offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0xfb1444(0x18b),'will-retry':_0xfb1444(0x17f),'room-full':_0xfb1444(0x18c),'collaboration-timeout':_0xfb1444(0x17c)},'conflict':{'title':_0xfb1444(0x184),'content':_0xfb1444(0x18a)},'permission':{'title':_0xfb1444(0x193),'content':_0xfb1444(0x189)},'collaboration':{'offline-data-not-saved':_0xfb1444(0x17e),'single-unit':{'warning':_0xfb1444(0x181)},'closeRoom':_0xfb1444(0x17a)},'auth':{'needGotoLoginAlert':_0xfb1444(0x185)},'formula':{'calculation':{'started':_0xfb1444(0x183),'waiting':_0xfb1444(0x18e),'unable':_0xfb1444(0x192)}}};module['exports']=o;
1
+ const _0x4422b8=_0x35dd;function _0x35dd(_0x506463,_0x4968df){_0x506463=_0x506463-0x14d;const _0x1fb168=_0x1fb1();let _0x35dd30=_0x1fb168[_0x506463];return _0x35dd30;}(function(_0x318eab,_0x55e0fb){const _0x511858=_0x35dd,_0x153967=_0x318eab();while(!![]){try{const _0x2fee63=parseInt(_0x511858(0x155))/0x1*(parseInt(_0x511858(0x15d))/0x2)+-parseInt(_0x511858(0x14d))/0x3+-parseInt(_0x511858(0x15c))/0x4+-parseInt(_0x511858(0x14f))/0x5+-parseInt(_0x511858(0x151))/0x6*(-parseInt(_0x511858(0x167))/0x7)+-parseInt(_0x511858(0x14e))/0x8+parseInt(_0x511858(0x163))/0x9*(parseInt(_0x511858(0x159))/0xa);if(_0x2fee63===_0x55e0fb)break;else _0x153967['push'](_0x153967['shift']());}catch(_0x3f1851){_0x153967['push'](_0x153967['shift']());}}}(_0x1fb1,0x582a2));const e={'collab-client':{'tooltip':{'reconnect':_0x4422b8(0x152)}},'collabStatus':{'fetchMiss':_0x4422b8(0x156),'conflict':'تداخل\x20ویرایش','notCollab':_0x4422b8(0x150),'synced':'همگام\x20سازی','syncing':_0x4422b8(0x15a),'offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'session':{'connection-failed':_0x4422b8(0x15f),'will-retry':_0x4422b8(0x154),'room-full':_0x4422b8(0x153),'collaboration-timeout':_0x4422b8(0x15e)},'conflict':{'title':_0x4422b8(0x157),'content':_0x4422b8(0x161)},'permission':{'title':_0x4422b8(0x162),'content':_0x4422b8(0x15b)},'collaboration':{'offline-data-not-saved':'شما\x20ویرایش‌های\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشده‌اند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','single-unit':{'warning':_0x4422b8(0x165)},'closeRoom':_0x4422b8(0x158)},'auth':{'needGotoLoginAlert':_0x4422b8(0x160)},'formula':{'calculation':{'started':'محاسبه\x20فرمول\x20شروع\x20شد.','waiting':_0x4422b8(0x166),'unable':'در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'}}};function _0x1fb1(){const _0x1cb6fe=['325297oLlTTo','610470nBppuC','3716752fodWLn','2135105mwsPhz','پرونده\x20محلی','42QQnxGY','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','10881XXZHHf','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','تداخل\x20همکاری','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','7147460lDGsGp','در\x20حال\x20همگام\x20سازی...','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','2021204TxbYVP','38PszXCz','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','خطای\x20اعتبارسنجی','18sZlpIG','exports','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...'];_0x1fb1=function(){return _0x1cb6fe;};return _0x1fb1();}module[_0x4422b8(0x164)]=e;
@@ -1 +1 @@
1
- 'use strict';function _0x1c4c(){const _0xb2b255=['Synced','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Edit\x20conflicts','7580HRbZmk','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','1BPpUDg','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','12729816fYZSYG','4500zftgTp','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','8OiFBho','Connection\x20failed,\x20please\x20check\x20your\x20network.','11865oRMKKC','Collaboration\x20Conflict','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','659378OdPxCM','12EqNrwu','Formula\x20calculation\x20started.','971453nmucmg','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','613182zrBijr','Syncing...','1960434jRjZEd','Syncing\x20server\x20data...','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.','Click\x20to\x20Reconnect'];_0x1c4c=function(){return _0xb2b255;};return _0x1c4c();}const _0x333db7=_0x376b;function _0x376b(_0x4b2ada,_0x559fae){_0x4b2ada=_0x4b2ada-0x1d6;const _0x1c4c2f=_0x1c4c();let _0x376b44=_0x1c4c2f[_0x4b2ada];return _0x376b44;}(function(_0x3c91ea,_0x281da1){const _0x4aa5f7=_0x376b,_0x44b3e7=_0x3c91ea();while(!![]){try{const _0x312617=parseInt(_0x4aa5f7(0x1dc))/0x1*(-parseInt(_0x4aa5f7(0x1e6))/0x2)+parseInt(_0x4aa5f7(0x1eb))/0x3+parseInt(_0x4aa5f7(0x1e7))/0x4*(parseInt(_0x4aa5f7(0x1e3))/0x5)+-parseInt(_0x4aa5f7(0x1ed))/0x6+parseInt(_0x4aa5f7(0x1e9))/0x7*(-parseInt(_0x4aa5f7(0x1e1))/0x8)+parseInt(_0x4aa5f7(0x1df))/0x9*(-parseInt(_0x4aa5f7(0x1d9))/0xa)+parseInt(_0x4aa5f7(0x1de))/0xb;if(_0x312617===_0x281da1)break;else _0x44b3e7['push'](_0x44b3e7['shift']());}catch(_0x4fd719){_0x44b3e7['push'](_0x44b3e7['shift']());}}}(_0x1c4c,0x2f802));const e={'collab-client':{'tooltip':{'reconnect':_0x333db7(0x1f0)}},'collabStatus':{'fetchMiss':_0x333db7(0x1ee),'conflict':_0x333db7(0x1d8),'notCollab':'Local\x20file','synced':_0x333db7(0x1d6),'syncing':_0x333db7(0x1ec),'offline':_0x333db7(0x1d7)},'session':{'connection-failed':_0x333db7(0x1e2),'will-retry':_0x333db7(0x1da),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x333db7(0x1e5)},'conflict':{'title':_0x333db7(0x1e4),'content':_0x333db7(0x1ef)},'permission':{'title':'Authentication\x20Error','content':_0x333db7(0x1ea)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':'You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.'},'closeRoom':_0x333db7(0x1e0)},'auth':{'needGotoLoginAlert':_0x333db7(0x1db)},'formula':{'calculation':{'started':_0x333db7(0x1e8),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x333db7(0x1dd)}}},o=e;module['exports']=o;
1
+ const _0x2dc3e3=_0x281b;(function(_0x20d9c5,_0x33a16c){const _0x1c1b5c=_0x281b,_0x3013fa=_0x20d9c5();while(!![]){try{const _0x1aee51=parseInt(_0x1c1b5c(0xcb))/0x1+parseInt(_0x1c1b5c(0xd1))/0x2*(-parseInt(_0x1c1b5c(0xd6))/0x3)+parseInt(_0x1c1b5c(0xcc))/0x4+parseInt(_0x1c1b5c(0xd2))/0x5*(-parseInt(_0x1c1b5c(0xce))/0x6)+parseInt(_0x1c1b5c(0xd7))/0x7+-parseInt(_0x1c1b5c(0xc4))/0x8+parseInt(_0x1c1b5c(0xd3))/0x9;if(_0x1aee51===_0x33a16c)break;else _0x3013fa['push'](_0x3013fa['shift']());}catch(_0x315ef3){_0x3013fa['push'](_0x3013fa['shift']());}}}(_0x293d,0xb0ea4));function _0x281b(_0x5a02aa,_0xb2a6ca){_0x5a02aa=_0x5a02aa-0xbf;const _0x293df1=_0x293d();let _0x281ba0=_0x293df1[_0x5a02aa];return _0x281ba0;}const e={'collab-client':{'tooltip':{'reconnect':_0x2dc3e3(0xc8)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x2dc3e3(0xcf),'notCollab':_0x2dc3e3(0xc1),'synced':'Synced','syncing':_0x2dc3e3(0xd4),'offline':_0x2dc3e3(0xc5)},'session':{'connection-failed':_0x2dc3e3(0xc3),'will-retry':_0x2dc3e3(0xc0),'room-full':_0x2dc3e3(0xc9),'collaboration-timeout':_0x2dc3e3(0xc6)},'conflict':{'title':_0x2dc3e3(0xcd),'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':_0x2dc3e3(0xd9),'content':_0x2dc3e3(0xbf)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x2dc3e3(0xd8)},'closeRoom':_0x2dc3e3(0xca)},'auth':{'needGotoLoginAlert':_0x2dc3e3(0xd0)},'formula':{'calculation':{'started':_0x2dc3e3(0xc7),'waiting':_0x2dc3e3(0xc2),'unable':_0x2dc3e3(0xd5)}}};function _0x293d(){const _0x5ec901=['151715vrDrgQ','17113698MPFVbT','Syncing...','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','2982lqMbPS','5229196JrOjyV','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Authentication\x20Error','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\x20retry\x20in\x20a\x20while.','Local\x20file','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Connection\x20failed,\x20please\x20check\x20your\x20network.','9861424CmUppu','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Formula\x20calculation\x20started.','Click\x20to\x20Reconnect','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','84235qcuqVK','4056600brekdA','Collaboration\x20Conflict','210Mhhjrb','Edit\x20conflicts','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','1464Bblibc'];_0x293d=function(){return _0x5ec901;};return _0x293d();}module['exports']=e;
@@ -1 +1 @@
1
- 'use strict';const _0x13cf00=_0x3226;function _0x1f50(){const _0x1f850d=['オフライン、編集内容はローカルに保存されます','現在、数式の計算を実行できません。後でもう一度お試しください。','1035220nmOqpn','接続に失敗しました。ネットワーク接続を確認してください。','6WIKwdY','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','接続に失敗しました。しばらくしてから再試行します。','9vLFnES','同期中...','33268klJxnF','数式の計算キューが満杯です。空きが出るまでお待ちください...','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','同期済み','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','サーバーデータを同期中...','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','5913672dBHIgx','2364095MXItdP','共同編集ルームが閉じられたため、編集権限が取り消されました。','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','20077340HvUack','ローカルファイル','2392422RYHYxy','数式の計算を開始しました。','17miKrPG','2768682QPWXdT'];_0x1f50=function(){return _0x1f850d;};return _0x1f50();}(function(_0x55c7ef,_0x4e35a4){const _0x541be=_0x3226,_0x7bfa52=_0x55c7ef();while(!![]){try{const _0x122cb5=-parseInt(_0x541be(0x91))/0x1*(-parseInt(_0x541be(0x9c))/0x2)+-parseInt(_0x541be(0x8f))/0x3+-parseInt(_0x541be(0x95))/0x4+parseInt(_0x541be(0x8a))/0x5*(-parseInt(_0x541be(0x97))/0x6)+parseInt(_0x541be(0x92))/0x7+-parseInt(_0x541be(0x89))/0x8*(parseInt(_0x541be(0x9a))/0x9)+parseInt(_0x541be(0x8d))/0xa;if(_0x122cb5===_0x4e35a4)break;else _0x7bfa52['push'](_0x7bfa52['shift']());}catch(_0x1ceb15){_0x7bfa52['push'](_0x7bfa52['shift']());}}}(_0x1f50,0x65fc3));const o={'collab-client':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x13cf00(0x87),'conflict':'編集の競合','notCollab':_0x13cf00(0x8e),'synced':_0x13cf00(0x85),'syncing':_0x13cf00(0x9b),'offline':_0x13cf00(0x93)},'session':{'connection-failed':_0x13cf00(0x96),'will-retry':_0x13cf00(0x99),'room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':'サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。'},'conflict':{'title':'共同編集の競合','content':_0x13cf00(0x86)},'permission':{'title':'認証エラー','content':_0x13cf00(0x84)},'collaboration':{'offline-data-not-saved':_0x13cf00(0x8c),'single-unit':{'warning':_0x13cf00(0x88)},'closeRoom':_0x13cf00(0x8b)},'auth':{'needGotoLoginAlert':_0x13cf00(0x98)},'formula':{'calculation':{'started':_0x13cf00(0x90),'waiting':_0x13cf00(0x83),'unable':_0x13cf00(0x94)}}};function _0x3226(_0x4ed7a9,_0x2bcb38){_0x4ed7a9=_0x4ed7a9-0x83;const _0x1f50e0=_0x1f50();let _0x3226b7=_0x1f50e0[_0x4ed7a9];return _0x3226b7;}module['exports']=o;
1
+ const _0x1e0f44=_0x5b3f;function _0x4fe7(){const _0x34b1c8=['別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','64QEMHCm','2636070eHDjNs','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','接続に失敗しました。しばらくしてから再試行します。','数式の計算を開始しました。','6NkoxJS','exports','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','301ynGtUz','45205nhaKQF','同期中...','数式の計算キューが満杯です。空きが出るまでお待ちください...','接続に失敗しました。ネットワーク接続を確認してください。','414536FazLNT','サーバーデータを同期中...','現在、数式の計算を実行できません。後でもう一度お試しください。','504990trAXGO','編集の競合','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','同期済み','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','430236wxwRjX','4001470sJzTgD','クリックして再接続','共同編集ルームが閉じられたため、編集権限が取り消されました。','47742wbsfRq','認証エラー'];_0x4fe7=function(){return _0x34b1c8;};return _0x4fe7();}function _0x5b3f(_0x45fa4f,_0x1629e){_0x45fa4f=_0x45fa4f-0x1a0;const _0x4fe76b=_0x4fe7();let _0x5b3f8e=_0x4fe76b[_0x45fa4f];return _0x5b3f8e;}(function(_0x184f65,_0x18ac8f){const _0x4645ca=_0x5b3f,_0x1fd24f=_0x184f65();while(!![]){try{const _0x32887d=parseInt(_0x4645ca(0x1a7))/0x1+parseInt(_0x4645ca(0x1ae))/0x2*(-parseInt(_0x4645ca(0x1a2))/0x3)+-parseInt(_0x4645ca(0x1ab))/0x4+parseInt(_0x4645ca(0x1bb))/0x5+parseInt(_0x4645ca(0x1b7))/0x6*(parseInt(_0x4645ca(0x1a6))/0x7)+-parseInt(_0x4645ca(0x1ba))/0x8*(-parseInt(_0x4645ca(0x1b3))/0x9)+-parseInt(_0x4645ca(0x1b4))/0xa;if(_0x32887d===_0x18ac8f)break;else _0x1fd24f['push'](_0x1fd24f['shift']());}catch(_0x5d5772){_0x1fd24f['push'](_0x1fd24f['shift']());}}}(_0x4fe7,0x465e7));const e={'collab-client':{'tooltip':{'reconnect':_0x1e0f44(0x1b5)}},'collabStatus':{'fetchMiss':_0x1e0f44(0x1ac),'conflict':_0x1e0f44(0x1af),'notCollab':'ローカルファイル','synced':_0x1e0f44(0x1b1),'syncing':_0x1e0f44(0x1a8),'offline':'オフライン、編集内容はローカルに保存されます'},'session':{'connection-failed':_0x1e0f44(0x1aa),'will-retry':_0x1e0f44(0x1a0),'room-full':'共同編集ルームが満員です。編集内容はローカルに保存されます。','collaboration-timeout':_0x1e0f44(0x1a5)},'conflict':{'title':'共同編集の競合','content':_0x1e0f44(0x1b0)},'permission':{'title':_0x1e0f44(0x1b8),'content':_0x1e0f44(0x1b2)},'collaboration':{'offline-data-not-saved':_0x1e0f44(0x1bc),'single-unit':{'warning':_0x1e0f44(0x1b9)},'closeRoom':_0x1e0f44(0x1b6)},'auth':{'needGotoLoginAlert':_0x1e0f44(0x1a4)},'formula':{'calculation':{'started':_0x1e0f44(0x1a1),'waiting':_0x1e0f44(0x1a9),'unable':_0x1e0f44(0x1ad)}}};module[_0x1e0f44(0x1a3)]=e;
@@ -1 +1 @@
1
- 'use strict';function _0x1878(_0x1a6c14,_0x57c437){_0x1a6c14=_0x1a6c14-0x177;const _0x462a18=_0x462a();let _0x187873=_0x462a18[_0x1a6c14];return _0x187873;}const _0x30190b=_0x1878;(function(_0x184c05,_0x52993c){const _0x4a10cd=_0x1878,_0x38805c=_0x184c05();while(!![]){try{const _0x16ef0b=-parseInt(_0x4a10cd(0x182))/0x1*(-parseInt(_0x4a10cd(0x184))/0x2)+parseInt(_0x4a10cd(0x18e))/0x3+parseInt(_0x4a10cd(0x178))/0x4+parseInt(_0x4a10cd(0x188))/0x5*(-parseInt(_0x4a10cd(0x17e))/0x6)+-parseInt(_0x4a10cd(0x18c))/0x7+-parseInt(_0x4a10cd(0x17d))/0x8+parseInt(_0x4a10cd(0x189))/0x9;if(_0x16ef0b===_0x52993c)break;else _0x38805c['push'](_0x38805c['shift']());}catch(_0x37121c){_0x38805c['push'](_0x38805c['shift']());}}}(_0x462a,0x27418));const o={'collab-client':{'tooltip':{'reconnect':_0x30190b(0x17f)}},'collabStatus':{'fetchMiss':_0x30190b(0x179),'conflict':'편집\x20충돌','notCollab':'로컬\x20파일','synced':_0x30190b(0x177),'syncing':_0x30190b(0x187),'offline':_0x30190b(0x18a)},'session':{'connection-failed':_0x30190b(0x18b),'will-retry':'연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','room-full':_0x30190b(0x17c),'collaboration-timeout':_0x30190b(0x17a)},'conflict':{'title':'공동\x20편집\x20충돌','content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x30190b(0x181),'content':_0x30190b(0x17b)},'collaboration':{'offline-data-not-saved':_0x30190b(0x185),'single-unit':{'warning':_0x30190b(0x180)},'closeRoom':_0x30190b(0x18d)},'auth':{'needGotoLoginAlert':_0x30190b(0x183)},'formula':{'calculation':{'started':_0x30190b(0x186),'waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}};function _0x462a(){const _0x2af3df=['로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','47038amoxaf','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','수식\x20계산을\x20시작했습니다.','동기화\x20중...','100RaSfUG','762057hhdwRq','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','1511545EvTQMg','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','836874cEFlNX','동기화됨','1172400qKvZnB','서버\x20데이터\x20동기화\x20중...','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','324016bKATdn','85962tBdnHa','클릭하여\x20다시\x20연결','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','인증\x20오류','2bNNhda'];_0x462a=function(){return _0x2af3df;};return _0x462a();}module['exports']=o;
1
+ const _0x4896f8=_0x30df;(function(_0x4fee08,_0xc301b2){const _0x4b3fd4=_0x30df,_0x26729b=_0x4fee08();while(!![]){try{const _0xdc56fa=-parseInt(_0x4b3fd4(0xbf))/0x1*(parseInt(_0x4b3fd4(0xc3))/0x2)+-parseInt(_0x4b3fd4(0xb3))/0x3*(parseInt(_0x4b3fd4(0xb9))/0x4)+-parseInt(_0x4b3fd4(0xb1))/0x5*(-parseInt(_0x4b3fd4(0xb8))/0x6)+-parseInt(_0x4b3fd4(0xb0))/0x7+parseInt(_0x4b3fd4(0xbe))/0x8+parseInt(_0x4b3fd4(0xba))/0x9+parseInt(_0x4b3fd4(0xaf))/0xa*(parseInt(_0x4b3fd4(0xc5))/0xb);if(_0xdc56fa===_0xc301b2)break;else _0x26729b['push'](_0x26729b['shift']());}catch(_0x2aa608){_0x26729b['push'](_0x26729b['shift']());}}}(_0x2325,0xf1f22));const e={'collab-client':{'tooltip':{'reconnect':_0x4896f8(0xc1)}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':'편집\x20충돌','notCollab':_0x4896f8(0xbd),'synced':'동기화됨','syncing':_0x4896f8(0xbb),'offline':_0x4896f8(0xc6)},'session':{'connection-failed':_0x4896f8(0xbc),'will-retry':_0x4896f8(0xb6),'room-full':'공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x4896f8(0xc4),'content':_0x4896f8(0xc0)},'permission':{'title':'인증\x20오류','content':_0x4896f8(0xc7)},'collaboration':{'offline-data-not-saved':_0x4896f8(0xb4),'single-unit':{'warning':_0x4896f8(0xc8)},'closeRoom':_0x4896f8(0xc2)},'auth':{'needGotoLoginAlert':_0x4896f8(0xb5)},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':'수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','unable':_0x4896f8(0xb7)}}};function _0x30df(_0x52e647,_0x4e4122){_0x52e647=_0x52e647-0xaf;const _0x232585=_0x2325();let _0x30dfc0=_0x232585[_0x52e647];return _0x30dfc0;}module[_0x4896f8(0xb2)]=e;function _0x2325(){const _0x93f275=['연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','로컬\x20파일','2701160aJxeSe','1AIKuVz','로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.','클릭하여\x20다시\x20연결','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','3525790OHAKOY','공동\x20편집\x20충돌','814orBVFu','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','330710IKiDtn','4105605BlAKiP','2105UnbXZT','exports','187773UjIPfS','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','1914pkDxvK','76NsMqGf','14494059GFbboD','동기화\x20중...'];_0x2325=function(){return _0x93f275;};return _0x2325();}
@@ -1 +1 @@
1
- 'use strict';const _0x560c8c=_0xdce0;(function(_0x5ce33e,_0x9e9e85){const _0x23ef33=_0xdce0,_0x36c30b=_0x5ce33e();while(!![]){try{const _0x471e98=-parseInt(_0x23ef33(0x100))/0x1+-parseInt(_0x23ef33(0xf6))/0x2+-parseInt(_0x23ef33(0xec))/0x3+parseInt(_0x23ef33(0xf7))/0x4*(-parseInt(_0x23ef33(0xf5))/0x5)+-parseInt(_0x23ef33(0xee))/0x6+parseInt(_0x23ef33(0x101))/0x7*(-parseInt(_0x23ef33(0xfc))/0x8)+parseInt(_0x23ef33(0x103))/0x9;if(_0x471e98===_0x9e9e85)break;else _0x36c30b['push'](_0x36c30b['shift']());}catch(_0x2b9828){_0x36c30b['push'](_0x36c30b['shift']());}}}(_0x3b80,0x80980));function _0xdce0(_0x4a1ac7,_0x1db989){_0x4a1ac7=_0x4a1ac7-0xeb;const _0x3b8017=_0x3b80();let _0xdce0c1=_0x3b8017[_0x4a1ac7];return _0xdce0c1;}const e={'collab-client':{'tooltip':{'reconnect':_0x560c8c(0xf8)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x560c8c(0x104),'notCollab':_0x560c8c(0xf4),'synced':_0x560c8c(0xf0),'syncing':'Syncing...','offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x560c8c(0xed),'will-retry':_0x560c8c(0xef),'room-full':_0x560c8c(0xeb),'collaboration-timeout':_0x560c8c(0xff)},'conflict':{'title':_0x560c8c(0xfe),'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':_0x560c8c(0xfb),'content':_0x560c8c(0xf2)},'collaboration':{'offline-data-not-saved':_0x560c8c(0xfa),'single-unit':{'warning':_0x560c8c(0x102)},'closeRoom':_0x560c8c(0xf3)},'auth':{'needGotoLoginAlert':_0x560c8c(0xf9)},'formula':{'calculation':{'started':'Formula\x20calculation\x20started.','waiting':_0x560c8c(0xf1),'unable':_0x560c8c(0xfd)}}},o=e;module['exports']=o;function _0x3b80(){const _0x484646=['432477OAJaQs','Connection\x20failed,\x20please\x20check\x20your\x20network.','4359792nyGiJX','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','Synced','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Local\x20file','36870iQtkvs','1044960qjHzUM','228gCtiiG','Click\x20to\x20Reconnect','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','Authentication\x20Error','8240KUzmBn','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Collaboration\x20Conflict','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','595676coqisc','3479RbQKPi','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','31031055WZWptA','Edit\x20conflicts','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.'];_0x3b80=function(){return _0x484646;};return _0x3b80();}
1
+ const _0x2891f3=_0x28f5;(function(_0x26014e,_0x482053){const _0xd82f74=_0x28f5,_0x402861=_0x26014e();while(!![]){try{const _0x308f1b=parseInt(_0xd82f74(0xa0))/0x1+-parseInt(_0xd82f74(0x9d))/0x2*(-parseInt(_0xd82f74(0xac))/0x3)+parseInt(_0xd82f74(0x9b))/0x4+-parseInt(_0xd82f74(0x93))/0x5*(parseInt(_0xd82f74(0x98))/0x6)+-parseInt(_0xd82f74(0xa1))/0x7*(parseInt(_0xd82f74(0xa6))/0x8)+-parseInt(_0xd82f74(0x9e))/0x9*(-parseInt(_0xd82f74(0x9f))/0xa)+-parseInt(_0xd82f74(0xa7))/0xb;if(_0x308f1b===_0x482053)break;else _0x402861['push'](_0x402861['shift']());}catch(_0x207fdf){_0x402861['push'](_0x402861['shift']());}}}(_0x244f,0x98b60));const e={'collab-client':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x2891f3(0xa8),'conflict':'Edit\x20conflicts','notCollab':'Local\x20file','synced':'Synced','syncing':_0x2891f3(0xab),'offline':_0x2891f3(0x97)},'session':{'connection-failed':_0x2891f3(0x9c),'will-retry':_0x2891f3(0x91),'room-full':_0x2891f3(0xa4),'collaboration-timeout':_0x2891f3(0xaa)},'conflict':{'title':_0x2891f3(0xa9),'content':_0x2891f3(0x9a)},'permission':{'title':_0x2891f3(0xa3),'content':_0x2891f3(0xa2)},'collaboration':{'offline-data-not-saved':_0x2891f3(0x94),'single-unit':{'warning':_0x2891f3(0x92)},'closeRoom':_0x2891f3(0xa5)},'auth':{'needGotoLoginAlert':'Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'},'formula':{'calculation':{'started':_0x2891f3(0x96),'waiting':_0x2891f3(0x99),'unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}};function _0x28f5(_0x36babb,_0x259457){_0x36babb=_0x36babb-0x91;const _0x244f3c=_0x244f();let _0x28f5d5=_0x244f3c[_0x36babb];return _0x28f5d5;}function _0x244f(){const _0x3a2deb=['You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','30050wjFvcP','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','exports','Formula\x20calculation\x20started.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','798aFaLhB','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','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.','4725876MAazTA','Connection\x20failed,\x20please\x20check\x20your\x20network.','664366tAdlpQ','72XvPkXt','460940vkGHNs','211054GuwSGh','231756IKxALX','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Authentication\x20Error','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','80UdMfdt','11021010jPVvTZ','Syncing\x20server\x20data...','Collaboration\x20Conflict','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Syncing...','9hmgPzp','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.'];_0x244f=function(){return _0x3a2deb;};return _0x244f();}module[_0x2891f3(0x95)]=e;
@@ -1 +1 @@
1
- 'use strict';const _0x5ed28b=_0x5ce4;function _0x5ce4(_0x209c36,_0x3285bd){_0x209c36=_0x209c36-0x1b6;const _0x5a90cb=_0x5a90();let _0x5ce4c2=_0x5a90cb[_0x209c36];return _0x5ce4c2;}(function(_0x20adad,_0x4be6eb){const _0x365289=_0x5ce4,_0x420f67=_0x20adad();while(!![]){try{const _0x480b2b=parseInt(_0x365289(0x1bc))/0x1*(parseInt(_0x365289(0x1c5))/0x2)+-parseInt(_0x365289(0x1ba))/0x3+-parseInt(_0x365289(0x1be))/0x4*(-parseInt(_0x365289(0x1b8))/0x5)+parseInt(_0x365289(0x1cc))/0x6+-parseInt(_0x365289(0x1ca))/0x7+-parseInt(_0x365289(0x1c0))/0x8+parseInt(_0x365289(0x1c9))/0x9*(parseInt(_0x365289(0x1c7))/0xa);if(_0x480b2b===_0x4be6eb)break;else _0x420f67['push'](_0x420f67['shift']());}catch(_0x2f7274){_0x420f67['push'](_0x420f67['shift']());}}}(_0x5a90,0x73373));const o={'collab-client':{'tooltip':{'reconnect':_0x5ed28b(0x1b9)}},'collabStatus':{'fetchMiss':'Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','conflict':_0x5ed28b(0x1c6),'notCollab':'Lokálny\x20súbor','synced':_0x5ed28b(0x1c4),'syncing':'Synchronizuje\x20sa...','offline':_0x5ed28b(0x1cb)},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':_0x5ed28b(0x1c1),'room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x5ed28b(0x1bf),'content':_0x5ed28b(0x1cd)},'permission':{'title':_0x5ed28b(0x1bd),'content':_0x5ed28b(0x1c8)},'collaboration':{'offline-data-not-saved':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','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':_0x5ed28b(0x1b6)},'auth':{'needGotoLoginAlert':_0x5ed28b(0x1ce)},'formula':{'calculation':{'started':_0x5ed28b(0x1c2),'waiting':_0x5ed28b(0x1bb),'unable':_0x5ed28b(0x1b7)}}};function _0x5a90(){const _0x1aab87=['Kliknite\x20na\x20opätovné\x20pripojenie','1758528xRaUFK','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','116gcGtDD','Chyba\x20overenia','676eCPlRT','Konflikt\x20spolupráce','3216200PxlygW','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Výpočet\x20vzorcov\x20sa\x20spustil.','exports','Synchronizované','12980qftBtu','Konflikty\x20úprav','2290LFJfQo','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é.','8316ocylCW','1381030MVvkPs','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','1074294udJKgi','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.','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','15205BpbFKE'];_0x5a90=function(){return _0x1aab87;};return _0x5a90();}module[_0x5ed28b(0x1c3)]=o;
1
+ const _0x206e35=_0x1565;function _0x1565(_0x3ad996,_0x329eaf){_0x3ad996=_0x3ad996-0x1e8;const _0x1c8a10=_0x1c8a();let _0x1565b5=_0x1c8a10[_0x3ad996];return _0x1565b5;}(function(_0x7776a,_0xfb3d2f){const _0x4f8c0a=_0x1565,_0x2f5f45=_0x7776a();while(!![]){try{const _0x37bdb2=-parseInt(_0x4f8c0a(0x1f5))/0x1+parseInt(_0x4f8c0a(0x1ee))/0x2*(-parseInt(_0x4f8c0a(0x1f7))/0x3)+-parseInt(_0x4f8c0a(0x1e9))/0x4+parseInt(_0x4f8c0a(0x1fc))/0x5+-parseInt(_0x4f8c0a(0x1fd))/0x6+-parseInt(_0x4f8c0a(0x1fe))/0x7*(parseInt(_0x4f8c0a(0x1f2))/0x8)+parseInt(_0x4f8c0a(0x1f3))/0x9;if(_0x37bdb2===_0xfb3d2f)break;else _0x2f5f45['push'](_0x2f5f45['shift']());}catch(_0x3e670b){_0x2f5f45['push'](_0x2f5f45['shift']());}}}(_0x1c8a,0x7609a));function _0x1c8a(){const _0x1025e4=['32997564XTcBSV','Chyba\x20overenia','954548hRgEIM','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','11643rExQsr','Lokálny\x20súbor','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','Konflikty\x20úprav','Výpočet\x20vzorcov\x20sa\x20spustil.','457270qNdsaD','5794554wehxbe','35WFeKGx','Konflikt\x20spolupráce','3709504TdMcBc','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','exports','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','20KKRLcw','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é.','Kliknite\x20na\x20opätovné\x20pripojenie','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','620600IyPaMo'];_0x1c8a=function(){return _0x1025e4;};return _0x1c8a();}const e={'collab-client':{'tooltip':{'reconnect':_0x206e35(0x1f0)}},'collabStatus':{'fetchMiss':_0x206e35(0x1f9),'conflict':_0x206e35(0x1fa),'notCollab':_0x206e35(0x1f8),'synced':'Synchronizované','syncing':'Synchronizuje\x20sa...','offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'session':{'connection-failed':_0x206e35(0x1f1),'will-retry':_0x206e35(0x1ec),'room-full':_0x206e35(0x1ed),'collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':_0x206e35(0x1e8),'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':_0x206e35(0x1f4),'content':_0x206e35(0x1ef)},'collaboration':{'offline-data-not-saved':'Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','single-unit':{'warning':_0x206e35(0x1f6)},'closeRoom':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':'Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.'},'formula':{'calculation':{'started':_0x206e35(0x1fb),'waiting':'Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','unable':_0x206e35(0x1ea)}}};module[_0x206e35(0x1eb)]=e;
@@ -1 +1 @@
1
- 'use strict';function _0x499e(_0x3edb02,_0x3d977d){_0x3edb02=_0x3edb02-0xd0;const _0x28e944=_0x28e9();let _0x499ede=_0x28e944[_0x3edb02];return _0x499ede;}const _0x35a9ba=_0x499e;(function(_0x3a8ade,_0x20044c){const _0x1b1693=_0x499e,_0x47145b=_0x3a8ade();while(!![]){try{const _0x38ced1=-parseInt(_0x1b1693(0xd9))/0x1*(-parseInt(_0x1b1693(0xe0))/0x2)+parseInt(_0x1b1693(0xd6))/0x3+parseInt(_0x1b1693(0xda))/0x4+parseInt(_0x1b1693(0xdb))/0x5*(parseInt(_0x1b1693(0xe2))/0x6)+-parseInt(_0x1b1693(0xe3))/0x7*(-parseInt(_0x1b1693(0xd3))/0x8)+parseInt(_0x1b1693(0xd0))/0x9*(-parseInt(_0x1b1693(0xeb))/0xa)+-parseInt(_0x1b1693(0xde))/0xb*(parseInt(_0x1b1693(0xdd))/0xc);if(_0x38ced1===_0x20044c)break;else _0x47145b['push'](_0x47145b['shift']());}catch(_0x5d4c09){_0x47145b['push'](_0x47145b['shift']());}}}(_0x28e9,0x76a63));const n={'collab-client':{'tooltip':{'reconnect':_0x35a9ba(0xd7)}},'collabStatus':{'fetchMiss':_0x35a9ba(0xe1),'conflict':'Xung\x20đột\x20chỉnh\x20sửa','notCollab':_0x35a9ba(0xdf),'synced':_0x35a9ba(0xe4),'syncing':_0x35a9ba(0xdc),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'session':{'connection-failed':_0x35a9ba(0xea),'will-retry':_0x35a9ba(0xe5),'room-full':_0x35a9ba(0xd1),'collaboration-timeout':_0x35a9ba(0xd8)},'conflict':{'title':_0x35a9ba(0xe8),'content':'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.'},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0x35a9ba(0xe7)},'collaboration':{'offline-data-not-saved':_0x35a9ba(0xe9),'single-unit':{'warning':_0x35a9ba(0xd4)},'closeRoom':_0x35a9ba(0xe6)},'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.'},'formula':{'calculation':{'started':_0x35a9ba(0xd2),'waiting':_0x35a9ba(0xd5),'unable':'Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.'}}};module['exports']=n;function _0x28e9(){const _0x4c5e50=['Đang\x20đồng\x20bộ...','156GxrYiQ','1978647IBlTRU','Tệp\x20cục\x20bộ','1586QcOaEu','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','24VkImSD','147OZENps','Đã\x20đồng\x20bộ','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','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.','Xung\x20đột\x20cộng\x20tác','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','100DHUxBz','342855AaELDC','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','304904fKtPRK','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.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','2911728gFMzoG','Nhấp\x20để\x20kết\x20nối\x20lại','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ộ.','937IeMTdx','1781520SFYOsk','307460cVdggU'];_0x28e9=function(){return _0x4c5e50;};return _0x28e9();}
1
+ const _0x398cd8=_0x44c3;(function(_0xb1a4b2,_0x922d04){const _0x96066c=_0x44c3,_0x6e4f5a=_0xb1a4b2();while(!![]){try{const _0x2f436b=-parseInt(_0x96066c(0xfa))/0x1+-parseInt(_0x96066c(0x103))/0x2+parseInt(_0x96066c(0xf6))/0x3*(-parseInt(_0x96066c(0xea))/0x4)+parseInt(_0x96066c(0xf9))/0x5*(parseInt(_0x96066c(0xf8))/0x6)+-parseInt(_0x96066c(0xf2))/0x7+-parseInt(_0x96066c(0xe9))/0x8+parseInt(_0x96066c(0xed))/0x9*(parseInt(_0x96066c(0xfe))/0xa);if(_0x2f436b===_0x922d04)break;else _0x6e4f5a['push'](_0x6e4f5a['shift']());}catch(_0x3c61f5){_0x6e4f5a['push'](_0x6e4f5a['shift']());}}}(_0x22b3,0xb5405));function _0x44c3(_0x8c1340,_0x1efd43){_0x8c1340=_0x8c1340-0xe9;const _0x22b31a=_0x22b3();let _0x44c364=_0x22b31a[_0x8c1340];return _0x44c364;}const e={'collab-client':{'tooltip':{'reconnect':_0x398cd8(0xeb)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x398cd8(0xfc),'notCollab':'Tệp\x20cục\x20bộ','synced':_0x398cd8(0xfb),'syncing':_0x398cd8(0x100),'offline':_0x398cd8(0xee)},'session':{'connection-failed':_0x398cd8(0xef),'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':_0x398cd8(0xf1),'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':_0x398cd8(0xec),'content':_0x398cd8(0xf5)},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0x398cd8(0x101)},'collaboration':{'offline-data-not-saved':_0x398cd8(0xfd),'single-unit':{'warning':_0x398cd8(0xf0)},'closeRoom':_0x398cd8(0xff)},'auth':{'needGotoLoginAlert':_0x398cd8(0xf3)},'formula':{'calculation':{'started':_0x398cd8(0xf7),'waiting':'Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','unable':_0x398cd8(0x102)}}};module[_0x398cd8(0xf4)]=e;function _0x22b3(){const _0x47b696=['1435863UXMNYW','Đã\x20đồng\x20b','Xung\x20đột\x20chỉnh\x20sửa','Bạn\x20có\x20các\x20chỉnh\x20sửa\x20ngoại\x20tuyến\x20chưa\x20được\x20lưu\x20vào\x20máy\x20chủ.\x20Vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn\x20và\x20thử\x20lại.','10SObCAS','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ộ...','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.','Không\x20thể\x20thực\x20hiện\x20tính\x20toán\x20công\x20thức\x20vào\x20lúc\x20này.\x20Vui\x20lòng\x20thử\x20lại\x20sau.','449782rcSUGb','6692784MpkeZE','68nfMBll','Nhấp\x20để\x20kết\x20nối\x20lại','Xung\x20đột\x20cộng\x20tác','35519238UoRUAF','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\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.','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.','Phòng\x20cộng\x20tác\x20đã\x20đầy.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','5239927rVkHOt','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.','exports','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.','164631sQqNpe','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','6xfRVuC','4873225SjxaRa'];_0x22b3=function(){return _0x47b696;};return _0x22b3();}
@@ -1 +1 @@
1
- 'use strict';function _0x10c9(_0x4bbc37,_0x555a01){_0x4bbc37=_0x4bbc37-0x1dd;const _0x19336b=_0x1933();let _0x10c903=_0x19336b[_0x4bbc37];return _0x10c903;}const _0x1ce9c4=_0x10c9;(function(_0x2853de,_0x1c1c74){const _0xb877b8=_0x10c9,_0x47096f=_0x2853de();while(!![]){try{const _0x5e0c9f=parseInt(_0xb877b8(0x1e2))/0x1+-parseInt(_0xb877b8(0x1f2))/0x2*(parseInt(_0xb877b8(0x1f6))/0x3)+parseInt(_0xb877b8(0x1ee))/0x4+-parseInt(_0xb877b8(0x1ea))/0x5+-parseInt(_0xb877b8(0x1e0))/0x6+parseInt(_0xb877b8(0x1f4))/0x7+parseInt(_0xb877b8(0x1e6))/0x8*(parseInt(_0xb877b8(0x1f0))/0x9);if(_0x5e0c9f===_0x1c1c74)break;else _0x47096f['push'](_0x47096f['shift']());}catch(_0x59f992){_0x47096f['push'](_0x47096f['shift']());}}}(_0x1933,0xe07a4));const o={'collab-client':{'tooltip':{'reconnect':'点击重新连接'}},'collabStatus':{'fetchMiss':_0x1ce9c4(0x1ec),'conflict':_0x1ce9c4(0x1eb),'notCollab':'本地文件','synced':_0x1ce9c4(0x1e1),'syncing':_0x1ce9c4(0x1df),'offline':_0x1ce9c4(0x1ef)},'session':{'connection-failed':_0x1ce9c4(0x1ed),'will-retry':_0x1ce9c4(0x1f5),'room-full':'协同房间已满,你的编辑将在本地缓存','collaboration-timeout':_0x1ce9c4(0x1e8)},'conflict':{'title':_0x1ce9c4(0x1e3),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x1ce9c4(0x1e5),'content':_0x1ce9c4(0x1de)},'collaboration':{'offline-data-not-saved':_0x1ce9c4(0x1e4),'single-unit':{'warning':_0x1ce9c4(0x1f1)},'closeRoom':_0x1ce9c4(0x1e9)},'auth':{'needGotoLoginAlert':_0x1ce9c4(0x1dd)},'formula':{'calculation':{'started':_0x1ce9c4(0x1e7),'waiting':_0x1ce9c4(0x1f7),'unable':_0x1ce9c4(0x1f8)}}};module[_0x1ce9c4(0x1f3)]=o;function _0x1933(){const _0x2e5d02=['公式计算队列已满,正在等待空闲位置...','目前无法执行公式计算。请稍后重试。','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','保存中...','5803110JpwmuB','已同步','1390692pFtHql','协同冲突','你有离线编辑未保存到服务器,请检查网络后重试。','权限错误','15608nWVcMk','公式计算已开始。','服务器未响应,你的编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','8417550NCFqXq','编辑冲突','正在拉取服务端数据...','连接失败,请检查你的网络','1621348fNBfWR','已离线,编辑将在本地缓存','4293kcmdaN','你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。','818sjdPdn','exports','8798986JHWfSz','连接失败,将在一会儿之后重试连接','3033BBNjYC'];_0x1933=function(){return _0x2e5d02;};return _0x1933();}
1
+ function _0x38d1(_0xaeb489,_0x467df9){_0xaeb489=_0xaeb489-0x187;const _0x36bf5d=_0x36bf();let _0x38d12c=_0x36bf5d[_0xaeb489];return _0x38d12c;}function _0x36bf(){const _0x353aba=['点击重新连接','已离线,编辑将在本地缓存','由于协同房间被关闭,编辑权限被收回。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','本地文件','1139352MOwrJS','803448kcdpgT','2695098fqYNfv','权限错误','949326OjTbSg','公式计算已开始。','协同冲突','正在拉取服务端数据...','591882kYThat','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','服务器未响应,你的编辑将在本地缓存','你有离线编辑未保存到服务器,请检查网络后重试。','保存中...','已同步','协同房间已满,你的编辑将在本地缓存','2472025tundfj','2316688tpZeHu'];_0x36bf=function(){return _0x353aba;};return _0x36bf();}const _0x1b747a=_0x38d1;(function(_0x25be26,_0x34c31c){const _0x265e95=_0x38d1,_0x4fe11e=_0x25be26();while(!![]){try{const _0xdaf988=-parseInt(_0x265e95(0x192))/0x1+parseInt(_0x265e95(0x18a))/0x2+-parseInt(_0x265e95(0x18b))/0x3+parseInt(_0x265e95(0x19a))/0x4+parseInt(_0x265e95(0x199))/0x5+-parseInt(_0x265e95(0x18c))/0x6+parseInt(_0x265e95(0x18e))/0x7;if(_0xdaf988===_0x34c31c)break;else _0x4fe11e['push'](_0x4fe11e['shift']());}catch(_0x1cd90b){_0x4fe11e['push'](_0x4fe11e['shift']());}}}(_0x36bf,0x72be6));const e={'collab-client':{'tooltip':{'reconnect':_0x1b747a(0x19b)}},'collabStatus':{'fetchMiss':_0x1b747a(0x191),'conflict':'编辑冲突','notCollab':_0x1b747a(0x189),'synced':_0x1b747a(0x197),'syncing':_0x1b747a(0x196),'offline':_0x1b747a(0x19c)},'session':{'connection-failed':'连接失败,请检查你的网络','will-retry':'连接失败,将在一会儿之后重试连接','room-full':_0x1b747a(0x198),'collaboration-timeout':_0x1b747a(0x194)},'conflict':{'title':_0x1b747a(0x190),'content':'你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。'},'permission':{'title':_0x1b747a(0x18d),'content':_0x1b747a(0x188)},'collaboration':{'offline-data-not-saved':_0x1b747a(0x195),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x1b747a(0x187)},'auth':{'needGotoLoginAlert':_0x1b747a(0x193)},'formula':{'calculation':{'started':_0x1b747a(0x18f),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':'目前无法执行公式计算。请稍后重试。'}}};module['exports']=e;
@@ -1 +1 @@
1
- 'use strict';function _0x3f73(){const _0x25c3d6=['Edit\x20conflicts','20170XYKVNx','Authentication\x20Error','The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Connection\x20failed,\x20please\x20check\x20your\x20network.','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','2895885DnrCvx','Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','6952xeaNry','Click\x20to\x20Reconnect','73316lUfgCT','Local\x20file','Formula\x20calculation\x20started.','469CVERBL','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','2043702CSHpUW','Collaboration\x20Conflict','Synced','217950fYvJTZ','757110dXTLOG','75sTHeOU','48WFUyCL','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','Syncing...','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.'];_0x3f73=function(){return _0x25c3d6;};return _0x3f73();}const _0x4501a3=_0xb6c2;function _0xb6c2(_0x393b8c,_0x4dd5d0){_0x393b8c=_0x393b8c-0x1b2;const _0x3f7350=_0x3f73();let _0xb6c236=_0x3f7350[_0x393b8c];return _0xb6c236;}(function(_0x1d7ac7,_0x22ec09){const _0x4fc4df=_0xb6c2,_0x59e4d1=_0x1d7ac7();while(!![]){try{const _0x184d1d=parseInt(_0x4fc4df(0x1c5))/0x1+-parseInt(_0x4fc4df(0x1cd))/0x2*(-parseInt(_0x4fc4df(0x1c8))/0x3)+parseInt(_0x4fc4df(0x1bd))/0x4*(-parseInt(_0x4fc4df(0x1c7))/0x5)+-parseInt(_0x4fc4df(0x1c2))/0x6+parseInt(_0x4fc4df(0x1c0))/0x7*(parseInt(_0x4fc4df(0x1bb))/0x8)+parseInt(_0x4fc4df(0x1b9))/0x9+parseInt(_0x4fc4df(0x1c6))/0xa;if(_0x184d1d===_0x22ec09)break;else _0x59e4d1['push'](_0x59e4d1['shift']());}catch(_0x2231c1){_0x59e4d1['push'](_0x59e4d1['shift']());}}}(_0x3f73,0x35941));const e={'collab-client':{'tooltip':{'reconnect':_0x4501a3(0x1bc)}},'collabStatus':{'fetchMiss':'Syncing\x20server\x20data...','conflict':_0x4501a3(0x1cc),'notCollab':_0x4501a3(0x1be),'synced':_0x4501a3(0x1c4),'syncing':_0x4501a3(0x1ca),'offline':_0x4501a3(0x1b6)},'session':{'connection-failed':_0x4501a3(0x1b7),'will-retry':_0x4501a3(0x1b8),'room-full':_0x4501a3(0x1b5),'collaboration-timeout':_0x4501a3(0x1b3)},'conflict':{'title':_0x4501a3(0x1c3),'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':_0x4501a3(0x1b2),'content':_0x4501a3(0x1c9)},'collaboration':{'offline-data-not-saved':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x4501a3(0x1c1)},'closeRoom':'Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.'},'auth':{'needGotoLoginAlert':_0x4501a3(0x1cb)},'formula':{'calculation':{'started':_0x4501a3(0x1bf),'waiting':_0x4501a3(0x1ba),'unable':_0x4501a3(0x1b4)}}},o=e;module['exports']=o;
1
+ const _0x3ec156=_0x234b;function _0x234b(_0x5c5dcd,_0xe415ea){_0x5c5dcd=_0x5c5dcd-0xe5;const _0x3bda7d=_0x3bda();let _0x234b1d=_0x3bda7d[_0x5c5dcd];return _0x234b1d;}(function(_0x2c0201,_0x56b85b){const _0x3c4ab0=_0x234b,_0xded117=_0x2c0201();while(!![]){try{const _0x2e0504=-parseInt(_0x3c4ab0(0xfa))/0x1*(-parseInt(_0x3c4ab0(0xec))/0x2)+parseInt(_0x3c4ab0(0xfd))/0x3*(-parseInt(_0x3c4ab0(0xee))/0x4)+-parseInt(_0x3c4ab0(0xf7))/0x5*(parseInt(_0x3c4ab0(0xf5))/0x6)+-parseInt(_0x3c4ab0(0xf1))/0x7*(-parseInt(_0x3c4ab0(0xf2))/0x8)+parseInt(_0x3c4ab0(0xfb))/0x9+-parseInt(_0x3c4ab0(0xf3))/0xa*(parseInt(_0x3c4ab0(0xfc))/0xb)+parseInt(_0x3c4ab0(0x101))/0xc;if(_0x2e0504===_0x56b85b)break;else _0xded117['push'](_0xded117['shift']());}catch(_0x152df6){_0xded117['push'](_0xded117['shift']());}}}(_0x3bda,0xcd08b));const e={'collab-client':{'tooltip':{'reconnect':_0x3ec156(0xf8)}},'collabStatus':{'fetchMiss':_0x3ec156(0xf6),'conflict':_0x3ec156(0xea),'notCollab':_0x3ec156(0xe6),'synced':_0x3ec156(0xff),'syncing':_0x3ec156(0xf9),'offline':'Offline,\x20edits\x20would\x20be\x20save\x20on\x20local'},'session':{'connection-failed':_0x3ec156(0xeb),'will-retry':_0x3ec156(0xe9),'room-full':'Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','collaboration-timeout':_0x3ec156(0xef)},'conflict':{'title':_0x3ec156(0xe7),'content':_0x3ec156(0xe8)},'permission':{'title':'Authentication\x20Error','content':_0x3ec156(0xf4)},'collaboration':{'offline-data-not-saved':_0x3ec156(0xed),'single-unit':{'warning':_0x3ec156(0xe5)},'closeRoom':_0x3ec156(0x102)},'auth':{'needGotoLoginAlert':_0x3ec156(0xfe)},'formula':{'calculation':{'started':_0x3ec156(0x100),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x3ec156(0xf0)}}};function _0x3bda(){const _0x115ff1=['The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.','Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.','60634OLcuwt','264cDeWaA','1767130XIJwQx','Your\x20actions\x20are\x20conflicting\x20with\x20the\x20server\x27s\x20permissions.\x20Please\x20save\x20your\x20local\x20edits\x20elsewhere\x20as\x20they\x20will\x20be\x20discarded\x20after\x20refreshing\x20the\x20page.','6OUfxBQ','Syncing\x20server\x20data...','3666865BHUeLd','Click\x20to\x20Reconnect','Syncing...','35hCVlSP','3889296UmZiyS','66OxHLJV','128199yBwail','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','Synced','Formula\x20calculation\x20started.','10479816mTBgwP','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Local\x20file','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,\x20we\x20retry\x20in\x20a\x20while.','Edit\x20conflicts','Connection\x20failed,\x20please\x20check\x20your\x20network.','61994TcoJSY','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','4MrWBQS'];_0x3bda=function(){return _0x115ff1;};return _0x3bda();}module['exports']=e;
package/lib/es/facade.js CHANGED
@@ -1 +1 @@
1
- var _0x3ba958=_0x307d;(function(_0x38f62f,_0x2124aa){var _0x551e30=_0x307d,_0x547f51=_0x38f62f();while(!![]){try{var _0x2d7bf0=-parseInt(_0x551e30(0x1a9))/0x1*(parseInt(_0x551e30(0x1a8))/0x2)+parseInt(_0x551e30(0x1a4))/0x3*(-parseInt(_0x551e30(0x1a2))/0x4)+-parseInt(_0x551e30(0x1a0))/0x5*(parseInt(_0x551e30(0x1ab))/0x6)+-parseInt(_0x551e30(0x1ad))/0x7+parseInt(_0x551e30(0x1ac))/0x8*(-parseInt(_0x551e30(0x1a3))/0x9)+-parseInt(_0x551e30(0x19f))/0xa+parseInt(_0x551e30(0x1aa))/0xb*(parseInt(_0x551e30(0x19e))/0xc);if(_0x2d7bf0===_0x2124aa)break;else _0x547f51['push'](_0x547f51['shift']());}catch(_0x3489ba){_0x547f51['push'](_0x547f51['shift']());}}}(_0x4142,0x8df56));function _0x307d(_0xdd0fa,_0x43cacf){_0xdd0fa=_0xdd0fa-0x19e;var _0x4142a9=_0x4142();var _0x307daa=_0x4142a9[_0xdd0fa];return _0x307daa;}import{RemoteUniscriptService as _0x50ef5d}from'@univerjs-pro/collaboration-client-ui';function _0x4142(){var _0x20ad1e=['runOnServer','433696WLGgmO','4TtTfZy','3932973LzZpaa','48rKshSc','872cebYoU','2583553xeQXRj','132rzbswU','6695070lTlaWz','371805SjJBAV','_injector','426208MindZW','52641lFFdSQ','6uFyYHb','get','extend'];_0x4142=function(){return _0x20ad1e;};return _0x4142();}import{FUniver as _0x258405}from'@univerjs/core/facade';class o extends _0x258405{[_0x3ba958(0x1a7)](_0x36813f,_0x40281d,..._0x16ccbd){var _0x2e157c=_0x3ba958;return this[_0x2e157c(0x1a1)][_0x2e157c(0x1a5)](_0x50ef5d)['runOnServer'](_0x36813f,_0x40281d,{},..._0x16ccbd);}}_0x258405[_0x3ba958(0x1a6)](o);
1
+ var _0x7b2b57=_0x106b;(function(_0x3d1f16,_0x241fdd){var _0xf68f5c=_0x106b,_0x4e4434=_0x3d1f16();while(!![]){try{var _0xb45372=-parseInt(_0xf68f5c(0x13e))/0x1+parseInt(_0xf68f5c(0x13a))/0x2*(parseInt(_0xf68f5c(0x143))/0x3)+-parseInt(_0xf68f5c(0x13c))/0x4+-parseInt(_0xf68f5c(0x138))/0x5*(-parseInt(_0xf68f5c(0x144))/0x6)+parseInt(_0xf68f5c(0x13f))/0x7+parseInt(_0xf68f5c(0x139))/0x8*(-parseInt(_0xf68f5c(0x142))/0x9)+-parseInt(_0xf68f5c(0x13b))/0xa;if(_0xb45372===_0x241fdd)break;else _0x4e4434['push'](_0x4e4434['shift']());}catch(_0x389c41){_0x4e4434['push'](_0x4e4434['shift']());}}}(_0x4824,0xa4e71));function _0x106b(_0x58bb59,_0xe8c14b){_0x58bb59=_0x58bb59-0x138;var _0x482472=_0x4824();var _0x106b78=_0x482472[_0x58bb59];return _0x106b78;}import{RemoteUniscriptService as _0x2ac296}from'@univerjs-pro/collaboration-client-ui';import{FUniver as _0xc47104}from'@univerjs/core/facade';var n=class extends _0xc47104{[_0x7b2b57(0x140)](_0xc27cea,_0x7ee201,..._0x40328e){var _0x3bf341=_0x7b2b57;return this['_injector'][_0x3bf341(0x141)](_0x2ac296)[_0x3bf341(0x140)](_0xc27cea,_0x7ee201,{},..._0x40328e);}};_0xc47104[_0x7b2b57(0x13d)](n);function _0x4824(){var _0x1e40cf=['133137aOTIvN','3NaoBzJ','429252sObRZL','80ZaGcfa','472lgsQhA','1759938zTYvML','10453810rihftz','1855932gQOyai','extend','72289BUqWHs','7736680mfcOnl','runOnServer','get'];_0x4824=function(){return _0x1e40cf;};return _0x4824();}export{};