@univerjs-pro/docs-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 -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 +0 -10
- 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/doc-shape-render.controller.d.ts +2 -2
- package/lib/types/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
- package/lib/types/index.d.ts +1 -5
- package/lib/types/locale/en-US.d.ts +18 -0
- 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/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/view-model/shape-data-model.d.ts +0 -6
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2f5602=_0x223d;(function(_0x6912cd,_0x557eaf){const _0x140da2=_0x223d,_0x11a172=_0x6912cd();while(!![]){try{const _0xd31a62=parseInt(_0x140da2(0x86))/0x1*(-parseInt(_0x140da2(0x6a))/0x2)+parseInt(_0x140da2(0x89))/0x3+-parseInt(_0x140da2(0x71))/0x4*(-parseInt(_0x140da2(0x80))/0x5)+-parseInt(_0x140da2(0x76))/0x6+-parseInt(_0x140da2(0x73))/0x7+parseInt(_0x140da2(0x7e))/0x8*(parseInt(_0x140da2(0x7f))/0x9)+parseInt(_0x140da2(0x75))/0xa;if(_0xd31a62===_0x557eaf)break;else _0x11a172['push'](_0x11a172['shift']());}catch(_0x10bdd4){_0x11a172['push'](_0x11a172['shift']());}}}(_0x18c7,0xa7184));function _0x223d(_0x340851,_0x279caf){_0x340851=_0x340851-0x6a;const _0x18c7db=_0x18c7();let _0x223dc1=_0x18c7db[_0x340851];return _0x223dc1;}const e={'docs-shape-ui':{'title':_0x2f5602(0x8f),'insertShape':_0x2f5602(0x7b),'openPanel':_0x2f5602(0x8b),'deleteShape':'Eliminar\x20forma','hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':'Formato\x20de\x20forma','shapeStyle':_0x2f5602(0x6f),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x2f5602(0x8a),'rotateRight90':_0x2f5602(0x6b),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x2f5602(0x83),'objectListPanel':{'title':_0x2f5602(0x87),'open':'Abrir\x20panel\x20de\x20capas','empty':'Sin\x20objetos','showAll':_0x2f5602(0x81),'hideAll':_0x2f5602(0x72),'show':'Mostrar','hide':_0x2f5602(0x6c),'moveForward':_0x2f5602(0x7d),'moveBackward':'Enviar\x20atrás','close':_0x2f5602(0x8e),'name':'Nombre','nameInput':_0x2f5602(0x88),'description':_0x2f5602(0x85),'descriptionPlaceholder':_0x2f5602(0x84),'details':'Detalles','noSelection':_0x2f5602(0x6d)},'toolbar':{'alignLeft':_0x2f5602(0x7c),'alignCenter':_0x2f5602(0x79),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':'Justificar','bold':'Negrita','italic':'Cursiva','underline':_0x2f5602(0x78),'strikethrough':'Tachado','textColor':_0x2f5602(0x77),'fillColor':_0x2f5602(0x82),'resetColor':_0x2f5602(0x8c)},'align':{'top':'Alinear\x20arriba','middle':_0x2f5602(0x70),'bottom':'Alinear\x20abajo'},'textWrap':{'inline':_0x2f5602(0x7a),'square':_0x2f5602(0x91),'topAndBottom':_0x2f5602(0x74),'behindText':_0x2f5602(0x90),'inFrontText':_0x2f5602(0x8d)},'crop':{'shape':_0x2f5602(0x6e)}}};function _0x18c7(){const _0x4190f5=['Cerrar','Forma','Detrás\x20del\x20texto','Cuadrado','17102wkhysf','Rotar\x2090°\x20a\x20la\x20derecha','Ocultar','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Recortar\x20a\x20forma','Estilo\x20de\x20forma','Alinear\x20al\x20medio','513644ZqXrdV','Ocultar\x20todo','4321849uNmdFR','Arriba\x20y\x20abajo','11438980BgqzYN','4126626ApxMOF','Color\x20de\x20texto','Subrayado','Centrar','En\x20línea\x20con\x20el\x20texto','Insertar\x20forma','Alinear\x20a\x20la\x20izquierda','Traer\x20adelante','8mWoarn','1062954bdaaCr','40vtXuMt','Mostrar\x20todo','Color\x20de\x20fondo\x20de\x20texto','Alternar\x20texto\x20vertical','Agregar\x20descripción','Descripción','63GvjBiD','Capas','Nombre\x20del\x20objeto','717057IehxdB','Alternar\x20volteo\x20vertical','Abrir\x20panel\x20de\x20formas','Restablecer\x20color','Delante\x20del\x20texto'];_0x18c7=function(){return _0x4190f5;};return _0x18c7();}export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x41a7ad=_0x2092;(function(_0x3a4849,_0xcbc082){const _0x332a50=_0x2092,_0x307a4f=_0x3a4849();while(!![]){try{const _0x536442=-parseInt(_0x332a50(0x19b))/0x1+parseInt(_0x332a50(0x19e))/0x2*(-parseInt(_0x332a50(0x1a3))/0x3)+-parseInt(_0x332a50(0x17a))/0x4+parseInt(_0x332a50(0x17e))/0x5*(parseInt(_0x332a50(0x198))/0x6)+parseInt(_0x332a50(0x186))/0x7*(-parseInt(_0x332a50(0x17f))/0x8)+-parseInt(_0x332a50(0x183))/0x9+parseInt(_0x332a50(0x18f))/0xa;if(_0x536442===_0xcbc082)break;else _0x307a4f['push'](_0x307a4f['shift']());}catch(_0x10b801){_0x307a4f['push'](_0x307a4f['shift']());}}}(_0x2cba,0x56784));const e={'docs-shape-ui':{'title':_0x41a7ad(0x1a7),'insertShape':_0x41a7ad(0x187),'openPanel':'باز\x20کردن\x20پنل\x20شکلها','deleteShape':_0x41a7ad(0x19c),'hidePanel':_0x41a7ad(0x184),'formatShape':_0x41a7ad(0x180),'shapeStyle':_0x41a7ad(0x17c),'shapePosition':_0x41a7ad(0x189),'toggleFlipH':_0x41a7ad(0x18e),'toggleFlipV':'تغییر\x20وضعیت\x20چرخش\x20عمودی','rotateRight90':_0x41a7ad(0x185),'rotateLeft90':_0x41a7ad(0x182),'toggleTextVertical':_0x41a7ad(0x195),'objectListPanel':{'title':'لایهها','open':_0x41a7ad(0x17d),'empty':_0x41a7ad(0x192),'showAll':'نمایش\x20همه','hideAll':_0x41a7ad(0x18b),'show':_0x41a7ad(0x1a6),'hide':_0x41a7ad(0x1a5),'moveForward':_0x41a7ad(0x18a),'moveBackward':_0x41a7ad(0x199),'close':_0x41a7ad(0x191),'name':'نام','nameInput':_0x41a7ad(0x196),'description':'توضیحات','descriptionPlaceholder':'توضیحی\x20اضافه\x20کنید','details':_0x41a7ad(0x19a),'noSelection':_0x41a7ad(0x197)},'toolbar':{'alignLeft':'تراز\x20چپ','alignCenter':'تراز\x20وسط','alignRight':_0x41a7ad(0x17b),'alignJustify':_0x41a7ad(0x1a0),'bold':_0x41a7ad(0x18d),'italic':_0x41a7ad(0x1a2),'underline':'خطکشی','strikethrough':_0x41a7ad(0x1a4),'textColor':_0x41a7ad(0x188),'fillColor':_0x41a7ad(0x1a1),'resetColor':'بازنشانی\x20رنگ'},'align':{'top':_0x41a7ad(0x193),'middle':_0x41a7ad(0x194),'bottom':_0x41a7ad(0x19d)},'textWrap':{'inline':'در\x20یک\x20خط\x20با\x20متن','square':_0x41a7ad(0x181),'topAndBottom':_0x41a7ad(0x190),'behindText':'پشت\x20متن','inFrontText':_0x41a7ad(0x19f)},'crop':{'shape':_0x41a7ad(0x18c)}}};function _0x2092(_0x3d2cd1,_0xf5e67){_0x3d2cd1=_0x3d2cd1-0x17a;const _0x2cba04=_0x2cba();let _0x209238=_0x2cba04[_0x3d2cd1];return _0x209238;}function _0x2cba(){const _0xf7b1aa=['جزئیات','633411vvEywI','حذف\x20شکل','تراز\x20پایین','5050vLkSaF','جلوی\x20متن','توجیه','رنگ\x20پسزمینه\x20متن','ایتالیک','717jbECXx','خطدار','پنهان\x20کردن','نمایش','شکل','149192UwyKuF','تراز\x20راست','سبک\x20شکل','باز\x20کردن\x20پنل\x20لایهها','343555Ubqgyf','3651808ZKiNOY','قالببندی\x20شکل','مربع','چرخش\x20۹۰\x20درجه\x20به\x20چپ','2104362CafumB','مخفی\x20کردن\x20پنل\x20شکلها','چرخش\x20۹۰\x20درجه\x20به\x20راست','7TOHZLe','درج\x20شکل','رنگ\x20متن','موقعیت\x20شکل','جلو\x20آوردن','پنهان\x20کردن\x20همه','کراپ\x20به\x20شکل','پررنگ','تغییر\x20وضعیت\x20چرخش\x20افقی','20438140mDaIIz','بالا\x20و\x20پایین','بستن','هیچ\x20شیئی\x20وجود\x20ندارد','تراز\x20بالا','تراز\x20وسط','تغییر\x20وضعیت\x20متن\x20عمودی','نام\x20شیء','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید','24JlOjxv','عقب\x20بردن'];_0x2cba=function(){return _0xf7b1aa;};return _0x2cba();}export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x330c72=_0x1d9f;(function(_0x485542,_0xb37339){const _0x36fb51=_0x1d9f,_0x499d69=_0x485542();while(!![]){try{const _0x2d7128=parseInt(_0x36fb51(0x145))/0x1+parseInt(_0x36fb51(0x13b))/0x2*(-parseInt(_0x36fb51(0x158))/0x3)+-parseInt(_0x36fb51(0x13d))/0x4+parseInt(_0x36fb51(0x15f))/0x5*(parseInt(_0x36fb51(0x142))/0x6)+parseInt(_0x36fb51(0x13e))/0x7+-parseInt(_0x36fb51(0x156))/0x8+-parseInt(_0x36fb51(0x143))/0x9*(parseInt(_0x36fb51(0x157))/0xa);if(_0x2d7128===_0xb37339)break;else _0x499d69['push'](_0x499d69['shift']());}catch(_0x5c73bf){_0x499d69['push'](_0x499d69['shift']());}}}(_0x1cb9,0x789f8));function _0x1d9f(_0x12dfb6,_0x1c8fa5){_0x12dfb6=_0x12dfb6-0x137;const _0x1cb9ea=_0x1cb9();let _0x1d9fe3=_0x1cb9ea[_0x12dfb6];return _0x1d9fe3;}const e={'docs-shape-ui':{'title':_0x330c72(0x13c),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x330c72(0x147),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x330c72(0x146),'formatShape':_0x330c72(0x13f),'shapeStyle':_0x330c72(0x150),'shapePosition':_0x330c72(0x15c),'toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':_0x330c72(0x14a),'rotateRight90':_0x330c72(0x15d),'rotateLeft90':'Pivoter\x20à\x20gauche\x20de\x2090°','toggleTextVertical':_0x330c72(0x13a),'objectListPanel':{'title':_0x330c72(0x14b),'open':_0x330c72(0x140),'empty':'Aucun\x20objet','showAll':'Tout\x20afficher','hideAll':_0x330c72(0x14e),'show':'Afficher','hide':'Masquer','moveForward':'Avancer','moveBackward':_0x330c72(0x149),'close':'Fermer','name':'Nom','nameInput':'Nom\x20de\x20l’objet','description':'Description','descriptionPlaceholder':_0x330c72(0x159),'details':'Détails','noSelection':_0x330c72(0x15a)},'toolbar':{'alignLeft':'Aligner\x20à\x20gauche','alignCenter':'Aligner\x20au\x20centre','alignRight':_0x330c72(0x155),'alignJustify':'Justifier','bold':_0x330c72(0x137),'italic':_0x330c72(0x15b),'underline':_0x330c72(0x139),'strikethrough':_0x330c72(0x14d),'textColor':_0x330c72(0x15e),'fillColor':_0x330c72(0x152),'resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x330c72(0x141),'middle':_0x330c72(0x151),'bottom':_0x330c72(0x14f)},'textWrap':{'inline':_0x330c72(0x14c),'square':_0x330c72(0x154),'topAndBottom':_0x330c72(0x153),'behindText':_0x330c72(0x138),'inFrontText':_0x330c72(0x148)},'crop':{'shape':_0x330c72(0x144)}}};function _0x1cb9(){const _0x5ee804=['Forme','3109756SMlDsN','6490197kVVcoM','Format\x20de\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20calques','Aligner\x20en\x20haut','237588FkfyTY','9NilJaP','Rogner\x20à\x20la\x20forme','275642cmokdl','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','Devant\x20le\x20texte','Reculer','Basculer\x20le\x20retournement\x20vertical','Calques','Aligné\x20avec\x20le\x20texte','Barré','Tout\x20masquer','Aligner\x20en\x20bas','Style\x20de\x20la\x20forme','Aligner\x20au\x20milieu','Couleur\x20de\x20fond\x20du\x20texte','Haut\x20et\x20bas','Carré','Aligner\x20à\x20droite','2674896LsTLkK','1772830Mhjehn','330411BJjvkD','Ajouter\x20une\x20description','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Italique','Position\x20de\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Couleur\x20du\x20texte','115jIXfud','Gras','Derrière\x20le\x20texte','Souligné','Basculer\x20le\x20texte\x20vertical','6zpVIUF'];_0x1cb9=function(){return _0x5ee804;};return _0x1cb9();}export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x28a2d8=_0x167c;(function(_0x502648,_0x3cd6e3){const _0x317739=_0x167c,_0xd878b7=_0x502648();while(!![]){try{const _0x4c9d8b=parseInt(_0x317739(0xc9))/0x1+-parseInt(_0x317739(0xea))/0x2*(parseInt(_0x317739(0xde))/0x3)+parseInt(_0x317739(0xd0))/0x4+parseInt(_0x317739(0xe4))/0x5+-parseInt(_0x317739(0xdd))/0x6+parseInt(_0x317739(0xcf))/0x7*(-parseInt(_0x317739(0xda))/0x8)+parseInt(_0x317739(0xd5))/0x9*(parseInt(_0x317739(0xeb))/0xa);if(_0x4c9d8b===_0x3cd6e3)break;else _0xd878b7['push'](_0xd878b7['shift']());}catch(_0x41584d){_0xd878b7['push'](_0xd878b7['shift']());}}}(_0x1316,0xa5149));const e={'docs-shape-ui':{'title':_0x28a2d8(0xe1),'insertShape':_0x28a2d8(0xee),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':'Hapus\x20Bentuk','hidePanel':_0x28a2d8(0xf2),'formatShape':_0x28a2d8(0xe9),'shapeStyle':_0x28a2d8(0xe2),'shapePosition':_0x28a2d8(0xe5),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0x28a2d8(0xd1),'rotateRight90':_0x28a2d8(0xed),'rotateLeft90':_0x28a2d8(0xd7),'toggleTextVertical':_0x28a2d8(0xef),'objectListPanel':{'title':_0x28a2d8(0xd3),'open':_0x28a2d8(0xf4),'empty':'Tidak\x20ada\x20objek','showAll':_0x28a2d8(0xf3),'hideAll':_0x28a2d8(0xf8),'show':_0x28a2d8(0xe6),'hide':'Sembunyikan','moveForward':_0x28a2d8(0xce),'moveBackward':_0x28a2d8(0xdc),'close':_0x28a2d8(0xd4),'name':_0x28a2d8(0xe0),'nameInput':_0x28a2d8(0xf5),'description':_0x28a2d8(0xe7),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x28a2d8(0xca),'noSelection':_0x28a2d8(0xf0)},'toolbar':{'alignLeft':_0x28a2d8(0xd6),'alignCenter':_0x28a2d8(0xf6),'alignRight':'Rata\x20Kanan','alignJustify':_0x28a2d8(0xd9),'bold':_0x28a2d8(0xd2),'italic':_0x28a2d8(0xe3),'underline':_0x28a2d8(0xcc),'strikethrough':'Coret','textColor':_0x28a2d8(0xec),'fillColor':_0x28a2d8(0xe8),'resetColor':_0x28a2d8(0xdb)},'align':{'top':_0x28a2d8(0xcd),'middle':_0x28a2d8(0xf6),'bottom':_0x28a2d8(0xd8)},'textWrap':{'inline':'Sejajar\x20dengan\x20teks','square':_0x28a2d8(0xf1),'topAndBottom':_0x28a2d8(0xdf),'behindText':_0x28a2d8(0xf7),'inFrontText':_0x28a2d8(0xcb)},'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}}};export{e as default};function _0x167c(_0x15872c,_0x509df4){_0x15872c=_0x15872c-0xc9;const _0x131630=_0x1316();let _0x167cb5=_0x131630[_0x15872c];return _0x167cb5;}function _0x1316(){const _0x537598=['Putar\x20Kanan\x2090°','Sisipkan\x20Bentuk','Ubah\x20Teks\x20Vertikal','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Kotak','Sembunyikan\x20Panel\x20Bentuk','Tampilkan\x20semua','Buka\x20panel\x20lapisan','Nama\x20objek','Rata\x20Tengah','Di\x20belakang\x20teks','Sembunyikan\x20semua','1073884oRlDeL','Detail','Di\x20depan\x20teks','Garis\x20bawah','Rata\x20Atas','Bawa\x20ke\x20depan','14bepzOe','1930772KqLyfF','Balik\x20Vertikal','Tebal','Lapisan','Tutup','9qCAcwA','Rata\x20Kiri','Putar\x20Kiri\x2090°','Rata\x20Bawah','Rata\x20Kanan\x20Kiri','1653592AoLzhx','Atur\x20ulang\x20warna','Kirim\x20ke\x20belakang','5138628OqzXzi','1142301jKDryY','Atas\x20dan\x20Bawah','Nama','Bentuk','Gaya\x20Bentuk','Miring','2914780jyoYgA','Posisi\x20Bentuk','Tampilkan','Deskripsi','Warna\x20latar\x20teks','Format\x20Bentuk','2yVmulc','1872390fZLxnV','Warna\x20teks'];_0x1316=function(){return _0x537598;};return _0x1316();}
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x562a(){const _0x282899=['8tzkOQb','406646tFdZjc','Colore\x20testo','2558385GrKTUq','In\x20linea\x20con\x20il\x20testo','Reimposta\x20colore','Posizione\x20forma','1833937xNLCjV','Grassetto','Allinea\x20a\x20Destra','Aggiungi\x20una\x20descrizione','Allinea\x20al\x20centro','2722674JfPjVh','Elimina\x20forma','Apri\x20il\x20pannello\x20livelli','Ritaglia\x20a\x20forma','Allinea\x20in\x20basso','Attiva/disattiva\x20testo\x20verticale','Sottolineato','Nessun\x20oggetto','Apri\x20pannello\x20forma','Attiva/disattiva\x20capovolgimento\x20verticale','2qBTdTk','Formato\x20forma','Ruota\x20a\x20sinistra\x2090°','Chiudi','9449328zIojsC','3162699bBXuwp','Stile\x20forma','Attiva/disattiva\x20capovolgimento\x20orizzontale','Allinea\x20a\x20Sinistra','Nascondi\x20pannello\x20forma','Davanti\x20al\x20testo','4HfUTji','Nascondi\x20tutti','Quadrato','Porta\x20indietro','Mostra\x20tutti','Colore\x20sfondo\x20testo','Inserisci\x20forma','Superiore\x20e\x20inferiore','Allinea\x20al\x20Centro','Nascondi','Allinea\x20in\x20alto','31580200mXlxQq','Nome'];_0x562a=function(){return _0x282899;};return _0x562a();}function _0x2537(_0x35b169,_0x28898e){_0x35b169=_0x35b169-0x147;const _0x562a2f=_0x562a();let _0x25372d=_0x562a2f[_0x35b169];return _0x25372d;}const _0x3fb546=_0x2537;(function(_0x4e9f3b,_0x2664bb){const _0x501978=_0x2537,_0x1175c8=_0x4e9f3b();while(!![]){try{const _0x3b4c33=-parseInt(_0x501978(0x173))/0x1*(-parseInt(_0x501978(0x15a))/0x2)+parseInt(_0x501978(0x150))/0x3+-parseInt(_0x501978(0x165))/0x4*(-parseInt(_0x501978(0x147))/0x5)+parseInt(_0x501978(0x15e))/0x6+parseInt(_0x501978(0x14b))/0x7+parseInt(_0x501978(0x172))/0x8*(parseInt(_0x501978(0x15f))/0x9)+-parseInt(_0x501978(0x170))/0xa;if(_0x3b4c33===_0x2664bb)break;else _0x1175c8['push'](_0x1175c8['shift']());}catch(_0x110209){_0x1175c8['push'](_0x1175c8['shift']());}}}(_0x562a,0xd1057));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x3fb546(0x16b),'openPanel':_0x3fb546(0x158),'deleteShape':_0x3fb546(0x151),'hidePanel':_0x3fb546(0x163),'formatShape':_0x3fb546(0x15b),'shapeStyle':_0x3fb546(0x160),'shapePosition':_0x3fb546(0x14a),'toggleFlipH':_0x3fb546(0x161),'toggleFlipV':_0x3fb546(0x159),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x3fb546(0x15c),'toggleTextVertical':_0x3fb546(0x155),'objectListPanel':{'title':'Livelli','open':_0x3fb546(0x152),'empty':_0x3fb546(0x157),'showAll':_0x3fb546(0x169),'hideAll':_0x3fb546(0x166),'show':'Mostra','hide':_0x3fb546(0x16e),'moveForward':'Porta\x20avanti','moveBackward':_0x3fb546(0x168),'close':_0x3fb546(0x15d),'name':_0x3fb546(0x171),'nameInput':'Nome\x20oggetto','description':'Descrizione','descriptionPlaceholder':_0x3fb546(0x14e),'details':'Dettagli','noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':_0x3fb546(0x162),'alignCenter':_0x3fb546(0x16d),'alignRight':_0x3fb546(0x14d),'alignJustify':'Giustifica','bold':_0x3fb546(0x14c),'italic':'Corsivo','underline':_0x3fb546(0x156),'strikethrough':'Barrato','textColor':_0x3fb546(0x174),'fillColor':_0x3fb546(0x16a),'resetColor':_0x3fb546(0x149)},'align':{'top':_0x3fb546(0x16f),'middle':_0x3fb546(0x14f),'bottom':_0x3fb546(0x154)},'textWrap':{'inline':_0x3fb546(0x148),'square':_0x3fb546(0x167),'topAndBottom':_0x3fb546(0x16c),'behindText':'Dietro\x20il\x20testo','inFrontText':_0x3fb546(0x164)},'crop':{'shape':_0x3fb546(0x153)}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x4809(_0x48ad37,_0x2eeb07){_0x48ad37=_0x48ad37-0x160;const _0x299b00=_0x299b();let _0x4809a1=_0x299b00[_0x48ad37];return _0x4809a1;}function _0x299b(){const _0x2df00f=['中央揃え','文字列の背面','図形の位置','詳細を編集するオブジェクトを選択','垂直反転の切り替え','159CzhvWD','672150MVtskv','オブジェクトがありません','四角形','1562cbkySA','図形の挿入','説明を追加','テキストの縦書き/横書きの切り替え','非表示','868410TjXXru','文字の色','1760751iXUTDV','オブジェクト名','背面へ移動','形状にトリミング','7133UkuwFC','色をリセット','13751040iRWdQy','前面へ移動','10pJHBPo','1782664ClUdMd','両端揃え','5528SReoUC','すべて表示','図形の書式設定','図形を削除','塗りつぶしの色','取り消し線','文字列の前面'];_0x299b=function(){return _0x2df00f;};return _0x299b();}const _0x208038=_0x4809;(function(_0xc6f946,_0x821d59){const _0x1d049b=_0x4809,_0x42cff4=_0xc6f946();while(!![]){try{const _0xc4e40=parseInt(_0x1d049b(0x166))/0x1*(-parseInt(_0x1d049b(0x16a))/0x2)+parseInt(_0x1d049b(0x171))/0x3+parseInt(_0x1d049b(0x17a))/0x4*(parseInt(_0x1d049b(0x179))/0x5)+-parseInt(_0x1d049b(0x167))/0x6+parseInt(_0x1d049b(0x175))/0x7*(parseInt(_0x1d049b(0x17c))/0x8)+parseInt(_0x1d049b(0x16f))/0x9+-parseInt(_0x1d049b(0x177))/0xa;if(_0xc4e40===_0x821d59)break;else _0x42cff4['push'](_0x42cff4['shift']());}catch(_0xb1557e){_0x42cff4['push'](_0x42cff4['shift']());}}}(_0x299b,0xa2fa8));const e={'docs-shape-ui':{'title':'図形','insertShape':_0x208038(0x16b),'openPanel':'図形パネルを開く','deleteShape':_0x208038(0x17f),'hidePanel':'図形パネルを非表示','formatShape':_0x208038(0x17e),'shapeStyle':'図形スタイル','shapePosition':_0x208038(0x163),'toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x208038(0x165),'rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x208038(0x16d),'objectListPanel':{'title':'レイヤー','open':'レイヤーパネルを開く','empty':_0x208038(0x168),'showAll':_0x208038(0x17d),'hideAll':'すべて非表示','show':'表示','hide':_0x208038(0x16e),'moveForward':_0x208038(0x178),'moveBackward':_0x208038(0x173),'close':'閉じる','name':'名前','nameInput':_0x208038(0x172),'description':'説明','descriptionPlaceholder':_0x208038(0x16c),'details':'詳細','noSelection':_0x208038(0x164)},'toolbar':{'alignLeft':'左揃え','alignCenter':_0x208038(0x161),'alignRight':'右揃え','alignJustify':_0x208038(0x17b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x208038(0x181),'textColor':_0x208038(0x170),'fillColor':_0x208038(0x180),'resetColor':_0x208038(0x176)},'align':{'top':'上揃え','middle':'中央揃え','bottom':'下揃え'},'textWrap':{'inline':'行内','square':_0x208038(0x169),'topAndBottom':'上下','behindText':_0x208038(0x162),'inFrontText':_0x208038(0x160)},'crop':{'shape':_0x208038(0x174)}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1852(){const _0x2a7334=['도형\x20패널\x20열기','15483KLSokc','위쪽\x20맞춤','사각형','뒤로\x20보내기','도형\x20스타일','앞으로\x20가져오기','41566PBOwWN','8MbnTpJ','세부\x20정보','세로\x20뒤집기\x20전환','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','15rJEyCw','1572LlRmay','972323ARUpoG','도형\x20위치','숨기기','도형\x20삽입','텍스트\x20세로/가로\x20전환','2797245gqOUbw','텍스트와\x20같은\x20줄','레이어','가로\x20뒤집기\x20전환','글자\x20배경색','색상\x20재설정','1332255vmzBBR','모두\x20숨기기','텍스트\x20앞','30QcNWQh','반시계\x20방향으로\x2090도\x20회전','아래쪽\x20맞춤','개체\x20없음','글자\x20색상','가운데\x20맞춤','도형\x20패널\x20숨기기','250732qugZOp','텍스트\x20뒤','양쪽\x20맞춤','모양에\x20맞게\x20자르기','27190FRsYce','취소선','7zXjHTc','설명\x20추가','24uEqksZ'];_0x1852=function(){return _0x2a7334;};return _0x1852();}const _0x14b584=_0x3ccf;(function(_0x251df4,_0x5ea5aa){const _0x3f1a05=_0x3ccf,_0x24bdc8=_0x251df4();while(!![]){try{const _0x5a125e=parseInt(_0x3f1a05(0x12e))/0x1*(parseInt(_0x3f1a05(0x12c))/0x2)+parseInt(_0x3f1a05(0x111))/0x3*(-parseInt(_0x3f1a05(0x128))/0x4)+parseInt(_0x3f1a05(0x11e))/0x5+-parseInt(_0x3f1a05(0x130))/0x6*(-parseInt(_0x3f1a05(0x138))/0x7)+parseInt(_0x3f1a05(0x10d))/0x8*(-parseInt(_0x3f1a05(0x118))/0x9)+parseInt(_0x3f1a05(0x121))/0xa*(parseInt(_0x3f1a05(0x113))/0xb)+-parseInt(_0x3f1a05(0x112))/0xc*(-parseInt(_0x3f1a05(0x132))/0xd);if(_0x5a125e===_0x5ea5aa)break;else _0x24bdc8['push'](_0x24bdc8['shift']());}catch(_0x176b06){_0x24bdc8['push'](_0x24bdc8['shift']());}}}(_0x1852,0x2c84c));function _0x3ccf(_0x4837b6,_0x55d43f){_0x4837b6=_0x4837b6-0x10d;const _0x18527a=_0x1852();let _0x3ccf3f=_0x18527a[_0x4837b6];return _0x3ccf3f;}const e={'docs-shape-ui':{'title':'도형','insertShape':_0x14b584(0x116),'openPanel':_0x14b584(0x131),'deleteShape':'도형\x20삭제','hidePanel':_0x14b584(0x127),'formatShape':'도형\x20서식','shapeStyle':_0x14b584(0x136),'shapePosition':_0x14b584(0x114),'toggleFlipH':_0x14b584(0x11b),'toggleFlipV':_0x14b584(0x10f),'rotateRight90':'시계\x20방향으로\x2090도\x20회전','rotateLeft90':_0x14b584(0x122),'toggleTextVertical':_0x14b584(0x117),'objectListPanel':{'title':_0x14b584(0x11a),'open':'레이어\x20패널\x20열기','empty':_0x14b584(0x124),'showAll':'모두\x20표시','hideAll':_0x14b584(0x11f),'show':'표시','hide':_0x14b584(0x115),'moveForward':_0x14b584(0x137),'moveBackward':_0x14b584(0x135),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x14b584(0x12f),'details':_0x14b584(0x10e),'noSelection':_0x14b584(0x110)},'toolbar':{'alignLeft':'왼쪽\x20정렬','alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':_0x14b584(0x12a),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x14b584(0x12d),'textColor':_0x14b584(0x125),'fillColor':_0x14b584(0x11c),'resetColor':_0x14b584(0x11d)},'align':{'top':_0x14b584(0x133),'middle':_0x14b584(0x126),'bottom':_0x14b584(0x123)},'textWrap':{'inline':_0x14b584(0x119),'square':_0x14b584(0x134),'topAndBottom':'위아래','behindText':_0x14b584(0x129),'inFrontText':_0x14b584(0x120)},'crop':{'shape':_0x14b584(0x12b)}}};export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x105703=_0x2ca1;function _0x14bb(){const _0xfcfe03=['7620220Xxmotq','8658540uJvlko','13523048kftTvh','Wyrównaj\x20do\x20góry','Pokaż','Przed\x20tekstem','Wyrównaj\x20do\x20środka\x20w\x20pionie','Kolor\x20tekstu','Wyjustuj','Góra\x20i\x20dół','Kursywa','Ukryj\x20wszystko','Przerzuć\x20w\x20poziomie','Obróć\x20w\x20lewo\x20o\x2090°','W\x20linii\x20z\x20tekstem','Otwórz\x20panel\x20kształtów','Kształt','1ktcafY','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wstaw\x20kształt','Ukryj\x20panel\x20kształtów','Wyrównaj\x20do\x20prawej','Przekreślenie','Pogrubienie','Szczegóły','Dodaj\x20opis','Warstwy','Nazwa','Resetuj\x20kolor','Styl\x20kształtu','Przełącz\x20tekst\x20pionowy','Przenieś\x20do\x20tyłu','1837356cMHhNX','Ukryj','628922XaNmix','Kwadrat','Przerzuć\x20w\x20pionie','Usuń\x20kształt','4086492ASeVxr','1361941YPtJlP','Brak\x20obiektów'];_0x14bb=function(){return _0xfcfe03;};return _0x14bb();}(function(_0x3e1135,_0x32e087){const _0x36ff56=_0x2ca1,_0x102ae7=_0x3e1135();while(!![]){try{const _0x1f83c0=parseInt(_0x36ff56(0x115))/0x1*(parseInt(_0x36ff56(0x126))/0x2)+parseInt(_0x36ff56(0x124))/0x3+-parseInt(_0x36ff56(0x12a))/0x4+parseInt(_0x36ff56(0x12d))/0x5+parseInt(_0x36ff56(0x12e))/0x6+-parseInt(_0x36ff56(0x12b))/0x7+-parseInt(_0x36ff56(0x12f))/0x8;if(_0x1f83c0===_0x32e087)break;else _0x102ae7['push'](_0x102ae7['shift']());}catch(_0x1c2ea1){_0x102ae7['push'](_0x102ae7['shift']());}}}(_0x14bb,0xf1158));function _0x2ca1(_0x1cd97c,_0x3035c5){_0x1cd97c=_0x1cd97c-0x10c;const _0x14bb42=_0x14bb();let _0x2ca1c2=_0x14bb42[_0x1cd97c];return _0x2ca1c2;}const e={'docs-shape-ui':{'title':_0x105703(0x114),'insertShape':_0x105703(0x117),'openPanel':_0x105703(0x113),'deleteShape':_0x105703(0x129),'hidePanel':_0x105703(0x118),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x105703(0x121),'shapePosition':'Pozycja\x20kształtu','toggleFlipH':_0x105703(0x110),'toggleFlipV':_0x105703(0x128),'rotateRight90':'Obróć\x20w\x20prawo\x20o\x2090°','rotateLeft90':_0x105703(0x111),'toggleTextVertical':_0x105703(0x122),'objectListPanel':{'title':_0x105703(0x11e),'open':'Otwórz\x20panel\x20warstw','empty':_0x105703(0x12c),'showAll':'Pokaż\x20wszystko','hideAll':_0x105703(0x10f),'show':_0x105703(0x131),'hide':_0x105703(0x125),'moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x105703(0x123),'close':'Zamknij','name':_0x105703(0x11f),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':_0x105703(0x11d),'details':_0x105703(0x11c),'noSelection':_0x105703(0x116)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':'Wyrównaj\x20do\x20środka','alignRight':_0x105703(0x119),'alignJustify':_0x105703(0x10c),'bold':_0x105703(0x11b),'italic':_0x105703(0x10e),'underline':'Podkreślenie','strikethrough':_0x105703(0x11a),'textColor':_0x105703(0x134),'fillColor':'Kolor\x20tła\x20tekstu','resetColor':_0x105703(0x120)},'align':{'top':_0x105703(0x130),'middle':_0x105703(0x133),'bottom':'Wyrównaj\x20do\x20dołu'},'textWrap':{'inline':_0x105703(0x112),'square':_0x105703(0x127),'topAndBottom':_0x105703(0x10d),'behindText':'Za\x20tekstem','inFrontText':_0x105703(0x132)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xdb92(_0x3f6370,_0x1bd70a){_0x3f6370=_0x3f6370-0x8f;const _0x14b909=_0x14b9();let _0xdb9253=_0x14b909[_0x3f6370];return _0xdb9253;}const _0x60fa91=_0xdb92;(function(_0x4ddf67,_0x46af48){const _0x2e9dbc=_0xdb92,_0x5e58b7=_0x4ddf67();while(!![]){try{const _0x31e9f3=parseInt(_0x2e9dbc(0xa0))/0x1+parseInt(_0x2e9dbc(0x9b))/0x2+-parseInt(_0x2e9dbc(0xaa))/0x3*(-parseInt(_0x2e9dbc(0x92))/0x4)+-parseInt(_0x2e9dbc(0x97))/0x5+parseInt(_0x2e9dbc(0xb9))/0x6*(-parseInt(_0x2e9dbc(0xae))/0x7)+-parseInt(_0x2e9dbc(0x93))/0x8+-parseInt(_0x2e9dbc(0xbd))/0x9*(-parseInt(_0x2e9dbc(0xc0))/0xa);if(_0x31e9f3===_0x46af48)break;else _0x5e58b7['push'](_0x5e58b7['shift']());}catch(_0x4eef4){_0x5e58b7['push'](_0x5e58b7['shift']());}}}(_0x14b9,0x3b6fa));const e={'docs-shape-ui':{'title':'Forma','insertShape':_0x60fa91(0xb5),'openPanel':_0x60fa91(0xbe),'deleteShape':_0x60fa91(0xa6),'hidePanel':_0x60fa91(0xa3),'formatShape':_0x60fa91(0xb4),'shapeStyle':_0x60fa91(0xbc),'shapePosition':_0x60fa91(0xba),'toggleFlipH':_0x60fa91(0xb2),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x60fa91(0x94),'rotateLeft90':_0x60fa91(0xb3),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Camadas','open':_0x60fa91(0xa1),'empty':'Nenhum\x20objeto','showAll':_0x60fa91(0x90),'hideAll':_0x60fa91(0x96),'show':_0x60fa91(0xad),'hide':_0x60fa91(0xb6),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x60fa91(0x8f),'close':_0x60fa91(0xbb),'name':_0x60fa91(0xaf),'nameInput':_0x60fa91(0xab),'description':'Descrição','descriptionPlaceholder':_0x60fa91(0x91),'details':_0x60fa91(0x9c),'noSelection':_0x60fa91(0xa7)},'toolbar':{'alignLeft':_0x60fa91(0xbf),'alignCenter':_0x60fa91(0x98),'alignRight':_0x60fa91(0x95),'alignJustify':_0x60fa91(0xa9),'bold':_0x60fa91(0xa4),'italic':_0x60fa91(0x9f),'underline':_0x60fa91(0xa5),'strikethrough':_0x60fa91(0xa2),'textColor':'Cor\x20do\x20texto','fillColor':_0x60fa91(0x9d),'resetColor':_0x60fa91(0x99)},'align':{'top':_0x60fa91(0x9e),'middle':_0x60fa91(0xb0),'bottom':'Alinhar\x20à\x20base'},'textWrap':{'inline':_0x60fa91(0xb8),'square':_0x60fa91(0x9a),'topAndBottom':_0x60fa91(0xb7),'behindText':_0x60fa91(0xa8),'inFrontText':_0x60fa91(0xac)},'crop':{'shape':_0x60fa91(0xb1)}}};function _0x14b9(){const _0x1fa47f=['Cortar\x20para\x20forma','Alternar\x20inversão\x20horizontal','Girar\x2090°\x20para\x20esquerda','Formatar\x20forma','Inserir\x20forma','Ocultar','Superior\x20e\x20inferior','Em\x20linha\x20com\x20o\x20texto','12AacHmj','Posição\x20da\x20forma','Fechar','Estilo\x20da\x20forma','4923gvNACO','Abrir\x20painel\x20de\x20formas','Alinhar\x20à\x20esquerda','19370spMOgd','Enviar\x20para\x20trás','Mostrar\x20tudo','Adicionar\x20descrição','4aUgoXk','2481456PhNJeU','Girar\x2090°\x20para\x20direita','Alinhar\x20à\x20direita','Ocultar\x20tudo','1840910XUvkxP','Alinhar\x20ao\x20centro','Redefinir\x20cor','Quadrado','149008zVDINi','Detalhes','Cor\x20de\x20fundo\x20do\x20texto','Alinhar\x20ao\x20topo','Itálico','10982YJOcYC','Abrir\x20painel\x20de\x20camadas','Tachado','Ocultar\x20painel\x20de\x20formas','Negrito','Sublinhado','Excluir\x20forma','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Atrás\x20do\x20texto','Justificar','748833uaMqbE','Nome\x20do\x20objeto','À\x20frente\x20do\x20texto','Mostrar','1654877NRdJht','Nome','Alinhar\x20ao\x20meio'];_0x14b9=function(){return _0x1fa47f;};return _0x14b9();}export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1280(_0x18348a,_0x594565){_0x18348a=_0x18348a-0x1bf;const _0x18bc52=_0x18bc();let _0x128075=_0x18bc52[_0x18348a];return _0x128075;}function _0x18bc(){const _0x5ba47a=['Форматировать\x20фигуру','Слои','Имя\x20объекта','Вокруг\x20рамки','Сверху\x20и\x20снизу','7360305wYQkVE','Переместить\x20вперед','Показать\x20все','4742rjDirc','Цвет\x20фона\x20текста','Скрыть\x20панель\x20фигур','Удалить\x20фигуру','5145642IxTrDv','Переключить\x20вертикальное\x20положение\x20текста','Закрыть','913yhxaPt','Выровнять\x20по\x20центру','Выберите\x20объект\x20для\x20редактирования\x20сведений','Скрыть','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Нет\x20объектов','18taytVA','Полужирный','787432BEzwak','Выровнять\x20по\x20левому\x20краю','8344PXoCoM','Переключить\x20горизонтальное\x20отражение','Сведения','Стиль\x20фигуры','Обрезать\x20по\x20форме','Добавить\x20описание','60351iCJfJE','Описание','236260TlwcfH','Переключить\x20вертикальное\x20отражение','Положение\x20фигуры','579pUlfsJ','Выровнять\x20по\x20ширине','Скрыть\x20все','Открыть\x20панель\x20слоев','Выровнять\x20по\x20правому\x20краю','7WqMNgu','Выровнять\x20по\x20нижнему\x20краю','Сбросить\x20цвет','За\x20текстом'];_0x18bc=function(){return _0x5ba47a;};return _0x18bc();}const _0x2f32fa=_0x1280;(function(_0x2c9b35,_0x523920){const _0xf12ef6=_0x1280,_0x2d62e2=_0x2c9b35();while(!![]){try{const _0x3cc641=parseInt(_0xf12ef6(0x1cc))/0x1*(parseInt(_0xf12ef6(0x1dd))/0x2)+-parseInt(_0xf12ef6(0x1c7))/0x3+-parseInt(_0xf12ef6(0x1bf))/0x4+-parseInt(_0xf12ef6(0x1da))/0x5+-parseInt(_0xf12ef6(0x1e1))/0x6*(parseInt(_0xf12ef6(0x1d1))/0x7)+-parseInt(_0xf12ef6(0x1c1))/0x8*(parseInt(_0xf12ef6(0x1ea))/0x9)+parseInt(_0xf12ef6(0x1c9))/0xa*(parseInt(_0xf12ef6(0x1e4))/0xb);if(_0x3cc641===_0x523920)break;else _0x2d62e2['push'](_0x2d62e2['shift']());}catch(_0x54a691){_0x2d62e2['push'](_0x2d62e2['shift']());}}}(_0x18bc,0xbfa8e));const e={'docs-shape-ui':{'title':'Фигура','insertShape':'Вставить\x20фигуру','openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x2f32fa(0x1e0),'hidePanel':_0x2f32fa(0x1df),'formatShape':_0x2f32fa(0x1d5),'shapeStyle':_0x2f32fa(0x1c4),'shapePosition':_0x2f32fa(0x1cb),'toggleFlipH':_0x2f32fa(0x1c2),'toggleFlipV':_0x2f32fa(0x1ca),'rotateRight90':'Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','rotateLeft90':_0x2f32fa(0x1e8),'toggleTextVertical':_0x2f32fa(0x1e2),'objectListPanel':{'title':_0x2f32fa(0x1d6),'open':_0x2f32fa(0x1cf),'empty':_0x2f32fa(0x1e9),'showAll':_0x2f32fa(0x1dc),'hideAll':_0x2f32fa(0x1ce),'show':'Показать','hide':_0x2f32fa(0x1e7),'moveForward':_0x2f32fa(0x1db),'moveBackward':'Переместить\x20назад','close':_0x2f32fa(0x1e3),'name':'Имя','nameInput':_0x2f32fa(0x1d7),'description':_0x2f32fa(0x1c8),'descriptionPlaceholder':_0x2f32fa(0x1c6),'details':_0x2f32fa(0x1c3),'noSelection':_0x2f32fa(0x1e6)},'toolbar':{'alignLeft':_0x2f32fa(0x1c0),'alignCenter':_0x2f32fa(0x1e5),'alignRight':_0x2f32fa(0x1d0),'alignJustify':_0x2f32fa(0x1cd),'bold':_0x2f32fa(0x1eb),'italic':'Курсив','underline':'Подчеркнутый','strikethrough':'Зачеркнутый','textColor':'Цвет\x20текста','fillColor':_0x2f32fa(0x1de),'resetColor':_0x2f32fa(0x1d3)},'align':{'top':'Выровнять\x20по\x20верхнему\x20краю','middle':'Выровнять\x20посередине','bottom':_0x2f32fa(0x1d2)},'textWrap':{'inline':'В\x20тексте','square':_0x2f32fa(0x1d8),'topAndBottom':_0x2f32fa(0x1d9),'behindText':_0x2f32fa(0x1d4),'inFrontText':'Перед\x20текстом'},'crop':{'shape':_0x2f32fa(0x1c5)}}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x377e(_0x3faa8b,_0x58bdd2){_0x3faa8b=_0x3faa8b-0x163;const _0x56cd75=_0x56cd();let _0x377e7e=_0x56cd75[_0x3faa8b];return _0x377e7e;}function _0x56cd(){const _0x59e1e8=['Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','8TBYdPc','Presunúť\x20dozadu','288sgtOes','1082430xDyoMY','3116267KlentL','1454700oJiVuH','175JyJWcC','Zarovnať\x20doľava','17184JQExsG','Štýl\x20tvaru','Otvoriť\x20panel\x20tvarov','Poloha\x20tvaru','Podrobnosti','Zarovnať\x20doprava','Otočiť\x20doprava\x20o\x2090°','196734PPvSuI','Zarovnať\x20dole','Hore\x20a\x20dole','Pred\x20textom','Popis','Odstrániť\x20tvar','Zobraziť','Oříznout\x20podle\x20tvaru','Prečiarknuté','Otvoriť\x20panel\x20vrstiev','Obnoviť\x20farbu','20560JeLwgH','Zarovnať\x20na\x20stred','Názov\x20objektu','Přepnout\x20text\x20vertikálně','2kLkGlK','42401cqNWYf','Prepnúť\x20zvislé\x20prevrátenie','Pridať\x20popis','Skryť\x20panel\x20tvarov','Presunúť\x20dopredu','Podčiarknutie','Zarovnať\x20do\x20bloku','Zarovnať\x20hore','Zobraziť\x20všetko','Skryť','Tučné','Žiadne\x20objekty','Za\x20textom','Obdĺžnikové'];_0x56cd=function(){return _0x59e1e8;};return _0x56cd();}const _0x41dc65=_0x377e;(function(_0x2e244b,_0x1e0881){const _0x40258a=_0x377e,_0x318430=_0x2e244b();while(!![]){try{const _0x2482ca=parseInt(_0x40258a(0x16c))/0x1*(-parseInt(_0x40258a(0x16b))/0x2)+-parseInt(_0x40258a(0x18a))/0x3*(parseInt(_0x40258a(0x17b))/0x4)+parseInt(_0x40258a(0x17e))/0x5+parseInt(_0x40258a(0x183))/0x6*(parseInt(_0x40258a(0x181))/0x7)+parseInt(_0x40258a(0x167))/0x8*(-parseInt(_0x40258a(0x17d))/0x9)+-parseInt(_0x40258a(0x180))/0xa+parseInt(_0x40258a(0x17f))/0xb;if(_0x2482ca===_0x1e0881)break;else _0x318430['push'](_0x318430['shift']());}catch(_0x5c5e92){_0x318430['push'](_0x318430['shift']());}}}(_0x56cd,0x29884));const e={'docs-shape-ui':{'title':'Tvar','insertShape':'Vložiť\x20tvar','openPanel':_0x41dc65(0x185),'deleteShape':_0x41dc65(0x18f),'hidePanel':_0x41dc65(0x16f),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x41dc65(0x184),'shapePosition':_0x41dc65(0x186),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x41dc65(0x16d),'rotateRight90':_0x41dc65(0x189),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x41dc65(0x16a),'objectListPanel':{'title':'Vrstvy','open':_0x41dc65(0x165),'empty':_0x41dc65(0x177),'showAll':_0x41dc65(0x174),'hideAll':'Skryť\x20všetko','show':_0x41dc65(0x190),'hide':_0x41dc65(0x175),'moveForward':_0x41dc65(0x170),'moveBackward':_0x41dc65(0x17c),'close':'Zavrieť','name':'Názov','nameInput':_0x41dc65(0x169),'description':_0x41dc65(0x18e),'descriptionPlaceholder':_0x41dc65(0x16e),'details':_0x41dc65(0x187),'noSelection':_0x41dc65(0x17a)},'toolbar':{'alignLeft':_0x41dc65(0x182),'alignCenter':_0x41dc65(0x168),'alignRight':_0x41dc65(0x188),'alignJustify':_0x41dc65(0x172),'bold':_0x41dc65(0x176),'italic':'Kurzíva','underline':_0x41dc65(0x171),'strikethrough':_0x41dc65(0x164),'textColor':'Farba\x20textu','fillColor':'Farba\x20pozadia\x20textu','resetColor':_0x41dc65(0x166)},'align':{'top':_0x41dc65(0x173),'middle':'Zarovnať\x20na\x20stred','bottom':_0x41dc65(0x18b)},'textWrap':{'inline':'V\x20riadku\x20s\x20textom','square':_0x41dc65(0x179),'topAndBottom':_0x41dc65(0x18c),'behindText':_0x41dc65(0x178),'inFrontText':_0x41dc65(0x18d)},'crop':{'shape':_0x41dc65(0x163)}}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x7631(){const _0x8a6c46=['Định\x20dạng\x20hình\x20dạng','Căn\x20trên','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Phía\x20trước\x20văn\x20bản','Mô\x20tả','Chuyển\x20đổi\x20văn\x20bản\x20dọc','6871613tlGpWX','Xóa\x20hình\x20dạng','Căn\x20phải','Kiểu\x20hình\x20dạng','Thêm\x20mô\x20tả','6745560WqdBJo','Tên\x20đối\x20tượng','Gạch\x20chân','1532qGHCJL','Căn\x20đều\x20hai\x20bên','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','2WVSOUW','28356QBMpXY','Chèn\x20hình\x20dạng','Trên\x20và\x20dưới','10275354TJNYYm','8VQzLGy','In\x20đậm','Màu\x20nền\x20văn\x20bản','693960zLIlOZ','88XtLbHw','Đóng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Hình\x20dạng','In\x20nghiêng','Đưa\x20xuống\x20dưới','Phía\x20sau\x20văn\x20bản','15870AmwKdz','Mở\x20bảng\x20điều\x20khiển\x20lớp','Gạch\x20ngang','Hiện\x20tất\x20cả','Căn\x20dưới','Đưa\x20lên\x20trên','Màu\x20chữ','Đặt\x20lại\x20màu','Bao\x20quanh','Chưa\x20có\x20đối\x20tượng','Chi\x20tiết','Ẩn\x20bảng\x20hình\x20dạng','Lớp','6MEsfoE','Hiện','819855sCWOKx','Tên'];_0x7631=function(){return _0x8a6c46;};return _0x7631();}const _0x401793=_0xacf1;(function(_0x518ec1,_0x456edf){const _0x3754d9=_0xacf1,_0x20d7bb=_0x518ec1();while(!![]){try{const _0x3bc37b=-parseInt(_0x3754d9(0x20a))/0x1*(-parseInt(_0x3754d9(0x20b))/0x2)+-parseInt(_0x3754d9(0x1f6))/0x3+-parseInt(_0x3754d9(0x206))/0x4*(parseInt(_0x3754d9(0x1e7))/0x5)+-parseInt(_0x3754d9(0x1f4))/0x6*(-parseInt(_0x3754d9(0x1fe))/0x7)+-parseInt(_0x3754d9(0x20f))/0x8*(-parseInt(_0x3754d9(0x20e))/0x9)+parseInt(_0x3754d9(0x203))/0xa+parseInt(_0x3754d9(0x213))/0xb*(-parseInt(_0x3754d9(0x212))/0xc);if(_0x3bc37b===_0x456edf)break;else _0x20d7bb['push'](_0x20d7bb['shift']());}catch(_0x373cea){_0x20d7bb['push'](_0x20d7bb['shift']());}}}(_0x7631,0xd58d6));const e={'docs-shape-ui':{'title':_0x401793(0x216),'insertShape':_0x401793(0x20c),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x401793(0x1ff),'hidePanel':_0x401793(0x1f2),'formatShape':_0x401793(0x1f8),'shapeStyle':_0x401793(0x201),'shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x401793(0x1fa),'rotateLeft90':_0x401793(0x215),'toggleTextVertical':_0x401793(0x1fd),'objectListPanel':{'title':_0x401793(0x1f3),'open':_0x401793(0x1e8),'empty':_0x401793(0x1f0),'showAll':_0x401793(0x1ea),'hideAll':'Ẩn\x20tất\x20cả','show':_0x401793(0x1f5),'hide':'Ẩn','moveForward':_0x401793(0x1ec),'moveBackward':_0x401793(0x218),'close':_0x401793(0x214),'name':_0x401793(0x1f7),'nameInput':_0x401793(0x204),'description':_0x401793(0x1fc),'descriptionPlaceholder':_0x401793(0x202),'details':_0x401793(0x1f1),'noSelection':_0x401793(0x209)},'toolbar':{'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x401793(0x200),'alignJustify':_0x401793(0x207),'bold':_0x401793(0x210),'italic':_0x401793(0x217),'underline':_0x401793(0x205),'strikethrough':_0x401793(0x1e9),'textColor':_0x401793(0x1ed),'fillColor':_0x401793(0x211),'resetColor':_0x401793(0x1ee)},'align':{'top':_0x401793(0x1f9),'middle':_0x401793(0x208),'bottom':_0x401793(0x1eb)},'textWrap':{'inline':'Cùng\x20dòng\x20với\x20văn\x20bản','square':_0x401793(0x1ef),'topAndBottom':_0x401793(0x20d),'behindText':_0x401793(0x219),'inFrontText':_0x401793(0x1fb)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};function _0xacf1(_0x5a2ec3,_0x2f8c86){_0x5a2ec3=_0x5a2ec3-0x1e7;const _0x763123=_0x7631();let _0xacf1d7=_0x763123[_0x5a2ec3];return _0xacf1d7;}export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x201d12=_0x3abe;function _0x3abe(_0x521e74,_0x24a727){_0x521e74=_0x521e74-0x97;const _0x412290=_0x4122();let _0x3abe7a=_0x412290[_0x521e74];return _0x3abe7a;}(function(_0x3c1ecf,_0x436538){const _0x474d5a=_0x3abe,_0x14ca4f=_0x3c1ecf();while(!![]){try{const _0x130fb3=parseInt(_0x474d5a(0xb9))/0x1+-parseInt(_0x474d5a(0xa2))/0x2*(-parseInt(_0x474d5a(0xab))/0x3)+parseInt(_0x474d5a(0xbb))/0x4+-parseInt(_0x474d5a(0x9c))/0x5*(parseInt(_0x474d5a(0xb2))/0x6)+parseInt(_0x474d5a(0xbd))/0x7*(-parseInt(_0x474d5a(0x9e))/0x8)+-parseInt(_0x474d5a(0x9f))/0x9+-parseInt(_0x474d5a(0xb4))/0xa;if(_0x130fb3===_0x436538)break;else _0x14ca4f['push'](_0x14ca4f['shift']());}catch(_0x5ba70a){_0x14ca4f['push'](_0x14ca4f['shift']());}}}(_0x4122,0x54f64));const e={'docs-shape-ui':{'title':'形状','insertShape':'插入形状','openPanel':_0x201d12(0x9a),'deleteShape':_0x201d12(0xa0),'hidePanel':_0x201d12(0xa1),'formatShape':_0x201d12(0xb5),'shapeStyle':_0x201d12(0xa4),'shapePosition':'形状位置','toggleFlipH':_0x201d12(0xa7),'toggleFlipV':_0x201d12(0xbe),'rotateRight90':_0x201d12(0xbc),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':_0x201d12(0x99),'objectListPanel':{'title':'图层','open':_0x201d12(0xb7),'empty':_0x201d12(0x97),'showAll':'全部显示','hideAll':_0x201d12(0xb3),'show':'显示','hide':'隐藏','moveForward':_0x201d12(0x9b),'moveBackward':_0x201d12(0xb8),'close':'关闭','name':'名称','nameInput':_0x201d12(0x9d),'description':'描述','descriptionPlaceholder':_0x201d12(0xa3),'details':'详情','noSelection':_0x201d12(0xb1)},'toolbar':{'alignLeft':_0x201d12(0xad),'alignCenter':_0x201d12(0xc0),'alignRight':_0x201d12(0xae),'alignJustify':_0x201d12(0xaa),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x201d12(0xaf),'textColor':_0x201d12(0xa9),'fillColor':_0x201d12(0xb0),'resetColor':_0x201d12(0xa6)},'align':{'top':'顶部对齐','middle':_0x201d12(0xba),'bottom':_0x201d12(0xac)},'textWrap':{'inline':_0x201d12(0xbf),'square':_0x201d12(0x98),'topAndBottom':_0x201d12(0xb6),'behindText':'衬于文字下方','inFrontText':_0x201d12(0xa8)},'crop':{'shape':_0x201d12(0xa5)}}};export{e as default};function _0x4122(){const _0x56bfa9=['749943dqLGUU','删除形状','隐藏形状面板','38204mRcVio','添加描述','形状样式','裁剪为形状','重置颜色','切换水平翻转','浮于文字上方','文本颜色','两端对齐','93NKsKmu','底部对齐','左对齐','右对齐','删除线','文本背景色','选择对象以编辑详情','269184hSqoUo','全部隐藏','4445560UiKAQP','格式化形状','上下型','打开图层面板','下移一层','299335hoOHmm','垂直居中','2468944JkOhVn','顺时针90度旋转','320698iGQcUD','切换垂直翻转','嵌入型','居中对齐','暂无对象','四周型','切换文本竖排','打开形状面板','上移一层','45kGEDKp','对象名称','40vwuKbF'];_0x4122=function(){return _0x56bfa9;};return _0x4122();}
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x1a1d(){const _0x2c1ae7=['文字背景色','5806ncfKzf','547974hUUDPO','插入形狀','右對齊','3396520OlIAIf','上及下','文字在前','左對齊','15991137FkygLT','居中對齊','切換垂直翻轉','暫無物件','26579OePtdK','逆時針\x2090\x20度旋轉','圖形位置','4938020yhfWYC','全部隱藏','刪除線','3213690cqSUfK','開啟圖層面板','裁切為形狀','新增描述','頂部對齊','切換水平翻轉','重置顏色','文字顏色','407OHOeqy','隱藏形狀面板','22bWxUED','底部對齊','上移一層','刪除形狀','與文字排列','8NAEuxM','1518CvxsTb','選擇物件以編輯詳情','切換文本豎排','兩端對齊'];_0x1a1d=function(){return _0x2c1ae7;};return _0x1a1d();}function _0x249d(_0x4b10d8,_0x4a8dd0){_0x4b10d8=_0x4b10d8-0x17b;const _0x1a1d29=_0x1a1d();let _0x249d01=_0x1a1d29[_0x4b10d8];return _0x249d01;}const _0x9a15dd=_0x249d;(function(_0x100157,_0x25e2b1){const _0x180d93=_0x249d,_0xaa5120=_0x100157();while(!![]){try{const _0xbac2a1=-parseInt(_0x180d93(0x18b))/0x1*(-parseInt(_0x180d93(0x198))/0x2)+parseInt(_0x180d93(0x199))/0x3+-parseInt(_0x180d93(0x180))/0x4+-parseInt(_0x180d93(0x183))/0x5+parseInt(_0x180d93(0x193))/0x6*(-parseInt(_0x180d93(0x17d))/0x7)+parseInt(_0x180d93(0x192))/0x8*(parseInt(_0x180d93(0x1a0))/0x9)+-parseInt(_0x180d93(0x19c))/0xa*(-parseInt(_0x180d93(0x18d))/0xb);if(_0xbac2a1===_0x25e2b1)break;else _0xaa5120['push'](_0xaa5120['shift']());}catch(_0x39e8f){_0xaa5120['push'](_0xaa5120['shift']());}}}(_0x1a1d,0xefd78));const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x9a15dd(0x19a),'openPanel':'打開形狀面板','deleteShape':_0x9a15dd(0x190),'hidePanel':_0x9a15dd(0x18c),'formatShape':'格式化形狀','shapeStyle':'圖形樣式','shapePosition':_0x9a15dd(0x17f),'toggleFlipH':_0x9a15dd(0x188),'toggleFlipV':_0x9a15dd(0x17b),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x9a15dd(0x17e),'toggleTextVertical':_0x9a15dd(0x195),'objectListPanel':{'title':'圖層','open':_0x9a15dd(0x184),'empty':_0x9a15dd(0x17c),'showAll':'全部顯示','hideAll':_0x9a15dd(0x181),'show':'顯示','hide':'隱藏','moveForward':_0x9a15dd(0x18f),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x9a15dd(0x186),'details':'詳情','noSelection':_0x9a15dd(0x194)},'toolbar':{'alignLeft':_0x9a15dd(0x19f),'alignCenter':_0x9a15dd(0x1a1),'alignRight':_0x9a15dd(0x19b),'alignJustify':_0x9a15dd(0x196),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x9a15dd(0x182),'textColor':_0x9a15dd(0x18a),'fillColor':_0x9a15dd(0x197),'resetColor':_0x9a15dd(0x189)},'align':{'top':_0x9a15dd(0x187),'middle':'垂直居中','bottom':_0x9a15dd(0x18e)},'textWrap':{'inline':_0x9a15dd(0x191),'square':'矩形','topAndBottom':_0x9a15dd(0x19d),'behindText':_0x9a15dd(0x19e),'inFrontText':'文字在後'},'crop':{'shape':_0x9a15dd(0x185)}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x42e921=_0x2029;function _0x2029(_0x133c58,_0x13efef){_0x133c58=_0x133c58-0x184;const _0x211429=_0x2114();let _0x20292e=_0x211429[_0x133c58];return _0x20292e;}(function(_0x48ae78,_0xa63787){const _0x3ed658=_0x2029,_0x8f7984=_0x48ae78();while(!![]){try{const _0x4b654f=parseInt(_0x3ed658(0x1a1))/0x1+-parseInt(_0x3ed658(0x18e))/0x2+-parseInt(_0x3ed658(0x19c))/0x3+-parseInt(_0x3ed658(0x1a0))/0x4+-parseInt(_0x3ed658(0x188))/0x5*(-parseInt(_0x3ed658(0x197))/0x6)+parseInt(_0x3ed658(0x195))/0x7+-parseInt(_0x3ed658(0x185))/0x8*(-parseInt(_0x3ed658(0x186))/0x9);if(_0x4b654f===_0xa63787)break;else _0x8f7984['push'](_0x8f7984['shift']());}catch(_0x41f691){_0x8f7984['push'](_0x8f7984['shift']());}}}(_0x2114,0xc37e6));function _0x2114(){const _0x52c603=['切換垂直翻轉','裁切為形狀','2790548liVbeF','隱藏形狀面板','底部對齊','右對齊','左對齊','開啟圖層面板','下移一層','2202592RXOBuQ','與文字排列','474dqvEkz','上移一層','文字背景色','文字在後','切換文本竖排','1874664BBvRFr','圖形樣式','詳細資料','格式化形狀','2336516gLzELN','651457aGuofi','兩端對齊','順時針\x2090\x20度旋轉','文字在前','居中對齊','切換水平翻轉','全部顯示','文字顏色','圖形位置','10952VYCYty','6957tJaROg','物件名稱','87385tOnFVy','全部隱藏','選取物件以編輯詳細資料','刪除形狀'];_0x2114=function(){return _0x52c603;};return _0x2114();}const e={'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':_0x42e921(0x18b),'hidePanel':_0x42e921(0x18f),'formatShape':_0x42e921(0x19f),'shapeStyle':_0x42e921(0x19d),'shapePosition':_0x42e921(0x184),'toggleFlipH':_0x42e921(0x1a6),'toggleFlipV':_0x42e921(0x18c),'rotateRight90':_0x42e921(0x1a3),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x42e921(0x19b),'objectListPanel':{'title':'圖層','open':_0x42e921(0x193),'empty':'暫無物件','showAll':_0x42e921(0x1a7),'hideAll':_0x42e921(0x189),'show':'顯示','hide':'隱藏','moveForward':_0x42e921(0x198),'moveBackward':_0x42e921(0x194),'close':'關閉','name':'名稱','nameInput':_0x42e921(0x187),'description':'描述','descriptionPlaceholder':'新增描述','details':_0x42e921(0x19e),'noSelection':_0x42e921(0x18a)},'toolbar':{'alignLeft':_0x42e921(0x192),'alignCenter':_0x42e921(0x1a5),'alignRight':_0x42e921(0x191),'alignJustify':_0x42e921(0x1a2),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x42e921(0x1a8),'fillColor':_0x42e921(0x199),'resetColor':'重置顏色'},'align':{'top':'頂部對齊','middle':'垂直居中','bottom':_0x42e921(0x190)},'textWrap':{'inline':_0x42e921(0x196),'square':'矩形','topAndBottom':'上及下','behindText':_0x42e921(0x1a4),'inFrontText':_0x42e921(0x19a)},'crop':{'shape':_0x42e921(0x18d)}}};export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
+
.univer-flex {
|
|
6
|
+
display: flex;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.univer-size-full {
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.univer-items-center {
|
|
15
|
+
align-items: center;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.univer-justify-center {
|
|
19
|
+
justify-content: center;
|
|
20
|
+
}
|
|
21
|
+
|
|
5
22
|
.univer-px-4 {
|
|
6
23
|
padding-left: 1rem;
|
|
7
24
|
padding-right: 1rem;
|
|
@@ -11,3 +28,7 @@
|
|
|
11
28
|
font-size: .875rem;
|
|
12
29
|
line-height: 1.25rem;
|
|
13
30
|
}
|
|
31
|
+
|
|
32
|
+
.univer-text-gray-500 {
|
|
33
|
+
color: var(--univer-gray-500);
|
|
34
|
+
}
|