@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +41 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -2
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +7 -5
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +3 -2
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +1 -1
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +6 -5
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +3 -2
- package/lib/types/controllers/config.schema.d.ts +1 -1
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/models/cursor.d.ts +2 -2
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/collaboration-socket/collaboration-socket.service.d.ts +4 -2
- package/lib/types/services/formula-calculation-guard/util.d.ts +1 -1
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +2 -1
- package/lib/types/services/local-cache/web-local-cache.service.d.ts +6 -4
- package/lib/types/services/network-condition/network-condition.d.ts +2 -2
- package/lib/types/services/remote-uniscript/remote-uniscript.service.d.ts +1 -1
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +3 -2
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +2 -1
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +5 -4
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +2 -1
- package/lib/types/services/url/url.service.d.ts +2 -2
- package/lib/types/services/url/web-url.service.d.ts +2 -2
- package/lib/types/views/components/CollabStatus.d.ts +1 -1
- package/lib/types/views/components/CollabStatus.stories.d.ts +1 -1
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +2 -2
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +3 -2
- package/lib/types/views/shapes/text-bubble.shape.d.ts +2 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -19
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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();}
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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();}
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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
|
|
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{};
|