@univerjs-pro/collaboration-client-ui 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.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/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.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-HK.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/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.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/id-ID.js +1 -1
- package/lib/es/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.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-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +10 -22
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.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/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.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-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/update-remote-unit-presence.operation.d.ts +25 -0
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +2 -4
- package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor-entity.d.ts +38 -0
- package/lib/types/controllers/collab-cursor/unit-presence-collab-cursor.controller.d.ts +21 -0
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +8 -13
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +1 -2
- package/lib/types/controllers/snapshot-loading/snapshot-loading.controller.d.ts +3 -15
- package/lib/types/locale/en-US.d.ts +0 -1
- package/lib/types/models/cursor.d.ts +0 -25
- package/lib/types/plugin.d.ts +3 -2
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +3 -3
- package/lib/types/views/components/SnapshotLoadingTimeout.d.ts +0 -4
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +6 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.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/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.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/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.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-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +19 -23
- package/lib/types/controllers/collab-cursor/board-collab-cursor-entity.d.ts +0 -31
- package/lib/types/controllers/collab-cursor/board-collab-cursor-render.controller.d.ts +0 -21
- package/lib/types/controllers/collab-cursor/slide-collab-cursor-entity.d.ts +0 -34
- package/lib/types/controllers/collab-cursor/slide-collab-cursor-render.controller.d.ts +0 -21
- package/lib/types/views/shapes/slide-collab-cursor.shape.d.ts +0 -15
package/lib/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3bf92e=_0xc3ad;(function(_0x1e7e62,_0x416259){const _0x2dfe99=_0xc3ad,_0x3147a9=_0x1e7e62();while(!![]){try{const _0x9bc615=-parseInt(_0x2dfe99(0x1f6))/0x1+parseInt(_0x2dfe99(0x1f3))/0x2*(-parseInt(_0x2dfe99(0x1f2))/0x3)+parseInt(_0x2dfe99(0x1f1))/0x4+parseInt(_0x2dfe99(0x1ed))/0x5+parseInt(_0x2dfe99(0x1ea))/0x6*(parseInt(_0x2dfe99(0x1fa))/0x7)+parseInt(_0x2dfe99(0x1f5))/0x8*(-parseInt(_0x2dfe99(0x1e2))/0x9)+parseInt(_0x2dfe99(0x1e3))/0xa;if(_0x9bc615===_0x416259)break;else _0x3147a9['push'](_0x3147a9['shift']());}catch(_0xe810c4){_0x3147a9['push'](_0x3147a9['shift']());}}}(_0x5cd9,0x710aa));function _0xc3ad(_0x3093fe,_0x288583){_0x3093fe=_0x3093fe-0x1e1;const _0x5cd961=_0x5cd9();let _0xc3ad92=_0x5cd961[_0x3093fe];return _0xc3ad92;}function _0x5cd9(){const _0x54a3ae=['غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','2311700rngfNv','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','1266572opxwpn','30105HxUztm','42aLJVkO','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','1668176TouaWT','317411aeCbxn','ملف\x20محلي','تمت\x20المزامنة','جارٍ\x20مزامنة\x20بيانات\x20الخادم...','10255mxNdnc','تحديث\x20الصفحة','تعارضات\x20التحرير','9NBpOLx','4089830HtPVvH','خطأ\x20في\x20المصادقة','غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','تعارض\x20في\x20التعاون','هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.','بدأ\x20حساب\x20الصيغة.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','48uwrHlo'];_0x5cd9=function(){return _0x54a3ae;};return _0x5cd9();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'انقر\x20لإعادة\x20الاتصال'}},'collabStatus':{'fetchMiss':_0x3bf92e(0x1f9),'conflict':_0x3bf92e(0x1e1),'notCollab':_0x3bf92e(0x1f7),'synced':_0x3bf92e(0x1f8),'syncing':'جارٍ\x20المزامنة...','offline':_0x3bf92e(0x1eb)},'snapshotLoading':{'timeout':'توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','refresh':_0x3bf92e(0x1fb)},'session':{'connection-failed':_0x3bf92e(0x1e9),'will-retry':_0x3bf92e(0x1ee),'room-full':_0x3bf92e(0x1e5),'collaboration-timeout':'الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.'},'conflict':{'title':_0x3bf92e(0x1e6),'content':_0x3bf92e(0x1e7)},'permission':{'title':_0x3bf92e(0x1e4),'content':_0x3bf92e(0x1ec)},'collaboration':{'offline-data-not-saved':'لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','single-unit':{'warning':_0x3bf92e(0x1f0)},'closeRoom':'تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.'},'auth':{'needGotoLoginAlert':_0x3bf92e(0x1ef)},'formula':{'calculation':{'started':_0x3bf92e(0x1e8),'waiting':'قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','unable':_0x3bf92e(0x1f4)}}}};export{e as default};
|
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2fdfad=_0x3895;function _0x3895(_0x4416a5,_0x5ba5c0){_0x4416a5=_0x4416a5-0x1a2;const _0x1c49c9=_0x1c49();let _0x38951b=_0x1c49c9[_0x4416a5];return _0x38951b;}(function(_0x538d68,_0x1282fd){const _0x46c2b=_0x3895,_0x3bd269=_0x538d68();while(!![]){try{const _0x644f64=-parseInt(_0x46c2b(0x1b5))/0x1+-parseInt(_0x46c2b(0x1b8))/0x2*(-parseInt(_0x46c2b(0x1b0))/0x3)+-parseInt(_0x46c2b(0x1ad))/0x4+-parseInt(_0x46c2b(0x1aa))/0x5*(parseInt(_0x46c2b(0x1b7))/0x6)+parseInt(_0x46c2b(0x1b9))/0x7*(parseInt(_0x46c2b(0x1a3))/0x8)+parseInt(_0x46c2b(0x1b1))/0x9+parseInt(_0x46c2b(0x1b2))/0xa;if(_0x644f64===_0x1282fd)break;else _0x3bd269['push'](_0x3bd269['shift']());}catch(_0xdeb5d2){_0x3bd269['push'](_0x3bd269['shift']());}}}(_0x1c49,0xce793));function _0x1c49(){const _0x3bc7a1=['Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment','8Xxpcmh','Fitxer\x20local','Error\x20d\x27autenticació','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Les\x20vostres\x20accions\x20entren\x20en\x20conflicte\x20amb\x20els\x20permisos\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals\x20en\x20un\x20altre\x20lloc,\x20perquè\x20es\x20descartaran\x20després\x20d\x27actualitzar\x20la\x20pàgina.','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','40PVunrU','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Sincronitzant\x20dades\x20del\x20servidor...','3271096HPDSiW','Conflicte\x20de\x20col·laboració','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','407919TpwUgd','12513960SjcmXR','11151670XYZWvX','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','Hi\x20ha\x20un\x20conflicte\x20entre\x20la\x20vostra\x20còpia\x20local\x20i\x20la\x20còpia\x20del\x20servidor.\x20Deseu\x20els\x20vostres\x20canvis\x20locals,\x20perquè\x20es\x20perdran\x20quan\x20actualitzeu\x20la\x20pàgina.','891100MaumHy','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','361290SpQqxj','6kRsigg','859481DjAEgh','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.'];_0x1c49=function(){return _0x3bc7a1;};return _0x1c49();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Feu\x20clic\x20per\x20reconnectar'}},'collabStatus':{'fetchMiss':_0x2fdfad(0x1ac),'conflict':'Conflictes\x20d\x27edició','notCollab':_0x2fdfad(0x1a4),'synced':'Sincronitzat','syncing':'Sincronitzant...','offline':_0x2fdfad(0x1a2)},'snapshotLoading':{'timeout':_0x2fdfad(0x1a6),'refresh':'Actualitza\x20la\x20pàgina'},'session':{'connection-failed':'Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.','will-retry':_0x2fdfad(0x1ab),'room-full':_0x2fdfad(0x1a7),'collaboration-timeout':_0x2fdfad(0x1b3)},'conflict':{'title':_0x2fdfad(0x1ae),'content':_0x2fdfad(0x1b4)},'permission':{'title':_0x2fdfad(0x1a5),'content':_0x2fdfad(0x1a8)},'collaboration':{'offline-data-not-saved':_0x2fdfad(0x1ba),'single-unit':{'warning':_0x2fdfad(0x1b6)},'closeRoom':_0x2fdfad(0x1a9)},'auth':{'needGotoLoginAlert':'La\x20vostra\x20sessió\x20ha\x20caducat.\x20Feu\x20clic\x20a\x20D\x27acord\x20per\x20tornar\x20a\x20iniciar\x20sessió,\x20o\x20a\x20Cancel·la\x20per\x20desar\x20els\x20vostres\x20canvis\x20locals.'},'formula':{'calculation':{'started':'El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','waiting':'La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','unable':_0x2fdfad(0x1af)}}}};export{e as default};
|
package/lib/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x10d535=_0x33b4;(function(_0x9453dc,_0x18f606){const _0x41e4f9=_0x33b4,_0x2feb49=_0x9453dc();while(!![]){try{const _0x278814=-parseInt(_0x41e4f9(0x14d))/0x1+parseInt(_0x41e4f9(0x155))/0x2*(-parseInt(_0x41e4f9(0x162))/0x3)+parseInt(_0x41e4f9(0x150))/0x4+parseInt(_0x41e4f9(0x15b))/0x5+parseInt(_0x41e4f9(0x14c))/0x6+-parseInt(_0x41e4f9(0x154))/0x7*(-parseInt(_0x41e4f9(0x158))/0x8)+parseInt(_0x41e4f9(0x15c))/0x9*(parseInt(_0x41e4f9(0x156))/0xa);if(_0x278814===_0x18f606)break;else _0x2feb49['push'](_0x2feb49['shift']());}catch(_0xaefc44){_0x2feb49['push'](_0x2feb49['shift']());}}}(_0x5906,0xaab7d));function _0x5906(){const _0xf0d807=['Es\x20gibt\x20einen\x20Konflikt\x20zwischen\x20Ihrer\x20lokalen\x20Kopie\x20und\x20der\x20Kopie\x20auf\x20dem\x20Server.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen,\x20da\x20sie\x20beim\x20Neuladen\x20der\x20Seite\x20verloren\x20gehen.','1976904nJrTXb','Authentifizierungsfehler','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.','49mQPpKe','2ZHRZtW','815470FHwQsW','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','311648czCLAY','Seite\x20aktualisieren','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','4612770giRgoR','72bfmYbZ','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','Bearbeitungskonflikte','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Klicken,\x20um\x20wieder\x20zu\x20verbinden','3700383IFOJUA','Zusammenarbeitskonflikt','Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','186990Khnnrl','440291oxhhEe','Formelberechnung\x20gestartet.'];_0x5906=function(){return _0xf0d807;};return _0x5906();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x10d535(0x161)}},'collabStatus':{'fetchMiss':'Serverdaten\x20werden\x20synchronisiert...','conflict':_0x10d535(0x15f),'notCollab':'Lokale\x20Datei','synced':'Synchronisiert','syncing':'Synchronisierung...','offline':'Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert'},'snapshotLoading':{'timeout':_0x10d535(0x152),'refresh':_0x10d535(0x159)},'session':{'connection-failed':_0x10d535(0x15d),'will-retry':_0x10d535(0x15e),'room-full':_0x10d535(0x164),'collaboration-timeout':'Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.'},'conflict':{'title':_0x10d535(0x163),'content':_0x10d535(0x14f)},'permission':{'title':_0x10d535(0x151),'content':'Ihre\x20Aktionen\x20stehen\x20im\x20Konflikt\x20mit\x20den\x20Serverberechtigungen.\x20Bitte\x20speichern\x20Sie\x20Ihre\x20lokalen\x20Änderungen\x20anderweitig,\x20da\x20sie\x20nach\x20dem\x20Aktualisieren\x20der\x20Seite\x20verworfen\x20werden.'},'collaboration':{'offline-data-not-saved':_0x10d535(0x14b),'single-unit':{'warning':_0x10d535(0x157)},'closeRoom':_0x10d535(0x153)},'auth':{'needGotoLoginAlert':_0x10d535(0x160)},'formula':{'calculation':{'started':_0x10d535(0x14e),'waiting':_0x10d535(0x165),'unable':_0x10d535(0x15a)}}}};function _0x33b4(_0x3b0d70,_0xca4ed5){_0x3b0d70=_0x3b0d70-0x14b;const _0x590665=_0x5906();let _0x33b426=_0x590665[_0x3b0d70];return _0x33b426;}export{e as default};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x562d8e=_0x369e;function _0x2c6c(){const _0x2598c2=['20OnebXh','145354uJZqRB','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','4biZabg','828210QQgjPY','You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','3968064GRuiyf','Collaboration\x20Conflict','2422986mYyKCm','460QqDTjy','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.','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.','Formula\x20calculation\x20started.','Authentication\x20Error','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','Local\x20file','Syncing...','150285lKBJxf','Edit\x20conflicts','14IAHqSm','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','721296FCSXhP','6388720DOHZTG','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Synced','Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.'];_0x2c6c=function(){return _0x2598c2;};return _0x2c6c();}(function(_0x5425f3,_0x278c24){const _0x3d8755=_0x369e,_0x3dae78=_0x5425f3();while(!![]){try{const _0x1f9b4e=-parseInt(_0x3d8755(0xc5))/0x1+-parseInt(_0x3d8755(0xd2))/0x2*(parseInt(_0x3d8755(0xd3))/0x3)+-parseInt(_0x3d8755(0xc9))/0x4*(-parseInt(_0x3d8755(0xcf))/0x5)+parseInt(_0x3d8755(0xd7))/0x6*(parseInt(_0x3d8755(0xc7))/0x7)+parseInt(_0x3d8755(0xca))/0x8+-parseInt(_0x3d8755(0xd5))/0x9+-parseInt(_0x3d8755(0xd8))/0xa*(parseInt(_0x3d8755(0xd0))/0xb);if(_0x1f9b4e===_0x278c24)break;else _0x3dae78['push'](_0x3dae78['shift']());}catch(_0x1dbaa3){_0x3dae78['push'](_0x3dae78['shift']());}}}(_0x2c6c,0x8cb7f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x562d8e(0xd9)}},'collabStatus':{'fetchMiss':_0x562d8e(0xdb),'conflict':_0x562d8e(0xc6),'notCollab':_0x562d8e(0xe0),'synced':_0x562d8e(0xcc),'syncing':_0x562d8e(0xc4),'offline':_0x562d8e(0xcd)},'snapshotLoading':{'timeout':_0x562d8e(0xce),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':'Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','room-full':_0x562d8e(0xdf),'collaboration-timeout':'The\x20server\x20is\x20not\x20responding\x20to\x20your\x20collaboration\x20request.\x20Your\x20edits\x20would\x20be\x20saved\x20locally.'},'conflict':{'title':_0x562d8e(0xd6),'content':_0x562d8e(0xdc)},'permission':{'title':_0x562d8e(0xde),'content':_0x562d8e(0xda)},'collaboration':{'offline-data-not-saved':_0x562d8e(0xd4),'single-unit':{'warning':_0x562d8e(0xcb)},'closeRoom':_0x562d8e(0xc8)},'auth':{'needGotoLoginAlert':_0x562d8e(0xd1)},'formula':{'calculation':{'started':_0x562d8e(0xdd),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':'Unable\x20to\x20perform\x20formula\x20calculation\x20at\x20this\x20time.\x20Please\x20try\x20again\x20later.'}}}};function _0x369e(_0x365c81,_0x3660c8){_0x365c81=_0x365c81-0xc4;const _0x2c6cca=_0x2c6c();let _0x369e9e=_0x2c6cca[_0x365c81];return _0x369e9e;}export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x412c(_0x4a2976,_0x2ec00e){_0x4a2976=_0x4a2976-0x72;const _0x293f96=_0x293f();let _0x412cec=_0x293f96[_0x4a2976];return _0x412cec;}const _0x4c5efe=_0x412c;(function(_0x3e1786,_0x4ee523){const _0x2a8421=_0x412c,_0x1c8c17=_0x3e1786();while(!![]){try{const _0x521062=-parseInt(_0x2a8421(0x78))/0x1+parseInt(_0x2a8421(0x87))/0x2+parseInt(_0x2a8421(0x88))/0x3+-parseInt(_0x2a8421(0x73))/0x4+parseInt(_0x2a8421(0x84))/0x5*(parseInt(_0x2a8421(0x7d))/0x6)+-parseInt(_0x2a8421(0x7f))/0x7+parseInt(_0x2a8421(0x80))/0x8;if(_0x521062===_0x4ee523)break;else _0x1c8c17['push'](_0x1c8c17['shift']());}catch(_0x3f1d3f){_0x1c8c17['push'](_0x1c8c17['shift']());}}}(_0x293f,0x7a8e5));function _0x293f(){const _0x3dc60a=['Archivo\x20local','Sincronizado','3996276BzxlLU','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','Sus\x20acciones\x20entran\x20en\x20conflicto\x20con\x20los\x20permisos\x20del\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales\x20en\x20otro\x20lugar,\x20ya\x20que\x20se\x20descartarán\x20después\x20de\x20actualizar\x20la\x20página.','Hay\x20un\x20conflicto\x20entre\x20su\x20copia\x20local\x20y\x20la\x20copia\x20en\x20el\x20servidor.\x20Guarde\x20sus\x20cambios\x20locales,\x20ya\x20que\x20se\x20perderán\x20cuando\x20recargue\x20la\x20página.','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','958800Ongyzu','Haga\x20clic\x20para\x20reconectar','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Sincronizando...','Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.','30SzvAZq','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','6267114oBhCWU','10226368RTZlez','Actualizar\x20página','Conflicto\x20de\x20colaboración','Cálculo\x20de\x20fórmulas\x20iniciado.','271870JRsPIR','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','1808316UdNzJB','2702508etbcuQ','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...'];_0x293f=function(){return _0x3dc60a;};return _0x293f();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c5efe(0x79)}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':'Conflictos\x20de\x20edición','notCollab':_0x4c5efe(0x8c),'synced':_0x4c5efe(0x72),'syncing':_0x4c5efe(0x7b),'offline':_0x4c5efe(0x74)},'snapshotLoading':{'timeout':'La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','refresh':_0x4c5efe(0x81)},'session':{'connection-failed':_0x4c5efe(0x85),'will-retry':_0x4c5efe(0x86),'room-full':_0x4c5efe(0x8a),'collaboration-timeout':_0x4c5efe(0x77)},'conflict':{'title':_0x4c5efe(0x82),'content':_0x4c5efe(0x76)},'permission':{'title':'Error\x20de\x20autenticación','content':_0x4c5efe(0x75)},'collaboration':{'offline-data-not-saved':_0x4c5efe(0x89),'single-unit':{'warning':_0x4c5efe(0x7c)},'closeRoom':'Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.'},'auth':{'needGotoLoginAlert':_0x4c5efe(0x7e)},'formula':{'calculation':{'started':_0x4c5efe(0x83),'waiting':_0x4c5efe(0x8b),'unable':_0x4c5efe(0x7a)}}}};export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x54fe69=_0x1a7c;function _0x5a76(){const _0x5642ac=['شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','188324JTWaGu','تداخل\x20ویرایش','در\x20حال\x20همگام\x20سازی...','محاسبه\x20فرمول\x20شروع\x20شد.','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','5565VjnORe','اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','513hGzkEt','276gWOVAx','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','772882rRkamO','شما\x20ویرایشهای\x20آفلاین\x20دارید\x20که\x20در\x20سرور\x20ذخیره\x20نشدهاند.\x20لطفاً\x20شبکه\x20خود\x20را\x20بررسی\x20کرده\x20و\x20دوباره\x20تلاش\x20کنید.','278676UpPDUO','بارگیری\x20دادهها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازهسازی\x20کنید.','همگام\x20سازی','3hLJFDV','12816rIaXrR','پرونده\x20محلی','146732IYzGvP','اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند','40FGlQav','1033415LToaix','خطای\x20اعتبارسنجی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.'];_0x5a76=function(){return _0x5642ac;};return _0x5a76();}(function(_0xa7d25c,_0x4c83dd){const _0x392f27=_0x1a7c,_0x4eaaf8=_0xa7d25c();while(!![]){try{const _0x4a5e20=-parseInt(_0x392f27(0x1cc))/0x1+-parseInt(_0x392f27(0x1c6))/0x2+-parseInt(_0x392f27(0x1c9))/0x3*(-parseInt(_0x392f27(0x1b9))/0x4)+parseInt(_0x392f27(0x1d1))/0x5+parseInt(_0x392f27(0x1c2))/0x6*(-parseInt(_0x392f27(0x1bf))/0x7)+parseInt(_0x392f27(0x1ca))/0x8*(-parseInt(_0x392f27(0x1c1))/0x9)+parseInt(_0x392f27(0x1d0))/0xa*(parseInt(_0x392f27(0x1c4))/0xb);if(_0x4a5e20===_0x4c83dd)break;else _0x4eaaf8['push'](_0x4eaaf8['shift']());}catch(_0x1738ac){_0x4eaaf8['push'](_0x4eaaf8['shift']());}}}(_0x5a76,0x1d81a));function _0x1a7c(_0x4a881b,_0x1c6c0c){_0x4a881b=_0x4a881b-0x1b9;const _0x5a761c=_0x5a76();let _0x1a7cb5=_0x5a761c[_0x4a881b];return _0x1a7cb5;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'برای\x20اتصال\x20مجدد\x20کلیک\x20کنید'}},'collabStatus':{'fetchMiss':_0x54fe69(0x1bd),'conflict':_0x54fe69(0x1ba),'notCollab':_0x54fe69(0x1cb),'synced':_0x54fe69(0x1c8),'syncing':_0x54fe69(0x1bb),'offline':_0x54fe69(0x1cf)},'snapshotLoading':{'timeout':_0x54fe69(0x1c7),'refresh':'تازهسازی\x20صفحه'},'session':{'connection-failed':_0x54fe69(0x1cd),'will-retry':_0x54fe69(0x1c3),'room-full':_0x54fe69(0x1be),'collaboration-timeout':'سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'},'conflict':{'title':'تداخل\x20همکاری','content':_0x54fe69(0x1d3)},'permission':{'title':_0x54fe69(0x1d2),'content':_0x54fe69(0x1c0)},'collaboration':{'offline-data-not-saved':_0x54fe69(0x1c5),'single-unit':{'warning':_0x54fe69(0x1d5)},'closeRoom':_0x54fe69(0x1ce)},'auth':{'needGotoLoginAlert':'ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.'},'formula':{'calculation':{'started':_0x54fe69(0x1bc),'waiting':'صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','unable':_0x54fe69(0x1d4)}}}};export{e as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x4b23(){const _0x4c5fb6=['La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Vous\x20avez\x20des\x20modifications\x20hors\x20ligne\x20qui\x20n\x27ont\x20pas\x20été\x20enregistrées\x20sur\x20le\x20serveur.\x20Veuillez\x20vérifier\x20votre\x20réseau\x20et\x20réessayer.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','Synchronisation\x20des\x20données\x20du\x20serveur...','8iXhGdD','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1546111IUQYNt','12245832pEEmgY','Conflit\x20de\x20collaboration','Vous\x20avez\x20ouvert\x20le\x20même\x20fichier\x20dans\x20un\x20autre\x20onglet.\x20Pour\x20éviter\x20toute\x20perte\x20de\x20données,\x20vous\x20ne\x20pouvez\x20pas\x20modifier\x20dans\x20cet\x20onglet.','91165ekovuo','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','4014828NyIaQx','384881xAkvll','Actualiser\x20la\x20page','Fichier\x20local','Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.','Synchronisé','5533150riQmpJ','Vos\x20actions\x20entrent\x20en\x20conflit\x20avec\x20les\x20autorisations\x20du\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales\x20ailleurs,\x20car\x20elles\x20seront\x20supprimées\x20après\x20l\x27actualisation\x20de\x20la\x20page.','106203CjdwXl','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','6gTSPuW','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','68SQUGQK'];_0x4b23=function(){return _0x4c5fb6;};return _0x4b23();}function _0x6be8(_0x81cbf3,_0x19bf53){_0x81cbf3=_0x81cbf3-0x15e;const _0x4b2302=_0x4b23();let _0x6be8c9=_0x4b2302[_0x81cbf3];return _0x6be8c9;}const _0x33eaaf=_0x6be8;(function(_0x37cee5,_0x459be9){const _0x3d8125=_0x6be8,_0x310166=_0x37cee5();while(!![]){try{const _0x5d0d77=parseInt(_0x3d8125(0x170))/0x1+-parseInt(_0x3d8125(0x169))/0x2*(-parseInt(_0x3d8125(0x165))/0x3)+-parseInt(_0x3d8125(0x176))/0x4+-parseInt(_0x3d8125(0x174))/0x5*(parseInt(_0x3d8125(0x167))/0x6)+-parseInt(_0x3d8125(0x15e))/0x7*(parseInt(_0x3d8125(0x16e))/0x8)+-parseInt(_0x3d8125(0x171))/0x9+parseInt(_0x3d8125(0x163))/0xa;if(_0x5d0d77===_0x459be9)break;else _0x310166['push'](_0x310166['shift']());}catch(_0x1299a9){_0x310166['push'](_0x310166['shift']());}}}(_0x4b23,0xd34d1));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0x33eaaf(0x16d),'conflict':'Conflits\x20de\x20modification','notCollab':_0x33eaaf(0x160),'synced':_0x33eaaf(0x162),'syncing':'Synchronisation...','offline':_0x33eaaf(0x166)},'snapshotLoading':{'timeout':_0x33eaaf(0x175),'refresh':_0x33eaaf(0x15f)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':'Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.','room-full':_0x33eaaf(0x16a),'collaboration-timeout':_0x33eaaf(0x16f)},'conflict':{'title':_0x33eaaf(0x172),'content':'Il\x20existe\x20un\x20conflit\x20entre\x20votre\x20copie\x20locale\x20et\x20la\x20copie\x20sur\x20le\x20serveur.\x20Veuillez\x20enregistrer\x20vos\x20modifications\x20locales,\x20car\x20elles\x20seront\x20perdues\x20lors\x20du\x20rechargement\x20de\x20la\x20page.'},'permission':{'title':'Erreur\x20d\x27authentification','content':_0x33eaaf(0x164)},'collaboration':{'offline-data-not-saved':_0x33eaaf(0x16b),'single-unit':{'warning':_0x33eaaf(0x173)},'closeRoom':_0x33eaaf(0x161)},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0x33eaaf(0x168),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0x33eaaf(0x16c)}}}};export{e as default};
|
package/lib/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x512531=_0x3bb1;function _0x3bb1(_0x1b0667,_0x474992){_0x1b0667=_0x1b0667-0x94;const _0x5c9152=_0x5c91();let _0x3bb1fc=_0x5c9152[_0x1b0667];return _0x3bb1fc;}(function(_0x185918,_0xd9e83b){const _0x13fc06=_0x3bb1,_0x1101e6=_0x185918();while(!![]){try{const _0x131e89=-parseInt(_0x13fc06(0x9b))/0x1*(parseInt(_0x13fc06(0x9d))/0x2)+-parseInt(_0x13fc06(0xa3))/0x3+parseInt(_0x13fc06(0x95))/0x4+parseInt(_0x13fc06(0xac))/0x5*(-parseInt(_0x13fc06(0xa4))/0x6)+parseInt(_0x13fc06(0x98))/0x7+-parseInt(_0x13fc06(0xa9))/0x8+-parseInt(_0x13fc06(0xab))/0x9*(-parseInt(_0x13fc06(0xad))/0xa);if(_0x131e89===_0xd9e83b)break;else _0x1101e6['push'](_0x1101e6['shift']());}catch(_0x426682){_0x1101e6['push'](_0x1101e6['shift']());}}}(_0x5c91,0x54bd3));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x512531(0x9c)}},'collabStatus':{'fetchMiss':_0x512531(0x9f),'conflict':'Konflik\x20edit','notCollab':_0x512531(0xa8),'synced':_0x512531(0x94),'syncing':'Menyinkronkan...','offline':_0x512531(0xaa)},'snapshotLoading':{'timeout':_0x512531(0x9e),'refresh':'Muat\x20ulang\x20halaman'},'session':{'connection-failed':_0x512531(0xa0),'will-retry':_0x512531(0x9a),'room-full':_0x512531(0xa2),'collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':'Konflik\x20Kolaborasi','content':_0x512531(0xa7)},'permission':{'title':'Kesalahan\x20Autentikasi','content':'Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.'},'collaboration':{'offline-data-not-saved':_0x512531(0xa1),'single-unit':{'warning':_0x512531(0x99)},'closeRoom':_0x512531(0xa5)},'auth':{'needGotoLoginAlert':_0x512531(0x96)},'formula':{'calculation':{'started':'Perhitungan\x20rumus\x20dimulai.','waiting':_0x512531(0xa6),'unable':_0x512531(0x97)}}}};function _0x5c91(){const _0x3f9420=['File\x20lokal','4572376pBiHLY','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','203103MFuoDM','69105QbwkEw','620YZxDSI','Tersinkron','2550288XjRpTU','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.','2056551hRBRQc','Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.','Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','7023GmXMHx','Klik\x20untuk\x20Menyambung\x20Kembali','44tPzrVg','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Menyinkronkan\x20data\x20server...','Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','2030679JNIBdD','252jFOIBk','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.'];_0x5c91=function(){return _0x3f9420;};return _0x5c91();}export{e as default};
|
package/lib/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xa19b88=_0x10a3;(function(_0x1b88ad,_0x153423){const _0x3150f0=_0x10a3,_0x5e7ef0=_0x1b88ad();while(!![]){try{const _0x44f609=-parseInt(_0x3150f0(0x206))/0x1*(parseInt(_0x3150f0(0x20b))/0x2)+-parseInt(_0x3150f0(0x1f8))/0x3+parseInt(_0x3150f0(0x20a))/0x4*(parseInt(_0x3150f0(0x1f9))/0x5)+-parseInt(_0x3150f0(0x1f4))/0x6+-parseInt(_0x3150f0(0x200))/0x7+parseInt(_0x3150f0(0x1f7))/0x8*(parseInt(_0x3150f0(0x207))/0x9)+parseInt(_0x3150f0(0x1fe))/0xa;if(_0x44f609===_0x153423)break;else _0x5e7ef0['push'](_0x5e7ef0['shift']());}catch(_0x3e75a3){_0x5e7ef0['push'](_0x5e7ef0['shift']());}}}(_0x1e3e,0xedeaa));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xa19b88(0x203)}},'collabStatus':{'fetchMiss':_0xa19b88(0x20c),'conflict':_0xa19b88(0x1ff),'notCollab':_0xa19b88(0x1fb),'synced':'Sincronizzato','syncing':_0xa19b88(0x204),'offline':_0xa19b88(0x1f6)},'snapshotLoading':{'timeout':_0xa19b88(0x1fc),'refresh':_0xa19b88(0x205)},'session':{'connection-failed':'Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','will-retry':_0xa19b88(0x1f5),'room-full':_0xa19b88(0x1f2),'collaboration-timeout':'Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.'},'conflict':{'title':_0xa19b88(0x1f3),'content':_0xa19b88(0x202)},'permission':{'title':_0xa19b88(0x209),'content':'Le\x20tue\x20azioni\x20sono\x20in\x20conflitto\x20con\x20le\x20autorizzazioni\x20del\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali\x20altrove,\x20poiché\x20verranno\x20scartate\x20dopo\x20l\x27aggiornamento\x20della\x20pagina.'},'collaboration':{'offline-data-not-saved':'Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','single-unit':{'warning':_0xa19b88(0x1fd)},'closeRoom':_0xa19b88(0x208)},'auth':{'needGotoLoginAlert':_0xa19b88(0x201)},'formula':{'calculation':{'started':'Calcolo\x20della\x20formula\x20avviato.','waiting':'La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...','unable':_0xa19b88(0x1fa)}}}};function _0x10a3(_0x2f0d98,_0x39871c){_0x2f0d98=_0x2f0d98-0x1f2;const _0x1e3e08=_0x1e3e();let _0x10a3d6=_0x1e3e08[_0x2f0d98];return _0x10a3d6;}export{e as default};function _0x1e3e(){const _0x5a78bf=['Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.','28779500DYFxSU','Conflitti\x20di\x20modifica','7938217zBHStm','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','C\x27è\x20un\x20conflitto\x20tra\x20la\x20tua\x20copia\x20locale\x20e\x20quella\x20sul\x20server.\x20Salva\x20le\x20tue\x20modifiche\x20locali,\x20perché\x20andranno\x20perse\x20quando\x20ricarichi\x20la\x20pagina.','Clicca\x20per\x20Riconnettere','Sincronizzazione...','Aggiorna\x20pagina','3iBTzXT','13050351kBvjpM','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','Errore\x20di\x20Autenticazione','28940prfdBr','59438LBCEIR','Sincronizzazione\x20dati\x20server...','La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Conflitto\x20di\x20Collaborazione','9176352sPhXbL','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','8HtfqAN','3387174jcqQBA','365dKxTUu','Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.','File\x20locale','Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.'];_0x1e3e=function(){return _0x5a78bf;};return _0x1e3e();}
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2dcc(){const _0x1c7f1a=['数式の計算キューが満杯です。空きが出るまでお待ちください...','445905uGFauD','2212164FebcGY','1912729TgIBDV','33bTgUqg','328tRHXqL','132034RRhBMp','共同編集ルームが満員です。編集内容はローカルに保存されます。','656EraWES','共同編集の競合','現在、数式の計算を実行できません。後でもう一度お試しください。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','同期中...','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','3126680MCDuli','2506PYSnfl','同期済み','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。','60tBTzkx','クリックして再接続','数式の計算を開始しました。','編集の競合','ページを更新','228QEjfQb','11838726MUKiEq','共同編集ルームが閉じられたため、編集権限が取り消されました。','接続に失敗しました。ネットワーク接続を確認してください。','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','3ysdUnk'];_0x2dcc=function(){return _0x1c7f1a;};return _0x2dcc();}const _0x1da030=_0x260f;(function(_0x332fef,_0x3ac6c8){const _0x329e21=_0x260f,_0x3b044d=_0x332fef();while(!![]){try{const _0x519d0f=-parseInt(_0x329e21(0x87))/0x1*(parseInt(_0x329e21(0x9d))/0x2)+parseInt(_0x329e21(0x97))/0x3*(parseInt(_0x329e21(0x9a))/0x4)+-parseInt(_0x329e21(0x99))/0x5*(parseInt(_0x329e21(0x8b))/0x6)+-parseInt(_0x329e21(0x7e))/0x7*(parseInt(_0x329e21(0x80))/0x8)+parseInt(_0x329e21(0x91))/0x9+parseInt(_0x329e21(0x86))/0xa*(-parseInt(_0x329e21(0x9c))/0xb)+-parseInt(_0x329e21(0x90))/0xc*(-parseInt(_0x329e21(0x9b))/0xd);if(_0x519d0f===_0x3ac6c8)break;else _0x3b044d['push'](_0x3b044d['shift']());}catch(_0x1d7efb){_0x3b044d['push'](_0x3b044d['shift']());}}}(_0x2dcc,0xd5fd4));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x1da030(0x8c)}},'collabStatus':{'fetchMiss':'サーバーデータを同期中...','conflict':_0x1da030(0x8e),'notCollab':'ローカルファイル','synced':_0x1da030(0x88),'syncing':_0x1da030(0x84),'offline':'オフライン、編集内容はローカルに保存されます'},'snapshotLoading':{'timeout':_0x1da030(0x8a),'refresh':_0x1da030(0x8f)},'session':{'connection-failed':_0x1da030(0x93),'will-retry':'接続に失敗しました。しばらくしてから再試行します。','room-full':_0x1da030(0x7f),'collaboration-timeout':_0x1da030(0x89)},'conflict':{'title':_0x1da030(0x81),'content':_0x1da030(0x83)},'permission':{'title':'認証エラー','content':_0x1da030(0x95)},'collaboration':{'offline-data-not-saved':_0x1da030(0x94),'single-unit':{'warning':_0x1da030(0x85)},'closeRoom':_0x1da030(0x92)},'auth':{'needGotoLoginAlert':_0x1da030(0x96)},'formula':{'calculation':{'started':_0x1da030(0x8d),'waiting':_0x1da030(0x98),'unable':_0x1da030(0x82)}}}};function _0x260f(_0x2a592c,_0x183660){_0x2a592c=_0x2a592c-0x7e;const _0x2dcc86=_0x2dcc();let _0x260f00=_0x2dcc86[_0x2a592c];return _0x260f00;}export{e as default};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2fc9bd=_0x5c01;function _0x5c01(_0x44f96e,_0x352e95){_0x44f96e=_0x44f96e-0xa3;const _0x167556=_0x1675();let _0x5c01ad=_0x167556[_0x44f96e];return _0x5c01ad;}(function(_0x4aaa2e,_0x51ba60){const _0x3d3977=_0x5c01,_0x9d2bab=_0x4aaa2e();while(!![]){try{const _0x13ba63=parseInt(_0x3d3977(0xaf))/0x1+parseInt(_0x3d3977(0xac))/0x2+parseInt(_0x3d3977(0xa3))/0x3*(parseInt(_0x3d3977(0xa8))/0x4)+-parseInt(_0x3d3977(0xae))/0x5+parseInt(_0x3d3977(0xa7))/0x6+-parseInt(_0x3d3977(0xb5))/0x7*(-parseInt(_0x3d3977(0xad))/0x8)+-parseInt(_0x3d3977(0xaa))/0x9;if(_0x13ba63===_0x51ba60)break;else _0x9d2bab['push'](_0x9d2bab['shift']());}catch(_0xe4015f){_0x9d2bab['push'](_0x9d2bab['shift']());}}}(_0x1675,0x64fae));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2fc9bd(0xb0)}},'collabStatus':{'fetchMiss':_0x2fc9bd(0xab),'conflict':_0x2fc9bd(0xb4),'notCollab':_0x2fc9bd(0xa6),'synced':'동기화됨','syncing':_0x2fc9bd(0xa9),'offline':_0x2fc9bd(0xa5)},'snapshotLoading':{'timeout':'데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','refresh':'페이지\x20새로고침'},'session':{'connection-failed':_0x2fc9bd(0xb3),'will-retry':_0x2fc9bd(0xb7),'room-full':_0x2fc9bd(0xb6),'collaboration-timeout':'서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.'},'conflict':{'title':_0x2fc9bd(0xb2),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':_0x2fc9bd(0xb1),'content':_0x2fc9bd(0xa4)},'collaboration':{'offline-data-not-saved':_0x2fc9bd(0xb8),'single-unit':{'warning':'다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.'},'closeRoom':'공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.'},'auth':{'needGotoLoginAlert':'로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.'},'formula':{'calculation':{'started':'수식\x20계산을\x20시작했습니다.','waiting':_0x2fc9bd(0xb9),'unable':'현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.'}}}};function _0x1675(){const _0x3a8c11=['인증\x20오류','공동\x20편집\x20충돌','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','편집\x20충돌','620900LlPsut','공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','18zbSoDa','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','로컬\x20파일','4550442VPFGPy','203572XrNZza','동기화\x20중...','7181811ZZbgDO','서버\x20데이터\x20동기화\x20중...','912430aryGtk','16EdFSEF','3801275LanDuZ','274468FDLAuf','클릭하여\x20다시\x20연결'];_0x1675=function(){return _0x3a8c11;};return _0x1675();}export{e as default};
|
package/lib/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x373928=_0x3496;(function(_0x3eef7d,_0x119d5b){const _0x2ff08e=_0x3496,_0x15578a=_0x3eef7d();while(!![]){try{const _0x5546fe=-parseInt(_0x2ff08e(0x13a))/0x1+-parseInt(_0x2ff08e(0x141))/0x2+parseInt(_0x2ff08e(0x145))/0x3*(-parseInt(_0x2ff08e(0x14a))/0x4)+parseInt(_0x2ff08e(0x13e))/0x5*(-parseInt(_0x2ff08e(0x139))/0x6)+-parseInt(_0x2ff08e(0x13f))/0x7*(-parseInt(_0x2ff08e(0x149))/0x8)+parseInt(_0x2ff08e(0x14b))/0x9+parseInt(_0x2ff08e(0x14d))/0xa*(parseInt(_0x2ff08e(0x134))/0xb);if(_0x5546fe===_0x119d5b)break;else _0x15578a['push'](_0x15578a['shift']());}catch(_0x4f7562){_0x15578a['push'](_0x15578a['shift']());}}}(_0x6ebb,0x75269));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x373928(0x148)}},'collabStatus':{'fetchMiss':_0x373928(0x136),'conflict':_0x373928(0x146),'notCollab':_0x373928(0x142),'synced':'Zsynchronizowane','syncing':'Synchronizowanie...','offline':_0x373928(0x133)},'snapshotLoading':{'timeout':_0x373928(0x14c),'refresh':'Odśwież\x20stronę'},'session':{'connection-failed':_0x373928(0x143),'will-retry':'Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','room-full':_0x373928(0x137),'collaboration-timeout':_0x373928(0x147)},'conflict':{'title':_0x373928(0x144),'content':_0x373928(0x140)},'permission':{'title':_0x373928(0x13b),'content':'Twoje\x20działania\x20są\x20sprzeczne\x20z\x20uprawnieniami\x20serwera.\x20Zapisz\x20swoje\x20lokalne\x20zmiany\x20w\x20innym\x20miejscu,\x20ponieważ\x20zostaną\x20odrzucone\x20po\x20odświeżeniu\x20strony.'},'collaboration':{'offline-data-not-saved':_0x373928(0x13d),'single-unit':{'warning':_0x373928(0x135)},'closeRoom':_0x373928(0x138)},'auth':{'needGotoLoginAlert':_0x373928(0x13c)},'formula':{'calculation':{'started':'Obliczanie\x20formuły\x20rozpoczęte.','waiting':_0x373928(0x14e),'unable':'Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.'}}}};function _0x3496(_0x39785f,_0x3f26da){_0x39785f=_0x39785f-0x133;const _0x6ebbbe=_0x6ebb();let _0x349670=_0x6ebbbe[_0x39785f];return _0x349670;}export{e as default};function _0x6ebb(){const _0x835b4d=['Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','Konflikt\x20współpracy','38013NGFhaZ','Konflikty\x20edycji','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Kliknij,\x20aby\x20połączyć\x20ponownie','20848FhANXx','124hfYYwN','3343608jNymqL','Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','1570810HCpgSR','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','66YqlAsC','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Synchronizowanie\x20danych\x20serwera...','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','3701076kEFRXh','574419tJPGRd','Błąd\x20uwierzytelniania','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','5SVWzRU','2541oyxFnl','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.','392122auiavc','Plik\x20lokalny'];_0x6ebb=function(){return _0x835b4d;};return _0x6ebb();}
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2b80(_0x5202de,_0x289cb5){_0x5202de=_0x5202de-0x113;const _0x4eb0fa=_0x4eb0();let _0x2b8095=_0x4eb0fa[_0x5202de];return _0x2b8095;}const _0x184007=_0x2b80;function _0x4eb0(){const _0x26da26=['Conflito\x20de\x20Colaboração','Sincronizando...','562907ZZLZHc','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','10832170pgmQgl','Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.','1688409PZLRVY','Há\x20um\x20conflito\x20entre\x20sua\x20cópia\x20local\x20e\x20a\x20cópia\x20no\x20servidor.\x20Salve\x20suas\x20edições\x20locais,\x20pois\x20elas\x20serão\x20perdidas\x20ao\x20recarregar\x20a\x20página.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','Erro\x20de\x20autenticação','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','22CezFAg','567096CzeXOn','Sincronizado','67764rhGKOG','301mpfNEU','Atualizar\x20página','8snBxkK','Suas\x20ações\x20estão\x20em\x20conflito\x20com\x20as\x20permissões\x20do\x20servidor.\x20Salve\x20suas\x20edições\x20locais\x20em\x20outro\x20lugar,\x20pois\x20elas\x20serão\x20descartadas\x20após\x20atualizar\x20a\x20página.','48cbVZdg','1385470wqnWgO','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','Conflitos\x20de\x20edição','Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.','300102FkYQit','55QXDGTC','Clique\x20para\x20Reconectar','Arquivo\x20local'];_0x4eb0=function(){return _0x26da26;};return _0x4eb0();}(function(_0x5bc945,_0xeac983){const _0xc1b81d=_0x2b80,_0xc09087=_0x5bc945();while(!![]){try{const _0x4f814a=-parseInt(_0xc1b81d(0x12f))/0x1+-parseInt(_0xc1b81d(0x11b))/0x2*(-parseInt(_0xc1b81d(0x129))/0x3)+parseInt(_0xc1b81d(0x121))/0x4*(-parseInt(_0xc1b81d(0x124))/0x5)+-parseInt(_0xc1b81d(0x11e))/0x6*(-parseInt(_0xc1b81d(0x11f))/0x7)+parseInt(_0xc1b81d(0x123))/0x8*(parseInt(_0xc1b81d(0x115))/0x9)+-parseInt(_0xc1b81d(0x113))/0xa+-parseInt(_0xc1b81d(0x12a))/0xb*(-parseInt(_0xc1b81d(0x11c))/0xc);if(_0x4f814a===_0xeac983)break;else _0xc09087['push'](_0xc09087['shift']());}catch(_0x25f6fc){_0xc09087['push'](_0xc09087['shift']());}}}(_0x4eb0,0xb6850));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x184007(0x12b)}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':_0x184007(0x127),'notCollab':_0x184007(0x12c),'synced':_0x184007(0x11d),'syncing':_0x184007(0x12e),'offline':'Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente'},'snapshotLoading':{'timeout':'O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','refresh':_0x184007(0x120)},'session':{'connection-failed':_0x184007(0x117),'will-retry':_0x184007(0x126),'room-full':'A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','collaboration-timeout':_0x184007(0x11a)},'conflict':{'title':_0x184007(0x12d),'content':_0x184007(0x116)},'permission':{'title':_0x184007(0x118),'content':_0x184007(0x122)},'collaboration':{'offline-data-not-saved':_0x184007(0x130),'single-unit':{'warning':'Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.'},'closeRoom':_0x184007(0x114)},'auth':{'needGotoLoginAlert':_0x184007(0x119)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmula\x20iniciado.','waiting':_0x184007(0x125),'unable':_0x184007(0x128)}}}};export{e as default};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x37f5(_0x33ecc8,_0x3ce97f){_0x33ecc8=_0x33ecc8-0x1a7;const _0x276fb5=_0x276f();let _0x37f5ea=_0x276fb5[_0x33ecc8];return _0x37f5ea;}const _0xdd4d6=_0x37f5;(function(_0x162bc4,_0x45bb68){const _0x29de2e=_0x37f5,_0x3554c6=_0x162bc4();while(!![]){try{const _0x369e92=parseInt(_0x29de2e(0x1b0))/0x1+parseInt(_0x29de2e(0x1b9))/0x2*(-parseInt(_0x29de2e(0x1b1))/0x3)+parseInt(_0x29de2e(0x1bf))/0x4*(parseInt(_0x29de2e(0x1ac))/0x5)+parseInt(_0x29de2e(0x1a8))/0x6*(-parseInt(_0x29de2e(0x1b4))/0x7)+parseInt(_0x29de2e(0x1ae))/0x8*(-parseInt(_0x29de2e(0x1ba))/0x9)+-parseInt(_0x29de2e(0x1a7))/0xa+parseInt(_0x29de2e(0x1b5))/0xb;if(_0x369e92===_0x45bb68)break;else _0x3554c6['push'](_0x3554c6['shift']());}catch(_0x132f29){_0x3554c6['push'](_0x3554c6['shift']());}}}(_0x276f,0x8334f));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0xdd4d6(0x1c2)}},'collabStatus':{'fetchMiss':_0xdd4d6(0x1b6),'conflict':'Конфликты\x20редактирования','notCollab':'Локальный\x20файл','synced':_0xdd4d6(0x1a9),'syncing':'Синхронизация...','offline':_0xdd4d6(0x1be)},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':_0xdd4d6(0x1bb)},'session':{'connection-failed':_0xdd4d6(0x1af),'will-retry':_0xdd4d6(0x1b2),'room-full':_0xdd4d6(0x1ab),'collaboration-timeout':_0xdd4d6(0x1bd)},'conflict':{'title':'Конфликт\x20совместной\x20работы','content':_0xdd4d6(0x1aa)},'permission':{'title':'Ошибка\x20аутентификации','content':_0xdd4d6(0x1c1)},'collaboration':{'offline-data-not-saved':'У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','single-unit':{'warning':_0xdd4d6(0x1b3)},'closeRoom':_0xdd4d6(0x1ad)},'auth':{'needGotoLoginAlert':_0xdd4d6(0x1b8)},'formula':{'calculation':{'started':_0xdd4d6(0x1c0),'waiting':_0xdd4d6(0x1b7),'unable':_0xdd4d6(0x1bc)}}}};function _0x276f(){const _0x37023d=['Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','656086XCMizM','18GXsdjo','Обновить\x20страницу','В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','Офлайн,\x20изменения\x20будут\x20сохранены\x20локально','2928yBhRIY','Начато\x20вычисление\x20формул.','Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.','Нажмите\x20для\x20переподключения','852610GiQWkN','64734LJjuhR','Синхронизировано','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','1155hcxUfm','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.','252968KgubGn','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','345233dIHVgQ','3Xhxukb','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','42dOnooz','6208158kCwUWv','Синхронизация\x20данных\x20сервера...','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...'];_0x276f=function(){return _0x37023d;};return _0x276f();}export{e as default};
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x383972=_0x1077;function _0x422a(){const _0x3fa12b=['1214gCaPUP','Konflikty\x20úprav','2177307yeBXuL','480WEzMXu','392384ClIfre','Offline,\x20úpravy\x20budú\x20uložené\x20lokálne','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.','Konflikt\x20spolupráce','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Lokálny\x20súbor','Kliknite\x20na\x20opätovné\x20pripojenie','Synchronizuje\x20sa...','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','703152psgFUr','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1390575ILNZsC','Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','Obnoviť\x20stránku','Máte\x20offline\x20úpravy,\x20ktoré\x20neboli\x20uložené\x20na\x20server.\x20Skontrolujte\x20sieť\x20a\x20skúste\x20to\x20znova.','Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','217284ZAMYpY','Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','42irVHxq','Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','2361532IyGyAv'];_0x422a=function(){return _0x3fa12b;};return _0x422a();}(function(_0x165eb4,_0x14bf5a){const _0x1b9300=_0x1077,_0x538bea=_0x165eb4();while(!![]){try{const _0x208eb8=parseInt(_0x1b9300(0xf9))/0x1*(-parseInt(_0x1b9300(0xfc))/0x2)+-parseInt(_0x1b9300(0xf4))/0x3+parseInt(_0x1b9300(0xf8))/0x4+parseInt(_0x1b9300(0xef))/0x5+-parseInt(_0x1b9300(0xed))/0x6+-parseInt(_0x1b9300(0xf6))/0x7*(parseInt(_0x1b9300(0xfd))/0x8)+parseInt(_0x1b9300(0xfb))/0x9;if(_0x208eb8===_0x14bf5a)break;else _0x538bea['push'](_0x538bea['shift']());}catch(_0x2487c2){_0x538bea['push'](_0x538bea['shift']());}}}(_0x422a,0x51d31));function _0x1077(_0x404b9b,_0x5c5469){_0x404b9b=_0x404b9b-0xed;const _0x422a0e=_0x422a();let _0x1077b3=_0x422a0e[_0x404b9b];return _0x1077b3;}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x383972(0x103)}},'collabStatus':{'fetchMiss':_0x383972(0xee),'conflict':_0x383972(0xfa),'notCollab':_0x383972(0x102),'synced':'Synchronizované','syncing':_0x383972(0x104),'offline':_0x383972(0xfe)},'snapshotLoading':{'timeout':_0x383972(0x105),'refresh':_0x383972(0xf1)},'session':{'connection-failed':'Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','will-retry':_0x383972(0xf7),'room-full':_0x383972(0xf3),'collaboration-timeout':_0x383972(0xf0)},'conflict':{'title':_0x383972(0x100),'content':_0x383972(0xff)},'permission':{'title':'Chyba\x20overenia','content':'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é.'},'collaboration':{'offline-data-not-saved':_0x383972(0xf2),'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':'Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.'},'auth':{'needGotoLoginAlert':_0x383972(0x101)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':_0x383972(0xf5),'unable':'Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.'}}}};export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x5d41(){const _0x2d0b53=['6394136kubzYW','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.','396Yugssj','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','224uQvyUZ','Xung\x20đột\x20cộng\x20tác','Đã\x20đồng\x20bộ','9183vkXfsz','Đang\x20đồng\x20bộ...','77100LrCJqU','Làm\x20mới\x20trang','Xung\x20đột\x20chỉnh\x20sửa','5747920DQdWSk','232UTUVMo','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.','5951010nWgLOm','Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','1108fhlDvf','9JEkiKd','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.','Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.','Quá\x20trình\x20tải\x20dữ\x20liệu\x20đã\x20dừng\x20ở\x20{0}/{1}.\x20Hãy\x20làm\x20mới\x20trang\x20để\x20thử\x20lại.','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.','Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ','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.','2082rajOtF','133353wNYYON','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','Có\x20sự\x20xung\x20đột\x20giữa\x20bản\x20sao\x20cục\x20bộ\x20của\x20bạn\x20và\x20bản\x20sao\x20trên\x20máy\x20chủ.\x20Vui\x20lòng\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn,\x20vì\x20chúng\x20sẽ\x20bị\x20mất\x20khi\x20bạn\x20tải\x20lại\x20trang.'];_0x5d41=function(){return _0x2d0b53;};return _0x5d41();}function _0x5963(_0x5ea50a,_0x594208){_0x5ea50a=_0x5ea50a-0x1e9;const _0x5d412f=_0x5d41();let _0x5963d9=_0x5d412f[_0x5ea50a];return _0x5963d9;}const _0x9f290b=_0x5963;(function(_0x5a87a4,_0x432efc){const _0x910f36=_0x5963,_0x4a25b2=_0x5a87a4();while(!![]){try{const _0x1aeb09=parseInt(_0x910f36(0x1e9))/0x1*(-parseInt(_0x910f36(0x1f5))/0x2)+-parseInt(_0x910f36(0x201))/0x3*(parseInt(_0x910f36(0x1ed))/0x4)+parseInt(_0x910f36(0x1eb))/0x5+-parseInt(_0x910f36(0x203))/0x6*(-parseInt(_0x910f36(0x1fe))/0x7)+-parseInt(_0x910f36(0x1fa))/0x8+parseInt(_0x910f36(0x1ee))/0x9*(parseInt(_0x910f36(0x206))/0xa)+-parseInt(_0x910f36(0x1f6))/0xb*(-parseInt(_0x910f36(0x1fc))/0xc);if(_0x1aeb09===_0x432efc)break;else _0x4a25b2['push'](_0x4a25b2['shift']());}catch(_0xaf8565){_0x4a25b2['push'](_0x4a25b2['shift']());}}}(_0x5d41,0xa7dd9));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Nhấp\x20để\x20kết\x20nối\x20lại'}},'collabStatus':{'fetchMiss':_0x9f290b(0x1ec),'conflict':_0x9f290b(0x205),'notCollab':'Tệp\x20cục\x20bộ','synced':_0x9f290b(0x200),'syncing':_0x9f290b(0x202),'offline':_0x9f290b(0x1f3)},'snapshotLoading':{'timeout':_0x9f290b(0x1f1),'refresh':_0x9f290b(0x204)},'session':{'connection-failed':'Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','will-retry':_0x9f290b(0x1fd),'room-full':'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ộ.','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':_0x9f290b(0x1ff),'content':_0x9f290b(0x1f9)},'permission':{'title':'Lỗi\x20xác\x20thực','content':_0x9f290b(0x1ef)},'collaboration':{'offline-data-not-saved':_0x9f290b(0x1f4),'single-unit':{'warning':_0x9f290b(0x1fb)},'closeRoom':_0x9f290b(0x1f0)},'auth':{'needGotoLoginAlert':_0x9f290b(0x1f2)},'formula':{'calculation':{'started':_0x9f290b(0x1f8),'waiting':_0x9f290b(0x1f7),'unable':_0x9f290b(0x1ea)}}}};export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x4414(_0x515f11,_0x1dc993){_0x515f11=_0x515f11-0xc3;const _0x96cb2f=_0x96cb();let _0x441479=_0x96cb2f[_0x515f11];return _0x441479;}const _0x4c0651=_0x4414;(function(_0x453fa5,_0x286226){const _0x2e928f=_0x4414,_0x47b5e6=_0x453fa5();while(!![]){try{const _0x37f6e7=-parseInt(_0x2e928f(0xcd))/0x1+parseInt(_0x2e928f(0xd0))/0x2*(-parseInt(_0x2e928f(0xd9))/0x3)+parseInt(_0x2e928f(0xc8))/0x4*(parseInt(_0x2e928f(0xd6))/0x5)+parseInt(_0x2e928f(0xe1))/0x6*(parseInt(_0x2e928f(0xc3))/0x7)+parseInt(_0x2e928f(0xd4))/0x8+parseInt(_0x2e928f(0xd5))/0x9+-parseInt(_0x2e928f(0xd2))/0xa;if(_0x37f6e7===_0x286226)break;else _0x47b5e6['push'](_0x47b5e6['shift']());}catch(_0x5bd824){_0x47b5e6['push'](_0x47b5e6['shift']());}}}(_0x96cb,0xc9365));function _0x96cb(){const _0x4bb7ee=['310221lRrEkj','点击重新连接','公式计算已开始。','服务器未响应,你的编辑将在本地缓存','本地文件','你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。','连接失败,请检查你的网络','保存中...','6zYSeWT','32361RhdqSO','正在拉取服务端数据...','数据加载停留在\x20{0}/{1},请刷新页面后重试。','你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。','1182732vtMacX','由于协同房间被关闭,编辑权限被收回。','编辑冲突','协同冲突','你有离线编辑未保存到服务器,请检查网络后重试。','375792xGUjxI','已离线,编辑将在本地缓存','已同步','2FOXlvI','连接失败,将在一会儿之后重试连接','26646320XpODGg','目前无法执行公式计算。请稍后重试。','11687896UlSzbV','14538033BOJsqu','15RbLToG','权限错误','刷新页面'];_0x96cb=function(){return _0x4bb7ee;};return _0x96cb();}const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4c0651(0xda)}},'collabStatus':{'fetchMiss':_0x4c0651(0xc4),'conflict':_0x4c0651(0xca),'notCollab':_0x4c0651(0xdd),'synced':_0x4c0651(0xcf),'syncing':_0x4c0651(0xe0),'offline':_0x4c0651(0xce)},'snapshotLoading':{'timeout':_0x4c0651(0xc5),'refresh':_0x4c0651(0xd8)},'session':{'connection-failed':_0x4c0651(0xdf),'will-retry':_0x4c0651(0xd1),'room-full':'协同房间已满,你的编辑将在本地缓存','collaboration-timeout':_0x4c0651(0xdc)},'conflict':{'title':_0x4c0651(0xcb),'content':_0x4c0651(0xc6)},'permission':{'title':_0x4c0651(0xd7),'content':_0x4c0651(0xc7)},'collaboration':{'offline-data-not-saved':_0x4c0651(0xcc),'single-unit':{'warning':'你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。'},'closeRoom':_0x4c0651(0xc9)},'auth':{'needGotoLoginAlert':_0x4c0651(0xde)},'formula':{'calculation':{'started':_0x4c0651(0xdb),'waiting':'公式计算队列已满,正在等待空闲位置...','unable':_0x4c0651(0xd3)}}}};export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x4b5b14=_0x455d;(function(_0x372814,_0x14425d){const _0x30ecea=_0x455d,_0x1e60ee=_0x372814();while(!![]){try{const _0x142fc7=parseInt(_0x30ecea(0xf3))/0x1+parseInt(_0x30ecea(0xee))/0x2+parseInt(_0x30ecea(0xfd))/0x3*(parseInt(_0x30ecea(0xf0))/0x4)+parseInt(_0x30ecea(0x106))/0x5*(-parseInt(_0x30ecea(0xfc))/0x6)+parseInt(_0x30ecea(0xfa))/0x7*(-parseInt(_0x30ecea(0x104))/0x8)+-parseInt(_0x30ecea(0xf7))/0x9+parseInt(_0x30ecea(0x10b))/0xa;if(_0x142fc7===_0x14425d)break;else _0x1e60ee['push'](_0x1e60ee['shift']());}catch(_0x169f76){_0x1e60ee['push'](_0x1e60ee['shift']());}}}(_0x11bf,0x48838));const e={'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'點擊重新連線'}},'collabStatus':{'fetchMiss':'正在擷取伺服器資料...','conflict':_0x4b5b14(0xf6),'notCollab':_0x4b5b14(0xef),'synced':_0x4b5b14(0xf2),'syncing':_0x4b5b14(0xf1),'offline':_0x4b5b14(0xf8)},'snapshotLoading':{'timeout':_0x4b5b14(0x109),'refresh':_0x4b5b14(0x105)},'session':{'connection-failed':_0x4b5b14(0xfe),'will-retry':_0x4b5b14(0x102),'room-full':_0x4b5b14(0xed),'collaboration-timeout':_0x4b5b14(0x103)},'conflict':{'title':_0x4b5b14(0x108),'content':'您的本機文件與伺服器文件存在衝突。請將您的本機編輯儲存至其他地方,因為重新整理頁面後將會遺失。'},'permission':{'title':_0x4b5b14(0xf9),'content':_0x4b5b14(0x100)},'collaboration':{'offline-data-not-saved':_0x4b5b14(0x107),'single-unit':{'warning':_0x4b5b14(0x10a)},'closeRoom':_0x4b5b14(0xfb)},'auth':{'needGotoLoginAlert':_0x4b5b14(0xf4)},'formula':{'calculation':{'started':_0x4b5b14(0xf5),'waiting':_0x4b5b14(0xff),'unable':_0x4b5b14(0x101)}}}};export{e as default};function _0x455d(_0x31950a,_0x95469){_0x31950a=_0x31950a-0xed;const _0x11bf4c=_0x11bf();let _0x455dfa=_0x11bf4c[_0x31950a];return _0x455dfa;}function _0x11bf(){const _0x1fe83d=['連線失敗,請檢查您的網絡。','公式計算佇列已滿,正在等待可用資源...','您的操作與伺服器權限存在衝突。請將您的本機編輯儲存至其他地方,重新整理頁面後將會被捨棄。','目前無法執行公式計算,請稍後重試。','連線失敗,將在稍後重試連線。','伺服器未回應協作請求,您的編輯將儲存在本機。','24IyOQFU','重新整理頁面','1835945VHTYUT','您有未儲存至伺服器的離線編輯,請檢查網絡後重試。','協作衝突','資料載入停留在\x20{0}/{1},請重新整理頁面後再試。','您在另一個分頁開啟了同一個檔案。為避免資料遺失,此分頁將無法進行編輯。','10043600DgYOqc','協作房間已滿,您的編輯將暫存於本機。','357730XnBMqI','本機檔案','24RJEmKx','同步中...','已同步','107271UQOpTC','您的登入已過期,點擊「確定」重新登入,點擊「取消」儲存您的本機編輯。','公式計算已開始。','編輯衝突','1437228avXpqy','已離線,編輯將儲存在本機','認證錯誤','1178709lZense','由於協作房間已關閉,編輯權限已被收回。','6QAdPlZ','19281fZyqey'];_0x11bf=function(){return _0x1fe83d;};return _0x11bf();}
|