@univerjs-pro/sheets-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.4
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/README.md +5 -3
- 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/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/index.css +21 -0
- 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/command-util.d.ts +0 -11
- package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
- package/lib/types/const.d.ts +3 -1
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/controllers/shape-update.controller.d.ts +1 -0
- package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
- package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
- package/lib/types/controllers/sheet-shape-render.controller.d.ts +9 -3
- package/lib/types/index.d.ts +1 -7
- package/lib/types/locale/en-US.d.ts +18 -33
- package/lib/types/menu/object-list.menu.d.ts +4 -0
- package/lib/types/services/shape-text-editing.service.d.ts +8 -0
- package/lib/types/utils/shape-text-document.d.ts +1 -11
- package/lib/types/view-model/drawing-shape.d.ts +6 -2
- package/lib/types/views/ShapePicker.d.ts +2 -0
- package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +1 -0
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
- 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 +20 -19
- package/lib/types/commands/command/set-shape-text-align.command.d.ts +0 -5
- package/lib/types/commands/command/set-shape-text-style.command.d.ts +0 -7
- package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +0 -5
- package/lib/types/commands/command/shape-doc-align.command.d.ts +0 -10
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +0 -19
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +0 -6
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +0 -10
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +0 -10
- package/lib/types/view-model/shape-data-model.d.ts +0 -6
- package/lib/types/views/shape-editor-panel/index.d.ts +0 -1
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
- /package/lib/types/commands/operations/{actvie-drawing-operation.d.ts → active-drawing-operation.d.ts} +0 -0
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x403e(_0x1c7721,_0x4eef42){_0x1c7721=_0x1c7721-0xa6;var _0x492408=_0x4924();var _0x403e0f=_0x492408[_0x1c7721];return _0x403e0f;}(function(_0x44f841,_0x41792f){var _0x19343a=_0x403e,_0x4722f9=_0x44f841();while(!![]){try{var _0x1901be=parseInt(_0x19343a(0xb5))/0x1*(parseInt(_0x19343a(0xb4))/0x2)+-parseInt(_0x19343a(0xc4))/0x3+-parseInt(_0x19343a(0xb2))/0x4+-parseInt(_0x19343a(0xad))/0x5+parseInt(_0x19343a(0xab))/0x6+parseInt(_0x19343a(0xa9))/0x7*(-parseInt(_0x19343a(0xa8))/0x8)+parseInt(_0x19343a(0xb7))/0x9;if(_0x1901be===_0x41792f)break;else _0x4722f9['push'](_0x4722f9['shift']());}catch(_0x464a5f){_0x4722f9['push'](_0x4722f9['shift']());}}}(_0x4924,0x94b58),function(_0x532c4f,_0xe36a03){var _0x17606d=_0x403e;typeof exports==_0x17606d(0xb1)&&typeof module<'u'?module['exports']=_0xe36a03():typeof define==_0x17606d(0xa6)&&define[_0x17606d(0xc8)]?define([],_0xe36a03):(_0x532c4f=typeof globalThis<'u'?globalThis:_0x532c4f||self,_0x532c4f[_0x17606d(0xba)]=_0xe36a03());}(this,function(){var _0x2b7f84=_0x403e;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2b7f84(0xb8)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x2b7f84(0xc5),'insertShape':_0x2b7f84(0xc1),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':_0x2b7f84(0xbd),'hidePanel':_0x2b7f84(0xc2),'formatShape':'تنسيق\x20الشكل','shapeStyle':_0x2b7f84(0xb6),'shapePosition':_0x2b7f84(0xc6),'toggleFlipH':_0x2b7f84(0xbc),'toggleFlipV':_0x2b7f84(0xc7),'rotateRight90':_0x2b7f84(0xbf),'rotateLeft90':_0x2b7f84(0xae),'toggleTextVertical':'تبديل\x20النص\x20العمودي','objectListPanel':{'title':'الطبقات','open':_0x2b7f84(0xaf),'empty':'لا\x20توجد\x20كائنات','showAll':_0x2b7f84(0xb0),'hideAll':_0x2b7f84(0xbe),'show':_0x2b7f84(0xb9),'hide':_0x2b7f84(0xa7),'moveForward':'إحضار\x20للأمام','moveBackward':'إرسال\x20للخلف','close':_0x2b7f84(0xac),'name':_0x2b7f84(0xbb),'nameInput':_0x2b7f84(0xaa),'description':_0x2b7f84(0xc3),'descriptionPlaceholder':_0x2b7f84(0xb3),'details':'التفاصيل','noSelection':_0x2b7f84(0xc0)}}};}));function _0x4924(){var _0x33482c=['نمط\x20الشكل','17581923hUZEEA','قص\x20إلى\x20شكل','إظهار','UniverProSheetsShapeUiArSA','الاسم','تبديل\x20الانعكاس\x20الأفقي','حذف\x20الشكل','إخفاء\x20الكل','تدوير\x20لليمين\x2090°','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','إدراج\x20شكل','إخفاء\x20لوحة\x20الأشكال','الوصف','1369434fqDKvC','شكل','موضع\x20الشكل','تبديل\x20الانعكاس\x20العمودي','amd','function','إخفاء','112xYJmMs','351435XiDCJK','اسم\x20الكائن','1806444bctVaY','إغلاق','3903910QSuCEQ','تدوير\x20لليسار\x2090°','فتح\x20لوحة\x20الطبقات','إظهار\x20الكل','object','896596dRSdrH','إضافة\x20وصف','74110zvTUdw','14ejWfxa'];_0x4924=function(){return _0x33482c;};return _0x4924();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x433207,_0xcd1a7c){var _0x5bf811=_0x577c,_0x114179=_0x433207();while(!![]){try{var _0x420678=parseInt(_0x5bf811(0x177))/0x1*(parseInt(_0x5bf811(0x171))/0x2)+parseInt(_0x5bf811(0x174))/0x3+-parseInt(_0x5bf811(0x17b))/0x4+parseInt(_0x5bf811(0x178))/0x5+-parseInt(_0x5bf811(0x17a))/0x6+-parseInt(_0x5bf811(0x175))/0x7+-parseInt(_0x5bf811(0x176))/0x8*(parseInt(_0x5bf811(0x179))/0x9);if(_0x420678===_0xcd1a7c)break;else _0x114179['push'](_0x114179['shift']());}catch(_0xa1f11d){_0x114179['push'](_0x114179['shift']());}}}(_0xfa3e,0x4b748),function(_0x96e5ae,_0x27a118){var _0x48118f=_0x577c;typeof exports==_0x48118f(0x16c)&&typeof module<'u'?module[_0x48118f(0x162)]=_0x27a118():typeof define==_0x48118f(0x17c)&&define[_0x48118f(0x17d)]?define([],_0x27a118):(_0x96e5ae=typeof globalThis<'u'?globalThis:_0x96e5ae||self,_0x96e5ae['UniverProSheetsShapeUiCaES']=_0x27a118());}(this,function(){var _0x2d9d6b=_0x577c;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x2d9d6b(0x172)}},'permission':{'editErr':_0x2d9d6b(0x15d)},'title':_0x2d9d6b(0x160),'insertShape':_0x2d9d6b(0x165),'openPanel':_0x2d9d6b(0x16f),'deleteShape':_0x2d9d6b(0x16a),'hidePanel':_0x2d9d6b(0x15f),'formatShape':_0x2d9d6b(0x173),'shapeStyle':_0x2d9d6b(0x169),'shapePosition':_0x2d9d6b(0x15e),'toggleFlipH':_0x2d9d6b(0x167),'toggleFlipV':_0x2d9d6b(0x166),'rotateRight90':_0x2d9d6b(0x159),'rotateLeft90':_0x2d9d6b(0x163),'toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':_0x2d9d6b(0x15a),'open':_0x2d9d6b(0x16e),'empty':_0x2d9d6b(0x170),'showAll':_0x2d9d6b(0x15c),'hideAll':_0x2d9d6b(0x15b),'show':_0x2d9d6b(0x16b),'hide':_0x2d9d6b(0x16d),'moveForward':'Porta\x20endavant','moveBackward':'Envia\x20enrere','close':_0x2d9d6b(0x161),'name':'Nom','nameInput':_0x2d9d6b(0x168),'description':'Descripció','descriptionPlaceholder':'Afegeix\x20descripcio','details':_0x2d9d6b(0x164),'noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};}));function _0x577c(_0x44c5c2,_0x5bbda1){_0x44c5c2=_0x44c5c2-0x159;var _0xfa3ece=_0xfa3e();var _0x577c36=_0xfa3ece[_0x44c5c2];return _0x577c36;}function _0xfa3e(){var _0xe6c1cf=['Posició\x20de\x20forma','Amagar\x20panell\x20de\x20formes','Forma','Tancar','exports','Rotar\x2090°\x20a\x20l\x27esquerra','Detalls','Inserir\x20forma','Alternar\x20volteig\x20vertical','Alternar\x20volteig\x20horitzontal','Nom\x20de\x20l’objecte','Estil\x20de\x20forma','Eliminar\x20forma','Mostra','object','Amagar','Obre\x20el\x20tauler\x20de\x20capes','Obrir\x20panell\x20de\x20formes','Sense\x20objectes','102ZqtMvx','Retalla\x20a\x20forma','Format\x20de\x20forma','1814463VHVAzM','443625WYlsZX','566184vAZzzq','5391cEAYec','2858420DCWpqC','27XkNuTP','2200302crWOSE','1999884mMHZnr','function','amd','Rotar\x2090°\x20a\x20la\x20dreta','Capes','Amaga-ho\x20tot','Mostra-ho\x20tot','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.'];_0xfa3e=function(){return _0xe6c1cf;};return _0xfa3e();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x5e3e(){var _0x5926e2=['Form-Panel\x20öffnen','1788522RLJUWp','Objektname','Links\x2090°\x20drehen','Details','5230QuIDzi','Keine\x20Objekte','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Schließen','84938emrggg','Vertikalen\x20Text\x20umschalten','Alle\x20ausblenden','921920MXjNcc','Ebenenbereich\x20öffnen','function','5027480bbntrw','Name','Rechts\x2090°\x20drehen','Auf\x20Form\x20zuschneiden','exports','Horizontale\x20Spiegelung\x20umschalten','136voWxpa','Vertikale\x20Spiegelung\x20umschalten','amd','131905NUdkIP','5xxzmdh','Form\x20löschen','Ausblenden','538344ZVvzLQ','132vxqrJl','Alle\x20anzeigen','Form','Formposition','Weiter\x20nach\x20vorne','Form\x20formatieren','Form-Panel\x20ausblenden','Ebenen','11ustOKv'];_0x5e3e=function(){return _0x5926e2;};return _0x5e3e();}function _0x3e59(_0x5975c3,_0x553532){_0x5975c3=_0x5975c3-0xbb;var _0x5e3e72=_0x5e3e();var _0x3e5923=_0x5e3e72[_0x5975c3];return _0x3e5923;}(function(_0x3a33a0,_0xb459ac){var _0x12116c=_0x3e59,_0x235c9a=_0x3a33a0();while(!![]){try{var _0x34680d=parseInt(_0x12116c(0xd9))/0x1+-parseInt(_0x12116c(0xc6))/0x2*(parseInt(_0x12116c(0xde))/0x3)+-parseInt(_0x12116c(0xcd))/0x4*(-parseInt(_0x12116c(0xda))/0x5)+-parseInt(_0x12116c(0xc2))/0x6+-parseInt(_0x12116c(0xca))/0x7*(parseInt(_0x12116c(0xd6))/0x8)+-parseInt(_0x12116c(0xdd))/0x9+parseInt(_0x12116c(0xd0))/0xa*(parseInt(_0x12116c(0xc0))/0xb);if(_0x34680d===_0xb459ac)break;else _0x235c9a['push'](_0x235c9a['shift']());}catch(_0x138f60){_0x235c9a['push'](_0x235c9a['shift']());}}}(_0x5e3e,0x2d624),function(_0x161125,_0x4ad2ec){var _0x3af705=_0x3e59;typeof exports=='object'&&typeof module<'u'?module[_0x3af705(0xd4)]=_0x4ad2ec():typeof define==_0x3af705(0xcf)&&define[_0x3af705(0xd8)]?define([],_0x4ad2ec):(_0x161125=typeof globalThis<'u'?globalThis:_0x161125||self,_0x161125['UniverProSheetsShapeUiDeDE']=_0x4ad2ec());}(this,function(){var _0x4c8827=_0x3e59;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4c8827(0xd3)}},'permission':{'editErr':_0x4c8827(0xc8)},'title':_0x4c8827(0xe0),'insertShape':'Form\x20einfügen','openPanel':_0x4c8827(0xc1),'deleteShape':_0x4c8827(0xdb),'hidePanel':_0x4c8827(0xbe),'formatShape':_0x4c8827(0xbd),'shapeStyle':'Formstil','shapePosition':_0x4c8827(0xbb),'toggleFlipH':_0x4c8827(0xd5),'toggleFlipV':_0x4c8827(0xd7),'rotateRight90':_0x4c8827(0xd2),'rotateLeft90':_0x4c8827(0xc4),'toggleTextVertical':_0x4c8827(0xcb),'objectListPanel':{'title':_0x4c8827(0xbf),'open':_0x4c8827(0xce),'empty':_0x4c8827(0xc7),'showAll':_0x4c8827(0xdf),'hideAll':_0x4c8827(0xcc),'show':'Anzeigen','hide':_0x4c8827(0xdc),'moveForward':_0x4c8827(0xbc),'moveBackward':'Weiter\x20nach\x20hinten','close':_0x4c8827(0xc9),'name':_0x4c8827(0xd1),'nameInput':_0x4c8827(0xc3),'description':'Beschreibung','descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x4c8827(0xc5),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x590a(){var _0x2bb541=['Rotate\x20Left\x2090°','Toggle\x20Horizontal\x20Flip','object','Show\x20All','Hide\x20Shape\x20Panel','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','49270sFKTqO','Shape\x20Position','109160BVDfTy','Shape','Add\x20description','exports','Name','Toggle\x20Vertical\x20Flip','Rotate\x20Right\x2090°','Hide','function','419146BHCBHa','Insert\x20Shape','Shape\x20Style','9732800JLNeAq','1784080IQLRJE','Description','Layers','1953500qOoDaD','Open\x20Shape\x20Panel','No\x20objects','Details','Toggle\x20Text\x20Vertical','Open\x20Layers\x20Panel','Delete\x20Shape','264plNGYg','Show','Object\x20name','Send\x20Backward','1412061UWYaPC'];_0x590a=function(){return _0x2bb541;};return _0x590a();}function _0x12ca(_0x151eaa,_0x535b25){_0x151eaa=_0x151eaa-0x6a;var _0x590a5e=_0x590a();var _0x12caa5=_0x590a5e[_0x151eaa];return _0x12caa5;}(function(_0x38ec33,_0x26ad55){var _0x4c788f=_0x12ca,_0x2e1058=_0x38ec33();while(!![]){try{var _0x3410f7=-parseInt(_0x4c788f(0x7c))/0x1+parseInt(_0x4c788f(0x8b))/0x2+-parseInt(_0x4c788f(0x75))/0x3+parseInt(_0x4c788f(0x6a))/0x4+parseInt(_0x4c788f(0x7e))/0x5*(parseInt(_0x4c788f(0x71))/0x6)+-parseInt(_0x4c788f(0x87))/0x7+-parseInt(_0x4c788f(0x8a))/0x8;if(_0x3410f7===_0x26ad55)break;else _0x2e1058['push'](_0x2e1058['shift']());}catch(_0x4e57b2){_0x2e1058['push'](_0x2e1058['shift']());}}}(_0x590a,0x84f4c),function(_0x1a2a30,_0x23bc50){var _0x463ffd=_0x12ca;typeof exports==_0x463ffd(0x78)&&typeof module<'u'?module[_0x463ffd(0x81)]=_0x23bc50():typeof define==_0x463ffd(0x86)&&define['amd']?define([],_0x23bc50):(_0x1a2a30=typeof globalThis<'u'?globalThis:_0x1a2a30||self,_0x1a2a30['UniverProSheetsShapeUiEnUS']=_0x23bc50());}(this,function(){var _0x4e1343=_0x12ca;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x4e1343(0x7b)},'title':_0x4e1343(0x7f),'insertShape':_0x4e1343(0x88),'openPanel':_0x4e1343(0x6b),'deleteShape':_0x4e1343(0x70),'hidePanel':_0x4e1343(0x7a),'formatShape':'Format\x20Shape','shapeStyle':_0x4e1343(0x89),'shapePosition':_0x4e1343(0x7d),'toggleFlipH':_0x4e1343(0x77),'toggleFlipV':_0x4e1343(0x83),'rotateRight90':_0x4e1343(0x84),'rotateLeft90':_0x4e1343(0x76),'toggleTextVertical':_0x4e1343(0x6e),'objectListPanel':{'title':_0x4e1343(0x8d),'open':_0x4e1343(0x6f),'empty':_0x4e1343(0x6c),'showAll':_0x4e1343(0x79),'hideAll':'Hide\x20All','show':_0x4e1343(0x72),'hide':_0x4e1343(0x85),'moveForward':'Bring\x20Forward','moveBackward':_0x4e1343(0x74),'close':'Close','name':_0x4e1343(0x82),'nameInput':_0x4e1343(0x73),'description':_0x4e1343(0x8c),'descriptionPlaceholder':_0x4e1343(0x80),'details':_0x4e1343(0x6d),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0xbe14(){var _0x5a1666=['Formato\x20de\x20forma','amd','33910WQpJsX','1474501uTBUMb','433axZjae','8382505SYHtpG','Eliminar\x20forma','function','Sin\x20objetos','Abrir\x20panel\x20de\x20formas','Alternar\x20texto\x20vertical','exports','Nombre\x20del\x20objeto','Capas','Detalles','Cerrar','Recortar\x20a\x20forma','5019891acqumH','243FwTLGm','7438bUjXKJ','Alternar\x20volteo\x20vertical','Mostrar\x20todo','Rotar\x2090°\x20a\x20la\x20derecha','42MzJFfC','Mostrar','4KNAcFj','5533KFoZsk','Alternar\x20volteo\x20horizontal','9312eAaKpr','1325912smgxmW','object'];_0xbe14=function(){return _0x5a1666;};return _0xbe14();}function _0x10f9(_0x29f370,_0x33d63a){_0x29f370=_0x29f370-0xa7;var _0xbe14d2=_0xbe14();var _0x10f9dd=_0xbe14d2[_0x29f370];return _0x10f9dd;}(function(_0x1a3a8,_0x1640ff){var _0x1b304f=_0x10f9,_0x31a81c=_0x1a3a8();while(!![]){try{var _0x235042=parseInt(_0x1b304f(0xad))/0x1*(-parseInt(_0x1b304f(0xbc))/0x2)+parseInt(_0x1b304f(0xba))/0x3*(parseInt(_0x1b304f(0xc2))/0x4)+parseInt(_0x1b304f(0xae))/0x5+parseInt(_0x1b304f(0xc0))/0x6*(-parseInt(_0x1b304f(0xac))/0x7)+parseInt(_0x1b304f(0xa7))/0x8+-parseInt(_0x1b304f(0xbb))/0x9*(-parseInt(_0x1b304f(0xab))/0xa)+parseInt(_0x1b304f(0xc3))/0xb*(parseInt(_0x1b304f(0xc5))/0xc);if(_0x235042===_0x1640ff)break;else _0x31a81c['push'](_0x31a81c['shift']());}catch(_0x4b1f8b){_0x31a81c['push'](_0x31a81c['shift']());}}}(_0xbe14,0xdecd2),function(_0x4b9685,_0x520a56){var _0x3d4afd=_0x10f9;typeof exports==_0x3d4afd(0xa8)&&typeof module<'u'?module[_0x3d4afd(0xb4)]=_0x520a56():typeof define==_0x3d4afd(0xb0)&&define[_0x3d4afd(0xaa)]?define([],_0x520a56):(_0x4b9685=typeof globalThis<'u'?globalThis:_0x4b9685||self,_0x4b9685['UniverProSheetsShapeUiEsES']=_0x520a56());}(this,function(){var _0x39ca70=_0x10f9;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x39ca70(0xb9)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':'Forma','insertShape':'Insertar\x20forma','openPanel':_0x39ca70(0xb2),'deleteShape':_0x39ca70(0xaf),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0x39ca70(0xa9),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x39ca70(0xc4),'toggleFlipV':_0x39ca70(0xbd),'rotateRight90':_0x39ca70(0xbf),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x39ca70(0xb3),'objectListPanel':{'title':_0x39ca70(0xb6),'open':'Abrir\x20panel\x20de\x20capas','empty':_0x39ca70(0xb1),'showAll':_0x39ca70(0xbe),'hideAll':'Ocultar\x20todo','show':_0x39ca70(0xc1),'hide':'Ocultar','moveForward':'Traer\x20adelante','moveBackward':'Enviar\x20atrás','close':_0x39ca70(0xb8),'name':'Nombre','nameInput':_0x39ca70(0xb5),'description':'Descripción','descriptionPlaceholder':'Agregar\x20descripción','details':_0x39ca70(0xb7),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'}}};}));
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x10d6(){var _0x59366b=['مخفی\x20کردن\x20پنل\x20شکلها','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','amd','پنهان\x20کردن','هیچ\x20شیئی\x20وجود\x20ندارد','نام','5bTuIgT','نمایش\x20همه','نام\x20شیء','14710BaigKh','exports','25sKKvgA','افزودن\x20توضیحات','object','261wVWAmf','نمایش','فرستادن\x20به\x20عقب','درج\x20شکل','UniverProSheetsShapeUiFaIR','باز\x20کردن\x20پنل\x20شکلها','قالببندی\x20شکل','سبک\x20شکل','چرخش\x20۹۰\x20درجه\x20به\x20چپ','پنهان\x20کردن\x20همه','تغییر\x20وضعیت\x20چرخش\x20عمودی','915198pCEsvC','آوردن\x20به\x20جلو','10522YNFiJD','چرخش\x20۹۰\x20درجه\x20به\x20راست','649353BMGvop','1356649zRZdBT','370708pIDaLD','52096aDWgCx','8vHmnRM','بستن','باز\x20کردن\x20پنل\x20لایهها'];_0x10d6=function(){return _0x59366b;};return _0x10d6();}function _0x2a33(_0x103f24,_0xd2b8e8){_0x103f24=_0x103f24-0x172;var _0x10d631=_0x10d6();var _0x2a3379=_0x10d631[_0x103f24];return _0x2a3379;}(function(_0x55c9e3,_0x31a574){var _0x30eac2=_0x2a33,_0x37b58f=_0x55c9e3();while(!![]){try{var _0x3b1bd4=-parseInt(_0x30eac2(0x185))/0x1*(-parseInt(_0x30eac2(0x195))/0x2)+-parseInt(_0x30eac2(0x173))/0x3+-parseInt(_0x30eac2(0x175))/0x4+parseInt(_0x30eac2(0x180))/0x5*(parseInt(_0x30eac2(0x193))/0x6)+-parseInt(_0x30eac2(0x174))/0x7*(-parseInt(_0x30eac2(0x177))/0x8)+-parseInt(_0x30eac2(0x188))/0x9*(parseInt(_0x30eac2(0x183))/0xa)+parseInt(_0x30eac2(0x176))/0xb;if(_0x3b1bd4===_0x31a574)break;else _0x37b58f['push'](_0x37b58f['shift']());}catch(_0x3684a6){_0x37b58f['push'](_0x37b58f['shift']());}}}(_0x10d6,0x1fefe),function(_0x30a673,_0x3ed670){var _0x1afeea=_0x2a33;typeof exports==_0x1afeea(0x187)&&typeof module<'u'?module[_0x1afeea(0x184)]=_0x3ed670():typeof define=='function'&&define[_0x1afeea(0x17c)]?define([],_0x3ed670):(_0x30a673=typeof globalThis<'u'?globalThis:_0x30a673||self,_0x30a673[_0x1afeea(0x18c)]=_0x3ed670());}(this,function(){var _0x5bea99=_0x2a33;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'کراپ\x20به\x20شکل'}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':'شکل','insertShape':_0x5bea99(0x18b),'openPanel':_0x5bea99(0x18d),'deleteShape':'حذف\x20شکل','hidePanel':_0x5bea99(0x17a),'formatShape':_0x5bea99(0x18e),'shapeStyle':_0x5bea99(0x18f),'shapePosition':'موقعیت\x20شکل','toggleFlipH':'تغییر\x20وضعیت\x20چرخش\x20افقی','toggleFlipV':_0x5bea99(0x192),'rotateRight90':_0x5bea99(0x172),'rotateLeft90':_0x5bea99(0x190),'toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':'لایهها','open':_0x5bea99(0x179),'empty':_0x5bea99(0x17e),'showAll':_0x5bea99(0x181),'hideAll':_0x5bea99(0x191),'show':_0x5bea99(0x189),'hide':_0x5bea99(0x17d),'moveForward':_0x5bea99(0x194),'moveBackward':_0x5bea99(0x18a),'close':_0x5bea99(0x178),'name':_0x5bea99(0x17f),'nameInput':_0x5bea99(0x182),'description':'توضیحات','descriptionPlaceholder':_0x5bea99(0x186),'details':'جزئیات','noSelection':_0x5bea99(0x17b)}}};}));
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2471b9,_0x80c88f){var _0xe39eb=_0x2493,_0x2e166f=_0x2471b9();while(!![]){try{var _0x783e77=-parseInt(_0xe39eb(0x20b))/0x1+parseInt(_0xe39eb(0x1fe))/0x2*(parseInt(_0xe39eb(0x203))/0x3)+-parseInt(_0xe39eb(0x1fa))/0x4+-parseInt(_0xe39eb(0x20c))/0x5*(parseInt(_0xe39eb(0x201))/0x6)+-parseInt(_0xe39eb(0x1ec))/0x7*(-parseInt(_0xe39eb(0x20e))/0x8)+parseInt(_0xe39eb(0x20d))/0x9+-parseInt(_0xe39eb(0x20a))/0xa;if(_0x783e77===_0x80c88f)break;else _0x2e166f['push'](_0x2e166f['shift']());}catch(_0x2c9151){_0x2e166f['push'](_0x2e166f['shift']());}}}(_0x27d3,0xad4c2),function(_0xe6976e,_0x1bc24b){var _0x3a2b9d=_0x2493;typeof exports==_0x3a2b9d(0x1f4)&&typeof module<'u'?module['exports']=_0x1bc24b():typeof define==_0x3a2b9d(0x1f0)&&define[_0x3a2b9d(0x205)]?define([],_0x1bc24b):(_0xe6976e=typeof globalThis<'u'?globalThis:_0xe6976e||self,_0xe6976e['UniverProSheetsShapeUiFrFR']=_0x1bc24b());}(this,function(){var _0x479d1c=_0x2493;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Rogner\x20à\x20la\x20forme'}},'permission':{'editErr':_0x479d1c(0x1fc)},'title':_0x479d1c(0x1ee),'insertShape':_0x479d1c(0x202),'openPanel':_0x479d1c(0x1f1),'deleteShape':_0x479d1c(0x1f7),'hidePanel':'Masquer\x20le\x20panneau\x20des\x20formes','formatShape':_0x479d1c(0x1ef),'shapeStyle':_0x479d1c(0x208),'shapePosition':_0x479d1c(0x1f9),'toggleFlipH':_0x479d1c(0x1fb),'toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':'Pivoter\x20à\x20droite\x20de\x2090°','rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x479d1c(0x209),'objectListPanel':{'title':_0x479d1c(0x1f8),'open':_0x479d1c(0x200),'empty':_0x479d1c(0x204),'showAll':_0x479d1c(0x1f2),'hideAll':'Tout\x20masquer','show':'Afficher','hide':_0x479d1c(0x206),'moveForward':_0x479d1c(0x1f3),'moveBackward':'Reculer','close':_0x479d1c(0x1ed),'name':_0x479d1c(0x1f6),'nameInput':_0x479d1c(0x1fd),'description':_0x479d1c(0x1f5),'descriptionPlaceholder':_0x479d1c(0x207),'details':_0x479d1c(0x1ff),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};}));function _0x2493(_0x2e249d,_0x5c600d){_0x2e249d=_0x2e249d-0x1ec;var _0x27d31b=_0x27d3();var _0x249320=_0x27d31b[_0x2e249d];return _0x249320;}function _0x27d3(){var _0x190b5f=['7673724gEmiUn','2904fXDQwC','14035bVReCQ','Fermer','Forme','Format\x20de\x20la\x20forme','function','Ouvrir\x20le\x20panneau\x20des\x20formes','Tout\x20afficher','Avancer','object','Description','Nom','Supprimer\x20la\x20forme','Calques','Position\x20de\x20la\x20forme','624968nqvUkQ','Basculer\x20le\x20retournement\x20horizontal','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Nom\x20de\x20l’objet','138986lqqWet','Détails','Ouvrir\x20le\x20panneau\x20des\x20calques','324876iGvYYm','Insérer\x20une\x20forme','33tlAhIG','Aucun\x20objet','amd','Masquer','Ajouter\x20une\x20description','Style\x20de\x20la\x20forme','Basculer\x20le\x20texte\x20vertical','2112980mloAnb','834340aosWkg','40OCAXja'];_0x27d3=function(){return _0x190b5f;};return _0x27d3();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x38c764,_0x42ceb0){var _0x4cd756=_0x4c15,_0x1506b1=_0x38c764();while(!![]){try{var _0x46d960=parseInt(_0x4cd756(0x16a))/0x1*(-parseInt(_0x4cd756(0x16b))/0x2)+-parseInt(_0x4cd756(0x180))/0x3*(-parseInt(_0x4cd756(0x163))/0x4)+-parseInt(_0x4cd756(0x172))/0x5+parseInt(_0x4cd756(0x188))/0x6*(parseInt(_0x4cd756(0x17f))/0x7)+parseInt(_0x4cd756(0x17b))/0x8+parseInt(_0x4cd756(0x179))/0x9*(-parseInt(_0x4cd756(0x175))/0xa)+parseInt(_0x4cd756(0x165))/0xb;if(_0x46d960===_0x42ceb0)break;else _0x1506b1['push'](_0x1506b1['shift']());}catch(_0x13e016){_0x1506b1['push'](_0x1506b1['shift']());}}}(_0x242d,0xa9325),function(_0x4749ff,_0x50b5cf){var _0x3d3ea4=_0x4c15;typeof exports=='object'&&typeof module<'u'?module[_0x3d3ea4(0x17a)]=_0x50b5cf():typeof define==_0x3d3ea4(0x187)&&define[_0x3d3ea4(0x17c)]?define([],_0x50b5cf):(_0x4749ff=typeof globalThis<'u'?globalThis:_0x4749ff||self,_0x4749ff[_0x3d3ea4(0x178)]=_0x50b5cf());}(this,function(){var _0xa22387=_0x4c15;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0xa22387(0x18a)}},'permission':{'editErr':_0xa22387(0x185)},'title':_0xa22387(0x177),'insertShape':_0xa22387(0x16f),'openPanel':_0xa22387(0x169),'deleteShape':_0xa22387(0x173),'hidePanel':_0xa22387(0x182),'formatShape':_0xa22387(0x16d),'shapeStyle':_0xa22387(0x181),'shapePosition':_0xa22387(0x170),'toggleFlipH':_0xa22387(0x16c),'toggleFlipV':_0xa22387(0x168),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':_0xa22387(0x174),'toggleTextVertical':_0xa22387(0x176),'objectListPanel':{'title':_0xa22387(0x171),'open':'Buka\x20Panel\x20Lapisan','empty':'Tidak\x20ada\x20objek','showAll':_0xa22387(0x17d),'hideAll':_0xa22387(0x186),'show':_0xa22387(0x17e),'hide':_0xa22387(0x167),'moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0xa22387(0x184),'close':_0xa22387(0x166),'name':_0xa22387(0x16e),'nameInput':_0xa22387(0x189),'description':'Deskripsi','descriptionPlaceholder':_0xa22387(0x164),'details':'Detail','noSelection':_0xa22387(0x183)}}};}));function _0x4c15(_0x16c5cf,_0x369384){_0x16c5cf=_0x16c5cf-0x163;var _0x242d86=_0x242d();var _0x4c15e6=_0x242d86[_0x16c5cf];return _0x4c15e6;}function _0x242d(){var _0x533357=['17238XkoiQd','Nama\x20objek','Pangkas\x20ke\x20Bentuk','4ypTnak','Tambahkan\x20deskripsi','3922182NHBxPC','Tutup','Sembunyikan','Balik\x20Vertikal','Buka\x20Panel\x20Bentuk','967983stRmHJ','2SMLLcp','Balik\x20Horizontal','Format\x20Bentuk','Nama','Sisipkan\x20Bentuk','Posisi\x20Bentuk','Lapisan','1608355KykDYe','Hapus\x20Bentuk','Putar\x20Kiri\x2090°','580940XkvyxD','Ubah\x20Teks\x20Vertikal','Bentuk','UniverProSheetsShapeUiIdID','108bJhVbJ','exports','8594256TEKogv','amd','Tampilkan\x20semua','Tampilkan','1197hUNNjA','2273052cdZwZJ','Gaya\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Kirim\x20ke\x20Belakang','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Sembunyikan\x20semua','function'];_0x242d=function(){return _0x533357;};return _0x242d();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3fec(){var _0x311923=['Ritaglia\x20a\x20forma','Attiva/disattiva\x20capovolgimento\x20verticale','UniverProSheetsShapeUiItIT','Apri\x20pannello\x20forma','Posizione\x20forma','Inserisci\x20forma','Livelli','Porta\x20indietro','amd','155hSKFMY','Nessun\x20oggetto','Forma','1395723EAGQUe','564642voPvcH','57864TpxeLu','Porta\x20avanti','2176328XKijls','Nome','Stile\x20forma','2175075RhuARi','110elcGtN','Mostra','Ruota\x20a\x20sinistra\x2090°','94824mHQtpR','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Nascondi','Chiudi','Ruota\x20a\x20destra\x2090°','Attiva/disattiva\x20capovolgimento\x20orizzontale','3417vWKgRg','exports','Dettagli'];_0x3fec=function(){return _0x311923;};return _0x3fec();}function _0x2090(_0x172ed1,_0x35a3f0){_0x172ed1=_0x172ed1-0x16b;var _0x3fecce=_0x3fec();var _0x2090e4=_0x3fecce[_0x172ed1];return _0x2090e4;}(function(_0x3266ec,_0x1c6d6a){var _0x142cf8=_0x2090,_0x11535a=_0x3266ec();while(!![]){try{var _0x1d3e77=-parseInt(_0x142cf8(0x183))/0x1*(-parseInt(_0x142cf8(0x179))/0x2)+-parseInt(_0x142cf8(0x172))/0x3+parseInt(_0x142cf8(0x173))/0x4*(-parseInt(_0x142cf8(0x16e))/0x5)+-parseInt(_0x142cf8(0x17c))/0x6+parseInt(_0x142cf8(0x171))/0x7+parseInt(_0x142cf8(0x175))/0x8+parseInt(_0x142cf8(0x178))/0x9;if(_0x1d3e77===_0x1c6d6a)break;else _0x11535a['push'](_0x11535a['shift']());}catch(_0x5a6c5b){_0x11535a['push'](_0x11535a['shift']());}}}(_0x3fec,0x3cb00),function(_0x8b15d7,_0x411541){var _0x10b285=_0x2090;typeof exports=='object'&&typeof module<'u'?module[_0x10b285(0x184)]=_0x411541():typeof define=='function'&&define[_0x10b285(0x16d)]?define([],_0x411541):(_0x8b15d7=typeof globalThis<'u'?globalThis:_0x8b15d7||self,_0x8b15d7[_0x10b285(0x188)]=_0x411541());}(this,function(){var _0x477150=_0x2090;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x477150(0x186)}},'permission':{'editErr':_0x477150(0x17e)},'title':_0x477150(0x170),'insertShape':_0x477150(0x18b),'openPanel':_0x477150(0x189),'deleteShape':'Elimina\x20forma','hidePanel':'Nascondi\x20pannello\x20forma','formatShape':'Formato\x20forma','shapeStyle':_0x477150(0x177),'shapePosition':_0x477150(0x18a),'toggleFlipH':_0x477150(0x182),'toggleFlipV':_0x477150(0x187),'rotateRight90':_0x477150(0x181),'rotateLeft90':_0x477150(0x17b),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':_0x477150(0x16b),'open':'Apri\x20pannello\x20livelli','empty':_0x477150(0x16f),'showAll':'Mostra\x20tutto','hideAll':'Nascondi\x20tutto','show':_0x477150(0x17a),'hide':_0x477150(0x17f),'moveForward':_0x477150(0x174),'moveBackward':_0x477150(0x16c),'close':_0x477150(0x180),'name':_0x477150(0x176),'nameInput':'Nome\x20oggetto','description':'Descrizione','descriptionPlaceholder':'Aggiungi\x20descrizione','details':_0x477150(0x185),'noSelection':_0x477150(0x17d)}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2e0aef,_0x48928e){var _0x31694c=_0xa813,_0xb6a957=_0x2e0aef();while(!![]){try{var _0x305ec5=parseInt(_0x31694c(0x15b))/0x1*(-parseInt(_0x31694c(0x16e))/0x2)+parseInt(_0x31694c(0x156))/0x3+-parseInt(_0x31694c(0x167))/0x4+parseInt(_0x31694c(0x15a))/0x5+-parseInt(_0x31694c(0x160))/0x6+-parseInt(_0x31694c(0x166))/0x7*(parseInt(_0x31694c(0x155))/0x8)+parseInt(_0x31694c(0x152))/0x9;if(_0x305ec5===_0x48928e)break;else _0xb6a957['push'](_0xb6a957['shift']());}catch(_0x2c60ea){_0xb6a957['push'](_0xb6a957['shift']());}}}(_0x41fa,0x28e3a),function(_0x4ada61,_0x26e0d1){var _0x554e9e=_0xa813;typeof exports==_0x554e9e(0x151)&&typeof module<'u'?module['exports']=_0x26e0d1():typeof define=='function'&&define[_0x554e9e(0x161)]?define([],_0x26e0d1):(_0x4ada61=typeof globalThis<'u'?globalThis:_0x4ada61||self,_0x4ada61['UniverProSheetsShapeUiJaJP']=_0x26e0d1());}(this,function(){var _0x3a4eb8=_0xa813;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x3a4eb8(0x14f)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0x3a4eb8(0x153),'openPanel':_0x3a4eb8(0x16d),'deleteShape':'図形を削除','hidePanel':'図形パネルを非表示','formatShape':_0x3a4eb8(0x165),'shapeStyle':_0x3a4eb8(0x157),'shapePosition':_0x3a4eb8(0x163),'toggleFlipH':_0x3a4eb8(0x15c),'toggleFlipV':_0x3a4eb8(0x16a),'rotateRight90':_0x3a4eb8(0x158),'rotateLeft90':_0x3a4eb8(0x162),'toggleTextVertical':_0x3a4eb8(0x16b),'objectListPanel':{'title':_0x3a4eb8(0x15e),'open':_0x3a4eb8(0x169),'empty':_0x3a4eb8(0x150),'showAll':_0x3a4eb8(0x15d),'hideAll':_0x3a4eb8(0x168),'show':'表示','hide':'非表示','moveForward':'前面へ移動','moveBackward':_0x3a4eb8(0x159),'close':_0x3a4eb8(0x15f),'name':'名前','nameInput':_0x3a4eb8(0x164),'description':'説明','descriptionPlaceholder':_0x3a4eb8(0x16c),'details':'詳細','noSelection':_0x3a4eb8(0x154)}}};}));function _0xa813(_0x3e38f9,_0x5c00f2){_0x3e38f9=_0x3e38f9-0x14f;var _0x41fa89=_0x41fa();var _0xa813f1=_0x41fa89[_0x3e38f9];return _0xa813f1;}function _0x41fa(){var _0x30bf75=['182fWzvbk','303240JFlcMg','すべて非表示','レイヤーパネルを開く','垂直反転の切り替え','テキストの縦書き/横書きの切り替え','説明を追加','図形パネルを開く','89326PlqTWW','形状にトリミング','オブジェクトがありません','object','5273208FUMafu','図形の挿入','詳細を編集するオブジェクトを選択','22728eWfAcb','96120PUyNgE','図形スタイル','時計回りに\x2090\x20度回転','背面へ移動','486405gHfCyp','4ScRedq','水平反転の切り替え','すべて表示','レイヤー','閉じる','1316538nhHQjd','amd','反時計回りに\x2090\x20度回転','図形の位置','オブジェクト名','図形の書式設定'];_0x41fa=function(){return _0x30bf75;};return _0x41fa();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x4583(_0x1d44eb,_0x3085d5){_0x1d44eb=_0x1d44eb-0x17a;var _0xe60228=_0xe602();var _0x4583ca=_0xe60228[_0x1d44eb];return _0x4583ca;}function _0xe602(){var _0xcaf721=['앞으로\x20가져오기','도형\x20스타일','805440tWeeyO','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','가로\x20뒤집기\x20전환','도형\x20패널\x20숨기기','개체\x20없음','15088942yrWzzF','234lnKiZk','모두\x20표시','도형\x20패널\x20열기','97064Awdlfq','도형\x20위치','레이어','6nDdcsR','도형\x20삽입','function','도형\x20서식','452800NTdDkf','뒤로\x20보내기','반시계\x20방향으로\x2090도\x20회전','설명\x20추가','숨기기','93qOoUuW','도형\x20삭제','세부\x20정보','시계\x20방향으로\x2090도\x20회전','개체\x20이름','세로\x20뒤집기\x20전환','1HMwupV','1992794zIcpPo','1115835iUQvJE','텍스트\x20세로/가로\x20전환','1930978cjlpyY','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'];_0xe602=function(){return _0xcaf721;};return _0xe602();}(function(_0x1f646c,_0x4f69eb){var _0x214d88=_0x4583,_0x28d967=_0x1f646c();while(!![]){try{var _0x3ad1b4=parseInt(_0x214d88(0x197))/0x1*(-parseInt(_0x214d88(0x198))/0x2)+parseInt(_0x214d88(0x191))/0x3*(-parseInt(_0x214d88(0x185))/0x4)+-parseInt(_0x214d88(0x199))/0x5*(-parseInt(_0x214d88(0x188))/0x6)+-parseInt(_0x214d88(0x19b))/0x7+-parseInt(_0x214d88(0x17c))/0x8+parseInt(_0x214d88(0x182))/0x9*(parseInt(_0x214d88(0x18c))/0xa)+parseInt(_0x214d88(0x181))/0xb;if(_0x3ad1b4===_0x4f69eb)break;else _0x28d967['push'](_0x28d967['shift']());}catch(_0x3841df){_0x28d967['push'](_0x28d967['shift']());}}}(_0xe602,0x9df50),function(_0x492e1c,_0x20d41d){var _0x3aa0cb=_0x4583;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x20d41d():typeof define==_0x3aa0cb(0x18a)&&define['amd']?define([],_0x20d41d):(_0x492e1c=typeof globalThis<'u'?globalThis:_0x492e1c||self,_0x492e1c['UniverProSheetsShapeUiKoKR']=_0x20d41d());}(this,function(){var _0x2edd87=_0x4583;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'모양에\x20맞게\x20자르기'}},'permission':{'editErr':_0x2edd87(0x19c)},'title':'도형','insertShape':_0x2edd87(0x189),'openPanel':_0x2edd87(0x184),'deleteShape':_0x2edd87(0x192),'hidePanel':_0x2edd87(0x17f),'formatShape':_0x2edd87(0x18b),'shapeStyle':_0x2edd87(0x17b),'shapePosition':_0x2edd87(0x186),'toggleFlipH':_0x2edd87(0x17e),'toggleFlipV':_0x2edd87(0x196),'rotateRight90':_0x2edd87(0x194),'rotateLeft90':_0x2edd87(0x18e),'toggleTextVertical':_0x2edd87(0x19a),'objectListPanel':{'title':_0x2edd87(0x187),'open':'레이어\x20패널\x20열기','empty':_0x2edd87(0x180),'showAll':_0x2edd87(0x183),'hideAll':'모두\x20숨기기','show':'표시','hide':_0x2edd87(0x190),'moveForward':_0x2edd87(0x17a),'moveBackward':_0x2edd87(0x18d),'close':'닫기','name':'이름','nameInput':_0x2edd87(0x195),'description':'설명','descriptionPlaceholder':_0x2edd87(0x18f),'details':_0x2edd87(0x193),'noSelection':_0x2edd87(0x17d)}}};}));
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x24db56,_0x1746a7){var _0x15705d=_0x47f1,_0x342bc5=_0x24db56();while(!![]){try{var _0x1196a0=-parseInt(_0x15705d(0x8b))/0x1+-parseInt(_0x15705d(0x83))/0x2*(parseInt(_0x15705d(0x80))/0x3)+parseInt(_0x15705d(0x89))/0x4*(parseInt(_0x15705d(0x8f))/0x5)+-parseInt(_0x15705d(0x88))/0x6+parseInt(_0x15705d(0x7c))/0x7*(-parseInt(_0x15705d(0x93))/0x8)+-parseInt(_0x15705d(0x85))/0x9+parseInt(_0x15705d(0x78))/0xa;if(_0x1196a0===_0x1746a7)break;else _0x342bc5['push'](_0x342bc5['shift']());}catch(_0x3c7fb0){_0x342bc5['push'](_0x342bc5['shift']());}}}(_0x41e5,0xedc6b),function(_0x5138c9,_0x2fae94){var _0x3a83c0=_0x47f1;typeof exports==_0x3a83c0(0x96)&&typeof module<'u'?module[_0x3a83c0(0x74)]=_0x2fae94():typeof define=='function'&&define[_0x3a83c0(0x8c)]?define([],_0x2fae94):(_0x5138c9=typeof globalThis<'u'?globalThis:_0x5138c9||self,_0x5138c9['UniverProSheetsShapeUiPlPL']=_0x2fae94());}(this,function(){var _0x299c63=_0x47f1;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x299c63(0x7f)}},'permission':{'editErr':_0x299c63(0x91)},'title':_0x299c63(0x97),'insertShape':_0x299c63(0x72),'openPanel':_0x299c63(0x7e),'deleteShape':_0x299c63(0x7b),'hidePanel':_0x299c63(0x73),'formatShape':_0x299c63(0x79),'shapeStyle':_0x299c63(0x94),'shapePosition':_0x299c63(0x75),'toggleFlipH':_0x299c63(0x77),'toggleFlipV':_0x299c63(0x90),'rotateRight90':_0x299c63(0x8a),'rotateLeft90':_0x299c63(0x86),'toggleTextVertical':'Przełącz\x20tekst\x20pionowy','objectListPanel':{'title':_0x299c63(0x76),'open':_0x299c63(0x7d),'empty':_0x299c63(0x8e),'showAll':'Pokaż\x20wszystko','hideAll':_0x299c63(0x92),'show':_0x299c63(0x84),'hide':_0x299c63(0x82),'moveForward':_0x299c63(0x8d),'moveBackward':_0x299c63(0x81),'close':_0x299c63(0x98),'name':_0x299c63(0x95),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':_0x299c63(0x7a),'details':_0x299c63(0x87),'noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};}));function _0x47f1(_0x350e76,_0x451779){_0x350e76=_0x350e76-0x72;var _0x41e5ed=_0x41e5();var _0x47f185=_0x41e5ed[_0x350e76];return _0x47f185;}function _0x41e5(){var _0x12ad5a=['Otwórz\x20panel\x20warstw','Otwórz\x20panel\x20kształtów','Przytnij\x20do\x20kształtu','5697249VYNMGW','Przesuń\x20do\x20tyłu','Ukryj','2AoNlEk','Pokaż','4053726RSJDHg','Obróć\x20w\x20lewo\x20o\x2090°','Szczegóły','7566516YkeaDf','8268cqIneb','Obróć\x20w\x20prawo\x20o\x2090°','127503DgFxRj','amd','Przesuń\x20do\x20przodu','Brak\x20obiektów','4655SACZMg','Przerzuć\x20w\x20pionie','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Ukryj\x20wszystko','2642960DfdDbg','Styl\x20kształtu','Nazwa','object','Kształt','Zamknij','Wstaw\x20kształt','Ukryj\x20panel\x20kształtów','exports','Pozycja\x20kształtu','Warstwy','Przerzuć\x20w\x20poziomie','31180100VMEcjo','Formatuj\x20kształt','Dodaj\x20opis','Usuń\x20kształt','7Llwfcq'];_0x41e5=function(){return _0x12ad5a;};return _0x41e5();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xb4db3d,_0x13c401){var _0x3914d9=_0x3c51,_0x238808=_0xb4db3d();while(!![]){try{var _0x2496c4=parseInt(_0x3914d9(0x8a))/0x1+-parseInt(_0x3914d9(0x7e))/0x2+parseInt(_0x3914d9(0x70))/0x3*(-parseInt(_0x3914d9(0x67))/0x4)+-parseInt(_0x3914d9(0x83))/0x5*(parseInt(_0x3914d9(0x7d))/0x6)+parseInt(_0x3914d9(0x71))/0x7+parseInt(_0x3914d9(0x75))/0x8*(parseInt(_0x3914d9(0x69))/0x9)+parseInt(_0x3914d9(0x81))/0xa;if(_0x2496c4===_0x13c401)break;else _0x238808['push'](_0x238808['shift']());}catch(_0x546953){_0x238808['push'](_0x238808['shift']());}}}(_0x8452,0x34826),function(_0x37e1b3,_0x43ceb5){var _0x3b6d7a=_0x3c51;typeof exports==_0x3b6d7a(0x6d)&&typeof module<'u'?module[_0x3b6d7a(0x8b)]=_0x43ceb5():typeof define==_0x3b6d7a(0x6c)&&define[_0x3b6d7a(0x7c)]?define([],_0x43ceb5):(_0x37e1b3=typeof globalThis<'u'?globalThis:_0x37e1b3||self,_0x37e1b3[_0x3b6d7a(0x8d)]=_0x43ceb5());}(this,function(){var _0x4c347f=_0x3c51;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x4c347f(0x80)}},'permission':{'editErr':_0x4c347f(0x77)},'title':'Forma','insertShape':_0x4c347f(0x76),'openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x4c347f(0x68),'hidePanel':_0x4c347f(0x85),'formatShape':'Formatar\x20forma','shapeStyle':_0x4c347f(0x87),'shapePosition':_0x4c347f(0x7b),'toggleFlipH':_0x4c347f(0x6a),'toggleFlipV':_0x4c347f(0x82),'rotateRight90':_0x4c347f(0x6f),'rotateLeft90':_0x4c347f(0x7a),'toggleTextVertical':_0x4c347f(0x7f),'objectListPanel':{'title':_0x4c347f(0x6e),'open':_0x4c347f(0x79),'empty':_0x4c347f(0x86),'showAll':'Mostrar\x20tudo','hideAll':_0x4c347f(0x78),'show':'Mostrar','hide':_0x4c347f(0x73),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x4c347f(0x84),'close':_0x4c347f(0x8c),'name':_0x4c347f(0x74),'nameInput':_0x4c347f(0x72),'description':_0x4c347f(0x6b),'descriptionPlaceholder':_0x4c347f(0x88),'details':'Detalhes','noSelection':_0x4c347f(0x89)}}};}));function _0x3c51(_0x196ee7,_0x4d7fd3){_0x196ee7=_0x196ee7-0x67;var _0x845268=_0x8452();var _0x3c512f=_0x845268[_0x196ee7];return _0x3c512f;}function _0x8452(){var _0x320e32=['91980kqpYEr','exports','Fechar','UniverProSheetsShapeUiPtBR','3092tfBYYA','Excluir\x20forma','9WEXfFR','Alternar\x20inversão\x20horizontal','Descrição','function','object','Camadas','Girar\x2090°\x20para\x20direita','1383qHjAiW','655949VCzOxH','Nome\x20do\x20objeto','Ocultar','Nome','410632BvSSKP','Inserir\x20forma','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Ocultar\x20tudo','Abrir\x20painel\x20de\x20camadas','Girar\x2090°\x20para\x20esquerda','Posição\x20da\x20forma','amd','36tJyBMq','829328xzmkPn','Alternar\x20texto\x20vertical','Cortar\x20para\x20forma','8280270NJbDda','Alternar\x20inversão\x20vertical','65790zOYdfo','Enviar\x20para\x20trás','Ocultar\x20painel\x20de\x20formas','Nenhum\x20objeto','Estilo\x20da\x20forma','Adicionar\x20descrição','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'];_0x8452=function(){return _0x320e32;};return _0x8452();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x185f(_0x25508f,_0x368324){_0x25508f=_0x25508f-0x183;var _0x521be2=_0x521b();var _0x185fb5=_0x521be2[_0x25508f];return _0x185fb5;}(function(_0x41f8b3,_0x40563a){var _0x1dbef1=_0x185f,_0x3ae012=_0x41f8b3();while(!![]){try{var _0x54d102=-parseInt(_0x1dbef1(0x19a))/0x1+-parseInt(_0x1dbef1(0x187))/0x2*(parseInt(_0x1dbef1(0x193))/0x3)+-parseInt(_0x1dbef1(0x191))/0x4+parseInt(_0x1dbef1(0x18b))/0x5*(-parseInt(_0x1dbef1(0x19e))/0x6)+-parseInt(_0x1dbef1(0x192))/0x7*(parseInt(_0x1dbef1(0x1a2))/0x8)+parseInt(_0x1dbef1(0x199))/0x9+-parseInt(_0x1dbef1(0x198))/0xa*(-parseInt(_0x1dbef1(0x18f))/0xb);if(_0x54d102===_0x40563a)break;else _0x3ae012['push'](_0x3ae012['shift']());}catch(_0x17c8f4){_0x3ae012['push'](_0x3ae012['shift']());}}}(_0x521b,0xbf2cb),function(_0x1fac80,_0x5b7065){var _0x1babe0=_0x185f;typeof exports=='object'&&typeof module<'u'?module[_0x1babe0(0x1a0)]=_0x5b7065():typeof define==_0x1babe0(0x184)&&define[_0x1babe0(0x185)]?define([],_0x5b7065):(_0x1fac80=typeof globalThis<'u'?globalThis:_0x1fac80||self,_0x1fac80[_0x1babe0(0x18a)]=_0x5b7065());}(this,function(){var _0x342f35=_0x185f;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x342f35(0x18c)}},'permission':{'editErr':_0x342f35(0x19d)},'title':_0x342f35(0x190),'insertShape':'Вставить\x20фигуру','openPanel':_0x342f35(0x1a1),'deleteShape':_0x342f35(0x194),'hidePanel':_0x342f35(0x1a4),'formatShape':_0x342f35(0x18d),'shapeStyle':_0x342f35(0x18e),'shapePosition':_0x342f35(0x183),'toggleFlipH':_0x342f35(0x1a5),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':'Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','rotateLeft90':_0x342f35(0x197),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0x342f35(0x195),'open':_0x342f35(0x1a7),'empty':_0x342f35(0x19f),'showAll':_0x342f35(0x189),'hideAll':'Скрыть\x20все','show':'Показать','hide':_0x342f35(0x1a3),'moveForward':_0x342f35(0x186),'moveBackward':_0x342f35(0x196),'close':_0x342f35(0x1a6),'name':_0x342f35(0x19b),'nameInput':'Имя\x20объекта','description':_0x342f35(0x19c),'descriptionPlaceholder':'Добавить\x20описание','details':'Сведения','noSelection':_0x342f35(0x188)}}};}));function _0x521b(){var _0x2d70e6=['Слои','Переместить\x20назад','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','190mkvvVD','2128725cKumPn','1319532UZRAKw','Имя','Описание','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','5118ELXysA','Нет\x20объектов','exports','Открыть\x20панель\x20фигур','1207736PUzlZI','Скрыть','Скрыть\x20панель\x20фигур','Переключить\x20горизонтальное\x20отражение','Закрыть','Открыть\x20панель\x20слоев','Положение\x20фигуры','function','amd','Переместить\x20вперед','2081776alPDys','Выберите\x20объект\x20для\x20редактирования\x20сведений','Показать\x20все','UniverProSheetsShapeUiRuRU','6685wWTwNx','Обрезать\x20по\x20форме','Форматировать\x20фигуру','Стиль\x20фигуры','3669985hdmkJL','Фигура','5543424KIvmQe','42SfGuKY','3ksmpiI','Удалить\x20фигуру'];_0x521b=function(){return _0x2d70e6;};return _0x521b();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x40ea(_0x562e2f,_0x29f1a9){_0x562e2f=_0x562e2f-0x15f;var _0x230061=_0x2300();var _0x40ea51=_0x230061[_0x562e2f];return _0x40ea51;}function _0x2300(){var _0x5b13e5=['exports','Zavrieť','Žiadne\x20objekty','function','1288968NLyKZI','3203938BoiHCM','Pridat\x20popis','Skryť','Poloha\x20tvaru','Názov','UniverProSheetsShapeUiSkSK','Posunúť\x20dopredu','1YtkvAB','Otočiť\x20doľava\x20o\x2090°','Podrobnosti','Štýl\x20tvaru','Formátovať\x20tvar','121dEDJhv','Otvoriť\x20panel\x20vrstiev','Tvar','101672bISOaS','Vrstvy','Skryť\x20panel\x20tvarov','Názov\x20objektu','Zobraziť','2466910wwrVkx','7053039LDlUwE','Přepnout\x20text\x20vertikálně','Prepnúť\x20vodorovné\x20prevrátenie','amd','9199440iWWXUw','13376034HIueJk','Otočiť\x20doprava\x20o\x2090°','Prepnúť\x20zvislé\x20prevrátenie','10pZhrCA','Odstrániť\x20tvar','Posunúť\x20dozadu','63TnoOyM','Skryť\x20všetko'];_0x2300=function(){return _0x5b13e5;};return _0x2300();}(function(_0x42bd85,_0x4eb19b){var _0x29ec08=_0x40ea,_0x2dc746=_0x42bd85();while(!![]){try{var _0x209513=parseInt(_0x29ec08(0x172))/0x1*(-parseInt(_0x29ec08(0x16b))/0x2)+parseInt(_0x29ec08(0x164))/0x3*(-parseInt(_0x29ec08(0x17a))/0x4)+-parseInt(_0x29ec08(0x161))/0x5*(parseInt(_0x29ec08(0x16a))/0x6)+parseInt(_0x29ec08(0x180))/0x7+parseInt(_0x29ec08(0x184))/0x8+-parseInt(_0x29ec08(0x185))/0x9+-parseInt(_0x29ec08(0x17f))/0xa*(-parseInt(_0x29ec08(0x177))/0xb);if(_0x209513===_0x4eb19b)break;else _0x2dc746['push'](_0x2dc746['shift']());}catch(_0x37978c){_0x2dc746['push'](_0x2dc746['shift']());}}}(_0x2300,0xc8117),function(_0x79cc9f,_0x4962ae){var _0xc68b77=_0x40ea;typeof exports=='object'&&typeof module<'u'?module[_0xc68b77(0x166)]=_0x4962ae():typeof define==_0xc68b77(0x169)&&define[_0xc68b77(0x183)]?define([],_0x4962ae):(_0x79cc9f=typeof globalThis<'u'?globalThis:_0x79cc9f||self,_0x79cc9f[_0xc68b77(0x170)]=_0x4962ae());}(this,function(){var _0x18e111=_0x40ea;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Oříznout\x20podle\x20tvaru'}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':_0x18e111(0x179),'insertShape':'Vložiť\x20tvar','openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x18e111(0x162),'hidePanel':_0x18e111(0x17c),'formatShape':_0x18e111(0x176),'shapeStyle':_0x18e111(0x175),'shapePosition':_0x18e111(0x16e),'toggleFlipH':_0x18e111(0x182),'toggleFlipV':_0x18e111(0x160),'rotateRight90':_0x18e111(0x15f),'rotateLeft90':_0x18e111(0x173),'toggleTextVertical':_0x18e111(0x181),'objectListPanel':{'title':_0x18e111(0x17b),'open':_0x18e111(0x178),'empty':_0x18e111(0x168),'showAll':'Zobraziť\x20všetko','hideAll':_0x18e111(0x165),'show':_0x18e111(0x17e),'hide':_0x18e111(0x16d),'moveForward':_0x18e111(0x171),'moveBackward':_0x18e111(0x163),'close':_0x18e111(0x167),'name':_0x18e111(0x16f),'nameInput':_0x18e111(0x17d),'description':'Popis','descriptionPlaceholder':_0x18e111(0x16c),'details':_0x18e111(0x174),'noSelection':'Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť'}}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x218a(){var _0x44156b=['Hình\x20dạng','Ẩn\x20tất\x20cả','Đưa\x20lên\x20trên','UniverProSheetsShapeUiViVN','Kiểu\x20hình\x20dạng','29879CEMmgZ','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Chuyển\x20đổi\x20văn\x20bản\x20dọc','object','Lớp','1231503xusCSe','Chèn\x20hình\x20dạng','Đưa\x20xuống\x20dưới','Them\x20mo\x20ta','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','amd','Hiện','7095eVJcgr','790575jMQXpY','Mở\x20bảng\x20hình\x20dạng','Chưa\x20có\x20đối\x20tượng','1323204otNYUF','4208MpRkrz','2792130HaGpJA','Tên\x20đối\x20tượng','74yGSHBw','11376ePKqiy','function','Xóa\x20hình\x20dạng','Mô\x20tả','Chuyển\x20đổi\x20lật\x20ngang','Ẩn\x20bảng\x20hình\x20dạng','13320iFluHT','Định\x20dạng\x20hình\x20dạng','24ZUAbWw','Vị\x20trí\x20hình\x20dạng','Tên'];_0x218a=function(){return _0x44156b;};return _0x218a();}function _0x37b2(_0x1f1d46,_0x3505dc){_0x1f1d46=_0x1f1d46-0xf7;var _0x218a77=_0x218a();var _0x37b23a=_0x218a77[_0x1f1d46];return _0x37b23a;}(function(_0x432252,_0x15953f){var _0x170c10=_0x37b2,_0x13a1d9=_0x432252();while(!![]){try{var _0x405c8f=parseInt(_0x170c10(0x115))/0x1*(parseInt(_0x170c10(0x104))/0x2)+-parseInt(_0x170c10(0x102))/0x3+-parseInt(_0x170c10(0x100))/0x4+parseInt(_0x170c10(0xfd))/0x5*(-parseInt(_0x170c10(0x10d))/0x6)+-parseInt(_0x170c10(0x11a))/0x7+parseInt(_0x170c10(0x101))/0x8*(parseInt(_0x170c10(0x105))/0x9)+parseInt(_0x170c10(0x10b))/0xa*(parseInt(_0x170c10(0xfc))/0xb);if(_0x405c8f===_0x15953f)break;else _0x13a1d9['push'](_0x13a1d9['shift']());}catch(_0x486bcc){_0x13a1d9['push'](_0x13a1d9['shift']());}}}(_0x218a,0x88a0b),function(_0x31be4e,_0x5131e5){var _0x1c7b6b=_0x37b2;typeof exports==_0x1c7b6b(0x118)&&typeof module<'u'?module['exports']=_0x5131e5():typeof define==_0x1c7b6b(0x106)&&define[_0x1c7b6b(0xfa)]?define([],_0x5131e5):(_0x31be4e=typeof globalThis<'u'?globalThis:_0x31be4e||self,_0x31be4e[_0x1c7b6b(0x113)]=_0x5131e5());}(this,function(){var _0x13e0cc=_0x37b2;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x13e0cc(0x116)},'title':_0x13e0cc(0x110),'insertShape':_0x13e0cc(0x11b),'openPanel':_0x13e0cc(0xfe),'deleteShape':_0x13e0cc(0x107),'hidePanel':_0x13e0cc(0x10a),'formatShape':_0x13e0cc(0x10c),'shapeStyle':_0x13e0cc(0x114),'shapePosition':_0x13e0cc(0x10e),'toggleFlipH':_0x13e0cc(0x109),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x13e0cc(0xf9),'toggleTextVertical':_0x13e0cc(0x117),'objectListPanel':{'title':_0x13e0cc(0x119),'open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x13e0cc(0xff),'showAll':'Hiển\x20thị\x20tất\x20cả','hideAll':_0x13e0cc(0x111),'show':_0x13e0cc(0xfb),'hide':'Ẩn','moveForward':_0x13e0cc(0x112),'moveBackward':_0x13e0cc(0xf7),'close':'Đóng','name':_0x13e0cc(0x10f),'nameInput':_0x13e0cc(0x103),'description':_0x13e0cc(0x108),'descriptionPlaceholder':_0x13e0cc(0xf8),'details':'Chi\x20tiết','noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'}}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1257b8,_0x20a1c0){var _0x66bef8=_0x445c,_0x1fd103=_0x1257b8();while(!![]){try{var _0x393e76=-parseInt(_0x66bef8(0x1c6))/0x1+parseInt(_0x66bef8(0x1d5))/0x2+-parseInt(_0x66bef8(0x1bd))/0x3*(-parseInt(_0x66bef8(0x1d2))/0x4)+parseInt(_0x66bef8(0x1d6))/0x5*(-parseInt(_0x66bef8(0x1c2))/0x6)+-parseInt(_0x66bef8(0x1bb))/0x7*(-parseInt(_0x66bef8(0x1c0))/0x8)+-parseInt(_0x66bef8(0x1d8))/0x9*(parseInt(_0x66bef8(0x1bf))/0xa)+parseInt(_0x66bef8(0x1d4))/0xb;if(_0x393e76===_0x20a1c0)break;else _0x1fd103['push'](_0x1fd103['shift']());}catch(_0x191f20){_0x1fd103['push'](_0x1fd103['shift']());}}}(_0x595d,0xb5835),function(_0x3e429d,_0x478934){var _0x181042=_0x445c;typeof exports==_0x181042(0x1ca)&&typeof module<'u'?module[_0x181042(0x1cd)]=_0x478934():typeof define=='function'&&define[_0x181042(0x1ce)]?define([],_0x478934):(_0x3e429d=typeof globalThis<'u'?globalThis:_0x3e429d||self,_0x3e429d[_0x181042(0x1cb)]=_0x478934());}(this,function(){var _0x44c352=_0x445c;return{'sheets-shape-ui':{'imagePanel':{'crop':{'shape':_0x44c352(0x1d7)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':'插入形状','openPanel':_0x44c352(0x1c1),'deleteShape':_0x44c352(0x1d9),'hidePanel':_0x44c352(0x1ba),'formatShape':_0x44c352(0x1d3),'shapeStyle':'形状样式','shapePosition':_0x44c352(0x1cf),'toggleFlipH':_0x44c352(0x1c7),'toggleFlipV':_0x44c352(0x1cc),'rotateRight90':_0x44c352(0x1db),'rotateLeft90':_0x44c352(0x1c3),'toggleTextVertical':_0x44c352(0x1c4),'objectListPanel':{'title':'图层','open':_0x44c352(0x1be),'empty':_0x44c352(0x1c8),'showAll':'全部显示','hideAll':_0x44c352(0x1d1),'show':'显示','hide':'隐藏','moveForward':_0x44c352(0x1c9),'moveBackward':_0x44c352(0x1d0),'close':'关闭','name':'名称','nameInput':_0x44c352(0x1c5),'description':'描述','descriptionPlaceholder':_0x44c352(0x1bc),'details':'详情','noSelection':_0x44c352(0x1da)}}};}));function _0x445c(_0x4a3333,_0x19abbc){_0x4a3333=_0x4a3333-0x1ba;var _0x595d79=_0x595d();var _0x445c25=_0x595d79[_0x4a3333];return _0x445c25;}function _0x595d(){var _0x498115=['297458OkIqrC','添加描述','1959ldHcrz','打开图层面板','1656320BMlsRC','40tfItkW','打开形状面板','12846pyrXnM','逆时针90度旋转','切换文本竖排','对象名称','662701UbkoQQ','切换水平翻转','暂无对象','上移一层','object','UniverProSheetsShapeUiZhCN','切换垂直翻转','exports','amd','形状位置','下移一层','全部隐藏','1192sDjXDq','格式化形状','6488548VYZzxm','1665146wjPSpK','215nagzTH','裁剪为形状','18sGBoty','删除形状','选择对象以编辑详情','顺时针90度旋转','隐藏形状面板'];_0x595d=function(){return _0x498115;};return _0x595d();}
|