@univerjs-pro/collaboration-client-ui 1.0.0-beta.0 → 1.0.0-beta.1
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 +17 -21
- 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/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x19b4(_0x3cf627,_0x4dd258){_0x3cf627=_0x3cf627-0x7d;var _0xbc305a=_0xbc30();var _0x19b437=_0xbc305a[_0x3cf627];return _0x19b437;}(function(_0x2d748e,_0x4097dc){var _0x4bdadb=_0x19b4,_0x4513ab=_0x2d748e();while(!![]){try{var _0x20de6c=-parseInt(_0x4bdadb(0x82))/0x1+parseInt(_0x4bdadb(0x91))/0x2+-parseInt(_0x4bdadb(0x8a))/0x3*(-parseInt(_0x4bdadb(0x86))/0x4)+-parseInt(_0x4bdadb(0x88))/0x5*(-parseInt(_0x4bdadb(0x7d))/0x6)+parseInt(_0x4bdadb(0x8e))/0x7*(-parseInt(_0x4bdadb(0x7e))/0x8)+-parseInt(_0x4bdadb(0x8f))/0x9+parseInt(_0x4bdadb(0x99))/0xa;if(_0x20de6c===_0x4097dc)break;else _0x4513ab['push'](_0x4513ab['shift']());}catch(_0x3e6ea5){_0x4513ab['push'](_0x4513ab['shift']());}}}(_0xbc30,0x50ccb),function(_0x226629,_0x5f4544){var _0x210e03=_0x19b4;typeof exports==_0x210e03(0x9f)&&typeof module<'u'?module[_0x210e03(0x9d)]=_0x5f4544():typeof define==_0x210e03(0x92)&&define[_0x210e03(0x84)]?define([],_0x5f4544):(_0x226629=typeof globalThis<'u'?globalThis:_0x226629||self,_0x226629[_0x210e03(0x94)]=_0x5f4544());}(this,function(){var _0x4fc196=_0x19b4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x4fc196(0x83)}},'collabStatus':{'fetchMiss':'جارٍ\x20مزامنة\x20بيانات\x20الخادم...','conflict':_0x4fc196(0x8b),'notCollab':_0x4fc196(0x80),'synced':_0x4fc196(0x7f),'syncing':_0x4fc196(0x89),'offline':_0x4fc196(0x9a)},'snapshotLoading':{'timeout':_0x4fc196(0x8d),'refresh':'تحديث\x20الصفحة'},'session':{'connection-failed':_0x4fc196(0x98),'will-retry':_0x4fc196(0x81),'room-full':'غرفة\x20التعاون\x20ممتلئة.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','collaboration-timeout':_0x4fc196(0x87)},'conflict':{'title':_0x4fc196(0x85),'content':'هناك\x20تعارض\x20بين\x20نسختك\x20المحلية\x20والنسخة\x20على\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية،\x20لأنها\x20ستُفقد\x20عند\x20إعادة\x20تحميل\x20الصفحة.'},'permission':{'title':_0x4fc196(0x95),'content':_0x4fc196(0x9e)},'collaboration':{'offline-data-not-saved':_0x4fc196(0x8c),'single-unit':{'warning':_0x4fc196(0x97)},'closeRoom':_0x4fc196(0x9b)},'auth':{'needGotoLoginAlert':_0x4fc196(0x9c)},'formula':{'calculation':{'started':_0x4fc196(0x93),'waiting':_0x4fc196(0x96),'unable':_0x4fc196(0x90)}}}};}));function _0xbc30(){var _0x508ce7=['exports','إجراءاتك\x20تتعارض\x20مع\x20أذونات\x20الخادم.\x20يرجى\x20حفظ\x20تعديلاتك\x20المحلية\x20في\x20مكان\x20آخر\x20حيث\x20سيتم\x20تجاهلها\x20بعد\x20تحديث\x20الصفحة.','object','606xIRaTm','964696UsIpUu','تمت\x20المزامنة','ملف\x20محلي','فشل\x20الاتصال،\x20سنعيد\x20المحاولة\x20بعد\x20قليل.','135322OcxoXT','انقر\x20لإعادة\x20الاتصال','amd','تعارض\x20في\x20التعاون','12tDRbHw','الخادم\x20لا\x20يستجيب\x20لطلب\x20التعاون\x20الخاص\x20بك.\x20سيتم\x20حفظ\x20تعديلاتك\x20محليًا.','1510QdIEXd','جارٍ\x20المزامنة...','197562DZwFLe','تعارضات\x20التحرير','لديك\x20تعديلات\x20غير\x20متصلة\x20لم\x20يتم\x20حفظها\x20على\x20الخادم.\x20يرجى\x20التحقق\x20من\x20شبكتك\x20والمحاولة\x20مرة\x20أخرى.','توقف\x20تحميل\x20البيانات\x20عند\x20{0}/{1}.\x20حدّث\x20الصفحة\x20للمحاولة\x20مرة\x20أخرى.','21CQTOQZ','1827963urkrdh','غير\x20قادر\x20على\x20إجراء\x20حساب\x20الصيغة\x20في\x20هذا\x20الوقت.\x20يرجى\x20المحاولة\x20مرة\x20أخرى\x20لاحقًا.','723016ZQXRli','function','بدأ\x20حساب\x20الصيغة.','UniverProCollaborationClientUiArSA','خطأ\x20في\x20المصادقة','قائمة\x20انتظار\x20حساب\x20الصيغة\x20ممتلئة،\x20في\x20انتظار\x20خانة\x20متاحة...','فتحت\x20نفس\x20الملف\x20في\x20علامة\x20تبويب\x20أخرى.\x20في\x20حالة\x20فقدان\x20البيانات،\x20لا\x20يمكنك\x20التحرير\x20في\x20علامة\x20التبويب\x20هذه.','فشل\x20الاتصال،\x20يرجى\x20التحقق\x20من\x20شبكتك.','4415730ifIfNE','غير\x20متصل،\x20سيتم\x20حفظ\x20التعديلات\x20محليًا','تم\x20إلغاء\x20امتيازات\x20التحرير\x20لأنه\x20تم\x20إغلاق\x20غرفة\x20التعاون.','انتهت\x20صلاحية\x20تسجيل\x20الدخول\x20الخاص\x20بك،\x20انقر\x20فوق\x20موافق\x20لإعادة\x20تسجيل\x20الدخول،\x20وانقر\x20فوق\x20إلغاء\x20لحفظ\x20تعديلاتك\x20المحلية.'];_0xbc30=function(){return _0x508ce7;};return _0xbc30();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4b90(_0x58f962,_0x236914){_0x58f962=_0x58f962-0x118;var _0xbd0c55=_0xbd0c();var _0x4b9071=_0xbd0c55[_0x58f962];return _0x4b9071;}(function(_0x5a4e40,_0x58bae1){var _0x287a77=_0x4b90,_0x230887=_0x5a4e40();while(!![]){try{var _0xce1cc2=-parseInt(_0x287a77(0x12a))/0x1+parseInt(_0x287a77(0x11d))/0x2*(parseInt(_0x287a77(0x13b))/0x3)+-parseInt(_0x287a77(0x122))/0x4*(-parseInt(_0x287a77(0x139))/0x5)+parseInt(_0x287a77(0x120))/0x6*(parseInt(_0x287a77(0x128))/0x7)+-parseInt(_0x287a77(0x12d))/0x8*(parseInt(_0x287a77(0x130))/0x9)+-parseInt(_0x287a77(0x125))/0xa*(-parseInt(_0x287a77(0x138))/0xb)+-parseInt(_0x287a77(0x137))/0xc;if(_0xce1cc2===_0x58bae1)break;else _0x230887['push'](_0x230887['shift']());}catch(_0x540653){_0x230887['push'](_0x230887['shift']());}}}(_0xbd0c,0x2655f),function(_0x55a337,_0x41738f){var _0x1c84a6=_0x4b90;typeof exports==_0x1c84a6(0x11c)&&typeof module<'u'?module[_0x1c84a6(0x11b)]=_0x41738f():typeof define==_0x1c84a6(0x12f)&&define[_0x1c84a6(0x12b)]?define([],_0x41738f):(_0x55a337=typeof globalThis<'u'?globalThis:_0x55a337||self,_0x55a337['UniverProCollaborationClientUiCaES']=_0x41738f());}(this,function(){var _0x2bc740=_0x4b90;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x2bc740(0x11e)}},'collabStatus':{'fetchMiss':'Sincronitzant\x20dades\x20del\x20servidor...','conflict':_0x2bc740(0x13a),'notCollab':'Fitxer\x20local','synced':'Sincronitzat','syncing':_0x2bc740(0x11a),'offline':'Fora\x20de\x20línia,\x20els\x20canvis\x20es\x20desaran\x20localment'},'snapshotLoading':{'timeout':_0x2bc740(0x121),'refresh':_0x2bc740(0x119)},'session':{'connection-failed':_0x2bc740(0x12c),'will-retry':_0x2bc740(0x135),'room-full':_0x2bc740(0x126),'collaboration-timeout':_0x2bc740(0x127)},'conflict':{'title':_0x2bc740(0x136),'content':_0x2bc740(0x131)},'permission':{'title':_0x2bc740(0x132),'content':_0x2bc740(0x12e)},'collaboration':{'offline-data-not-saved':_0x2bc740(0x118),'single-unit':{'warning':_0x2bc740(0x123)},'closeRoom':_0x2bc740(0x129)},'auth':{'needGotoLoginAlert':_0x2bc740(0x11f)},'formula':{'calculation':{'started':_0x2bc740(0x124),'waiting':_0x2bc740(0x133),'unable':_0x2bc740(0x134)}}}};}));function _0xbd0c(){var _0x1447c8=['56iHAJCD','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.','function','12681fOlKCn','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.','Error\x20d\x27autenticació','La\x20cua\x20de\x20càlcul\x20de\x20fórmules\x20està\x20plena,\x20esperant\x20espai\x20disponible...','No\x20es\x20pot\x20realitzar\x20el\x20càlcul\x20de\x20fórmules\x20en\x20aquest\x20moment.\x20Torneu-ho\x20a\x20provar\x20més\x20tard.','Error\x20de\x20connexió,\x20ho\x20tornarem\x20a\x20intentar\x20d\x27aquí\x20un\x20moment.','Conflicte\x20de\x20col·laboració','4362312HnEUNS','66TDmiBc','1020895JBjNjs','Conflictes\x20d\x27edició','27cnIEMt','Teniu\x20canvis\x20fora\x20de\x20línia\x20que\x20no\x20s\x27han\x20desat\x20al\x20servidor.\x20Comproveu\x20la\x20vostra\x20xarxa\x20i\x20torneu-ho\x20a\x20intentar.','Actualitza\x20la\x20pàgina','Sincronitzant...','exports','object','62644tAvAyJ','Feu\x20clic\x20per\x20reconnectar','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.','2766Jkiaef','La\x20càrrega\x20de\x20dades\x20s\x27ha\x20aturat\x20a\x20{0}/{1}.\x20Actualitzeu\x20la\x20pàgina\x20per\x20tornar-ho\x20a\x20provar.','4YASPaM','Heu\x20obert\x20el\x20mateix\x20fitxer\x20en\x20una\x20altra\x20pestanya.\x20Per\x20evitar\x20la\x20pèrdua\x20de\x20dades,\x20no\x20podeu\x20editar\x20en\x20aquesta\x20pestanya.','El\x20càlcul\x20de\x20fórmules\x20ha\x20començat.','57490GjlTxg','La\x20sala\x20de\x20col·laboració\x20està\x20plena.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','El\x20servidor\x20no\x20respon\x20a\x20la\x20vostra\x20sol·licitud\x20de\x20col·laboració.\x20Els\x20vostres\x20canvis\x20es\x20desaran\x20localment.','749LXxPio','Els\x20privilegis\x20d\x27edició\x20han\x20estat\x20revocats\x20perquè\x20la\x20sala\x20de\x20col·laboració\x20s\x27ha\x20tancat.','39486weXUiI','amd','Error\x20de\x20connexió,\x20comproveu\x20la\x20vostra\x20xarxa.'];_0xbd0c=function(){return _0x1447c8;};return _0xbd0c();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x6a767,_0x187020){var _0x21fef6=_0x12a0,_0x568ccd=_0x6a767();while(!![]){try{var _0x4f5069=-parseInt(_0x21fef6(0x1ce))/0x1+parseInt(_0x21fef6(0x1b5))/0x2*(parseInt(_0x21fef6(0x1b9))/0x3)+parseInt(_0x21fef6(0x1ca))/0x4*(-parseInt(_0x21fef6(0x1c4))/0x5)+-parseInt(_0x21fef6(0x1d0))/0x6+-parseInt(_0x21fef6(0x1b3))/0x7+-parseInt(_0x21fef6(0x1c0))/0x8*(-parseInt(_0x21fef6(0x1bd))/0x9)+parseInt(_0x21fef6(0x1c3))/0xa;if(_0x4f5069===_0x187020)break;else _0x568ccd['push'](_0x568ccd['shift']());}catch(_0x923e5e){_0x568ccd['push'](_0x568ccd['shift']());}}}(_0x4add,0xee44c),function(_0x15ff5c,_0x5b0d82){var _0x33b449=_0x12a0;typeof exports==_0x33b449(0x1c6)&&typeof module<'u'?module[_0x33b449(0x1cc)]=_0x5b0d82():typeof define==_0x33b449(0x1c1)&&define[_0x33b449(0x1d2)]?define([],_0x5b0d82):(_0x15ff5c=typeof globalThis<'u'?globalThis:_0x15ff5c||self,_0x15ff5c[_0x33b449(0x1c7)]=_0x5b0d82());}(this,function(){var _0x13161b=_0x12a0;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x13161b(0x1c2)}},'collabStatus':{'fetchMiss':_0x13161b(0x1c9),'conflict':'Bearbeitungskonflikte','notCollab':_0x13161b(0x1b7),'synced':'Synchronisiert','syncing':'Synchronisierung...','offline':_0x13161b(0x1bf)},'snapshotLoading':{'timeout':_0x13161b(0x1d3),'refresh':_0x13161b(0x1bc)},'session':{'connection-failed':_0x13161b(0x1ba),'will-retry':_0x13161b(0x1b4),'room-full':'Der\x20Zusammenarbeitsraum\x20ist\x20voll.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','collaboration-timeout':_0x13161b(0x1cd)},'conflict':{'title':_0x13161b(0x1be),'content':_0x13161b(0x1cf)},'permission':{'title':_0x13161b(0x1d1),'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':_0x13161b(0x1b8),'single-unit':{'warning':_0x13161b(0x1c5)},'closeRoom':'Die\x20Bearbeitungsberechtigungen\x20wurden\x20widerrufen,\x20da\x20der\x20Zusammenarbeitsraum\x20geschlossen\x20wurde.'},'auth':{'needGotoLoginAlert':_0x13161b(0x1b6)},'formula':{'calculation':{'started':_0x13161b(0x1bb),'waiting':_0x13161b(0x1c8),'unable':_0x13161b(0x1cb)}}}};}));function _0x12a0(_0x5213e9,_0x57273b){_0x5213e9=_0x5213e9-0x1b3;var _0x4addef=_0x4add();var _0x12a037=_0x4addef[_0x5213e9];return _0x12a037;}function _0x4add(){var _0x45af59=['1684925nDeRbU','Sie\x20haben\x20dieselbe\x20Datei\x20in\x20einem\x20anderen\x20Tab\x20geöffnet.\x20Um\x20Datenverlust\x20zu\x20vermeiden,\x20können\x20Sie\x20in\x20diesem\x20Tab\x20nicht\x20bearbeiten.','object','UniverProCollaborationClientUiDeDE','Die\x20Warteschlange\x20für\x20die\x20Formelberechnung\x20ist\x20voll,\x20wartet\x20auf\x20einen\x20verfügbaren\x20Slot...','Serverdaten\x20werden\x20synchronisiert...','20xONKKw','Formelberechnung\x20kann\x20derzeit\x20nicht\x20durchgeführt\x20werden.\x20Bitte\x20versuchen\x20Sie\x20es\x20später\x20erneut.','exports','Der\x20Server\x20antwortet\x20nicht\x20auf\x20Ihre\x20Zusammenarbeitsanfrage.\x20Ihre\x20Änderungen\x20werden\x20lokal\x20gespeichert.','1241872dpiItC','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.','10536048yNpoET','Authentifizierungsfehler','amd','Das\x20Laden\x20der\x20Daten\x20ist\x20bei\x20{0}/{1}\x20stehen\x20geblieben.\x20Aktualisieren\x20Sie\x20die\x20Seite\x20und\x20versuchen\x20Sie\x20es\x20erneut.','9505720FuDgLJ','Verbindung\x20fehlgeschlagen,\x20wir\x20versuchen\x20es\x20gleich\x20erneut.','237522RVsAve','Ihre\x20Anmeldung\x20ist\x20abgelaufen.\x20Klicken\x20Sie\x20auf\x20OK,\x20um\x20sich\x20erneut\x20anzumelden,\x20oder\x20auf\x20Abbrechen,\x20um\x20Ihre\x20lokalen\x20Änderungen\x20zu\x20speichern.','Lokale\x20Datei','Sie\x20haben\x20Offline-Änderungen,\x20die\x20nicht\x20auf\x20dem\x20Server\x20gespeichert\x20wurden.\x20Bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk\x20und\x20versuchen\x20Sie\x20es\x20erneut.','18hSAnDb','Verbindung\x20fehlgeschlagen,\x20bitte\x20überprüfen\x20Sie\x20Ihr\x20Netzwerk.','Formelberechnung\x20gestartet.','Seite\x20aktualisieren','637344OhzFfF','Zusammenarbeitskonflikt','Offline,\x20Änderungen\x20werden\x20lokal\x20gespeichert','128URpCvW','function','Klicken,\x20um\x20wieder\x20zu\x20verbinden','51710910uDGLzU'];_0x4add=function(){return _0x45af59;};return _0x4add();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x288f(_0x5e52ee,_0x3901f7){_0x5e52ee=_0x5e52ee-0x17d;var _0x36506a=_0x3650();var _0x288f38=_0x36506a[_0x5e52ee];return _0x288f38;}(function(_0x4a1c64,_0x461b19){var _0x8ea4a0=_0x288f,_0x10aea1=_0x4a1c64();while(!![]){try{var _0x1ed6c6=-parseInt(_0x8ea4a0(0x184))/0x1*(-parseInt(_0x8ea4a0(0x195))/0x2)+-parseInt(_0x8ea4a0(0x18f))/0x3*(-parseInt(_0x8ea4a0(0x197))/0x4)+-parseInt(_0x8ea4a0(0x191))/0x5+parseInt(_0x8ea4a0(0x18c))/0x6+-parseInt(_0x8ea4a0(0x18b))/0x7*(-parseInt(_0x8ea4a0(0x199))/0x8)+parseInt(_0x8ea4a0(0x198))/0x9+-parseInt(_0x8ea4a0(0x196))/0xa;if(_0x1ed6c6===_0x461b19)break;else _0x10aea1['push'](_0x10aea1['shift']());}catch(_0x205e7e){_0x10aea1['push'](_0x10aea1['shift']());}}}(_0x3650,0xd4951),function(_0x26d2a1,_0x58d07d){var _0x3ecfee=_0x288f;typeof exports==_0x3ecfee(0x187)&&typeof module<'u'?module['exports']=_0x58d07d():typeof define==_0x3ecfee(0x17e)&&define['amd']?define([],_0x58d07d):(_0x26d2a1=typeof globalThis<'u'?globalThis:_0x26d2a1||self,_0x26d2a1[_0x3ecfee(0x183)]=_0x58d07d());}(this,function(){var _0x3fd1dc=_0x288f;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Click\x20to\x20Reconnect'}},'collabStatus':{'fetchMiss':_0x3fd1dc(0x18d),'conflict':_0x3fd1dc(0x185),'notCollab':'Local\x20file','synced':_0x3fd1dc(0x193),'syncing':'Syncing...','offline':_0x3fd1dc(0x190)},'snapshotLoading':{'timeout':_0x3fd1dc(0x17d),'refresh':'Refresh\x20page'},'session':{'connection-failed':'Connection\x20failed,\x20please\x20check\x20your\x20network.','will-retry':_0x3fd1dc(0x188),'room-full':_0x3fd1dc(0x18e),'collaboration-timeout':_0x3fd1dc(0x189)},'conflict':{'title':_0x3fd1dc(0x180),'content':_0x3fd1dc(0x194)},'permission':{'title':_0x3fd1dc(0x181),'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':'You\x20have\x20offline\x20edits\x20that\x20have\x20not\x20been\x20saved\x20to\x20the\x20server.\x20Please\x20check\x20your\x20network\x20and\x20try\x20again.','single-unit':{'warning':_0x3fd1dc(0x17f)},'closeRoom':_0x3fd1dc(0x192)},'auth':{'needGotoLoginAlert':_0x3fd1dc(0x182)},'formula':{'calculation':{'started':_0x3fd1dc(0x186),'waiting':'Formula\x20calculation\x20queue\x20is\x20full,\x20waiting\x20for\x20available\x20slot...','unable':_0x3fd1dc(0x18a)}}}};}));function _0x3650(){var _0x40e496=['Offline,\x20edits\x20would\x20be\x20save\x20on\x20local','1588140OcFyhf','Editing\x20privileges\x20were\x20revoked\x20because\x20the\x20collaborative\x20room\x20was\x20closed.','Synced','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.','62LgGRQc','46811460PklDko','244zHfHwU','6056136GMtdpu','11054184pJzpwi','Loading\x20stopped\x20at\x20{0}/{1}.\x20Refresh\x20the\x20page\x20to\x20try\x20again.','function','You\x20opened\x20the\x20same\x20file\x20in\x20another\x20tab.\x20In\x20case\x20of\x20data\x20missing,\x20you\x20cannot\x20edit\x20on\x20this\x20tab.','Collaboration\x20Conflict','Authentication\x20Error','Your\x20login\x20has\x20expired,\x20click\x20OK\x20to\x20re-login,\x20click\x20Cancel\x20to\x20save\x20your\x20local\x20edits.','UniverProCollaborationClientUiEnUS','38648dzvvIr','Edit\x20conflicts','Formula\x20calculation\x20started.','object','Connection\x20failed,\x20we\x20retry\x20in\x20a\x20while.','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.','7jTbaxv','7481214POjtwI','Syncing\x20server\x20data...','Collaboration\x20room\x20is\x20full.\x20You\x20edits\x20would\x20be\x20saved\x20locally.','67371DglkFQ'];_0x3650=function(){return _0x40e496;};return _0x3650();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5c72(){var _0x20a92f=['Error\x20de\x20conexión,\x20intentaremos\x20de\x20nuevo\x20en\x20un\x20momento.','La\x20cola\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20llena,\x20esperando\x20espacio\x20disponible...','Sincronizado','525564dHDdWX','1454990RXOeFL','3vDJrrf','exports','3754KkhMjs','UniverProCollaborationClientUiEsES','Conflictos\x20de\x20edición','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.','Error\x20de\x20autenticación','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.','No\x20se\x20puede\x20realizar\x20el\x20cálculo\x20de\x20fórmulas\x20en\x20este\x20momento.\x20Inténtelo\x20de\x20nuevo\x20más\x20tarde.','Archivo\x20local','El\x20servidor\x20no\x20responde\x20a\x20su\x20solicitud\x20de\x20colaboración.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','Actualizar\x20página','Desconectado,\x20los\x20cambios\x20se\x20guardarán\x20localmente','5611228JaJOrq','La\x20sala\x20de\x20colaboración\x20está\x20llena.\x20Sus\x20cambios\x20se\x20guardarán\x20localmente.','5080866PGqagk','8mvNLSQ','Sincronizando...','function','Tiene\x20cambios\x20sin\x20guardar\x20en\x20el\x20servidor.\x20Verifique\x20su\x20red\x20e\x20inténtelo\x20de\x20nuevo.','Error\x20de\x20conexión,\x20verifique\x20su\x20red.','29252443IfvVzc','La\x20carga\x20de\x20datos\x20se\x20detuvo\x20en\x20{0}/{1}.\x20Actualiza\x20la\x20página\x20para\x20volver\x20a\x20intentarlo.','Su\x20sesión\x20ha\x20expirado.\x20Haga\x20clic\x20en\x20Aceptar\x20para\x20volver\x20a\x20iniciar\x20sesión,\x20o\x20en\x20Cancelar\x20para\x20guardar\x20sus\x20cambios\x20locales.','464ZUrSaU','30180DuYQjH','Los\x20privilegios\x20de\x20edición\x20fueron\x20revocados\x20porque\x20la\x20sala\x20de\x20colaboración\x20fue\x20cerrada.','40rVWOFh'];_0x5c72=function(){return _0x20a92f;};return _0x5c72();}function _0x9a1d(_0xe93712,_0x2f9677){_0xe93712=_0xe93712-0x18e;var _0x5c721f=_0x5c72();var _0x9a1d56=_0x5c721f[_0xe93712];return _0x9a1d56;}(function(_0x13d76d,_0x1f9ebc){var _0x30fd53=_0x9a1d,_0xc6a683=_0x13d76d();while(!![]){try{var _0x563d38=-parseInt(_0x30fd53(0x19b))/0x1+-parseInt(_0x30fd53(0x198))/0x2*(-parseInt(_0x30fd53(0x199))/0x3)+-parseInt(_0x30fd53(0x190))/0x4*(parseInt(_0x30fd53(0x191))/0x5)+-parseInt(_0x30fd53(0x1a8))/0x6+-parseInt(_0x30fd53(0x1a6))/0x7*(parseInt(_0x30fd53(0x1a9))/0x8)+parseInt(_0x30fd53(0x197))/0x9*(-parseInt(_0x30fd53(0x193))/0xa)+parseInt(_0x30fd53(0x1ae))/0xb;if(_0x563d38===_0x1f9ebc)break;else _0xc6a683['push'](_0xc6a683['shift']());}catch(_0x386439){_0xc6a683['push'](_0xc6a683['shift']());}}}(_0x5c72,0xc386f),function(_0x9ddbb0,_0x405f9b){var _0x8c08c5=_0x9a1d;typeof exports=='object'&&typeof module<'u'?module[_0x8c08c5(0x19a)]=_0x405f9b():typeof define==_0x8c08c5(0x1ab)&&define['amd']?define([],_0x405f9b):(_0x9ddbb0=typeof globalThis<'u'?globalThis:_0x9ddbb0||self,_0x9ddbb0[_0x8c08c5(0x19c)]=_0x405f9b());}(this,function(){var _0x5cdada=_0x9a1d;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Haga\x20clic\x20para\x20reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20datos\x20del\x20servidor...','conflict':_0x5cdada(0x19d),'notCollab':_0x5cdada(0x1a2),'synced':_0x5cdada(0x196),'syncing':_0x5cdada(0x1aa),'offline':_0x5cdada(0x1a5)},'snapshotLoading':{'timeout':_0x5cdada(0x18e),'refresh':_0x5cdada(0x1a4)},'session':{'connection-failed':_0x5cdada(0x1ad),'will-retry':_0x5cdada(0x194),'room-full':_0x5cdada(0x1a7),'collaboration-timeout':_0x5cdada(0x1a3)},'conflict':{'title':'Conflicto\x20de\x20colaboración','content':_0x5cdada(0x19e)},'permission':{'title':_0x5cdada(0x19f),'content':_0x5cdada(0x1a0)},'collaboration':{'offline-data-not-saved':_0x5cdada(0x1ac),'single-unit':{'warning':'Abrió\x20el\x20mismo\x20archivo\x20en\x20otra\x20pestaña.\x20Para\x20evitar\x20pérdida\x20de\x20datos,\x20no\x20puede\x20editar\x20en\x20esta\x20pestaña.'},'closeRoom':_0x5cdada(0x192)},'auth':{'needGotoLoginAlert':_0x5cdada(0x18f)},'formula':{'calculation':{'started':'Cálculo\x20de\x20fórmulas\x20iniciado.','waiting':_0x5cdada(0x195),'unable':_0x5cdada(0x1a1)}}}};}));
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x100c(_0x1f345e,_0x249f17){_0x1f345e=_0x1f345e-0x6a;var _0x2592db=_0x2592();var _0x100ca5=_0x2592db[_0x1f345e];return _0x100ca5;}(function(_0x132c14,_0x4cfb14){var _0x5c7d7c=_0x100c,_0x16647d=_0x132c14();while(!![]){try{var _0x28ab0c=parseInt(_0x5c7d7c(0x6b))/0x1+-parseInt(_0x5c7d7c(0x77))/0x2*(-parseInt(_0x5c7d7c(0x84))/0x3)+-parseInt(_0x5c7d7c(0x6e))/0x4+parseInt(_0x5c7d7c(0x7c))/0x5+-parseInt(_0x5c7d7c(0x6d))/0x6*(-parseInt(_0x5c7d7c(0x71))/0x7)+parseInt(_0x5c7d7c(0x74))/0x8+parseInt(_0x5c7d7c(0x7b))/0x9*(-parseInt(_0x5c7d7c(0x7f))/0xa);if(_0x28ab0c===_0x4cfb14)break;else _0x16647d['push'](_0x16647d['shift']());}catch(_0x360191){_0x16647d['push'](_0x16647d['shift']());}}}(_0x2592,0xb43fe),function(_0x35f706,_0x2f263f){var _0x4c5e69=_0x100c;typeof exports==_0x4c5e69(0x80)&&typeof module<'u'?module[_0x4c5e69(0x81)]=_0x2f263f():typeof define==_0x4c5e69(0x6c)&&define[_0x4c5e69(0x83)]?define([],_0x2f263f):(_0x35f706=typeof globalThis<'u'?globalThis:_0x35f706||self,_0x35f706[_0x4c5e69(0x6f)]=_0x2f263f());}(this,function(){var _0x5bfee9=_0x100c;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x5bfee9(0x7a)}},'collabStatus':{'fetchMiss':_0x5bfee9(0x82),'conflict':'تداخل\x20ویرایش','notCollab':_0x5bfee9(0x86),'synced':'همگام\x20سازی','syncing':'در\x20حال\x20همگام\x20سازی...','offline':'آفلاین،\x20ویرایش\x20ها\x20در\x20محلی\x20ذخیره\x20می\x20شوند'},'snapshotLoading':{'timeout':'بارگیری\x20دادهها\x20در\x20{0}/{1}\x20متوقف\x20شده\x20است.\x20برای\x20تلاش\x20دوباره\x20صفحه\x20را\x20تازهسازی\x20کنید.','refresh':_0x5bfee9(0x75)},'session':{'connection-failed':'اتصال\x20ناموفق\x20بود،\x20لطفا\x20شبکه\x20خود\x20را\x20بررسی\x20کنید.','will-retry':_0x5bfee9(0x7d),'room-full':_0x5bfee9(0x76),'collaboration-timeout':_0x5bfee9(0x6a)},'conflict':{'title':'تداخل\x20همکاری','content':_0x5bfee9(0x87)},'permission':{'title':_0x5bfee9(0x73),'content':'اعمال\x20شما\x20با\x20مجوزهای\x20سرور\x20تداخل\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20در\x20جای\x20دیگر\x20ذخیره\x20کنید\x20زیرا\x20پس\x20از\x20تازه\x20سازی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.'},'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':_0x5bfee9(0x7e)},'closeRoom':_0x5bfee9(0x85)},'auth':{'needGotoLoginAlert':_0x5bfee9(0x70)},'formula':{'calculation':{'started':_0x5bfee9(0x79),'waiting':_0x5bfee9(0x78),'unable':_0x5bfee9(0x72)}}}};}));function _0x2592(){var _0x527a44=['995453UftNHL','function','744HYVXJI','2103184CikbIm','UniverProCollaborationClientUiFaIR','ورود\x20شما\x20منقضی\x20شده\x20است،\x20برای\x20ورود\x20مجدد\x20کلیک\x20کنید،\x20برای\x20ذخیره\x20ویرایش\x20های\x20محلی\x20خود\x20کلیک\x20کنید.','4837xLLXgx','در\x20حال\x20حاضر\x20امکان\x20انجام\x20محاسبه\x20فرمول\x20وجود\x20ندارد.\x20لطفاً\x20بعداً\x20دوباره\x20امتحان\x20کنید.','خطای\x20اعتبارسنجی','5234832dVybiO','تازهسازی\x20صفحه','اتاق\x20همکاری\x20پر\x20است.\x20شما\x20ویرایش\x20های\x20خود\x20را\x20در\x20محلی\x20ذخیره\x20خواهید\x20کرد.','2550418xopPbD','صف\x20محاسبه\x20فرمول\x20پر\x20است،\x20در\x20انتظار\x20اسلات\x20خالی...','محاسبه\x20فرمول\x20شروع\x20شد.','برای\x20اتصال\x20مجدد\x20کلیک\x20کنید','288Jsuhss','2692750LUUemr','اتصال\x20ناموفق\x20بود،\x20ما\x20بعداً\x20دوباره\x20تلاش\x20می\x20کنیم.','شما\x20همان\x20پرونده\x20را\x20در\x20یک\x20تب\x20دیگر\x20باز\x20کرده\x20اید.\x20در\x20صورت\x20عدم\x20وجود\x20داده،\x20نمی\x20توانید\x20در\x20این\x20تب\x20ویرایش\x20کنید.','714110XsFySy','object','exports','در\x20حال\x20همگام\x20سازی\x20داده\x20های\x20سرور...','amd','3QpUQAO','امتیازات\x20ویرایش\x20به\x20دلیل\x20بسته\x20شدن\x20اتاق\x20همکاری\x20لغو\x20شد.','پرونده\x20محلی','یک\x20تداخل\x20بین\x20نسخه\x20محلی\x20شما\x20و\x20نسخه\x20در\x20سرور\x20وجود\x20دارد.\x20لطفاً\x20ویرایش\x20های\x20محلی\x20خود\x20را\x20ذخیره\x20کنید،\x20زیرا\x20آنها\x20پس\x20از\x20بازیابی\x20صفحه\x20از\x20بین\x20خواهند\x20رفت.','سرور\x20به\x20درخواست\x20همکاری\x20شما\x20پاسخ\x20نمی\x20دهد.\x20ویرایش\x20های\x20شما\x20در\x20محلی\x20ذخیره\x20می\x20شوند.'];_0x2592=function(){return _0x527a44;};return _0x2592();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x18a8(_0x1d630c,_0x2c9233){_0x1d630c=_0x1d630c-0x195;var _0x2cff8b=_0x2cff();var _0x18a8ad=_0x2cff8b[_0x1d630c];return _0x18a8ad;}(function(_0x1701ae,_0x478408){var _0x153de0=_0x18a8,_0x107251=_0x1701ae();while(!![]){try{var _0xb586f0=-parseInt(_0x153de0(0x1ad))/0x1*(parseInt(_0x153de0(0x1ab))/0x2)+parseInt(_0x153de0(0x1a6))/0x3*(-parseInt(_0x153de0(0x196))/0x4)+parseInt(_0x153de0(0x19b))/0x5*(-parseInt(_0x153de0(0x1a3))/0x6)+-parseInt(_0x153de0(0x1a1))/0x7+-parseInt(_0x153de0(0x1a0))/0x8*(-parseInt(_0x153de0(0x19e))/0x9)+parseInt(_0x153de0(0x198))/0xa*(-parseInt(_0x153de0(0x19a))/0xb)+-parseInt(_0x153de0(0x1b2))/0xc*(-parseInt(_0x153de0(0x1a4))/0xd);if(_0xb586f0===_0x478408)break;else _0x107251['push'](_0x107251['shift']());}catch(_0x26a5cd){_0x107251['push'](_0x107251['shift']());}}}(_0x2cff,0xb178c),function(_0x4ac606,_0x206f3b){var _0x45f680=_0x18a8;typeof exports=='object'&&typeof module<'u'?module[_0x45f680(0x1a7)]=_0x206f3b():typeof define==_0x45f680(0x199)&&define[_0x45f680(0x197)]?define([],_0x206f3b):(_0x4ac606=typeof globalThis<'u'?globalThis:_0x4ac606||self,_0x4ac606[_0x45f680(0x1aa)]=_0x206f3b());}(this,function(){var _0xa35182=_0x18a8;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Cliquez\x20pour\x20reconnecter'}},'collabStatus':{'fetchMiss':_0xa35182(0x1ac),'conflict':_0xa35182(0x1ae),'notCollab':'Fichier\x20local','synced':'Synchronisé','syncing':'Synchronisation...','offline':_0xa35182(0x19c)},'snapshotLoading':{'timeout':_0xa35182(0x1a8),'refresh':_0xa35182(0x1a2)},'session':{'connection-failed':'Échec\x20de\x20la\x20connexion,\x20veuillez\x20vérifier\x20votre\x20réseau.','will-retry':_0xa35182(0x1b1),'room-full':_0xa35182(0x19d),'collaboration-timeout':_0xa35182(0x1b0)},'conflict':{'title':'Conflit\x20de\x20collaboration','content':_0xa35182(0x19f)},'permission':{'title':_0xa35182(0x195),'content':'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.'},'collaboration':{'offline-data-not-saved':'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.','single-unit':{'warning':_0xa35182(0x1af)},'closeRoom':'Les\x20privilèges\x20d\x27édition\x20ont\x20été\x20révoqués\x20car\x20la\x20salle\x20de\x20collaboration\x20a\x20été\x20fermée.'},'auth':{'needGotoLoginAlert':'Votre\x20connexion\x20a\x20expiré.\x20Cliquez\x20sur\x20OK\x20pour\x20vous\x20reconnecter,\x20ou\x20sur\x20Annuler\x20pour\x20enregistrer\x20vos\x20modifications\x20locales.'},'formula':{'calculation':{'started':_0xa35182(0x1a5),'waiting':'La\x20file\x20d\x27attente\x20de\x20calcul\x20des\x20formules\x20est\x20pleine,\x20en\x20attente\x20d\x27un\x20emplacement\x20disponible...','unable':_0xa35182(0x1a9)}}}};}));function _0x2cff(){var _0x2dc47d=['3801936jvhTlM','Erreur\x20d\x27authentification','1125428qhPnTE','amd','194050wiwVUI','function','517YnhTbh','15445ukoqQj','Hors\x20ligne,\x20les\x20modifications\x20seront\x20enregistrées\x20localement','La\x20salle\x20de\x20collaboration\x20est\x20pleine.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','1971IyqFUv','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.','33104pEraUm','2562812CWiclF','Actualiser\x20la\x20page','6qCLiSM','91iigGby','Le\x20calcul\x20des\x20formules\x20a\x20commencé.','6ywsPof','exports','Le\x20chargement\x20des\x20données\x20est\x20bloqué\x20à\x20{0}/{1}.\x20Actualisez\x20la\x20page\x20pour\x20réessayer.','Impossible\x20d\x27effectuer\x20le\x20calcul\x20des\x20formules\x20pour\x20le\x20moment.\x20Veuillez\x20réessayer\x20plus\x20tard.','UniverProCollaborationClientUiFrFR','40AZzeIf','Synchronisation\x20des\x20données\x20du\x20serveur...','27657ZerzEk','Conflits\x20de\x20modification','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.','Le\x20serveur\x20ne\x20répond\x20pas\x20à\x20votre\x20demande\x20de\x20collaboration.\x20Vos\x20modifications\x20seront\x20enregistrées\x20localement.','Échec\x20de\x20la\x20connexion,\x20une\x20nouvelle\x20tentative\x20aura\x20lieu\x20dans\x20un\x20instant.'];_0x2cff=function(){return _0x2dc47d;};return _0x2cff();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3de9(){var _0x39856b=['Anda\x20memiliki\x20edit\x20offline\x20yang\x20belum\x20disimpan\x20ke\x20server.\x20Harap\x20periksa\x20jaringan\x20Anda\x20dan\x20coba\x20lagi.','exports','object','8091468nSkxny','function','File\x20lokal','Menyinkronkan\x20data\x20server...','Konflik\x20edit','Klik\x20untuk\x20Menyambung\x20Kembali','Offline,\x20edit\x20akan\x20disimpan\x20secara\x20lokal','Hak\x20edit\x20dicabut\x20karena\x20ruang\x20kolaboratif\x20ditutup.','2109482TOdLwl','987424HzcONJ','Ada\x20konflik\x20antara\x20salinan\x20lokal\x20Anda\x20dan\x20salinan\x20di\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda,\x20karena\x20akan\x20hilang\x20saat\x20Anda\x20memuat\x20ulang\x20halaman.','Perhitungan\x20rumus\x20dimulai.','UniverProCollaborationClientUiIdID','Pemuatan\x20data\x20berhenti\x20di\x20{0}/{1}.\x20Muat\x20ulang\x20halaman\x20untuk\x20mencoba\x20lagi.','Login\x20Anda\x20telah\x20kedaluwarsa,\x20klik\x20OK\x20untuk\x20login\x20ulang,\x20klik\x20Batal\x20untuk\x20menyimpan\x20edit\x20lokal\x20Anda.','Muat\x20ulang\x20halaman','6130472BwcgGL','20777918utKCIS','Konflik\x20Kolaborasi','Tersinkron','6428330dWYQIJ','1843089oRWrgv','amd','Tindakan\x20Anda\x20bertentangan\x20dengan\x20izin\x20server.\x20Harap\x20simpan\x20edit\x20lokal\x20Anda\x20di\x20tempat\x20lain\x20karena\x20akan\x20dibuang\x20setelah\x20menyegarkan\x20halaman.','Antrian\x20perhitungan\x20rumus\x20penuh,\x20menunggu\x20slot\x20yang\x20tersedia...'];_0x3de9=function(){return _0x39856b;};return _0x3de9();}function _0x1886(_0xff142f,_0xbd218a){_0xff142f=_0xff142f-0x64;var _0x3de9e3=_0x3de9();var _0x1886d8=_0x3de9e3[_0xff142f];return _0x1886d8;}(function(_0x559f7e,_0x17477d){var _0x816b9=_0x1886,_0x438ccd=_0x559f7e();while(!![]){try{var _0x297ba9=-parseInt(_0x816b9(0x79))/0x1+parseInt(_0x816b9(0x78))/0x2+-parseInt(_0x816b9(0x69))/0x3+-parseInt(_0x816b9(0x64))/0x4+parseInt(_0x816b9(0x68))/0x5+-parseInt(_0x816b9(0x70))/0x6+parseInt(_0x816b9(0x65))/0x7;if(_0x297ba9===_0x17477d)break;else _0x438ccd['push'](_0x438ccd['shift']());}catch(_0x1091fd){_0x438ccd['push'](_0x438ccd['shift']());}}}(_0x3de9,0xc9962),function(_0x269f04,_0x1ad2d7){var _0x42fad9=_0x1886;typeof exports==_0x42fad9(0x6f)&&typeof module<'u'?module[_0x42fad9(0x6e)]=_0x1ad2d7():typeof define==_0x42fad9(0x71)&&define[_0x42fad9(0x6a)]?define([],_0x1ad2d7):(_0x269f04=typeof globalThis<'u'?globalThis:_0x269f04||self,_0x269f04[_0x42fad9(0x7c)]=_0x1ad2d7());}(this,function(){var _0x24e396=_0x1886;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x24e396(0x75)}},'collabStatus':{'fetchMiss':_0x24e396(0x73),'conflict':_0x24e396(0x74),'notCollab':_0x24e396(0x72),'synced':_0x24e396(0x67),'syncing':'Menyinkronkan...','offline':_0x24e396(0x76)},'snapshotLoading':{'timeout':_0x24e396(0x7d),'refresh':_0x24e396(0x7f)},'session':{'connection-failed':'Koneksi\x20gagal,\x20harap\x20periksa\x20jaringan\x20Anda.','will-retry':'Koneksi\x20gagal,\x20kami\x20akan\x20mencoba\x20lagi\x20sebentar\x20lagi.','room-full':'Ruang\x20kolaborasi\x20penuh.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.','collaboration-timeout':'Server\x20tidak\x20merespons\x20permintaan\x20kolaborasi\x20Anda.\x20Edit\x20Anda\x20akan\x20disimpan\x20secara\x20lokal.'},'conflict':{'title':_0x24e396(0x66),'content':_0x24e396(0x7a)},'permission':{'title':'Kesalahan\x20Autentikasi','content':_0x24e396(0x6b)},'collaboration':{'offline-data-not-saved':_0x24e396(0x6d),'single-unit':{'warning':'Anda\x20membuka\x20file\x20yang\x20sama\x20di\x20tab\x20lain.\x20Jika\x20terjadi\x20kehilangan\x20data,\x20Anda\x20tidak\x20dapat\x20mengedit\x20di\x20tab\x20ini.'},'closeRoom':_0x24e396(0x77)},'auth':{'needGotoLoginAlert':_0x24e396(0x7e)},'formula':{'calculation':{'started':_0x24e396(0x7b),'waiting':_0x24e396(0x6c),'unable':'Tidak\x20dapat\x20melakukan\x20perhitungan\x20rumus\x20saat\x20ini.\x20Harap\x20coba\x20lagi\x20nanti.'}}}};}));
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x31a4(_0x3d0684,_0x28363a){_0x3d0684=_0x3d0684-0x16e;var _0x17c6cf=_0x17c6();var _0x31a49a=_0x17c6cf[_0x3d0684];return _0x31a49a;}function _0x17c6(){var _0x198dd8=['La\x20stanza\x20di\x20collaborazione\x20è\x20piena.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Connessione\x20fallita,\x20controlla\x20la\x20tua\x20rete.','888016uwOHjT','Conflitti\x20di\x20modifica','object','Hai\x20modifiche\x20offline\x20che\x20non\x20sono\x20state\x20salvate\x20sul\x20server.\x20Controlla\x20la\x20tua\x20rete\x20e\x20riprova.','Offline,\x20le\x20modifiche\x20verranno\x20salvate\x20localmente','12990clnUuJ','Sincronizzato','Il\x20server\x20non\x20risponde\x20alla\x20tua\x20richiesta\x20di\x20collaborazione.\x20Le\x20tue\x20modifiche\x20verranno\x20salvate\x20localmente.','Il\x20tuo\x20login\x20è\x20scaduto,\x20clicca\x20OK\x20per\x20effettuare\x20nuovamente\x20l\x27accesso,\x20clicca\x20Annulla\x20per\x20salvare\x20le\x20tue\x20modifiche\x20locali.','Sincronizzazione\x20dati\x20server...','exports','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.','355257neVHAd','Clicca\x20per\x20Riconnettere','Connessione\x20fallita,\x20riproveremo\x20a\x20breve.','28841270YaoeCO','546XrZdLp','Errore\x20di\x20Autenticazione','Sincronizzazione...','2209752TsdzoZ','I\x20privilegi\x20di\x20modifica\x20sono\x20stati\x20revocati\x20perché\x20la\x20stanza\x20di\x20collaborazione\x20è\x20stata\x20chiusa.','8680539CDWrAt','136BXKGjS','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.','Aggiorna\x20pagina','amd','UniverProCollaborationClientUiItIT','9nAarLy','1060340Lsmbqz','La\x20coda\x20di\x20calcolo\x20delle\x20formule\x20è\x20piena,\x20in\x20attesa\x20di\x20uno\x20slot\x20disponibile...'];_0x17c6=function(){return _0x198dd8;};return _0x17c6();}(function(_0xb674d4,_0x5a7475){var _0x52dc64=_0x31a4,_0x10496c=_0xb674d4();while(!![]){try{var _0x206001=-parseInt(_0x52dc64(0x17f))/0x1+parseInt(_0x52dc64(0x183))/0x2*(-parseInt(_0x52dc64(0x17e))/0x3)+-parseInt(_0x52dc64(0x176))/0x4+parseInt(_0x52dc64(0x188))/0x5*(parseInt(_0x52dc64(0x173))/0x6)+parseInt(_0x52dc64(0x178))/0x7+-parseInt(_0x52dc64(0x179))/0x8*(parseInt(_0x52dc64(0x16f))/0x9)+parseInt(_0x52dc64(0x172))/0xa;if(_0x206001===_0x5a7475)break;else _0x10496c['push'](_0x10496c['shift']());}catch(_0x15698c){_0x10496c['push'](_0x10496c['shift']());}}}(_0x17c6,0xb5d4b),function(_0x53f2a3,_0x472fff){var _0x5f326b=_0x31a4;typeof exports==_0x5f326b(0x185)&&typeof module<'u'?module[_0x5f326b(0x18d)]=_0x472fff():typeof define=='function'&&define[_0x5f326b(0x17c)]?define([],_0x472fff):(_0x53f2a3=typeof globalThis<'u'?globalThis:_0x53f2a3||self,_0x53f2a3[_0x5f326b(0x17d)]=_0x472fff());}(this,function(){var _0x168796=_0x31a4;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x168796(0x170)}},'collabStatus':{'fetchMiss':_0x168796(0x18c),'conflict':_0x168796(0x184),'notCollab':'File\x20locale','synced':_0x168796(0x189),'syncing':_0x168796(0x175),'offline':_0x168796(0x187)},'snapshotLoading':{'timeout':'Il\x20caricamento\x20dei\x20dati\x20si\x20è\x20fermato\x20a\x20{0}/{1}.\x20Aggiorna\x20la\x20pagina\x20per\x20riprovare.','refresh':_0x168796(0x17b)},'session':{'connection-failed':_0x168796(0x182),'will-retry':_0x168796(0x171),'room-full':_0x168796(0x181),'collaboration-timeout':_0x168796(0x18a)},'conflict':{'title':'Conflitto\x20di\x20Collaborazione','content':_0x168796(0x16e)},'permission':{'title':_0x168796(0x174),'content':_0x168796(0x17a)},'collaboration':{'offline-data-not-saved':_0x168796(0x186),'single-unit':{'warning':'Hai\x20aperto\x20lo\x20stesso\x20file\x20in\x20un\x27altra\x20scheda.\x20In\x20caso\x20di\x20perdita\x20di\x20dati,\x20non\x20puoi\x20modificare\x20in\x20questa\x20scheda.'},'closeRoom':_0x168796(0x177)},'auth':{'needGotoLoginAlert':_0x168796(0x18b)},'formula':{'calculation':{'started':'Calcolo\x20della\x20formula\x20avviato.','waiting':_0x168796(0x180),'unable':'Impossibile\x20eseguire\x20il\x20calcolo\x20della\x20formula\x20in\x20questo\x20momento.\x20Riprova\x20più\x20tardi.'}}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3a99(_0x2283f2,_0x1807e1){_0x2283f2=_0x2283f2-0x1a7;var _0x5f00ab=_0x5f00();var _0x3a991c=_0x5f00ab[_0x2283f2];return _0x3a991c;}function _0x5f00(){var _0x3cf1fb=['共同編集の競合','数式の計算を開始しました。','ローカルのコピーとサーバー上のコピーの間に競合があります。ページを再読み込みすると失われるため、ローカルの編集内容を保存してください。','認証エラー','3896rtxkzf','ローカルファイル','共同編集ルームが満員です。編集内容はローカルに保存されます。','同期中...','177089HwdihS','編集の競合','お客様の操作がサーバーのアクセス許可と競合しています。ページを更新すると破棄されるため、ローカルの編集内容を別の場所に保存してください。','UniverProCollaborationClientUiJaJP','1377076tmpECL','object','接続に失敗しました。しばらくしてから再試行します。','108YZlihk','9ZRalAu','共同編集ルームが閉じられたため、編集権限が取り消されました。','3rOJglv','function','オフライン編集内容がサーバーに保存されていません。ネットワークを確認してから再試行してください。','ログインの有効期限が切れました。[OK]をクリックして再ログインするか、[キャンセル]をクリックしてローカルの編集内容を保存してください。','9imnEJv','ページを更新','接続に失敗しました。ネットワーク接続を確認してください。','2940714NcyKVk','同期済み','サーバーデータを同期中...','サーバーが共同編集リクエストに応答していません。編集内容はローカルに保存されます。','4537695xRDmyb','数式の計算キューが満杯です。空きが出るまでお待ちください...','オフライン、編集内容はローカルに保存されます','4795nflBJj','711356jVGiCL','現在、数式の計算を実行できません。後でもう一度お試しください。','3400080AONsXZ','別のタブで同じファイルを開いています。データの損失を防ぐため、このタブでは編集できません。','データの読み込みが\x20{0}/{1}\x20で停止しています。ページを更新して再試行してください。'];_0x5f00=function(){return _0x3cf1fb;};return _0x5f00();}(function(_0x2b6a82,_0x13f9ee){var _0x2c8431=_0x3a99,_0x1c03be=_0x2b6a82();while(!![]){try{var _0x401528=-parseInt(_0x2c8431(0x1bb))/0x1*(parseInt(_0x2c8431(0x1ca))/0x2)+parseInt(_0x2c8431(0x1b9))/0x3*(parseInt(_0x2c8431(0x1b5))/0x4)+parseInt(_0x2c8431(0x1c6))/0x5+parseInt(_0x2c8431(0x1c2))/0x6+parseInt(_0x2c8431(0x1c9))/0x7*(-parseInt(_0x2c8431(0x1ad))/0x8)+parseInt(_0x2c8431(0x1bf))/0x9*(-parseInt(_0x2c8431(0x1cc))/0xa)+parseInt(_0x2c8431(0x1b1))/0xb*(-parseInt(_0x2c8431(0x1b8))/0xc);if(_0x401528===_0x13f9ee)break;else _0x1c03be['push'](_0x1c03be['shift']());}catch(_0x2e122d){_0x1c03be['push'](_0x1c03be['shift']());}}}(_0x5f00,0x850a9),function(_0x195274,_0x163f6e){var _0x464977=_0x3a99;typeof exports==_0x464977(0x1b6)&&typeof module<'u'?module['exports']=_0x163f6e():typeof define==_0x464977(0x1bc)&&define['amd']?define([],_0x163f6e):(_0x195274=typeof globalThis<'u'?globalThis:_0x195274||self,_0x195274[_0x464977(0x1b4)]=_0x163f6e());}(this,function(){var _0x237759=_0x3a99;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'クリックして再接続'}},'collabStatus':{'fetchMiss':_0x237759(0x1c4),'conflict':_0x237759(0x1b2),'notCollab':_0x237759(0x1ae),'synced':_0x237759(0x1c3),'syncing':_0x237759(0x1b0),'offline':_0x237759(0x1c8)},'snapshotLoading':{'timeout':_0x237759(0x1a8),'refresh':_0x237759(0x1c0)},'session':{'connection-failed':_0x237759(0x1c1),'will-retry':_0x237759(0x1b7),'room-full':_0x237759(0x1af),'collaboration-timeout':_0x237759(0x1c5)},'conflict':{'title':_0x237759(0x1a9),'content':_0x237759(0x1ab)},'permission':{'title':_0x237759(0x1ac),'content':_0x237759(0x1b3)},'collaboration':{'offline-data-not-saved':_0x237759(0x1bd),'single-unit':{'warning':_0x237759(0x1a7)},'closeRoom':_0x237759(0x1ba)},'auth':{'needGotoLoginAlert':_0x237759(0x1be)},'formula':{'calculation':{'started':_0x237759(0x1aa),'waiting':_0x237759(0x1c7),'unable':_0x237759(0x1cb)}}}};}));
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1143b1,_0x52e418){var _0x29f232=_0x10ee,_0xebc5bc=_0x1143b1();while(!![]){try{var _0x1d25bf=parseInt(_0x29f232(0x7a))/0x1+-parseInt(_0x29f232(0x7c))/0x2+-parseInt(_0x29f232(0x75))/0x3+-parseInt(_0x29f232(0x7e))/0x4*(-parseInt(_0x29f232(0x74))/0x5)+parseInt(_0x29f232(0x6c))/0x6*(parseInt(_0x29f232(0x7b))/0x7)+-parseInt(_0x29f232(0x82))/0x8*(-parseInt(_0x29f232(0x67))/0x9)+parseInt(_0x29f232(0x80))/0xa;if(_0x1d25bf===_0x52e418)break;else _0xebc5bc['push'](_0xebc5bc['shift']());}catch(_0x5591eb){_0xebc5bc['push'](_0xebc5bc['shift']());}}}(_0x2c3c,0x756c7),function(_0x19cbc7,_0x1deb93){var _0xf7cd5d=_0x10ee;typeof exports==_0xf7cd5d(0x81)&&typeof module<'u'?module[_0xf7cd5d(0x7d)]=_0x1deb93():typeof define=='function'&&define[_0xf7cd5d(0x66)]?define([],_0x1deb93):(_0x19cbc7=typeof globalThis<'u'?globalThis:_0x19cbc7||self,_0x19cbc7[_0xf7cd5d(0x70)]=_0x1deb93());}(this,function(){var _0x191596=_0x10ee;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'클릭하여\x20다시\x20연결'}},'collabStatus':{'fetchMiss':'서버\x20데이터\x20동기화\x20중...','conflict':'편집\x20충돌','notCollab':'로컬\x20파일','synced':_0x191596(0x73),'syncing':_0x191596(0x72),'offline':_0x191596(0x79)},'snapshotLoading':{'timeout':_0x191596(0x69),'refresh':_0x191596(0x6a)},'session':{'connection-failed':_0x191596(0x83),'will-retry':_0x191596(0x78),'room-full':'공동\x20편집\x20룸이\x20가득\x20찼습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','collaboration-timeout':_0x191596(0x6d)},'conflict':{'title':_0x191596(0x71),'content':'로컬\x20사본과\x20서버\x20사본\x20간에\x20충돌이\x20발생했습니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20저장하세요.'},'permission':{'title':'인증\x20오류','content':_0x191596(0x68)},'collaboration':{'offline-data-not-saved':'오프라인\x20편집\x20내용이\x20서버에\x20저장되지\x20않았습니다.\x20네트워크를\x20확인한\x20후\x20다시\x20시도하세요.','single-unit':{'warning':_0x191596(0x77)},'closeRoom':_0x191596(0x6f)},'auth':{'needGotoLoginAlert':_0x191596(0x6b)},'formula':{'calculation':{'started':_0x191596(0x76),'waiting':_0x191596(0x7f),'unable':_0x191596(0x6e)}}}};}));function _0x10ee(_0x11119f,_0x57239a){_0x11119f=_0x11119f-0x66;var _0x2c3c88=_0x2c3c();var _0x10ee83=_0x2c3c88[_0x11119f];return _0x10ee83;}function _0x2c3c(){var _0x569a48=['동기화됨','65vXbJGL','1677225pKnnQq','수식\x20계산을\x20시작했습니다.','다른\x20탭에서\x20동일한\x20파일을\x20열었습니다.\x20데이터\x20손실을\x20방지하기\x20위해\x20이\x20탭에서는\x20편집할\x20수\x20없습니다.','연결에\x20실패했습니다.\x20잠시\x20후\x20다시\x20시도합니다.','오프라인\x20상태입니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','387333zKJIUy','42COfWJF','944736vIhxuJ','exports','2332NbBnbZ','수식\x20계산\x20대기열이\x20가득\x20찼습니다.\x20공간이\x20생길\x20때까지\x20기다려\x20주세요...','2460100ePYrYH','object','330768wOhqmX','연결에\x20실패했습니다.\x20네트워크\x20연결을\x20확인하세요.','amd','9SZbWVs','사용자의\x20작업이\x20서버\x20권한과\x20충돌합니다.\x20페이지를\x20새로\x20고침하면\x20내용이\x20손실될\x20수\x20있으므로\x20로컬\x20편집\x20내용을\x20다른\x20곳에\x20저장하세요.','데이터\x20로딩이\x20{0}/{1}에서\x20멈췄습니다.\x20페이지를\x20새로고침한\x20후\x20다시\x20시도하세요.','페이지\x20새로고침','로그인\x20세션이\x20만료되었습니다.\x20[확인]을\x20클릭하여\x20다시\x20로그인하거나,\x20[취소]를\x20클릭하여\x20로컬\x20편집\x20내용을\x20저장하세요.','830142MHenyN','서버가\x20공동\x20편집\x20요청에\x20응답하지\x20않습니다.\x20편집\x20내용은\x20로컬에\x20저장됩니다.','현재\x20수식\x20계산을\x20수행할\x20수\x20없습니다.\x20나중에\x20다시\x20시도해\x20주세요.','공동\x20편집\x20룸이\x20닫혀\x20편집\x20권한이\x20취소되었습니다.','UniverProCollaborationClientUiKoKR','공동\x20편집\x20충돌','동기화\x20중...'];_0x2c3c=function(){return _0x569a48;};return _0x2c3c();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5b08(_0x161de3,_0x304335){_0x161de3=_0x161de3-0x17a;var _0x573e74=_0x573e();var _0x5b085f=_0x573e74[_0x161de3];return _0x5b085f;}function _0x573e(){var _0xa7ed8=['Obliczanie\x20formuły\x20rozpoczęte.','Zsynchronizowane','Kolejka\x20obliczania\x20formuł\x20jest\x20pełna,\x20oczekiwanie\x20na\x20wolne\x20miejsce...','Błąd\x20uwierzytelniania','23688OMAqrx','Kliknij,\x20aby\x20połączyć\x20ponownie','1445553eXyJPl','3786tDjiHt','802120FPBdIe','UniverProCollaborationClientUiPlPL','amd','Offline,\x20zmiany\x20zostaną\x20zapisane\x20lokalnie','Połączenie\x20nieudane,\x20ponowimy\x20próbę\x20za\x20chwilę.','Konflikty\x20edycji','Uprawnienia\x20do\x20edycji\x20zostały\x20cofnięte,\x20ponieważ\x20pokój\x20współpracy\x20został\x20zamknięty.','Otworzyłeś\x20ten\x20sam\x20plik\x20w\x20innej\x20karcie.\x20W\x20przypadku\x20utraty\x20danych\x20nie\x20możesz\x20edytować\x20w\x20tej\x20karcie.','Plik\x20lokalny','624820fbmsRA','object','Odśwież\x20stronę','Masz\x20zmiany\x20offline,\x20które\x20nie\x20zostały\x20zapisane\x20na\x20serwerze.\x20Sprawdź\x20swoje\x20połączenie\x20sieciowe\x20i\x20spróbuj\x20ponownie.','320363dRsJKW','Synchronizowanie...','Połączenie\x20nieudane,\x20sprawdź\x20swoje\x20połączenie\x20sieciowe.','721ySBvQH','function','489771IpZgxX','Serwer\x20nie\x20odpowiada\x20na\x20żądanie\x20współpracy.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Twoje\x20logowanie\x20wygasło,\x20kliknij\x20OK,\x20aby\x20zalogować\x20się\x20ponownie,\x20lub\x20Anuluj,\x20aby\x20zapisać\x20lokalne\x20zmiany.','155hlnuLR','Pokój\x20współpracy\x20jest\x20pełny.\x20Twoje\x20zmiany\x20zostaną\x20zapisane\x20lokalnie.','Synchronizowanie\x20danych\x20serwera...','Wystąpił\x20konflikt\x20między\x20lokalną\x20kopią\x20a\x20kopią\x20na\x20serwerze.\x20Zapisz\x20swoje\x20lokalne\x20zmiany,\x20ponieważ\x20zostaną\x20utracone\x20po\x20przeładowaniu\x20strony.'];_0x573e=function(){return _0xa7ed8;};return _0x573e();}(function(_0x5d03ee,_0x4985a5){var _0x8e48b4=_0x5b08,_0x517135=_0x5d03ee();while(!![]){try{var _0x51fd31=parseInt(_0x8e48b4(0x18d))/0x1+-parseInt(_0x8e48b4(0x189))/0x2+-parseInt(_0x8e48b4(0x192))/0x3+parseInt(_0x8e48b4(0x180))/0x4+parseInt(_0x8e48b4(0x195))/0x5*(-parseInt(_0x8e48b4(0x17f))/0x6)+-parseInt(_0x8e48b4(0x190))/0x7*(-parseInt(_0x8e48b4(0x17c))/0x8)+-parseInt(_0x8e48b4(0x17e))/0x9;if(_0x51fd31===_0x4985a5)break;else _0x517135['push'](_0x517135['shift']());}catch(_0x5c332c){_0x517135['push'](_0x517135['shift']());}}}(_0x573e,0x2982f),function(_0x2b97af,_0xfd86f8){var _0x948b4d=_0x5b08;typeof exports==_0x948b4d(0x18a)&&typeof module<'u'?module['exports']=_0xfd86f8():typeof define==_0x948b4d(0x191)&&define[_0x948b4d(0x182)]?define([],_0xfd86f8):(_0x2b97af=typeof globalThis<'u'?globalThis:_0x2b97af||self,_0x2b97af[_0x948b4d(0x181)]=_0xfd86f8());}(this,function(){var _0x288cb2=_0x5b08;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x288cb2(0x17d)}},'collabStatus':{'fetchMiss':_0x288cb2(0x197),'conflict':_0x288cb2(0x185),'notCollab':_0x288cb2(0x188),'synced':_0x288cb2(0x19a),'syncing':_0x288cb2(0x18e),'offline':_0x288cb2(0x183)},'snapshotLoading':{'timeout':'Ładowanie\x20danych\x20zatrzymało\x20się\x20na\x20{0}/{1}.\x20Odśwież\x20stronę,\x20aby\x20spróbować\x20ponownie.','refresh':_0x288cb2(0x18b)},'session':{'connection-failed':_0x288cb2(0x18f),'will-retry':_0x288cb2(0x184),'room-full':_0x288cb2(0x196),'collaboration-timeout':_0x288cb2(0x193)},'conflict':{'title':'Konflikt\x20współpracy','content':_0x288cb2(0x198)},'permission':{'title':_0x288cb2(0x17b),'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':_0x288cb2(0x18c),'single-unit':{'warning':_0x288cb2(0x187)},'closeRoom':_0x288cb2(0x186)},'auth':{'needGotoLoginAlert':_0x288cb2(0x194)},'formula':{'calculation':{'started':_0x288cb2(0x199),'waiting':_0x288cb2(0x17a),'unable':'Nie\x20można\x20teraz\x20wykonać\x20obliczania\x20formuły.\x20Spróbuj\x20ponownie\x20później.'}}}};}));
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1198(_0x5b71b5,_0xb69374){_0x5b71b5=_0x5b71b5-0x1bd;var _0x41bfa2=_0x41bf();var _0x11985c=_0x41bfa2[_0x5b71b5];return _0x11985c;}function _0x41bf(){var _0x322c48=['Offline,\x20as\x20edições\x20serão\x20salvas\x20localmente','object','Conflito\x20de\x20Colaboração','769086EUTSPP','Arquivo\x20local','Erro\x20de\x20autenticação','A\x20fila\x20de\x20cálculo\x20de\x20fórmulas\x20está\x20cheia,\x20aguardando\x20slot\x20disponível...','Você\x20abriu\x20o\x20mesmo\x20arquivo\x20em\x20outra\x20aba.\x20Em\x20caso\x20de\x20perda\x20de\x20dados,\x20você\x20não\x20poderá\x20editar\x20nesta\x20aba.','Falha\x20na\x20conexão,\x20verifique\x20sua\x20rede.','528815cRjTxZ','function','Seu\x20login\x20expirou,\x20clique\x20em\x20OK\x20para\x20fazer\x20login\x20novamente,\x20clique\x20em\x20Cancelar\x20para\x20salvar\x20suas\x20edições\x20locais.','Cálculo\x20de\x20fórmula\x20iniciado.','amd','6YECrZa','1416PflUjm','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.','Conflitos\x20de\x20edição','Sincronizado','1065105ONLVFe','Você\x20tem\x20edições\x20offline\x20que\x20não\x20foram\x20salvas\x20no\x20servidor.\x20Verifique\x20sua\x20rede\x20e\x20tente\x20novamente.','3042172MItRNI','3112GsnMBe','exports','Falha\x20na\x20conexão,\x20tentaremos\x20novamente\x20em\x20breve.','A\x20sala\x20de\x20colaboração\x20está\x20cheia.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.','593808xUcCfg','2251480kPfSyi','Atualizar\x20página','UniverProCollaborationClientUiPtBR','Sincronizando...','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.'];_0x41bf=function(){return _0x322c48;};return _0x41bf();}(function(_0x9a5e69,_0x2e131c){var _0x36489b=_0x1198,_0x529926=_0x9a5e69();while(!![]){try{var _0x2d3edd=-parseInt(_0x36489b(0x1d2))/0x1+parseInt(_0x36489b(0x1cc))/0x2+parseInt(_0x36489b(0x1d8))/0x3*(parseInt(_0x36489b(0x1bf))/0x4)+parseInt(_0x36489b(0x1c4))/0x5+-parseInt(_0x36489b(0x1d7))/0x6*(parseInt(_0x36489b(0x1be))/0x7)+-parseInt(_0x36489b(0x1c3))/0x8+parseInt(_0x36489b(0x1dc))/0x9;if(_0x2d3edd===_0x2e131c)break;else _0x529926['push'](_0x529926['shift']());}catch(_0x5a177c){_0x529926['push'](_0x529926['shift']());}}}(_0x41bf,0x4508b),function(_0x4b20b0,_0x533e43){var _0x5ab586=_0x1198;typeof exports==_0x5ab586(0x1ca)&&typeof module<'u'?module[_0x5ab586(0x1c0)]=_0x533e43():typeof define==_0x5ab586(0x1d3)&&define[_0x5ab586(0x1d6)]?define([],_0x533e43):(_0x4b20b0=typeof globalThis<'u'?globalThis:_0x4b20b0||self,_0x4b20b0[_0x5ab586(0x1c6)]=_0x533e43());}(this,function(){var _0x1d9f0b=_0x1198;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Clique\x20para\x20Reconectar'}},'collabStatus':{'fetchMiss':'Sincronizando\x20dados\x20do\x20servidor...','conflict':_0x1d9f0b(0x1da),'notCollab':_0x1d9f0b(0x1cd),'synced':_0x1d9f0b(0x1db),'syncing':_0x1d9f0b(0x1c7),'offline':_0x1d9f0b(0x1c9)},'snapshotLoading':{'timeout':'O\x20carregamento\x20dos\x20dados\x20parou\x20em\x20{0}/{1}.\x20Atualize\x20a\x20página\x20para\x20tentar\x20novamente.','refresh':_0x1d9f0b(0x1c5)},'session':{'connection-failed':_0x1d9f0b(0x1d1),'will-retry':_0x1d9f0b(0x1c1),'room-full':_0x1d9f0b(0x1c2),'collaboration-timeout':'O\x20servidor\x20não\x20está\x20respondendo\x20à\x20sua\x20solicitação\x20de\x20colaboração.\x20Suas\x20edições\x20serão\x20salvas\x20localmente.'},'conflict':{'title':_0x1d9f0b(0x1cb),'content':_0x1d9f0b(0x1d9)},'permission':{'title':_0x1d9f0b(0x1ce),'content':_0x1d9f0b(0x1c8)},'collaboration':{'offline-data-not-saved':_0x1d9f0b(0x1bd),'single-unit':{'warning':_0x1d9f0b(0x1d0)},'closeRoom':'Os\x20privilégios\x20de\x20edição\x20foram\x20revogados\x20porque\x20a\x20sala\x20de\x20colaboração\x20foi\x20fechada.'},'auth':{'needGotoLoginAlert':_0x1d9f0b(0x1d4)},'formula':{'calculation':{'started':_0x1d9f0b(0x1d5),'waiting':_0x1d9f0b(0x1cf),'unable':'Não\x20foi\x20possível\x20realizar\x20o\x20cálculo\x20da\x20fórmula\x20neste\x20momento.\x20Tente\x20novamente\x20mais\x20tarde.'}}}};}));
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x56ca(_0x19401c,_0x163dec){_0x19401c=_0x19401c-0xcf;var _0x43bb7c=_0x43bb();var _0x56ca31=_0x43bb7c[_0x19401c];return _0x56ca31;}(function(_0x1dd75b,_0x5cfff2){var _0x1583d1=_0x56ca,_0x2b1410=_0x1dd75b();while(!![]){try{var _0x38f33f=-parseInt(_0x1583d1(0xd2))/0x1+-parseInt(_0x1583d1(0xeb))/0x2+parseInt(_0x1583d1(0xd0))/0x3*(-parseInt(_0x1583d1(0xe4))/0x4)+parseInt(_0x1583d1(0xda))/0x5*(parseInt(_0x1583d1(0xe5))/0x6)+-parseInt(_0x1583d1(0xd4))/0x7+parseInt(_0x1583d1(0xd8))/0x8+parseInt(_0x1583d1(0xe3))/0x9;if(_0x38f33f===_0x5cfff2)break;else _0x2b1410['push'](_0x2b1410['shift']());}catch(_0x11f19a){_0x2b1410['push'](_0x2b1410['shift']());}}}(_0x43bb,0xa23d0),function(_0x467c37,_0x4db956){var _0x155fec=_0x56ca;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x4db956():typeof define==_0x155fec(0xe1)&&define[_0x155fec(0xdb)]?define([],_0x4db956):(_0x467c37=typeof globalThis<'u'?globalThis:_0x467c37||self,_0x467c37[_0x155fec(0xdf)]=_0x4db956());}(this,function(){var _0x3b8360=_0x56ca;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':'Нажмите\x20для\x20переподключения'}},'collabStatus':{'fetchMiss':_0x3b8360(0xe6),'conflict':_0x3b8360(0xea),'notCollab':_0x3b8360(0xe2),'synced':'Синхронизировано','syncing':_0x3b8360(0xde),'offline':'Офлайн,\x20изменения\x20будут\x20сохранены\x20локально'},'snapshotLoading':{'timeout':'Загрузка\x20данных\x20остановилась\x20на\x20{0}/{1}.\x20Обновите\x20страницу\x20и\x20повторите\x20попытку.','refresh':'Обновить\x20страницу'},'session':{'connection-failed':_0x3b8360(0xe9),'will-retry':_0x3b8360(0xe8),'room-full':_0x3b8360(0xd9),'collaboration-timeout':_0x3b8360(0xe0)},'conflict':{'title':_0x3b8360(0xd5),'content':_0x3b8360(0xd6)},'permission':{'title':_0x3b8360(0xcf),'content':'Ваши\x20действия\x20конфликтуют\x20с\x20разрешениями\x20сервера.\x20Сохраните\x20локальные\x20изменения\x20в\x20другом\x20месте,\x20так\x20как\x20они\x20будут\x20удалены\x20после\x20обновления\x20страницы.'},'collaboration':{'offline-data-not-saved':_0x3b8360(0xd7),'single-unit':{'warning':_0x3b8360(0xdc)},'closeRoom':_0x3b8360(0xdd)},'auth':{'needGotoLoginAlert':_0x3b8360(0xd1)},'formula':{'calculation':{'started':_0x3b8360(0xe7),'waiting':_0x3b8360(0xd3),'unable':'В\x20настоящее\x20время\x20невозможно\x20выполнить\x20вычисление\x20формул.\x20Повторите\x20попытку\x20позже.'}}}};}));function _0x43bb(){var _0xad6519=['Синхронизация...','UniverProCollaborationClientUiRuRU','Сервер\x20не\x20отвечает\x20на\x20запрос\x20совместной\x20работы.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','function','Локальный\x20файл','34873380FCBame','48AeqdJp','39444ApUlvo','Синхронизация\x20данных\x20сервера...','Начато\x20вычисление\x20формул.','Ошибка\x20подключения,\x20повторная\x20попытка\x20будет\x20выполнена\x20позже.','Ошибка\x20подключения,\x20проверьте\x20подключение\x20к\x20сети.','Конфликты\x20редактирования','2609956gTUqeW','Ошибка\x20аутентификации','296067wmnrZL','Срок\x20действия\x20вашего\x20входа\x20истек.\x20Нажмите\x20ОК\x20для\x20повторного\x20входа\x20или\x20Отмена\x20для\x20сохранения\x20локальных\x20изменений.','991084SdANmR','Очередь\x20вычисления\x20формул\x20заполнена,\x20ожидание\x20свободного\x20слота...','8767976sHsFUm','Конфликт\x20совместной\x20работы','Обнаружен\x20конфликт\x20между\x20локальной\x20копией\x20и\x20копией\x20на\x20сервере.\x20Сохраните\x20локальные\x20изменения,\x20так\x20как\x20они\x20будут\x20утеряны\x20при\x20обновлении\x20страницы.','У\x20вас\x20есть\x20несохраненные\x20офлайн-изменения.\x20Проверьте\x20подключение\x20к\x20сети\x20и\x20повторите\x20попытку.','10340128pjefGz','Комната\x20совместной\x20работы\x20заполнена.\x20Ваши\x20изменения\x20будут\x20сохранены\x20локально.','175ioogym','amd','Вы\x20открыли\x20тот\x20же\x20файл\x20в\x20другой\x20вкладке.\x20Во\x20избежание\x20потери\x20данных\x20редактирование\x20в\x20этой\x20вкладке\x20будет\x20ограничено.','Права\x20на\x20редактирование\x20были\x20отозваны,\x20так\x20как\x20комната\x20совместной\x20работы\x20была\x20закрыта.'];_0x43bb=function(){return _0xad6519;};return _0x43bb();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x4ce9(_0x2230b3,_0x4eae73){_0x2230b3=_0x2230b3-0x1e3;var _0x509a45=_0x509a();var _0x4ce98c=_0x509a45[_0x2230b3];return _0x4ce98c;}(function(_0x31f451,_0x291645){var _0xd67a38=_0x4ce9,_0x5c8620=_0x31f451();while(!![]){try{var _0x48a123=parseInt(_0xd67a38(0x1e5))/0x1+parseInt(_0xd67a38(0x1e4))/0x2+parseInt(_0xd67a38(0x1fe))/0x3+-parseInt(_0xd67a38(0x1fc))/0x4+-parseInt(_0xd67a38(0x1ea))/0x5*(parseInt(_0xd67a38(0x1e7))/0x6)+-parseInt(_0xd67a38(0x1ee))/0x7*(-parseInt(_0xd67a38(0x1f0))/0x8)+-parseInt(_0xd67a38(0x1eb))/0x9;if(_0x48a123===_0x291645)break;else _0x5c8620['push'](_0x5c8620['shift']());}catch(_0x36e3e8){_0x5c8620['push'](_0x5c8620['shift']());}}}(_0x509a,0x4c1c3),function(_0x4eb32f,_0x3c5c25){var _0x2c2582=_0x4ce9;typeof exports==_0x2c2582(0x1fa)&&typeof module<'u'?module['exports']=_0x3c5c25():typeof define=='function'&&define[_0x2c2582(0x1f7)]?define([],_0x3c5c25):(_0x4eb32f=typeof globalThis<'u'?globalThis:_0x4eb32f||self,_0x4eb32f[_0x2c2582(0x1f2)]=_0x3c5c25());}(this,function(){var _0x20851b=_0x4ce9;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x20851b(0x1f9)}},'collabStatus':{'fetchMiss':_0x20851b(0x1fb),'conflict':_0x20851b(0x1f6),'notCollab':_0x20851b(0x1f5),'synced':_0x20851b(0x1e6),'syncing':_0x20851b(0x1ef),'offline':'Offline,\x20úpravy\x20budú\x20uložené\x20lokálne'},'snapshotLoading':{'timeout':_0x20851b(0x1e3),'refresh':_0x20851b(0x1ed)},'session':{'connection-failed':_0x20851b(0x1f1),'will-retry':'Pripojenie\x20zlyhalo,\x20o\x20chvíľu\x20to\x20skúsime\x20znova.','room-full':'Kolaboračná\x20miestnosť\x20je\x20plná.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.','collaboration-timeout':'Server\x20neodpovedá\x20na\x20požiadavku\x20spolupráce.\x20Vaše\x20úpravy\x20budú\x20uložené\x20lokálne.'},'conflict':{'title':'Konflikt\x20spolupráce','content':_0x20851b(0x1fd)},'permission':{'title':_0x20851b(0x1e9),'content':_0x20851b(0x1ec)},'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':_0x20851b(0x1f4)},'closeRoom':_0x20851b(0x1e8)},'auth':{'needGotoLoginAlert':_0x20851b(0x1f8)},'formula':{'calculation':{'started':'Výpočet\x20vzorcov\x20sa\x20spustil.','waiting':'Fronta\x20výpočtu\x20vzorcov\x20je\x20plná,\x20čaká\x20sa\x20na\x20voľné\x20miesto...','unable':_0x20851b(0x1f3)}}}};}));function _0x509a(){var _0x5853a0=['145XkuLai','2626209VANHoJ','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é.','Obnoviť\x20stránku','111489eSFceZ','Synchronizuje\x20sa...','272ParuPi','Pripojenie\x20zlyhalo,\x20skontrolujte\x20sieť.','UniverProCollaborationClientUiSkSK','Momentálne\x20nie\x20je\x20možné\x20vykonať\x20výpočet\x20vzorcov.\x20Skúste\x20to\x20neskôr.','Súbor\x20ste\x20otvorili\x20aj\x20na\x20inej\x20karte.\x20V\x20prípade\x20chýbajúcich\x20údajov\x20na\x20tejto\x20karte\x20nebudete\x20môcť\x20upravovať.','Lokálny\x20súbor','Konflikty\x20úprav','amd','Platnosť\x20prihlásenia\x20vypršala,\x20kliknite\x20OK\x20pre\x20opätovné\x20prihlásenie,\x20kliknite\x20Zrušiť\x20pre\x20uloženie\x20lokálnych\x20úprav.','Kliknite\x20na\x20opätovné\x20pripojenie','object','Synchronizujú\x20sa\x20údaje\x20zo\x20servera...','1365628IfzvEL','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.','998304AeJcsW','Načítavanie\x20údajov\x20sa\x20zastavilo\x20na\x20{0}/{1}.\x20Obnovte\x20stránku\x20a\x20skúste\x20to\x20znova.','247908uKNERs','80666oOEuMp','Synchronizované','27714fgSaAn','Oprávnenia\x20na\x20úpravy\x20boli\x20odobraté,\x20pretože\x20kolaboračná\x20miestnosť\x20bola\x20zatvorená.','Chyba\x20overenia'];_0x509a=function(){return _0x5853a0;};return _0x509a();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x45d4(){var _0x5be858=['10xYiHWe','18kNuNgx','amd','Kết\x20nối\x20thất\x20bại,\x20chúng\x20tôi\x20sẽ\x20thử\x20lại\x20sau\x20một\x20lát.','Lỗi\x20xác\x20thực','348193sKziUH','Đang\x20đồng\x20bộ...','Máy\x20chủ\x20không\x20phản\x20hồi\x20yêu\x20cầu\x20cộng\x20tác\x20của\x20bạn.\x20Các\x20chỉnh\x20sửa\x20của\x20bạn\x20sẽ\x20được\x20lưu\x20cục\x20bộ.','Tệp\x20cục\x20bộ','function','4563981pAaZrR','3xHCmtQ','1525118QRGzCm','Bạn\x20đã\x20mở\x20cùng\x20một\x20tệp\x20trong\x20một\x20tab\x20khác.\x20Để\x20tránh\x20mất\x20dữ\x20liệu,\x20bạn\x20không\x20thể\x20chỉnh\x20sửa\x20trên\x20tab\x20này.','Hàng\x20đợi\x20tính\x20toán\x20công\x20thức\x20đã\x20đầy,\x20đang\x20chờ\x20vị\x20trí\x20trống...','5852455xNkZfP','object','1024484gdyZVB','Xung\x20đột\x20cộng\x20tác','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.','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ộ.','Làm\x20mới\x20trang','Kết\x20nối\x20thất\x20bại,\x20vui\x20lòng\x20kiểm\x20tra\x20mạng\x20của\x20bạn.','Bắt\x20đầu\x20tính\x20toán\x20công\x20thức.','UniverProCollaborationClientUiViVN','Nhấp\x20để\x20kết\x20nối\x20lại','Đã\x20đồng\x20bộ','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.','Xung\x20đột\x20chỉnh\x20sửa','525655jcdIhH','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.','exports','8050928ttATYv'];_0x45d4=function(){return _0x5be858;};return _0x45d4();}function _0x1e4a(_0x42a0ad,_0x4bc202){_0x42a0ad=_0x42a0ad-0xd4;var _0x45d4e6=_0x45d4();var _0x1e4af8=_0x45d4e6[_0x42a0ad];return _0x1e4af8;}(function(_0x16786d,_0x2cb1f7){var _0x56c488=_0x1e4a,_0xd59f76=_0x16786d();while(!![]){try{var _0xa59b7c=-parseInt(_0x56c488(0xf3))/0x1+-parseInt(_0x56c488(0xd9))/0x2+parseInt(_0x56c488(0xd8))/0x3*(-parseInt(_0x56c488(0xde))/0x4)+parseInt(_0x56c488(0xea))/0x5*(-parseInt(_0x56c488(0xef))/0x6)+parseInt(_0x56c488(0xdc))/0x7+parseInt(_0x56c488(0xed))/0x8+parseInt(_0x56c488(0xd7))/0x9*(parseInt(_0x56c488(0xee))/0xa);if(_0xa59b7c===_0x2cb1f7)break;else _0xd59f76['push'](_0xd59f76['shift']());}catch(_0x47b6a8){_0xd59f76['push'](_0xd59f76['shift']());}}}(_0x45d4,0xa2e8a),function(_0x588047,_0x29b07e){var _0x1f8745=_0x1e4a;typeof exports==_0x1f8745(0xdd)&&typeof module<'u'?module[_0x1f8745(0xec)]=_0x29b07e():typeof define==_0x1f8745(0xd6)&&define[_0x1f8745(0xf0)]?define([],_0x29b07e):(_0x588047=typeof globalThis<'u'?globalThis:_0x588047||self,_0x588047[_0x1f8745(0xe5)]=_0x29b07e());}(this,function(){var _0x561a9c=_0x1e4a;return{'collaboration-client-ui':{'collabClient':{'tooltip':{'reconnect':_0x561a9c(0xe6)}},'collabStatus':{'fetchMiss':'Đang\x20đồng\x20bộ\x20dữ\x20liệu\x20máy\x20chủ...','conflict':_0x561a9c(0xe9),'notCollab':_0x561a9c(0xd5),'synced':_0x561a9c(0xe7),'syncing':_0x561a9c(0xf4),'offline':'Ngoại\x20tuyến,\x20các\x20chỉnh\x20sửa\x20sẽ\x20được\x20lưu\x20cục\x20bộ'},'snapshotLoading':{'timeout':_0x561a9c(0xe0),'refresh':_0x561a9c(0xe2)},'session':{'connection-failed':_0x561a9c(0xe3),'will-retry':_0x561a9c(0xf1),'room-full':_0x561a9c(0xe1),'collaboration-timeout':_0x561a9c(0xd4)},'conflict':{'title':_0x561a9c(0xdf),'content':_0x561a9c(0xe8)},'permission':{'title':_0x561a9c(0xf2),'content':'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.'},'collaboration':{'offline-data-not-saved':'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.','single-unit':{'warning':_0x561a9c(0xda)},'closeRoom':'Quyền\x20chỉnh\x20sửa\x20đã\x20bị\x20thu\x20hồi\x20vì\x20phòng\x20cộng\x20tác\x20đã\x20đóng.'},'auth':{'needGotoLoginAlert':'Phiên\x20đăng\x20nhập\x20của\x20bạn\x20đã\x20hết\x20hạn,\x20nhấp\x20OK\x20để\x20đăng\x20nhập\x20lại,\x20nhấp\x20Hủy\x20để\x20lưu\x20các\x20chỉnh\x20sửa\x20cục\x20bộ\x20của\x20bạn.'},'formula':{'calculation':{'started':_0x561a9c(0xe4),'waiting':_0x561a9c(0xdb),'unable':_0x561a9c(0xeb)}}}};}));
|