@univerjs-pro/docs-shape-ui 1.0.0-alpha.2 → 1.0.0-alpha.3
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 -2
- 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 +9 -3
- package/lib/types/commands/command/update-doc-drawing-metadata.command.d.ts +15 -0
- package/lib/types/commands/menu/object-list.menu.d.ts +4 -0
- package/lib/types/commands/operations/open-object-list-panel.operation.d.ts +5 -0
- package/lib/types/const.d.ts +2 -1
- package/lib/types/controllers/components.controller.d.ts +4 -2
- package/lib/types/controllers/doc-shape-render.controller.d.ts +2 -2
- package/lib/types/index.d.ts +1 -5
- package/lib/types/locale/en-US.d.ts +18 -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/view-model/shape-data-model.d.ts +7 -5
- package/lib/types/views/ShapePicker.d.ts +4 -0
- package/lib/types/views/object-list-panel/DocDrawingObjectListPanel.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 +18 -17
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1db4(_0x3a7653,_0x23c6b1){_0x3a7653=_0x3a7653-0x119;var _0x5105e5=_0x5105();var _0x1db469=_0x5105e5[_0x3a7653];return _0x1db469;}function _0x5105(){var _0x586b49=['Nom','374655ZyKhtL','Davant\x20del\x20text','Capes','6piuLCH','Alinea\x20a\x20dalt','Sense\x20objectes','2CsmrgI','Selecciona\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','107441AosDvh','315051aRABwG','Negreta','Afegeix\x20una\x20descripció','50pBGtGg','Quadrat','Format\x20de\x20forma','object','Envia\x20enrere','Alinea\x20a\x20la\x20dreta','Alternar\x20volteig\x20horitzontal','200896tlvZBp','72VBhDFd','Eliminar\x20forma','Centra','1000902auSosV','Obre\x20el\x20tauler\x20de\x20capes','Forma','Color\x20de\x20fons\x20del\x20text','Justifica','Alternar\x20text\x20vertical','Rotar\x2090°\x20a\x20l\x27esquerra','Alternar\x20volteig\x20vertical','A\x20dalt\x20i\x20a\x20baix','Alinea\x20al\x20mig','Mostra’ls\x20tots','4xccCVV','Inserir\x20forma','Descripció','26YxxHcA','amd','function','1934016YwoCHy','Darrere\x20del\x20text','Restableix\x20el\x20color','168115zCmGnR','Mostra','En\x20línia\x20amb\x20el\x20text','Nom\x20de\x20l’objecte','UniverProDocsShapeUiCaES','Ratllat','Estil\x20de\x20forma','Color\x20del\x20text','Retalla\x20a\x20forma'];_0x5105=function(){return _0x586b49;};return _0x5105();}(function(_0x2b9fd6,_0x123dc5){var _0x6f2207=_0x1db4,_0x347412=_0x2b9fd6();while(!![]){try{var _0x44c250=-parseInt(_0x6f2207(0x14d))/0x1*(parseInt(_0x6f2207(0x14b))/0x2)+parseInt(_0x6f2207(0x145))/0x3*(parseInt(_0x6f2207(0x132))/0x4)+parseInt(_0x6f2207(0x13b))/0x5*(-parseInt(_0x6f2207(0x148))/0x6)+parseInt(_0x6f2207(0x127))/0x7+parseInt(_0x6f2207(0x123))/0x8*(parseInt(_0x6f2207(0x124))/0x9)+-parseInt(_0x6f2207(0x11c))/0xa*(-parseInt(_0x6f2207(0x119))/0xb)+-parseInt(_0x6f2207(0x138))/0xc*(parseInt(_0x6f2207(0x135))/0xd);if(_0x44c250===_0x123dc5)break;else _0x347412['push'](_0x347412['shift']());}catch(_0x1e5b0e){_0x347412['push'](_0x347412['shift']());}}}(_0x5105,0x2445c),function(_0x17749b,_0x2afcbe){var _0x95c928=_0x1db4;typeof exports==_0x95c928(0x11f)&&typeof module<'u'?module['exports']=_0x2afcbe():typeof define==_0x95c928(0x137)&&define[_0x95c928(0x136)]?define([],_0x2afcbe):(_0x17749b=typeof globalThis<'u'?globalThis:_0x17749b||self,_0x17749b[_0x95c928(0x13f)]=_0x2afcbe());}(this,function(){var _0x559b34=_0x1db4;return{'docs-shape-ui':{'title':_0x559b34(0x129),'insertShape':_0x559b34(0x133),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x559b34(0x125),'hidePanel':'Amagar\x20panell\x20de\x20formes','formatShape':_0x559b34(0x11e),'shapeStyle':_0x559b34(0x141),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x559b34(0x122),'toggleFlipV':_0x559b34(0x12e),'rotateRight90':'Rotar\x2090°\x20a\x20la\x20dreta','rotateLeft90':_0x559b34(0x12d),'toggleTextVertical':_0x559b34(0x12c),'objectListPanel':{'title':_0x559b34(0x147),'open':_0x559b34(0x128),'empty':_0x559b34(0x14a),'showAll':_0x559b34(0x131),'hideAll':'Amaga’ls\x20tots','show':_0x559b34(0x13c),'hide':'Amaga','moveForward':'Porta\x20endavant','moveBackward':_0x559b34(0x120),'close':'Tanca','name':_0x559b34(0x144),'nameInput':_0x559b34(0x13e),'description':_0x559b34(0x134),'descriptionPlaceholder':_0x559b34(0x11b),'details':'Detalls','noSelection':_0x559b34(0x14c)},'toolbar':{'alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x559b34(0x126),'alignRight':_0x559b34(0x121),'alignJustify':_0x559b34(0x12b),'bold':_0x559b34(0x11a),'italic':'Cursiva','underline':'Subratllat','strikethrough':_0x559b34(0x140),'textColor':_0x559b34(0x142),'fillColor':_0x559b34(0x12a),'resetColor':_0x559b34(0x13a)},'align':{'top':_0x559b34(0x149),'middle':_0x559b34(0x130),'bottom':'Alinea\x20a\x20baix'},'textWrap':{'inline':_0x559b34(0x13d),'square':_0x559b34(0x11d),'topAndBottom':_0x559b34(0x12f),'behindText':_0x559b34(0x139),'inFrontText':_0x559b34(0x146)},'crop':{'shape':_0x559b34(0x143)}}};}));
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5659(_0x2408dd,_0x28c7ca){_0x2408dd=_0x2408dd-0xa3;var _0x2c3559=_0x2c35();var _0x5659df=_0x2c3559[_0x2408dd];return _0x5659df;}(function(_0x210652,_0x1a3586){var _0x40ce0a=_0x5659,_0x49ba04=_0x210652();while(!![]){try{var _0x5864b0=parseInt(_0x40ce0a(0xc6))/0x1+parseInt(_0x40ce0a(0xb9))/0x2*(-parseInt(_0x40ce0a(0xb4))/0x3)+parseInt(_0x40ce0a(0xa3))/0x4+-parseInt(_0x40ce0a(0xc9))/0x5*(parseInt(_0x40ce0a(0xac))/0x6)+-parseInt(_0x40ce0a(0xa7))/0x7*(-parseInt(_0x40ce0a(0xba))/0x8)+-parseInt(_0x40ce0a(0xa4))/0x9*(parseInt(_0x40ce0a(0xa5))/0xa)+-parseInt(_0x40ce0a(0xd1))/0xb*(-parseInt(_0x40ce0a(0xb8))/0xc);if(_0x5864b0===_0x1a3586)break;else _0x49ba04['push'](_0x49ba04['shift']());}catch(_0x1ede88){_0x49ba04['push'](_0x49ba04['shift']());}}}(_0x2c35,0x9ba17),function(_0xcc509e,_0x2a3076){var _0x15d7a7=_0x5659;typeof exports==_0x15d7a7(0xb5)&&typeof module<'u'?module['exports']=_0x2a3076():typeof define=='function'&&define[_0x15d7a7(0xb0)]?define([],_0x2a3076):(_0xcc509e=typeof globalThis<'u'?globalThis:_0xcc509e||self,_0xcc509e[_0x15d7a7(0xcb)]=_0x2a3076());}(this,function(){var _0x5530f3=_0x5659;return{'docs-shape-ui':{'title':_0x5530f3(0xd4),'insertShape':'Form\x20einfügen','openPanel':_0x5530f3(0xd3),'deleteShape':'Form\x20löschen','hidePanel':_0x5530f3(0xb6),'formatShape':_0x5530f3(0xbe),'shapeStyle':_0x5530f3(0xce),'shapePosition':_0x5530f3(0xb1),'toggleFlipH':_0x5530f3(0xca),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':'Rechts\x2090°\x20drehen','rotateLeft90':_0x5530f3(0xcd),'toggleTextVertical':_0x5530f3(0xa8),'objectListPanel':{'title':_0x5530f3(0xc1),'open':_0x5530f3(0xcc),'empty':_0x5530f3(0xae),'showAll':_0x5530f3(0xd0),'hideAll':'Alle\x20ausblenden','show':_0x5530f3(0xd5),'hide':'Ausblenden','moveForward':_0x5530f3(0xc3),'moveBackward':_0x5530f3(0xa9),'close':_0x5530f3(0xc0),'name':_0x5530f3(0xc4),'nameInput':_0x5530f3(0xbb),'description':_0x5530f3(0xcf),'descriptionPlaceholder':'Beschreibung\x20hinzufügen','details':_0x5530f3(0xbc),'noSelection':_0x5530f3(0xc5)},'toolbar':{'alignLeft':_0x5530f3(0xc2),'alignCenter':_0x5530f3(0xbd),'alignRight':_0x5530f3(0xab),'alignJustify':_0x5530f3(0xaf),'bold':_0x5530f3(0xb7),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x5530f3(0xc7),'textColor':_0x5530f3(0xaa),'fillColor':_0x5530f3(0xb3),'resetColor':_0x5530f3(0xc8)},'align':{'top':_0x5530f3(0xb2),'middle':_0x5530f3(0xbf),'bottom':'Unten\x20bündig'},'textWrap':{'inline':'Im\x20Textfluss','square':'Quadratisch','topAndBottom':_0x5530f3(0xa6),'behindText':'Hinter\x20dem\x20Text','inFrontText':_0x5530f3(0xad)},'crop':{'shape':_0x5530f3(0xd2)}}};}));function _0x2c35(){var _0x4816b1=['Ebenenbereich\x20öffnen','Links\x2090°\x20drehen','Formstil','Beschreibung','Alle\x20anzeigen','537218lyurme','Auf\x20Form\x20zuschneiden','Form-Panel\x20öffnen','Form','Anzeigen','1667032XuBxGI','99rPcfAK','683170njyFhu','Oben\x20und\x20unten','3438036jaaxfy','Vertikalen\x20Text\x20umschalten','Weiter\x20nach\x20hinten','Textfarbe','Rechtsbündig','1308CMVtVg','Vor\x20dem\x20Text','Keine\x20Objekte','Blocksatz','amd','Formposition','Oben\x20bündig','Texthintergrundfarbe','1083glgNqx','object','Form-Panel\x20ausblenden','Fett','192TWjTOD','6570xzgqmN','16drCaPe','Objektname','Details','Zentriert','Form\x20formatieren','Mittig','Schließen','Ebenen','Linksbündig','Weiter\x20nach\x20vorne','Name','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','570299eSsGjL','Durchgestrichen','Farbe\x20zurücksetzen','4035SjTdMq','Horizontale\x20Spiegelung\x20umschalten','UniverProDocsShapeUiDeDE'];_0x2c35=function(){return _0x4816b1;};return _0x2c35();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x30d2(_0x168bdf,_0x3f2bc3){_0x168bdf=_0x168bdf-0x174;var _0xf9953b=_0xf995();var _0x30d211=_0xf9953b[_0x168bdf];return _0x30d211;}function _0xf995(){var _0x5beca9=['6414haXOsb','Shape\x20Style','Bold','In\x20front\x20of\x20text','1991673WKzZns','1756027oZShzc','Toggle\x20Text\x20Vertical','Shape\x20Position','453rkafWY','No\x20objects','Show\x20All','Top\x20and\x20Bottom','132726AKKVlY','Show','Align\x20Center','85JuEtHn','Strikethrough','4196hNrCvu','Align\x20Right','Select\x20an\x20object\x20to\x20edit\x20details','Add\x20description','Rotate\x20Left\x2090°','Open\x20Layers\x20Panel','Align\x20Top','Toggle\x20Vertical\x20Flip','Toggle\x20Horizontal\x20Flip','Name','Text\x20Background\x20color','2536432KhdPMG','Delete\x20Shape','Layers','1085uMQgXp','Square','30FecQiJ','exports','1516CKxcjx','Rotate\x20Right\x2090°','Object\x20name','Format\x20Shape','Behind\x20text','function','Send\x20Backward','Description','Underline','Justify','Hide\x20All','Close'];_0xf995=function(){return _0x5beca9;};return _0xf995();}(function(_0x7c40f3,_0x19981d){var _0x490d42=_0x30d2,_0x34d8dc=_0x7c40f3();while(!![]){try{var _0x5dc365=parseInt(_0x490d42(0x186))/0x1*(parseInt(_0x490d42(0x188))/0x2)+-parseInt(_0x490d42(0x17f))/0x3*(parseInt(_0x490d42(0x19a))/0x4)+-parseInt(_0x490d42(0x196))/0x5*(parseInt(_0x490d42(0x177))/0x6)+parseInt(_0x490d42(0x17c))/0x7+parseInt(_0x490d42(0x193))/0x8+-parseInt(_0x490d42(0x17b))/0x9+parseInt(_0x490d42(0x198))/0xa*(-parseInt(_0x490d42(0x183))/0xb);if(_0x5dc365===_0x19981d)break;else _0x34d8dc['push'](_0x34d8dc['shift']());}catch(_0x10214f){_0x34d8dc['push'](_0x34d8dc['shift']());}}}(_0xf995,0x30b7c),function(_0xb6910b,_0x88fcbb){var _0x1ea76a=_0x30d2;typeof exports=='object'&&typeof module<'u'?module[_0x1ea76a(0x199)]=_0x88fcbb():typeof define==_0x1ea76a(0x19f)&&define['amd']?define([],_0x88fcbb):(_0xb6910b=typeof globalThis<'u'?globalThis:_0xb6910b||self,_0xb6910b['UniverProDocsShapeUiEnUS']=_0x88fcbb());}(this,function(){var _0xc655c9=_0x30d2;return{'docs-shape-ui':{'title':'Shape','insertShape':'Insert\x20Shape','openPanel':'Open\x20Shape\x20Panel','deleteShape':_0xc655c9(0x194),'hidePanel':'Hide\x20Shape\x20Panel','formatShape':_0xc655c9(0x19d),'shapeStyle':_0xc655c9(0x178),'shapePosition':_0xc655c9(0x17e),'toggleFlipH':_0xc655c9(0x190),'toggleFlipV':_0xc655c9(0x18f),'rotateRight90':_0xc655c9(0x19b),'rotateLeft90':_0xc655c9(0x18c),'toggleTextVertical':_0xc655c9(0x17d),'objectListPanel':{'title':_0xc655c9(0x195),'open':_0xc655c9(0x18d),'empty':_0xc655c9(0x180),'showAll':_0xc655c9(0x181),'hideAll':_0xc655c9(0x175),'show':_0xc655c9(0x184),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':_0xc655c9(0x1a0),'close':_0xc655c9(0x176),'name':_0xc655c9(0x191),'nameInput':_0xc655c9(0x19c),'description':_0xc655c9(0x1a1),'descriptionPlaceholder':_0xc655c9(0x18b),'details':'Details','noSelection':_0xc655c9(0x18a)},'toolbar':{'alignLeft':'Align\x20Left','alignCenter':_0xc655c9(0x185),'alignRight':_0xc655c9(0x189),'alignJustify':_0xc655c9(0x174),'bold':_0xc655c9(0x179),'italic':'Italic','underline':_0xc655c9(0x1a2),'strikethrough':_0xc655c9(0x187),'textColor':'Text\x20color','fillColor':_0xc655c9(0x192),'resetColor':'Reset\x20color'},'align':{'top':_0xc655c9(0x18e),'middle':'Align\x20Middle','bottom':'Align\x20Bottom'},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0xc655c9(0x197),'topAndBottom':_0xc655c9(0x182),'behindText':_0xc655c9(0x19e),'inFrontText':_0xc655c9(0x17a)},'crop':{'shape':'Crop\x20to\x20Shape'}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x397b(_0x4620fe,_0x58fa61){_0x4620fe=_0x4620fe-0xed;var _0x51d598=_0x51d5();var _0x397bf6=_0x51d598[_0x4620fe];return _0x397bf6;}(function(_0x59c123,_0x38c33e){var _0x335468=_0x397b,_0x4e1110=_0x59c123();while(!![]){try{var _0x416a9e=parseInt(_0x335468(0x111))/0x1*(parseInt(_0x335468(0xfe))/0x2)+-parseInt(_0x335468(0x107))/0x3*(-parseInt(_0x335468(0x10e))/0x4)+parseInt(_0x335468(0x100))/0x5*(-parseInt(_0x335468(0xfb))/0x6)+-parseInt(_0x335468(0x101))/0x7*(parseInt(_0x335468(0x110))/0x8)+-parseInt(_0x335468(0x121))/0x9*(parseInt(_0x335468(0xfc))/0xa)+parseInt(_0x335468(0x114))/0xb+parseInt(_0x335468(0x120))/0xc;if(_0x416a9e===_0x38c33e)break;else _0x4e1110['push'](_0x4e1110['shift']());}catch(_0x2b7e2d){_0x4e1110['push'](_0x4e1110['shift']());}}}(_0x51d5,0xdf129),function(_0x4b610c,_0x53d097){var _0x3b1c30=_0x397b;typeof exports==_0x3b1c30(0xf1)&&typeof module<'u'?module[_0x3b1c30(0xf9)]=_0x53d097():typeof define==_0x3b1c30(0xf6)&&define[_0x3b1c30(0x105)]?define([],_0x53d097):(_0x4b610c=typeof globalThis<'u'?globalThis:_0x4b610c||self,_0x4b610c[_0x3b1c30(0xf5)]=_0x53d097());}(this,function(){var _0xa5d5f5=_0x397b;return{'docs-shape-ui':{'title':_0xa5d5f5(0x109),'insertShape':_0xa5d5f5(0x113),'openPanel':_0xa5d5f5(0x104),'deleteShape':_0xa5d5f5(0x11a),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0xa5d5f5(0xf3),'shapeStyle':_0xa5d5f5(0x10c),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0xa5d5f5(0x11b),'rotateRight90':_0xa5d5f5(0x123),'rotateLeft90':_0xa5d5f5(0x103),'toggleTextVertical':_0xa5d5f5(0xf2),'objectListPanel':{'title':_0xa5d5f5(0xfd),'open':'Abrir\x20panel\x20de\x20capas','empty':_0xa5d5f5(0xef),'showAll':'Mostrar\x20todo','hideAll':_0xa5d5f5(0x119),'show':_0xa5d5f5(0xf4),'hide':_0xa5d5f5(0x106),'moveForward':_0xa5d5f5(0xee),'moveBackward':_0xa5d5f5(0x11c),'close':_0xa5d5f5(0x124),'name':'Nombre','nameInput':_0xa5d5f5(0xf0),'description':_0xa5d5f5(0x10f),'descriptionPlaceholder':_0xa5d5f5(0xff),'details':_0xa5d5f5(0x11e),'noSelection':_0xa5d5f5(0x117)},'toolbar':{'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0xa5d5f5(0x116),'alignRight':_0xa5d5f5(0x118),'alignJustify':'Justificar','bold':_0xa5d5f5(0x11d),'italic':'Cursiva','underline':_0xa5d5f5(0x102),'strikethrough':_0xa5d5f5(0x108),'textColor':_0xa5d5f5(0xf8),'fillColor':_0xa5d5f5(0x112),'resetColor':_0xa5d5f5(0x10a)},'align':{'top':_0xa5d5f5(0xfa),'middle':_0xa5d5f5(0x122),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':_0xa5d5f5(0x11f),'square':_0xa5d5f5(0xed),'topAndBottom':_0xa5d5f5(0x10d),'behindText':_0xa5d5f5(0x10b),'inFrontText':_0xa5d5f5(0xf7)},'crop':{'shape':_0xa5d5f5(0x115)}}};}));function _0x51d5(){var _0x3a0985=['Rotar\x2090°\x20a\x20la\x20izquierda','Abrir\x20panel\x20de\x20formas','amd','Ocultar','3yGeZFG','Tachado','Forma','Restablecer\x20color','Detrás\x20del\x20texto','Estilo\x20de\x20forma','Arriba\x20y\x20abajo','4185172DPwMZL','Descripción','40cGCnkU','1wjlKYc','Color\x20de\x20fondo\x20de\x20texto','Insertar\x20forma','9414053FyUDZd','Recortar\x20a\x20forma','Centrar','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Alinear\x20a\x20la\x20derecha','Ocultar\x20todo','Eliminar\x20forma','Alternar\x20volteo\x20vertical','Enviar\x20atrás','Negrita','Detalles','En\x20línea\x20con\x20el\x20texto','38368596jTnVGf','8222292FXIkzR','Alinear\x20al\x20medio','Rotar\x2090°\x20a\x20la\x20derecha','Cerrar','Cuadrado','Traer\x20adelante','Sin\x20objetos','Nombre\x20del\x20objeto','object','Alternar\x20texto\x20vertical','Formato\x20de\x20forma','Mostrar','UniverProDocsShapeUiEsES','function','Delante\x20del\x20texto','Color\x20de\x20texto','exports','Alinear\x20arriba','2082Fcyoju','20sutZrf','Capas','360092ijzbNT','Agregar\x20descripción','11335uOzGzM','2452821QNsKbx','Subrayado'];_0x51d5=function(){return _0x3a0985;};return _0x51d5();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x42e7cb,_0x10e75a){var _0xf7b4f0=_0xb63e,_0x205bfa=_0x42e7cb();while(!![]){try{var _0x4c7039=-parseInt(_0xf7b4f0(0x176))/0x1*(parseInt(_0xf7b4f0(0x193))/0x2)+-parseInt(_0xf7b4f0(0x167))/0x3+parseInt(_0xf7b4f0(0x178))/0x4*(parseInt(_0xf7b4f0(0x191))/0x5)+parseInt(_0xf7b4f0(0x177))/0x6*(-parseInt(_0xf7b4f0(0x16d))/0x7)+parseInt(_0xf7b4f0(0x17a))/0x8*(-parseInt(_0xf7b4f0(0x175))/0x9)+-parseInt(_0xf7b4f0(0x184))/0xa+-parseInt(_0xf7b4f0(0x170))/0xb*(-parseInt(_0xf7b4f0(0x166))/0xc);if(_0x4c7039===_0x10e75a)break;else _0x205bfa['push'](_0x205bfa['shift']());}catch(_0x402bcd){_0x205bfa['push'](_0x205bfa['shift']());}}}(_0x4db3,0xd8d04),function(_0xc78037,_0x1c5943){var _0x43be67=_0xb63e;typeof exports==_0x43be67(0x16e)&&typeof module<'u'?module['exports']=_0x1c5943():typeof define=='function'&&define[_0x43be67(0x17e)]?define([],_0x1c5943):(_0xc78037=typeof globalThis<'u'?globalThis:_0xc78037||self,_0xc78037[_0x43be67(0x187)]=_0x1c5943());}(this,function(){var _0x36e830=_0xb63e;return{'docs-shape-ui':{'title':_0x36e830(0x185),'insertShape':_0x36e830(0x18f),'openPanel':_0x36e830(0x165),'deleteShape':_0x36e830(0x168),'hidePanel':_0x36e830(0x189),'formatShape':_0x36e830(0x16c),'shapeStyle':'سبک\x20شکل','shapePosition':_0x36e830(0x17d),'toggleFlipH':_0x36e830(0x192),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x36e830(0x18e),'rotateLeft90':_0x36e830(0x183),'toggleTextVertical':_0x36e830(0x174),'objectListPanel':{'title':'لایهها','open':_0x36e830(0x163),'empty':_0x36e830(0x17b),'showAll':_0x36e830(0x181),'hideAll':_0x36e830(0x18c),'show':_0x36e830(0x180),'hide':_0x36e830(0x195),'moveForward':_0x36e830(0x194),'moveBackward':_0x36e830(0x164),'close':_0x36e830(0x169),'name':_0x36e830(0x18d),'nameInput':_0x36e830(0x197),'description':_0x36e830(0x198),'descriptionPlaceholder':_0x36e830(0x18b),'details':_0x36e830(0x172),'noSelection':_0x36e830(0x17f)},'toolbar':{'alignLeft':_0x36e830(0x16a),'alignCenter':'تراز\x20وسط','alignRight':_0x36e830(0x16b),'alignJustify':_0x36e830(0x18a),'bold':'پررنگ','italic':_0x36e830(0x16f),'underline':_0x36e830(0x196),'strikethrough':'خطدار','textColor':_0x36e830(0x190),'fillColor':_0x36e830(0x173),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x36e830(0x186),'middle':_0x36e830(0x171),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x36e830(0x17c),'square':_0x36e830(0x162),'topAndBottom':_0x36e830(0x188),'behindText':_0x36e830(0x182),'inFrontText':'جلوی\x20متن'},'crop':{'shape':_0x36e830(0x179)}}};}));function _0xb63e(_0x3f80ce,_0x4c9a17){_0x3f80ce=_0x3f80ce-0x162;var _0x4db3b7=_0x4db3();var _0xb63e21=_0x4db3b7[_0x3f80ce];return _0xb63e21;}function _0x4db3(){var _0x5e5d60=['توجیه','توضیحی\x20اضافه\x20کنید','پنهان\x20کردن\x20همه','نام','چرخش\x20۹۰\x20درجه\x20به\x20راست','درج\x20شکل','رنگ\x20متن','20EUKzSD','تغییر\x20وضعیت\x20چرخش\x20افقی','186vBzEVy','جلو\x20آوردن','پنهان\x20کردن','خطکشی','نام\x20شیء','توضیحات','مربع','باز\x20کردن\x20پنل\x20لایهها','عقب\x20بردن','باز\x20کردن\x20پنل\x20شکلها','5257572xUXxED','5276607CbQXGt','حذف\x20شکل','بستن','تراز\x20چپ','تراز\x20راست','قالببندی\x20شکل','28GXyUMY','object','ایتالیک','132gHmDqc','تراز\x20وسط','جزئیات','رنگ\x20پسزمینه\x20متن','تغییر\x20وضعیت\x20متن\x20عمودی','301518nCzXJW','5429HVjUXp','2356986lfOfJV','1296756UTWPNN','کراپ\x20به\x20شکل','48CPkbIi','هیچ\x20شیئی\x20وجود\x20ندارد','در\x20یک\x20خط\x20با\x20متن','موقعیت\x20شکل','amd','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','نمایش','نمایش\x20همه','پشت\x20متن','چرخش\x20۹۰\x20درجه\x20به\x20چپ','16301580lVCynB','شکل','تراز\x20بالا','UniverProDocsShapeUiFaIR','بالا\x20و\x20پایین','مخفی\x20کردن\x20پنل\x20شکلها'];_0x4db3=function(){return _0x5e5d60;};return _0x4db3();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5c1a(_0x10fef0,_0x5daa00){_0x10fef0=_0x10fef0-0x168;var _0x125b4e=_0x125b();var _0x5c1acb=_0x125b4e[_0x10fef0];return _0x5c1acb;}function _0x125b(){var _0x8e8923=['Pivoter\x20à\x20gauche\x20de\x2090°','Justifier','171339EvvUfz','Description','Réinitialiser\x20la\x20couleur','1075269gmGqct','1ekCKAl','Derrière\x20le\x20texte','5033000jvPBIs','Haut\x20et\x20bas','913584DJMDTf','Italique','Rogner\x20à\x20la\x20forme','Devant\x20le\x20texte','Pivoter\x20à\x20droite\x20de\x2090°','Aligner\x20en\x20haut','Position\x20de\x20la\x20forme','Aligné\x20avec\x20le\x20texte','Calques','Aligner\x20à\x20gauche','Tout\x20afficher','380FPMOYz','Masquer\x20le\x20panneau\x20des\x20formes','Nom\x20de\x20l’objet','Détails','1974824LOiwPe','UniverProDocsShapeUiFrFR','Carré','228tQzRhN','Basculer\x20le\x20retournement\x20vertical','5722792jDRedc','Aligner\x20à\x20droite','Style\x20de\x20la\x20forme','Basculer\x20le\x20retournement\x20horizontal','Forme','Couleur\x20du\x20texte','Couleur\x20de\x20fond\x20du\x20texte','amd','Tout\x20masquer','Supprimer\x20la\x20forme','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','exports','Reculer','Ouvrir\x20le\x20panneau\x20des\x20formes','Souligné','Barré','object','Insérer\x20une\x20forme','206262BfkeVR','Ajouter\x20une\x20description','Afficher','Aligner\x20au\x20milieu','Aucun\x20objet'];_0x125b=function(){return _0x8e8923;};return _0x125b();}(function(_0x252369,_0x442e0e){var _0x14de4f=_0x5c1a,_0x219782=_0x252369();while(!![]){try{var _0x52ee65=parseInt(_0x14de4f(0x16c))/0x1*(parseInt(_0x14de4f(0x17f))/0x2)+-parseInt(_0x14de4f(0x16b))/0x3+parseInt(_0x14de4f(0x170))/0x4+-parseInt(_0x14de4f(0x16e))/0x5+parseInt(_0x14de4f(0x182))/0x6*(-parseInt(_0x14de4f(0x168))/0x7)+parseInt(_0x14de4f(0x184))/0x8+-parseInt(_0x14de4f(0x196))/0x9*(-parseInt(_0x14de4f(0x17b))/0xa);if(_0x52ee65===_0x442e0e)break;else _0x219782['push'](_0x219782['shift']());}catch(_0x62e4a9){_0x219782['push'](_0x219782['shift']());}}}(_0x125b,0x7bc0c),function(_0x131780,_0x8e0642){var _0x265ea1=_0x5c1a;typeof exports==_0x265ea1(0x194)&&typeof module<'u'?module[_0x265ea1(0x18f)]=_0x8e0642():typeof define=='function'&&define[_0x265ea1(0x18b)]?define([],_0x8e0642):(_0x131780=typeof globalThis<'u'?globalThis:_0x131780||self,_0x131780[_0x265ea1(0x180)]=_0x8e0642());}(this,function(){var _0x5612b9=_0x5c1a;return{'docs-shape-ui':{'title':_0x5612b9(0x188),'insertShape':_0x5612b9(0x195),'openPanel':_0x5612b9(0x191),'deleteShape':_0x5612b9(0x18d),'hidePanel':_0x5612b9(0x17c),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x5612b9(0x186),'shapePosition':_0x5612b9(0x176),'toggleFlipH':_0x5612b9(0x187),'toggleFlipV':_0x5612b9(0x183),'rotateRight90':_0x5612b9(0x174),'rotateLeft90':_0x5612b9(0x19b),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x5612b9(0x178),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x5612b9(0x19a),'showAll':_0x5612b9(0x17a),'hideAll':_0x5612b9(0x18c),'show':_0x5612b9(0x198),'hide':'Masquer','moveForward':'Avancer','moveBackward':_0x5612b9(0x190),'close':'Fermer','name':'Nom','nameInput':_0x5612b9(0x17d),'description':_0x5612b9(0x169),'descriptionPlaceholder':_0x5612b9(0x197),'details':_0x5612b9(0x17e),'noSelection':_0x5612b9(0x18e)},'toolbar':{'alignLeft':_0x5612b9(0x179),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x5612b9(0x185),'alignJustify':_0x5612b9(0x19c),'bold':'Gras','italic':_0x5612b9(0x171),'underline':_0x5612b9(0x192),'strikethrough':_0x5612b9(0x193),'textColor':_0x5612b9(0x189),'fillColor':_0x5612b9(0x18a),'resetColor':_0x5612b9(0x16a)},'align':{'top':_0x5612b9(0x175),'middle':_0x5612b9(0x199),'bottom':'Aligner\x20en\x20bas'},'textWrap':{'inline':_0x5612b9(0x177),'square':_0x5612b9(0x181),'topAndBottom':_0x5612b9(0x16f),'behindText':_0x5612b9(0x16d),'inFrontText':_0x5612b9(0x173)},'crop':{'shape':_0x5612b9(0x172)}}};}));
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x547d(_0x2a00ea,_0x5641e1){_0x2a00ea=_0x2a00ea-0x147;var _0x156a4e=_0x156a();var _0x547d9a=_0x156a4e[_0x2a00ea];return _0x547d9a;}(function(_0x348326,_0x223ead){var _0x105e2b=_0x547d,_0x1e7d14=_0x348326();while(!![]){try{var _0x1d6e42=-parseInt(_0x105e2b(0x158))/0x1*(parseInt(_0x105e2b(0x14f))/0x2)+-parseInt(_0x105e2b(0x161))/0x3*(parseInt(_0x105e2b(0x170))/0x4)+-parseInt(_0x105e2b(0x16f))/0x5+parseInt(_0x105e2b(0x14c))/0x6*(-parseInt(_0x105e2b(0x167))/0x7)+parseInt(_0x105e2b(0x16c))/0x8*(parseInt(_0x105e2b(0x16b))/0x9)+-parseInt(_0x105e2b(0x174))/0xa+parseInt(_0x105e2b(0x152))/0xb;if(_0x1d6e42===_0x223ead)break;else _0x1e7d14['push'](_0x1e7d14['shift']());}catch(_0x41e9f0){_0x1e7d14['push'](_0x1e7d14['shift']());}}}(_0x156a,0x9e9a4),function(_0x5bfc7c,_0x196439){var _0x53c935=_0x547d;typeof exports==_0x53c935(0x156)&&typeof module<'u'?module[_0x53c935(0x173)]=_0x196439():typeof define=='function'&&define[_0x53c935(0x160)]?define([],_0x196439):(_0x5bfc7c=typeof globalThis<'u'?globalThis:_0x5bfc7c||self,_0x5bfc7c[_0x53c935(0x149)]=_0x196439());}(this,function(){var _0x302407=_0x547d;return{'docs-shape-ui':{'title':_0x302407(0x15c),'insertShape':_0x302407(0x16a),'openPanel':_0x302407(0x150),'deleteShape':_0x302407(0x155),'hidePanel':_0x302407(0x15f),'formatShape':'Format\x20Bentuk','shapeStyle':_0x302407(0x176),'shapePosition':_0x302407(0x147),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x302407(0x151),'rotateRight90':'Putar\x20Kanan\x2090°','rotateLeft90':'Putar\x20Kiri\x2090°','toggleTextVertical':_0x302407(0x171),'objectListPanel':{'title':_0x302407(0x15d),'open':_0x302407(0x166),'empty':_0x302407(0x15b),'showAll':'Tampilkan\x20semua','hideAll':_0x302407(0x148),'show':_0x302407(0x169),'hide':_0x302407(0x153),'moveForward':'Bawa\x20ke\x20depan','moveBackward':_0x302407(0x16d),'close':'Tutup','name':_0x302407(0x14b),'nameInput':_0x302407(0x168),'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x302407(0x154),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detailnya'},'toolbar':{'alignLeft':_0x302407(0x162),'alignCenter':_0x302407(0x165),'alignRight':_0x302407(0x172),'alignJustify':_0x302407(0x175),'bold':_0x302407(0x14d),'italic':_0x302407(0x14a),'underline':'Garis\x20bawah','strikethrough':_0x302407(0x14e),'textColor':'Warna\x20teks','fillColor':_0x302407(0x15e),'resetColor':'Atur\x20ulang\x20warna'},'align':{'top':_0x302407(0x15a),'middle':'Rata\x20Tengah','bottom':_0x302407(0x164)},'textWrap':{'inline':_0x302407(0x157),'square':_0x302407(0x16e),'topAndBottom':_0x302407(0x177),'behindText':_0x302407(0x159),'inFrontText':_0x302407(0x163)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};}));function _0x156a(){var _0x59c2e1=['125572TLeIWJ','Buka\x20Panel\x20Bentuk','Balik\x20Vertikal','20557020urVYJj','Sembunyikan','Detail','Hapus\x20Bentuk','object','Sejajar\x20dengan\x20teks','11hTTmAd','Di\x20belakang\x20teks','Rata\x20Atas','Tidak\x20ada\x20objek','Bentuk','Lapisan','Warna\x20latar\x20teks','Sembunyikan\x20Panel\x20Bentuk','amd','2978922IQARfC','Rata\x20Kiri','Di\x20depan\x20teks','Rata\x20Bawah','Rata\x20Tengah','Buka\x20panel\x20lapisan','184149uApIXn','Nama\x20objek','Tampilkan','Sisipkan\x20Bentuk','8147961OIxGKu','8SpYudo','Kirim\x20ke\x20belakang','Kotak','1744060fRiwgh','4gHhKKE','Ubah\x20Teks\x20Vertikal','Rata\x20Kanan','exports','657740rqFjaq','Rata\x20Kanan\x20Kiri','Gaya\x20Bentuk','Atas\x20dan\x20Bawah','Posisi\x20Bentuk','Sembunyikan\x20semua','UniverProDocsShapeUiIdID','Miring','Nama','6wzseyB','Tebal','Coret'];_0x156a=function(){return _0x59c2e1;};return _0x156a();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4356(_0x2c4304,_0x3ceba3){_0x2c4304=_0x2c4304-0x17b;var _0x13c5fa=_0x13c5();var _0x43566d=_0x13c5fa[_0x2c4304];return _0x43566d;}(function(_0x14a84d,_0x47bdbe){var _0x4f159b=_0x4356,_0xf3258d=_0x14a84d();while(!![]){try{var _0x1c134b=-parseInt(_0x4f159b(0x17c))/0x1+parseInt(_0x4f159b(0x17f))/0x2*(-parseInt(_0x4f159b(0x17b))/0x3)+-parseInt(_0x4f159b(0x188))/0x4+parseInt(_0x4f159b(0x18b))/0x5*(-parseInt(_0x4f159b(0x190))/0x6)+parseInt(_0x4f159b(0x192))/0x7*(-parseInt(_0x4f159b(0x199))/0x8)+parseInt(_0x4f159b(0x1a6))/0x9+parseInt(_0x4f159b(0x1ad))/0xa;if(_0x1c134b===_0x47bdbe)break;else _0xf3258d['push'](_0xf3258d['shift']());}catch(_0x5e6875){_0xf3258d['push'](_0xf3258d['shift']());}}}(_0x13c5,0xce85a),function(_0x1b9c3a,_0x297e7c){var _0x4b67e6=_0x4356;typeof exports==_0x4b67e6(0x193)&&typeof module<'u'?module['exports']=_0x297e7c():typeof define==_0x4b67e6(0x1a5)&&define['amd']?define([],_0x297e7c):(_0x1b9c3a=typeof globalThis<'u'?globalThis:_0x1b9c3a||self,_0x1b9c3a['UniverProDocsShapeUiItIT']=_0x297e7c());}(this,function(){var _0x1c5732=_0x4356;return{'docs-shape-ui':{'title':_0x1c5732(0x18f),'insertShape':_0x1c5732(0x19c),'openPanel':_0x1c5732(0x19f),'deleteShape':_0x1c5732(0x187),'hidePanel':'Nascondi\x20pannello\x20forma','formatShape':_0x1c5732(0x1a4),'shapeStyle':_0x1c5732(0x198),'shapePosition':_0x1c5732(0x1a7),'toggleFlipH':_0x1c5732(0x182),'toggleFlipV':_0x1c5732(0x1a2),'rotateRight90':_0x1c5732(0x17d),'rotateLeft90':_0x1c5732(0x1ab),'toggleTextVertical':_0x1c5732(0x1a0),'objectListPanel':{'title':_0x1c5732(0x195),'open':'Apri\x20il\x20pannello\x20livelli','empty':_0x1c5732(0x194),'showAll':_0x1c5732(0x19a),'hideAll':_0x1c5732(0x180),'show':_0x1c5732(0x1a8),'hide':_0x1c5732(0x1a3),'moveForward':_0x1c5732(0x186),'moveBackward':_0x1c5732(0x1a9),'close':'Chiudi','name':_0x1c5732(0x18d),'nameInput':_0x1c5732(0x1aa),'description':_0x1c5732(0x19b),'descriptionPlaceholder':_0x1c5732(0x191),'details':_0x1c5732(0x181),'noSelection':_0x1c5732(0x1af)},'toolbar':{'alignLeft':_0x1c5732(0x1ae),'alignCenter':'Allinea\x20al\x20Centro','alignRight':_0x1c5732(0x18a),'alignJustify':_0x1c5732(0x17e),'bold':_0x1c5732(0x197),'italic':_0x1c5732(0x19d),'underline':'Sottolineato','strikethrough':_0x1c5732(0x189),'textColor':_0x1c5732(0x1ac),'fillColor':_0x1c5732(0x1b0),'resetColor':_0x1c5732(0x185)},'align':{'top':_0x1c5732(0x18e),'middle':_0x1c5732(0x183),'bottom':'Allinea\x20in\x20basso'},'textWrap':{'inline':'In\x20linea\x20con\x20il\x20testo','square':_0x1c5732(0x18c),'topAndBottom':_0x1c5732(0x184),'behindText':_0x1c5732(0x196),'inFrontText':_0x1c5732(0x1a1)},'crop':{'shape':_0x1c5732(0x19e)}}};}));function _0x13c5(){var _0xc5ee11=['Attiva/disattiva\x20capovolgimento\x20verticale','Nascondi','Formato\x20forma','function','7258914eLzJiP','Posizione\x20forma','Mostra','Porta\x20indietro','Nome\x20oggetto','Ruota\x20a\x20sinistra\x2090°','Colore\x20testo','54231300zeciLb','Allinea\x20a\x20Sinistra','Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli','Colore\x20sfondo\x20testo','2484759ztvscr','1439741kiKCKU','Ruota\x20a\x20destra\x2090°','Giustifica','2KUTZJC','Nascondi\x20tutti','Dettagli','Attiva/disattiva\x20capovolgimento\x20orizzontale','Allinea\x20al\x20centro','Superiore\x20e\x20inferiore','Reimposta\x20colore','Porta\x20avanti','Elimina\x20forma','5030108gpHSQr','Barrato','Allinea\x20a\x20Destra','5TEfQwm','Quadrato','Nome','Allinea\x20in\x20alto','Forma','9150864WwBZOu','Aggiungi\x20una\x20descrizione','7adXlUS','object','Nessun\x20oggetto','Livelli','Dietro\x20il\x20testo','Grassetto','Stile\x20forma','2664776VHGvAp','Mostra\x20tutti','Descrizione','Inserisci\x20forma','Corsivo','Ritaglia\x20a\x20forma','Apri\x20pannello\x20forma','Attiva/disattiva\x20testo\x20verticale','Davanti\x20al\x20testo'];_0x13c5=function(){return _0xc5ee11;};return _0x13c5();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3437(_0x4090fa,_0x3b778d){_0x4090fa=_0x4090fa-0x1eb;var _0x4bb15f=_0x4bb1();var _0x343798=_0x4bb15f[_0x4090fa];return _0x343798;}(function(_0x266ad8,_0x48f520){var _0x206b57=_0x3437,_0x1c9884=_0x266ad8();while(!![]){try{var _0x86b085=-parseInt(_0x206b57(0x1fd))/0x1+-parseInt(_0x206b57(0x208))/0x2*(parseInt(_0x206b57(0x20e))/0x3)+parseInt(_0x206b57(0x219))/0x4*(-parseInt(_0x206b57(0x20a))/0x5)+parseInt(_0x206b57(0x1ef))/0x6*(parseInt(_0x206b57(0x1ed))/0x7)+-parseInt(_0x206b57(0x205))/0x8+-parseInt(_0x206b57(0x200))/0x9*(parseInt(_0x206b57(0x1f9))/0xa)+parseInt(_0x206b57(0x1fc))/0xb*(parseInt(_0x206b57(0x1f6))/0xc);if(_0x86b085===_0x48f520)break;else _0x1c9884['push'](_0x1c9884['shift']());}catch(_0x4248f4){_0x1c9884['push'](_0x1c9884['shift']());}}}(_0x4bb1,0x4dc3c),function(_0x26755f,_0x12f579){var _0x4ad2eb=_0x3437;typeof exports==_0x4ad2eb(0x206)&&typeof module<'u'?module[_0x4ad2eb(0x1fb)]=_0x12f579():typeof define=='function'&&define[_0x4ad2eb(0x212)]?define([],_0x12f579):(_0x26755f=typeof globalThis<'u'?globalThis:_0x26755f||self,_0x26755f[_0x4ad2eb(0x1f7)]=_0x12f579());}(this,function(){var _0x459e5d=_0x3437;return{'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x459e5d(0x217),'deleteShape':_0x459e5d(0x202),'hidePanel':_0x459e5d(0x218),'formatShape':_0x459e5d(0x209),'shapeStyle':_0x459e5d(0x1eb),'shapePosition':_0x459e5d(0x207),'toggleFlipH':_0x459e5d(0x210),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x459e5d(0x213),'rotateLeft90':_0x459e5d(0x1ee),'toggleTextVertical':_0x459e5d(0x20d),'objectListPanel':{'title':'レイヤー','open':_0x459e5d(0x1f4),'empty':'オブジェクトがありません','showAll':_0x459e5d(0x1f3),'hideAll':_0x459e5d(0x216),'show':'表示','hide':'非表示','moveForward':_0x459e5d(0x201),'moveBackward':_0x459e5d(0x1f2),'close':_0x459e5d(0x204),'name':'名前','nameInput':_0x459e5d(0x1f0),'description':'説明','descriptionPlaceholder':_0x459e5d(0x1f5),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'},'toolbar':{'alignLeft':_0x459e5d(0x1f8),'alignCenter':_0x459e5d(0x20c),'alignRight':_0x459e5d(0x214),'alignJustify':_0x459e5d(0x203),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x459e5d(0x1fe),'textColor':_0x459e5d(0x211),'fillColor':_0x459e5d(0x1ff),'resetColor':_0x459e5d(0x1ec)},'align':{'top':_0x459e5d(0x1f1),'middle':_0x459e5d(0x20c),'bottom':_0x459e5d(0x1fa)},'textWrap':{'inline':'行内','square':'四角形','topAndBottom':'上下','behindText':_0x459e5d(0x215),'inFrontText':_0x459e5d(0x20f)},'crop':{'shape':_0x459e5d(0x20b)}}};}));function _0x4bb1(){var _0x2918b8=['オブジェクト名','上揃え','背面へ移動','すべて表示','レイヤーパネルを開く','説明を追加','4872852flRkPc','UniverProDocsShapeUiJaJP','左揃え','10ACtHfb','下揃え','exports','55EMIuju','302688oTjGIX','取り消し線','塗りつぶしの色','2632023uIggIu','前面へ移動','図形を削除','両端揃え','閉じる','4219576wcSunP','object','図形の位置','72166WxWQNj','図形の書式設定','4355wSjXSQ','形状にトリミング','中央揃え','テキストの縦書き/横書きの切り替え','15KyveHj','文字列の前面','水平反転の切り替え','文字の色','amd','時計回りに\x2090\x20度回転','右揃え','文字列の背面','すべて非表示','図形パネルを開く','図形パネルを非表示','2828FgVeZs','図形スタイル','色をリセット','469AZfkSG','反時計回りに\x2090\x20度回転','18534FARvTr'];_0x4bb1=function(){return _0x2918b8;};return _0x4bb1();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x200fd0,_0x679556){var _0x3008d5=_0x38d3,_0x124171=_0x200fd0();while(!![]){try{var _0x293fd2=parseInt(_0x3008d5(0x1e1))/0x1*(-parseInt(_0x3008d5(0x1ba))/0x2)+parseInt(_0x3008d5(0x1c1))/0x3+parseInt(_0x3008d5(0x1cd))/0x4*(-parseInt(_0x3008d5(0x1d8))/0x5)+parseInt(_0x3008d5(0x1de))/0x6+-parseInt(_0x3008d5(0x1c9))/0x7+-parseInt(_0x3008d5(0x1bb))/0x8*(parseInt(_0x3008d5(0x1d0))/0x9)+parseInt(_0x3008d5(0x1da))/0xa*(parseInt(_0x3008d5(0x1ce))/0xb);if(_0x293fd2===_0x679556)break;else _0x124171['push'](_0x124171['shift']());}catch(_0xc99303){_0x124171['push'](_0x124171['shift']());}}}(_0x3f91,0xd7623),function(_0x5db37c,_0x3f2cbf){var _0x35b76a=_0x38d3;typeof exports==_0x35b76a(0x1c8)&&typeof module<'u'?module[_0x35b76a(0x1d4)]=_0x3f2cbf():typeof define==_0x35b76a(0x1bc)&&define[_0x35b76a(0x1e3)]?define([],_0x3f2cbf):(_0x5db37c=typeof globalThis<'u'?globalThis:_0x5db37c||self,_0x5db37c['UniverProDocsShapeUiKoKR']=_0x3f2cbf());}(this,function(){var _0x534291=_0x38d3;return{'docs-shape-ui':{'title':'도형','insertShape':_0x534291(0x1c6),'openPanel':_0x534291(0x1d7),'deleteShape':_0x534291(0x1c7),'hidePanel':'도형\x20패널\x20숨기기','formatShape':_0x534291(0x1e0),'shapeStyle':_0x534291(0x1d5),'shapePosition':'도형\x20위치','toggleFlipH':'가로\x20뒤집기\x20전환','toggleFlipV':_0x534291(0x1d3),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x534291(0x1c0),'objectListPanel':{'title':_0x534291(0x1dc),'open':_0x534291(0x1be),'empty':_0x534291(0x1d6),'showAll':_0x534291(0x1db),'hideAll':_0x534291(0x1cf),'show':'표시','hide':_0x534291(0x1ca),'moveForward':_0x534291(0x1d9),'moveBackward':_0x534291(0x1d2),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x534291(0x1e5),'details':_0x534291(0x1c3),'noSelection':_0x534291(0x1c4)},'toolbar':{'alignLeft':_0x534291(0x1e6),'alignCenter':_0x534291(0x1df),'alignRight':_0x534291(0x1e2),'alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':_0x534291(0x1c2),'underline':'밑줄','strikethrough':_0x534291(0x1cc),'textColor':'글자\x20색상','fillColor':_0x534291(0x1dd),'resetColor':_0x534291(0x1bf)},'align':{'top':'위쪽\x20맞춤','middle':_0x534291(0x1d1),'bottom':'아래쪽\x20맞춤'},'textWrap':{'inline':_0x534291(0x1e4),'square':'사각형','topAndBottom':_0x534291(0x1bd),'behindText':'텍스트\x20뒤','inFrontText':_0x534291(0x1c5)},'crop':{'shape':_0x534291(0x1cb)}}};}));function _0x38d3(_0x3d8823,_0x523c47){_0x3d8823=_0x3d8823-0x1ba;var _0x3f914a=_0x3f91();var _0x38d319=_0x3f914a[_0x3d8823];return _0x38d319;}function _0x3f91(){var _0x90d24=['72ivacWx','function','위아래','레이어\x20패널\x20열기','색상\x20재설정','텍스트\x20세로/가로\x20전환','430044jCfFas','기울임꼴','세부\x20정보','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','텍스트\x20앞','도형\x20삽입','도형\x20삭제','object','7564207VGXBme','숨기기','모양에\x20맞게\x20자르기','취소선','102328XkxjpF','51228661cgDITG','모두\x20숨기기','1525149lfAvKD','가운데\x20맞춤','뒤로\x20보내기','세로\x20뒤집기\x20전환','exports','도형\x20스타일','개체\x20없음','도형\x20패널\x20열기','290CuRCSX','앞으로\x20가져오기','10IXposx','모두\x20표시','레이어','글자\x20배경색','5595024rAwnor','가운데\x20정렬','도형\x20서식','2103Ejvjid','오른쪽\x20정렬','amd','텍스트와\x20같은\x20줄','설명\x20추가','왼쪽\x20정렬','724wsfAMZ'];_0x3f91=function(){return _0x90d24;};return _0x3f91();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1efc(_0xfad746,_0x149f3d){_0xfad746=_0xfad746-0x179;var _0x128448=_0x1284();var _0x1efc73=_0x128448[_0xfad746];return _0x1efc73;}(function(_0x18dde4,_0x9cca44){var _0x5f2cbb=_0x1efc,_0x13addd=_0x18dde4();while(!![]){try{var _0x34d0ed=parseInt(_0x5f2cbb(0x195))/0x1*(parseInt(_0x5f2cbb(0x179))/0x2)+-parseInt(_0x5f2cbb(0x19c))/0x3*(parseInt(_0x5f2cbb(0x18c))/0x4)+-parseInt(_0x5f2cbb(0x19a))/0x5*(parseInt(_0x5f2cbb(0x18d))/0x6)+-parseInt(_0x5f2cbb(0x198))/0x7*(-parseInt(_0x5f2cbb(0x17e))/0x8)+parseInt(_0x5f2cbb(0x192))/0x9*(-parseInt(_0x5f2cbb(0x189))/0xa)+parseInt(_0x5f2cbb(0x19d))/0xb+parseInt(_0x5f2cbb(0x180))/0xc;if(_0x34d0ed===_0x9cca44)break;else _0x13addd['push'](_0x13addd['shift']());}catch(_0x4cb4d3){_0x13addd['push'](_0x13addd['shift']());}}}(_0x1284,0xb44d8),function(_0x569e5e,_0x164006){var _0x1548f3=_0x1efc;typeof exports==_0x1548f3(0x193)&&typeof module<'u'?module[_0x1548f3(0x199)]=_0x164006():typeof define==_0x1548f3(0x1a6)&&define[_0x1548f3(0x185)]?define([],_0x164006):(_0x569e5e=typeof globalThis<'u'?globalThis:_0x569e5e||self,_0x569e5e[_0x1548f3(0x18b)]=_0x164006());}(this,function(){var _0x35724c=_0x1efc;return{'docs-shape-ui':{'title':_0x35724c(0x1a7),'insertShape':'Wstaw\x20kształt','openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x35724c(0x1a4),'hidePanel':_0x35724c(0x18f),'formatShape':_0x35724c(0x18e),'shapeStyle':_0x35724c(0x187),'shapePosition':'Pozycja\x20kształtu','toggleFlipH':_0x35724c(0x182),'toggleFlipV':'Przerzuć\x20w\x20pionie','rotateRight90':_0x35724c(0x181),'rotateLeft90':_0x35724c(0x197),'toggleTextVertical':_0x35724c(0x19b),'objectListPanel':{'title':_0x35724c(0x1a2),'open':_0x35724c(0x183),'empty':_0x35724c(0x184),'showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x35724c(0x1a8),'hide':_0x35724c(0x1a0),'moveForward':_0x35724c(0x17d),'moveBackward':'Przenieś\x20do\x20tyłu','close':'Zamknij','name':_0x35724c(0x18a),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':'Dodaj\x20opis','details':_0x35724c(0x1a9),'noSelection':_0x35724c(0x17f)},'toolbar':{'alignLeft':_0x35724c(0x196),'alignCenter':_0x35724c(0x1a1),'alignRight':_0x35724c(0x19f),'alignJustify':'Wyjustuj','bold':_0x35724c(0x17b),'italic':_0x35724c(0x191),'underline':'Podkreślenie','strikethrough':_0x35724c(0x19e),'textColor':_0x35724c(0x194),'fillColor':_0x35724c(0x190),'resetColor':_0x35724c(0x17c)},'align':{'top':_0x35724c(0x1aa),'middle':_0x35724c(0x1a3),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x35724c(0x188),'square':_0x35724c(0x186),'topAndBottom':_0x35724c(0x17a),'behindText':'Za\x20tekstem','inFrontText':_0x35724c(0x1a5)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};}));function _0x1284(){var _0x13de00=['Nazwa','UniverProDocsShapeUiPlPL','122560gqMdfG','45606GJMhwz','Formatuj\x20kształt','Ukryj\x20panel\x20kształtów','Kolor\x20tła\x20tekstu','Kursywa','10642878CZvUkf','object','Kolor\x20tekstu','1ukfiuk','Wyrównaj\x20do\x20lewej','Obróć\x20w\x20lewo\x20o\x2090°','2443nhFUok','exports','665BajKym','Przełącz\x20tekst\x20pionowy','63jjqTEq','12348677JnrjQJ','Przekreślenie','Wyrównaj\x20do\x20prawej','Ukryj','Wyrównaj\x20do\x20środka','Warstwy','Wyrównaj\x20do\x20środka\x20w\x20pionie','Usuń\x20kształt','Przed\x20tekstem','function','Kształt','Pokaż','Szczegóły','Wyrównaj\x20do\x20góry','1264386sCiQYQ','Góra\x20i\x20dół','Pogrubienie','Resetuj\x20kolor','Przenieś\x20do\x20przodu','12728CRfkMp','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','15184512sHwOnu','Obróć\x20w\x20prawo\x20o\x2090°','Przerzuć\x20w\x20poziomie','Otwórz\x20panel\x20warstw','Brak\x20obiektów','amd','Kwadrat','Styl\x20kształtu','W\x20linii\x20z\x20tekstem','10opgMYN'];_0x1284=function(){return _0x13de00;};return _0x1284();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3030(_0x450430,_0x2ecd02){_0x450430=_0x450430-0xe7;var _0x8b33da=_0x8b33();var _0x30309c=_0x8b33da[_0x450430];return _0x30309c;}(function(_0x400ef3,_0x2dc48f){var _0x5ccc5c=_0x3030,_0x16f5a9=_0x400ef3();while(!![]){try{var _0xce171e=-parseInt(_0x5ccc5c(0x109))/0x1+-parseInt(_0x5ccc5c(0xff))/0x2*(-parseInt(_0x5ccc5c(0x104))/0x3)+-parseInt(_0x5ccc5c(0xf0))/0x4*(-parseInt(_0x5ccc5c(0xf7))/0x5)+-parseInt(_0x5ccc5c(0xfe))/0x6*(-parseInt(_0x5ccc5c(0x10a))/0x7)+-parseInt(_0x5ccc5c(0xeb))/0x8+parseInt(_0x5ccc5c(0xf6))/0x9*(-parseInt(_0x5ccc5c(0x10d))/0xa)+-parseInt(_0x5ccc5c(0x117))/0xb*(parseInt(_0x5ccc5c(0xee))/0xc);if(_0xce171e===_0x2dc48f)break;else _0x16f5a9['push'](_0x16f5a9['shift']());}catch(_0x2339a8){_0x16f5a9['push'](_0x16f5a9['shift']());}}}(_0x8b33,0xf3a39),function(_0x19f383,_0x1d1de1){var _0x4fe131=_0x3030;typeof exports==_0x4fe131(0xec)&&typeof module<'u'?module['exports']=_0x1d1de1():typeof define==_0x4fe131(0x105)&&define[_0x4fe131(0xf5)]?define([],_0x1d1de1):(_0x19f383=typeof globalThis<'u'?globalThis:_0x19f383||self,_0x19f383[_0x4fe131(0x119)]=_0x1d1de1());}(this,function(){var _0x427aa0=_0x3030;return{'docs-shape-ui':{'title':'Forma','insertShape':_0x427aa0(0xfb),'openPanel':_0x427aa0(0x10c),'deleteShape':_0x427aa0(0xf4),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x427aa0(0x114),'shapeStyle':_0x427aa0(0x112),'shapePosition':_0x427aa0(0x10f),'toggleFlipH':_0x427aa0(0x101),'toggleFlipV':_0x427aa0(0x11a),'rotateRight90':_0x427aa0(0x102),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':_0x427aa0(0xea),'objectListPanel':{'title':_0x427aa0(0x106),'open':_0x427aa0(0xfa),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0x427aa0(0xef),'show':_0x427aa0(0xf9),'hide':_0x427aa0(0x107),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x427aa0(0x116),'close':'Fechar','name':_0x427aa0(0xed),'nameInput':_0x427aa0(0x110),'description':_0x427aa0(0xe9),'descriptionPlaceholder':'Adicionar\x20descrição','details':_0x427aa0(0x118),'noSelection':_0x427aa0(0x10e)},'toolbar':{'alignLeft':_0x427aa0(0xe8),'alignCenter':_0x427aa0(0xe7),'alignRight':_0x427aa0(0xf8),'alignJustify':_0x427aa0(0xf2),'bold':'Negrito','italic':_0x427aa0(0xf1),'underline':_0x427aa0(0x115),'strikethrough':_0x427aa0(0x108),'textColor':'Cor\x20do\x20texto','fillColor':'Cor\x20de\x20fundo\x20do\x20texto','resetColor':'Redefinir\x20cor'},'align':{'top':_0x427aa0(0xfd),'middle':'Alinhar\x20ao\x20meio','bottom':_0x427aa0(0x103)},'textWrap':{'inline':_0x427aa0(0x113),'square':_0x427aa0(0x111),'topAndBottom':_0x427aa0(0x100),'behindText':_0x427aa0(0x10b),'inFrontText':_0x427aa0(0xfc)},'crop':{'shape':_0x427aa0(0xf3)}}};}));function _0x8b33(){var _0x212c8c=['34092XFARKc','275CCeSyK','Alinhar\x20à\x20direita','Mostrar','Abrir\x20painel\x20de\x20camadas','Inserir\x20forma','À\x20frente\x20do\x20texto','Alinhar\x20ao\x20topo','78OXakwZ','2906sotSmd','Superior\x20e\x20inferior','Alternar\x20inversão\x20horizontal','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20base','2751upSlna','function','Camadas','Ocultar','Tachado','946469XsiEmG','536333UjyUOB','Atrás\x20do\x20texto','Abrir\x20painel\x20de\x20formas','40qFzmae','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Posição\x20da\x20forma','Nome\x20do\x20objeto','Quadrado','Estilo\x20da\x20forma','Em\x20linha\x20com\x20o\x20texto','Formatar\x20forma','Sublinhado','Enviar\x20para\x20trás','13513588cnQPZN','Detalhes','UniverProDocsShapeUiPtBR','Alternar\x20inversão\x20vertical','Alinhar\x20ao\x20centro','Alinhar\x20à\x20esquerda','Descrição','Alternar\x20texto\x20vertical','3918832zMrtIO','object','Nome','12njjGRX','Ocultar\x20tudo','98144MXKUmj','Itálico','Justificar','Cortar\x20para\x20forma','Excluir\x20forma','amd'];_0x8b33=function(){return _0x212c8c;};return _0x8b33();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x59f4(_0x2077bb,_0x5417ad){_0x2077bb=_0x2077bb-0x183;var _0x74e930=_0x74e9();var _0x59f474=_0x74e930[_0x2077bb];return _0x59f474;}function _0x74e9(){var _0x316e23=['За\x20текстом','amd','function','Курсив','Подчеркнутый','Открыть\x20панель\x20фигур','object','Перед\x20текстом','316uqsyvW','Зачеркнутый','Выровнять\x20по\x20ширине','272zQZClH','Имя','Сверху\x20и\x20снизу','Обрезать\x20по\x20форме','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Полужирный','Фигура','97551oJkcaN','Вокруг\x20рамки','Переключить\x20вертикальное\x20положение\x20текста','1070240wDOkjA','563196FeCZgF','Выровнять\x20по\x20верхнему\x20краю','Выровнять\x20по\x20правому\x20краю','Скрыть\x20панель\x20фигур','Стиль\x20фигуры','78685uGVSUc','Показать\x20все','Имя\x20объекта','Выровнять\x20по\x20левому\x20краю','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Нет\x20объектов','Переместить\x20вперед','Описание','2026671DEQVuh','Цвет\x20текста','Добавить\x20описание','Выровнять\x20посередине','Переместить\x20назад','Переключить\x20вертикальное\x20отражение','Выберите\x20объект\x20для\x20редактирования\x20сведений','Вставить\x20фигуру','25225420aqKgBl','Выровнять\x20по\x20нижнему\x20краю','91dUFNfx','538DcAWql','Выровнять\x20по\x20центру','Сбросить\x20цвет','Форматировать\x20фигуру','Положение\x20фигуры','В\x20тексте','Удалить\x20фигуру','1109OXluyo','Закрыть'];_0x74e9=function(){return _0x316e23;};return _0x74e9();}(function(_0x1d4912,_0x16b1ae){var _0x261310=_0x59f4,_0x4c8eda=_0x1d4912();while(!![]){try{var _0x47784d=parseInt(_0x261310(0x1b8))/0x1*(parseInt(_0x261310(0x1b1))/0x2)+parseInt(_0x261310(0x1a6))/0x3+-parseInt(_0x261310(0x18b))/0x4*(-parseInt(_0x261310(0x19e))/0x5)+parseInt(_0x261310(0x199))/0x6*(parseInt(_0x261310(0x1b0))/0x7)+-parseInt(_0x261310(0x18e))/0x8*(parseInt(_0x261310(0x195))/0x9)+-parseInt(_0x261310(0x198))/0xa+-parseInt(_0x261310(0x1ae))/0xb;if(_0x47784d===_0x16b1ae)break;else _0x4c8eda['push'](_0x4c8eda['shift']());}catch(_0x29bf45){_0x4c8eda['push'](_0x4c8eda['shift']());}}}(_0x74e9,0xa33ad),function(_0x5a18dd,_0x32f509){var _0x194224=_0x59f4;typeof exports==_0x194224(0x189)&&typeof module<'u'?module['exports']=_0x32f509():typeof define==_0x194224(0x185)&&define[_0x194224(0x184)]?define([],_0x32f509):(_0x5a18dd=typeof globalThis<'u'?globalThis:_0x5a18dd||self,_0x5a18dd['UniverProDocsShapeUiRuRU']=_0x32f509());}(this,function(){var _0x535d7b=_0x59f4;return{'docs-shape-ui':{'title':_0x535d7b(0x194),'insertShape':_0x535d7b(0x1ad),'openPanel':_0x535d7b(0x188),'deleteShape':_0x535d7b(0x1b7),'hidePanel':_0x535d7b(0x19c),'formatShape':_0x535d7b(0x1b4),'shapeStyle':_0x535d7b(0x19d),'shapePosition':_0x535d7b(0x1b5),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x535d7b(0x1ab),'rotateRight90':_0x535d7b(0x192),'rotateLeft90':_0x535d7b(0x1a2),'toggleTextVertical':_0x535d7b(0x197),'objectListPanel':{'title':'Слои','open':'Открыть\x20панель\x20слоев','empty':_0x535d7b(0x1a3),'showAll':_0x535d7b(0x19f),'hideAll':'Скрыть\x20все','show':'Показать','hide':'Скрыть','moveForward':_0x535d7b(0x1a4),'moveBackward':_0x535d7b(0x1aa),'close':_0x535d7b(0x1b9),'name':_0x535d7b(0x18f),'nameInput':_0x535d7b(0x1a0),'description':_0x535d7b(0x1a5),'descriptionPlaceholder':_0x535d7b(0x1a8),'details':'Сведения','noSelection':_0x535d7b(0x1ac)},'toolbar':{'alignLeft':_0x535d7b(0x1a1),'alignCenter':_0x535d7b(0x1b2),'alignRight':_0x535d7b(0x19b),'alignJustify':_0x535d7b(0x18d),'bold':_0x535d7b(0x193),'italic':_0x535d7b(0x186),'underline':_0x535d7b(0x187),'strikethrough':_0x535d7b(0x18c),'textColor':_0x535d7b(0x1a7),'fillColor':'Цвет\x20фона\x20текста','resetColor':_0x535d7b(0x1b3)},'align':{'top':_0x535d7b(0x19a),'middle':_0x535d7b(0x1a9),'bottom':_0x535d7b(0x1af)},'textWrap':{'inline':_0x535d7b(0x1b6),'square':_0x535d7b(0x196),'topAndBottom':_0x535d7b(0x190),'behindText':_0x535d7b(0x183),'inFrontText':_0x535d7b(0x18a)},'crop':{'shape':_0x535d7b(0x191)}}};}));
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4278(_0x177cd4,_0x58a40d){_0x177cd4=_0x177cd4-0x81;var _0x9cb948=_0x9cb9();var _0x4278cc=_0x9cb948[_0x177cd4];return _0x4278cc;}function _0x9cb9(){var _0x11d8f6=['Hore\x20a\x20dole','Zarovnať\x20dole','exports','Názov','Zarovnať\x20hore','521448Elofxz','Zarovnať\x20na\x20stred','Presunúť\x20dozadu','25076RQkfOh','Podčiarknutie','91753UYJfkh','7662TTCFwm','Zavrieť','720979esyGQQ','Skryť\x20všetko','Formátovať\x20tvar','Poloha\x20tvaru','Skryť\x20panel\x20tvarov','Kurzíva','Obnoviť\x20farbu','object','Skryť','Farba\x20pozadia\x20textu','1160lxYpFO','Popis','Oříznout\x20podle\x20tvaru','amd','UniverProDocsShapeUiSkSK','Prepnúť\x20zvislé\x20prevrátenie','Tučné','14evZcAu','Vrstvy','6228TgbPeO','Žiadne\x20objekty','Za\x20textom','1164640BSJSxL','9VZKsqF','Zarovnať\x20doľava','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','Přepnout\x20text\x20vertikálně','Otočiť\x20doľava\x20o\x2090°','543VTjnaD','Názov\x20objektu','Zarovnať\x20doprava','Presunúť\x20dopredu','31779pqvdgG','Podrobnosti','Otvoriť\x20panel\x20vrstiev','Otvoriť\x20panel\x20tvarov','Tvar','Zobraziť','Odstrániť\x20tvar','Otočiť\x20doprava\x20o\x2090°','function'];_0x9cb9=function(){return _0x11d8f6;};return _0x9cb9();}(function(_0x29425b,_0x1df81f){var _0x453ef8=_0x4278,_0x260c79=_0x29425b();while(!![]){try{var _0x303f7c=parseInt(_0x453ef8(0x92))/0x1*(parseInt(_0x453ef8(0xa6))/0x2)+-parseInt(_0x453ef8(0xb1))/0x3*(-parseInt(_0x453ef8(0x90))/0x4)+-parseInt(_0x453ef8(0x9f))/0x5*(-parseInt(_0x453ef8(0x93))/0x6)+-parseInt(_0x453ef8(0x95))/0x7+parseInt(_0x453ef8(0x8d))/0x8*(parseInt(_0x453ef8(0xac))/0x9)+parseInt(_0x453ef8(0xab))/0xa+parseInt(_0x453ef8(0xb5))/0xb*(-parseInt(_0x453ef8(0xa8))/0xc);if(_0x303f7c===_0x1df81f)break;else _0x260c79['push'](_0x260c79['shift']());}catch(_0x215351){_0x260c79['push'](_0x260c79['shift']());}}}(_0x9cb9,0x9f4c1),function(_0xba43eb,_0x25389f){var _0x2f1910=_0x4278;typeof exports==_0x2f1910(0x9c)&&typeof module<'u'?module[_0x2f1910(0x8a)]=_0x25389f():typeof define==_0x2f1910(0x87)&&define[_0x2f1910(0xa2)]?define([],_0x25389f):(_0xba43eb=typeof globalThis<'u'?globalThis:_0xba43eb||self,_0xba43eb[_0x2f1910(0xa3)]=_0x25389f());}(this,function(){var _0x1b6682=_0x4278;return{'docs-shape-ui':{'title':_0x1b6682(0x83),'insertShape':'Vložiť\x20tvar','openPanel':_0x1b6682(0x82),'deleteShape':_0x1b6682(0x85),'hidePanel':_0x1b6682(0x99),'formatShape':_0x1b6682(0x97),'shapeStyle':'Štýl\x20tvaru','shapePosition':_0x1b6682(0x98),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x1b6682(0xa4),'rotateRight90':_0x1b6682(0x86),'rotateLeft90':_0x1b6682(0xb0),'toggleTextVertical':_0x1b6682(0xaf),'objectListPanel':{'title':_0x1b6682(0xa7),'open':_0x1b6682(0x81),'empty':_0x1b6682(0xa9),'showAll':'Zobraziť\x20všetko','hideAll':_0x1b6682(0x96),'show':_0x1b6682(0x84),'hide':_0x1b6682(0x9d),'moveForward':_0x1b6682(0xb4),'moveBackward':_0x1b6682(0x8f),'close':_0x1b6682(0x94),'name':_0x1b6682(0x8b),'nameInput':_0x1b6682(0xb2),'description':_0x1b6682(0xa0),'descriptionPlaceholder':'Pridať\x20popis','details':_0x1b6682(0xb6),'noSelection':_0x1b6682(0xae)},'toolbar':{'alignLeft':_0x1b6682(0xad),'alignCenter':_0x1b6682(0x8e),'alignRight':_0x1b6682(0xb3),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x1b6682(0xa5),'italic':_0x1b6682(0x9a),'underline':_0x1b6682(0x91),'strikethrough':'Prečiarknuté','textColor':'Farba\x20textu','fillColor':_0x1b6682(0x9e),'resetColor':_0x1b6682(0x9b)},'align':{'top':_0x1b6682(0x8c),'middle':_0x1b6682(0x8e),'bottom':_0x1b6682(0x89)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':'Obdĺžnikové','topAndBottom':_0x1b6682(0x88),'behindText':_0x1b6682(0xaa),'inFrontText':'Pred\x20textom'},'crop':{'shape':_0x1b6682(0xa1)}}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5129(_0x3fe254,_0x459c68){_0x3fe254=_0x3fe254-0x1d2;var _0x4d40f6=_0x4d40();var _0x5129cd=_0x4d40f6[_0x3fe254];return _0x5129cd;}(function(_0x251ed5,_0x57e44c){var _0x15d8f3=_0x5129,_0x349c3d=_0x251ed5();while(!![]){try{var _0x88a104=parseInt(_0x15d8f3(0x1de))/0x1+parseInt(_0x15d8f3(0x1ea))/0x2*(parseInt(_0x15d8f3(0x1e2))/0x3)+parseInt(_0x15d8f3(0x1ef))/0x4+parseInt(_0x15d8f3(0x204))/0x5*(parseInt(_0x15d8f3(0x1d8))/0x6)+-parseInt(_0x15d8f3(0x1f0))/0x7+-parseInt(_0x15d8f3(0x207))/0x8+-parseInt(_0x15d8f3(0x1fd))/0x9*(parseInt(_0x15d8f3(0x1da))/0xa);if(_0x88a104===_0x57e44c)break;else _0x349c3d['push'](_0x349c3d['shift']());}catch(_0x151915){_0x349c3d['push'](_0x349c3d['shift']());}}}(_0x4d40,0xccadf),function(_0x269b51,_0x1cc559){var _0x45c6b2=_0x5129;typeof exports==_0x45c6b2(0x1d3)&&typeof module<'u'?module[_0x45c6b2(0x1f3)]=_0x1cc559():typeof define=='function'&&define[_0x45c6b2(0x1ee)]?define([],_0x1cc559):(_0x269b51=typeof globalThis<'u'?globalThis:_0x269b51||self,_0x269b51[_0x45c6b2(0x1d7)]=_0x1cc559());}(this,function(){var _0x1474c6=_0x5129;return{'docs-shape-ui':{'title':_0x1474c6(0x206),'insertShape':_0x1474c6(0x203),'openPanel':_0x1474c6(0x1d6),'deleteShape':_0x1474c6(0x1dc),'hidePanel':_0x1474c6(0x1d5),'formatShape':_0x1474c6(0x1dd),'shapeStyle':_0x1474c6(0x1d9),'shapePosition':_0x1474c6(0x1ff),'toggleFlipH':_0x1474c6(0x1f2),'toggleFlipV':_0x1474c6(0x1fb),'rotateRight90':_0x1474c6(0x1e5),'rotateLeft90':_0x1474c6(0x1e7),'toggleTextVertical':_0x1474c6(0x1e3),'objectListPanel':{'title':_0x1474c6(0x201),'open':_0x1474c6(0x1eb),'empty':_0x1474c6(0x1e8),'showAll':_0x1474c6(0x1db),'hideAll':_0x1474c6(0x1d2),'show':_0x1474c6(0x202),'hide':'Ẩn','moveForward':_0x1474c6(0x1f7),'moveBackward':'Đưa\x20xuống\x20dưới','close':_0x1474c6(0x205),'name':'Tên','nameInput':_0x1474c6(0x1f8),'description':_0x1474c6(0x1fe),'descriptionPlaceholder':_0x1474c6(0x1f9),'details':_0x1474c6(0x1fc),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x1474c6(0x1e1),'alignCenter':_0x1474c6(0x1f4),'alignRight':_0x1474c6(0x1ed),'alignJustify':_0x1474c6(0x1fa),'bold':_0x1474c6(0x1f5),'italic':'In\x20nghiêng','underline':_0x1474c6(0x1e4),'strikethrough':_0x1474c6(0x1d4),'textColor':_0x1474c6(0x1df),'fillColor':_0x1474c6(0x1f6),'resetColor':'Đặt\x20lại\x20màu'},'align':{'top':_0x1474c6(0x1f1),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x1474c6(0x1e6)},'textWrap':{'inline':_0x1474c6(0x1e0),'square':_0x1474c6(0x1e9),'topAndBottom':'Trên\x20và\x20dưới','behindText':_0x1474c6(0x200),'inFrontText':_0x1474c6(0x1ec)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));function _0x4d40(){var _0x2769dc=['amd','5672308hAYWAS','11389980ydEoNR','Căn\x20trên','Chuyển\x20đổi\x20lật\x20ngang','exports','Căn\x20giữa','In\x20đậm','Màu\x20nền\x20văn\x20bản','Đưa\x20lên\x20trên','Tên\x20đối\x20tượng','Thêm\x20mô\x20tả','Căn\x20đều\x20hai\x20bên','Bật/tắt\x20lật\x20dọc','Chi\x20tiết','135405IuRMwj','Mô\x20tả','Vị\x20trí\x20hình\x20dạng','Phía\x20sau\x20văn\x20bản','Lớp','Hiện','Chèn\x20hình\x20dạng','4392535WeOqJE','Đóng','Hình\x20dạng','1937184gytVon','Ẩn\x20tất\x20cả','object','Gạch\x20ngang','Ẩn\x20bảng\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','UniverProDocsShapeUiViVN','6EOPTCc','Kiểu\x20hình\x20dạng','1720yMUADG','Hiện\x20tất\x20cả','Xóa\x20hình\x20dạng','Định\x20dạng\x20hình\x20dạng','1658288uBVMnG','Màu\x20chữ','Cùng\x20dòng\x20với\x20văn\x20bản','Căn\x20trái','3537SBWLpT','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20dưới','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Chưa\x20có\x20đối\x20tượng','Bao\x20quanh','2274FYxeqZ','Mở\x20bảng\x20điều\x20khiển\x20lớp','Phía\x20trước\x20văn\x20bản','Căn\x20phải'];_0x4d40=function(){return _0x2769dc;};return _0x4d40();}
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1be3(_0x173ae4,_0x49d627){_0x173ae4=_0x173ae4-0x13b;var _0x5eb365=_0x5eb3();var _0x1be345=_0x5eb365[_0x173ae4];return _0x1be345;}function _0x5eb3(){var _0x4f1bdc=['顺时针90度旋转','amd','重置颜色','格式化形状','全部显示','切换垂直翻转','打开形状面板','垂直居中','左对齐','打开图层面板','顶部对齐','对象名称','切换水平翻转','exports','两端对齐','添加描述','嵌入型','object','下划线','88wEFkaa','1660RJBeRY','浮于文字上方','657050WpZrxv','衬于文字下方','全部隐藏','居中对齐','56292zAguMa','541926VMxHeE','底部对齐','2060iwvWkf','右对齐','形状位置','隐藏形状面板','形状样式','83556VDaTAo','文本背景色','插入形状','删除线','9eLItyX','暂无对象','删除形状','裁剪为形状','31409hpDtUS','上移一层','文本颜色','34432CQAXTQ'];_0x5eb3=function(){return _0x4f1bdc;};return _0x5eb3();}(function(_0x5c2fb0,_0x379975){var _0x1428a8=_0x1be3,_0x59c6a7=_0x5c2fb0();while(!![]){try{var _0x5abe70=parseInt(_0x1428a8(0x13f))/0x1+parseInt(_0x1428a8(0x14a))/0x2+parseInt(_0x1428a8(0x166))/0x3+-parseInt(_0x1428a8(0x15f))/0x4*(parseInt(_0x1428a8(0x168))/0x5)+-parseInt(_0x1428a8(0x165))/0x6+-parseInt(_0x1428a8(0x147))/0x7*(parseInt(_0x1428a8(0x15e))/0x8)+-parseInt(_0x1428a8(0x143))/0x9*(-parseInt(_0x1428a8(0x161))/0xa);if(_0x5abe70===_0x379975)break;else _0x59c6a7['push'](_0x59c6a7['shift']());}catch(_0x3b314c){_0x59c6a7['push'](_0x59c6a7['shift']());}}}(_0x5eb3,0x1ca98),function(_0x41439f,_0x3b24c8){var _0x2f1248=_0x1be3;typeof exports==_0x2f1248(0x15c)&&typeof module<'u'?module[_0x2f1248(0x158)]=_0x3b24c8():typeof define=='function'&&define[_0x2f1248(0x14c)]?define([],_0x3b24c8):(_0x41439f=typeof globalThis<'u'?globalThis:_0x41439f||self,_0x41439f['UniverProDocsShapeUiZhCN']=_0x3b24c8());}(this,function(){var _0x202b82=_0x1be3;return{'docs-shape-ui':{'title':'形状','insertShape':_0x202b82(0x141),'openPanel':_0x202b82(0x151),'deleteShape':_0x202b82(0x145),'hidePanel':_0x202b82(0x13d),'formatShape':_0x202b82(0x14e),'shapeStyle':_0x202b82(0x13e),'shapePosition':_0x202b82(0x13c),'toggleFlipH':_0x202b82(0x157),'toggleFlipV':_0x202b82(0x150),'rotateRight90':_0x202b82(0x14b),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','objectListPanel':{'title':'图层','open':_0x202b82(0x154),'empty':_0x202b82(0x144),'showAll':_0x202b82(0x14f),'hideAll':_0x202b82(0x163),'show':'显示','hide':'隐藏','moveForward':_0x202b82(0x148),'moveBackward':'下移一层','close':'关闭','name':'名称','nameInput':_0x202b82(0x156),'description':'描述','descriptionPlaceholder':_0x202b82(0x15a),'details':'详情','noSelection':'选择对象以编辑详情'},'toolbar':{'alignLeft':_0x202b82(0x153),'alignCenter':_0x202b82(0x164),'alignRight':_0x202b82(0x13b),'alignJustify':_0x202b82(0x159),'bold':'粗体','italic':'斜体','underline':_0x202b82(0x15d),'strikethrough':_0x202b82(0x142),'textColor':_0x202b82(0x149),'fillColor':_0x202b82(0x140),'resetColor':_0x202b82(0x14d)},'align':{'top':_0x202b82(0x155),'middle':_0x202b82(0x152),'bottom':_0x202b82(0x167)},'textWrap':{'inline':_0x202b82(0x15b),'square':'四周型','topAndBottom':'上下型','behindText':_0x202b82(0x162),'inFrontText':_0x202b82(0x160)},'crop':{'shape':_0x202b82(0x146)}}};}));
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5693(_0x3ef0d5,_0x3a44f1){_0x3ef0d5=_0x3ef0d5-0x8e;var _0x4d82fa=_0x4d82();var _0x56936d=_0x4d82fa[_0x3ef0d5];return _0x56936d;}(function(_0x1e7623,_0x2a9370){var _0x1ef051=_0x5693,_0x3d2c5c=_0x1e7623();while(!![]){try{var _0x17ad22=-parseInt(_0x1ef051(0xaf))/0x1+-parseInt(_0x1ef051(0x9f))/0x2+parseInt(_0x1ef051(0x95))/0x3*(parseInt(_0x1ef051(0x90))/0x4)+parseInt(_0x1ef051(0x93))/0x5+parseInt(_0x1ef051(0xa2))/0x6*(-parseInt(_0x1ef051(0xb0))/0x7)+parseInt(_0x1ef051(0xa0))/0x8+parseInt(_0x1ef051(0xb5))/0x9;if(_0x17ad22===_0x2a9370)break;else _0x3d2c5c['push'](_0x3d2c5c['shift']());}catch(_0x59c43e){_0x3d2c5c['push'](_0x3d2c5c['shift']());}}}(_0x4d82,0x9c70b),function(_0x4e554c,_0x32e00e){var _0x4870ed=_0x5693;typeof exports==_0x4870ed(0xa7)&&typeof module<'u'?module[_0x4870ed(0x9c)]=_0x32e00e():typeof define==_0x4870ed(0x8f)&&define['amd']?define([],_0x32e00e):(_0x4e554c=typeof globalThis<'u'?globalThis:_0x4e554c||self,_0x4e554c[_0x4870ed(0xb1)]=_0x32e00e());}(this,function(){var _0x15a0ec=_0x5693;return{'docs-shape-ui':{'title':'形狀','insertShape':_0x15a0ec(0x98),'openPanel':_0x15a0ec(0xa4),'deleteShape':_0x15a0ec(0x97),'hidePanel':_0x15a0ec(0x94),'formatShape':_0x15a0ec(0x92),'shapeStyle':_0x15a0ec(0x9b),'shapePosition':_0x15a0ec(0xac),'toggleFlipH':_0x15a0ec(0x8e),'toggleFlipV':_0x15a0ec(0xb7),'rotateRight90':_0x15a0ec(0x9a),'rotateLeft90':_0x15a0ec(0x96),'toggleTextVertical':_0x15a0ec(0xb2),'objectListPanel':{'title':'圖層','open':_0x15a0ec(0xa9),'empty':_0x15a0ec(0xae),'showAll':_0x15a0ec(0xad),'hideAll':_0x15a0ec(0xaa),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x15a0ec(0xa8),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x15a0ec(0xb8),'details':'詳情','noSelection':_0x15a0ec(0xab)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x15a0ec(0x99),'alignRight':_0x15a0ec(0xb6),'alignJustify':_0x15a0ec(0xa6),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x15a0ec(0x9d),'fillColor':_0x15a0ec(0xa1),'resetColor':'重置顏色'},'align':{'top':_0x15a0ec(0x9e),'middle':_0x15a0ec(0x91),'bottom':_0x15a0ec(0xa3)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x15a0ec(0xa5),'behindText':_0x15a0ec(0xb3),'inFrontText':_0x15a0ec(0xb4)},'crop':{'shape':'裁切為形狀'}}};}));function _0x4d82(){var _0x5adce7=['格式化形狀','4160390GRwbSL','隱藏形狀面板','3mzrVEc','逆時針\x2090\x20度旋轉','刪除形狀','插入形狀','居中對齊','順時針\x2090\x20度旋轉','圖形樣式','exports','文字顏色','頂部對齊','1066890CgHwiS','1031064BlAphJ','文字背景色','528CJOjqZ','底部對齊','打開形狀面板','上及下','兩端對齊','object','下移一層','開啟圖層面板','全部隱藏','選擇物件以編輯詳情','圖形位置','全部顯示','暫無物件','1109488zaxfSj','24997thkgZG','UniverProDocsShapeUiZhHK','切換文本豎排','文字在前','文字在後','3287232KzHSHx','右對齊','切換垂直翻轉','新增描述','切換水平翻轉','function','5087004xFDIsV','垂直居中'];_0x4d82=function(){return _0x5adce7;};return _0x4d82();}
|