@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/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1425aa=_0x53bd;(function(_0x41465d,_0x1e868e){const _0x319998=_0x53bd,_0x37a582=_0x41465d();while(!![]){try{const _0x293b8e=parseInt(_0x319998(0x11e))/0x1+-parseInt(_0x319998(0x136))/0x2*(parseInt(_0x319998(0x11b))/0x3)+parseInt(_0x319998(0x125))/0x4+parseInt(_0x319998(0x129))/0x5+parseInt(_0x319998(0x13c))/0x6+parseInt(_0x319998(0x120))/0x7+-parseInt(_0x319998(0x12b))/0x8;if(_0x293b8e===_0x1e868e)break;else _0x37a582['push'](_0x37a582['shift']());}catch(_0x32ce71){_0x37a582['push'](_0x37a582['shift']());}}}(_0x1705,0xba177));function _0x1705(){const _0x2c096c=['En\x20línea\x20con\x20el\x20texto','Rotar\x2090°\x20a\x20la\x20izquierda','Alternar\x20volteo\x20horizontal','Subrayado','Alinear\x20a\x20la\x20derecha','Nombre','Capas','3000342fylSQt','Eliminar\x20forma','Color\x20de\x20fondo\x20de\x20texto','Estilo\x20de\x20forma','Alternar\x20texto\x20vertical','Enviar\x20atrás','5119446lmScrD','Rotar\x2090°\x20a\x20la\x20derecha','Forma','Insertar\x20forma','Agregar\x20descripción','Tachado','Recortar\x20a\x20forma','Ocultar','Alternar\x20volteo\x20vertical','Nombre\x20del\x20objeto','Cerrar','Alinear\x20arriba','3klJywu','Sin\x20objetos','Alinear\x20a\x20la\x20izquierda','97553tptYUr','Traer\x20adelante','3081904HwxNSv','Alinear\x20al\x20medio','Delante\x20del\x20texto','Alinear\x20abajo','Restablecer\x20color','2243308OsMUrr','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','Justificar','Ocultar\x20panel\x20de\x20formas','3705950RHRmiH','Cuadrado','3445448pvjGgw','Detalles','Cursiva','Color\x20de\x20texto'];_0x1705=function(){return _0x2c096c;};return _0x1705();}function _0x53bd(_0x1f099d,_0x2acaa9){_0x1f099d=_0x1f099d-0x117;const _0x170544=_0x1705();let _0x53bdd5=_0x170544[_0x1f099d];return _0x53bdd5;}const e={'docs-shape-ui':{'title':_0x1425aa(0x13e),'insertShape':_0x1425aa(0x13f),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':_0x1425aa(0x137),'hidePanel':_0x1425aa(0x128),'formatShape':'Formato\x20de\x20forma','shapeStyle':_0x1425aa(0x139),'shapePosition':'Posición\x20de\x20forma','toggleFlipH':_0x1425aa(0x131),'toggleFlipV':_0x1425aa(0x117),'rotateRight90':_0x1425aa(0x13d),'rotateLeft90':_0x1425aa(0x130),'toggleTextVertical':_0x1425aa(0x13a),'objectListPanel':{'title':_0x1425aa(0x135),'open':'Abrir\x20panel\x20de\x20capas','empty':_0x1425aa(0x11c),'showAll':'Mostrar\x20todo','hideAll':'Ocultar\x20todo','show':'Mostrar','hide':_0x1425aa(0x143),'moveForward':_0x1425aa(0x11f),'moveBackward':_0x1425aa(0x13b),'close':_0x1425aa(0x119),'name':_0x1425aa(0x134),'nameInput':_0x1425aa(0x118),'description':'Descripción','descriptionPlaceholder':_0x1425aa(0x140),'details':_0x1425aa(0x12c),'noSelection':_0x1425aa(0x126)},'toolbar':{'alignLeft':_0x1425aa(0x11d),'alignCenter':'Centrar','alignRight':_0x1425aa(0x133),'alignJustify':_0x1425aa(0x127),'bold':'Negrita','italic':_0x1425aa(0x12d),'underline':_0x1425aa(0x132),'strikethrough':_0x1425aa(0x141),'textColor':_0x1425aa(0x12e),'fillColor':_0x1425aa(0x138),'resetColor':_0x1425aa(0x124)},'align':{'top':_0x1425aa(0x11a),'middle':_0x1425aa(0x121),'bottom':_0x1425aa(0x123)},'textWrap':{'inline':_0x1425aa(0x12f),'square':_0x1425aa(0x12a),'topAndBottom':'Arriba\x20y\x20abajo','behindText':'Detrás\x20del\x20texto','inFrontText':_0x1425aa(0x122)},'crop':{'shape':_0x1425aa(0x142)}}};export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x57f460=_0x207e;function _0x2256(){const _0x1a25fc=['پشت\x20متن','نمایش','تغییر\x20وضعیت\x20چرخش\x20افقی','کراپ\x20به\x20شکل','55680JEjKKI','در\x20یک\x20خط\x20با\x20متن','874105cEKhTT','باز\x20کردن\x20پنل\x20شکلها','نمایش\x20همه','قالببندی\x20شکل','جزئیات','نام\x20شیء','3302644LgUHtC','هیچ\x20شیئی\x20وجود\x20ندارد','تراز\x20وسط','10156779QMyCSM','10jlMjXt','خطکشی','868ZqxXfT','مربع','تراز\x20راست','عقب\x20بردن','جلو\x20آوردن','جلوی\x20متن','توضیحات','درج\x20شکل','8958376YFTrxS','تغییر\x20وضعیت\x20متن\x20عمودی','باز\x20کردن\x20پنل\x20لایهها','1298867CfyIbc','شکل','91564IVphju','تغییر\x20وضعیت\x20چرخش\x20عمودی','پررنگ','چرخش\x20۹۰\x20درجه\x20به\x20راست','141YokYkc','چرخش\x20۹۰\x20درجه\x20به\x20چپ','سبک\x20شکل','توضیحی\x20اضافه\x20کنید','تراز\x20چپ','خطدار','حذف\x20شکل'];_0x2256=function(){return _0x1a25fc;};return _0x2256();}(function(_0x3e4342,_0x21ff01){const _0x46561e=_0x207e,_0x4c4bf8=_0x3e4342();while(!![]){try{const _0x5e6ada=parseInt(_0x46561e(0xba))/0x1+parseInt(_0x46561e(0xa9))/0x2+-parseInt(_0x46561e(0xc0))/0x3*(parseInt(_0x46561e(0xbc))/0x4)+parseInt(_0x46561e(0xcd))/0x5+parseInt(_0x46561e(0xcb))/0x6*(-parseInt(_0x46561e(0xaf))/0x7)+-parseInt(_0x46561e(0xb7))/0x8+-parseInt(_0x46561e(0xac))/0x9*(-parseInt(_0x46561e(0xad))/0xa);if(_0x5e6ada===_0x21ff01)break;else _0x4c4bf8['push'](_0x4c4bf8['shift']());}catch(_0x25f5c8){_0x4c4bf8['push'](_0x4c4bf8['shift']());}}}(_0x2256,0xdd78b));function _0x207e(_0x102c1a,_0x125199){_0x102c1a=_0x102c1a-0xa8;const _0x2256d4=_0x2256();let _0x207e0a=_0x2256d4[_0x102c1a];return _0x207e0a;}const e={'docs-shape-ui':{'title':_0x57f460(0xbb),'insertShape':_0x57f460(0xb6),'openPanel':_0x57f460(0xce),'deleteShape':_0x57f460(0xc6),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکلها','formatShape':_0x57f460(0xd0),'shapeStyle':_0x57f460(0xc2),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x57f460(0xc9),'toggleFlipV':_0x57f460(0xbd),'rotateRight90':_0x57f460(0xbf),'rotateLeft90':_0x57f460(0xc1),'toggleTextVertical':_0x57f460(0xb8),'objectListPanel':{'title':'لایهها','open':_0x57f460(0xb9),'empty':_0x57f460(0xaa),'showAll':_0x57f460(0xcf),'hideAll':'پنهان\x20کردن\x20همه','show':_0x57f460(0xc8),'hide':'پنهان\x20کردن','moveForward':_0x57f460(0xb3),'moveBackward':_0x57f460(0xb2),'close':'بستن','name':'نام','nameInput':_0x57f460(0xa8),'description':_0x57f460(0xb5),'descriptionPlaceholder':_0x57f460(0xc3),'details':_0x57f460(0xd1),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20انتخاب\x20کنید'},'toolbar':{'alignLeft':_0x57f460(0xc4),'alignCenter':_0x57f460(0xab),'alignRight':_0x57f460(0xb1),'alignJustify':'توجیه','bold':_0x57f460(0xbe),'italic':'ایتالیک','underline':_0x57f460(0xae),'strikethrough':_0x57f460(0xc5),'textColor':'رنگ\x20متن','fillColor':'رنگ\x20پسزمینه\x20متن','resetColor':'بازنشانی\x20رنگ'},'align':{'top':'تراز\x20بالا','middle':_0x57f460(0xab),'bottom':'تراز\x20پایین'},'textWrap':{'inline':_0x57f460(0xcc),'square':_0x57f460(0xb0),'topAndBottom':'بالا\x20و\x20پایین','behindText':_0x57f460(0xc7),'inFrontText':_0x57f460(0xb4)},'crop':{'shape':_0x57f460(0xca)}}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5b16(_0x137bff,_0xbea452){_0x137bff=_0x137bff-0xbe;const _0x8664a=_0x8664();let _0x5b169a=_0x8664a[_0x137bff];return _0x5b169a;}const _0x5ba755=_0x5b16;(function(_0x50a463,_0x4ca9f7){const _0x50306f=_0x5b16,_0x5b0d7e=_0x50a463();while(!![]){try{const _0x561c39=-parseInt(_0x50306f(0xc2))/0x1+-parseInt(_0x50306f(0xd3))/0x2+parseInt(_0x50306f(0xc5))/0x3+parseInt(_0x50306f(0xc9))/0x4*(-parseInt(_0x50306f(0xea))/0x5)+-parseInt(_0x50306f(0xd2))/0x6+parseInt(_0x50306f(0xe3))/0x7*(-parseInt(_0x50306f(0xcd))/0x8)+parseInt(_0x50306f(0xc6))/0x9;if(_0x561c39===_0x4ca9f7)break;else _0x5b0d7e['push'](_0x5b0d7e['shift']());}catch(_0x4e925b){_0x5b0d7e['push'](_0x5b0d7e['shift']());}}}(_0x8664,0xc920d));function _0x8664(){const _0xb0cde9=['123417wPUtYu','Insérer\x20une\x20forme','Style\x20de\x20la\x20forme','Format\x20de\x20la\x20forme','Pivoter\x20à\x20droite\x20de\x2090°','Position\x20de\x20la\x20forme','Aligner\x20en\x20bas','5eGZFBL','Ouvrir\x20le\x20panneau\x20des\x20formes','Rogner\x20à\x20la\x20forme','Tout\x20masquer','Reculer','Basculer\x20le\x20retournement\x20horizontal','Ajouter\x20une\x20description','Souligné','Haut\x20et\x20bas','Italique','1002384IJDdoR','Tout\x20afficher','Pivoter\x20à\x20gauche\x20de\x2090°','241233SvatVm','46968210zBJbNd','Aucun\x20objet','Barré','1628708WDMiFS','Aligner\x20au\x20milieu','Couleur\x20du\x20texte','Détails','248ZWAdSl','Justifier','Fermer','Masquer','Afficher','5497884mIbUQy','3205688DZGhhF','Carré','Masquer\x20le\x20panneau\x20des\x20formes','Aligner\x20en\x20haut','Aligner\x20à\x20gauche','Derrière\x20le\x20texte','Description','Basculer\x20le\x20texte\x20vertical','Aligner\x20à\x20droite','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Basculer\x20le\x20retournement\x20vertical','Nom','Devant\x20le\x20texte','Aligner\x20au\x20centre','Calques','Aligné\x20avec\x20le\x20texte'];_0x8664=function(){return _0xb0cde9;};return _0x8664();}const e={'docs-shape-ui':{'title':'Forme','insertShape':_0x5ba755(0xe4),'openPanel':_0x5ba755(0xeb),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x5ba755(0xd5),'formatShape':_0x5ba755(0xe6),'shapeStyle':_0x5ba755(0xe5),'shapePosition':_0x5ba755(0xe8),'toggleFlipH':_0x5ba755(0xef),'toggleFlipV':_0x5ba755(0xdd),'rotateRight90':_0x5ba755(0xe7),'rotateLeft90':_0x5ba755(0xc4),'toggleTextVertical':_0x5ba755(0xda),'objectListPanel':{'title':_0x5ba755(0xe1),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x5ba755(0xc7),'showAll':_0x5ba755(0xc3),'hideAll':_0x5ba755(0xed),'show':_0x5ba755(0xd1),'hide':_0x5ba755(0xd0),'moveForward':'Avancer','moveBackward':_0x5ba755(0xee),'close':_0x5ba755(0xcf),'name':_0x5ba755(0xde),'nameInput':'Nom\x20de\x20l’objet','description':_0x5ba755(0xd9),'descriptionPlaceholder':_0x5ba755(0xbe),'details':_0x5ba755(0xcc),'noSelection':_0x5ba755(0xdc)},'toolbar':{'alignLeft':_0x5ba755(0xd7),'alignCenter':_0x5ba755(0xe0),'alignRight':_0x5ba755(0xdb),'alignJustify':_0x5ba755(0xce),'bold':'Gras','italic':_0x5ba755(0xc1),'underline':_0x5ba755(0xbf),'strikethrough':_0x5ba755(0xc8),'textColor':_0x5ba755(0xcb),'fillColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':'Réinitialiser\x20la\x20couleur'},'align':{'top':_0x5ba755(0xd6),'middle':_0x5ba755(0xca),'bottom':_0x5ba755(0xe9)},'textWrap':{'inline':_0x5ba755(0xe2),'square':_0x5ba755(0xd4),'topAndBottom':_0x5ba755(0xc0),'behindText':_0x5ba755(0xd8),'inFrontText':_0x5ba755(0xdf)},'crop':{'shape':_0x5ba755(0xec)}}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xd220e=_0x4cbf;(function(_0x5d3aab,_0x40c052){const _0x35fc13=_0x4cbf,_0xcdb0d3=_0x5d3aab();while(!![]){try{const _0x402096=parseInt(_0x35fc13(0x204))/0x1*(-parseInt(_0x35fc13(0x20f))/0x2)+-parseInt(_0x35fc13(0x213))/0x3*(parseInt(_0x35fc13(0x1ff))/0x4)+-parseInt(_0x35fc13(0x20e))/0x5*(-parseInt(_0x35fc13(0x1f8))/0x6)+-parseInt(_0x35fc13(0x1f1))/0x7*(-parseInt(_0x35fc13(0x208))/0x8)+-parseInt(_0x35fc13(0x1fd))/0x9+parseInt(_0x35fc13(0x1eb))/0xa*(-parseInt(_0x35fc13(0x214))/0xb)+parseInt(_0x35fc13(0x200))/0xc;if(_0x402096===_0x40c052)break;else _0xcdb0d3['push'](_0xcdb0d3['shift']());}catch(_0x53d231){_0xcdb0d3['push'](_0xcdb0d3['shift']());}}}(_0x1053,0xa9259));function _0x1053(){const _0x2fa09a=['Sembunyikan','Tampilkan\x20semua','132904yajhsL','Sembunyikan\x20semua','Putar\x20Kanan\x2090°','Lapisan','Deskripsi','Warna\x20teks','180MWVpAe','16rCgFHt','Nama','Bawa\x20ke\x20depan','Sisipkan\x20Bentuk','89367pLIeoS','8714343OXnPHW','Di\x20belakang\x20teks','Miring','Rata\x20Tengah','Tebal','Posisi\x20Bentuk','Balik\x20Vertikal','Sejajar\x20dengan\x20teks','Coret','Detail','10HkWPxF','Atur\x20ulang\x20warna','Rata\x20Kanan\x20Kiri','Atas\x20dan\x20Bawah','Tidak\x20ada\x20objek','Rata\x20Kiri','413YoANzC','Kirim\x20ke\x20belakang','Kotak','Rata\x20Kanan','Pangkas\x20ke\x20Bentuk','Ubah\x20Teks\x20Vertikal','Buka\x20panel\x20lapisan','9750PawcHT','Gaya\x20Bentuk','Sembunyikan\x20Panel\x20Bentuk','Garis\x20bawah','Hapus\x20Bentuk','7176114uhoOJz','Rata\x20Bawah','32vySYUK','20050140NJBuFB','Pilih\x20objek\x20untuk\x20mengedit\x20detailnya','Putar\x20Kiri\x2090°','Buka\x20Panel\x20Bentuk','23602zvNMOv','Nama\x20objek'];_0x1053=function(){return _0x2fa09a;};return _0x1053();}const e={'docs-shape-ui':{'title':'Bentuk','insertShape':_0xd220e(0x212),'openPanel':_0xd220e(0x203),'deleteShape':_0xd220e(0x1fc),'hidePanel':_0xd220e(0x1fa),'formatShape':'Format\x20Bentuk','shapeStyle':_0xd220e(0x1f9),'shapePosition':_0xd220e(0x219),'toggleFlipH':'Balik\x20Horizontal','toggleFlipV':_0xd220e(0x21a),'rotateRight90':_0xd220e(0x20a),'rotateLeft90':_0xd220e(0x202),'toggleTextVertical':_0xd220e(0x1f6),'objectListPanel':{'title':_0xd220e(0x20b),'open':_0xd220e(0x1f7),'empty':_0xd220e(0x1ef),'showAll':_0xd220e(0x207),'hideAll':_0xd220e(0x209),'show':'Tampilkan','hide':_0xd220e(0x206),'moveForward':_0xd220e(0x211),'moveBackward':_0xd220e(0x1f2),'close':'Tutup','name':_0xd220e(0x210),'nameInput':_0xd220e(0x205),'description':_0xd220e(0x20c),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0xd220e(0x1ea),'noSelection':_0xd220e(0x201)},'toolbar':{'alignLeft':_0xd220e(0x1f0),'alignCenter':_0xd220e(0x217),'alignRight':_0xd220e(0x1f4),'alignJustify':_0xd220e(0x1ed),'bold':_0xd220e(0x218),'italic':_0xd220e(0x216),'underline':_0xd220e(0x1fb),'strikethrough':_0xd220e(0x1e9),'textColor':_0xd220e(0x20d),'fillColor':'Warna\x20latar\x20teks','resetColor':_0xd220e(0x1ec)},'align':{'top':'Rata\x20Atas','middle':_0xd220e(0x217),'bottom':_0xd220e(0x1fe)},'textWrap':{'inline':_0xd220e(0x21b),'square':_0xd220e(0x1f3),'topAndBottom':_0xd220e(0x1ee),'behindText':_0xd220e(0x215),'inFrontText':'Di\x20depan\x20teks'},'crop':{'shape':_0xd220e(0x1f5)}}};function _0x4cbf(_0x370bdc,_0x59513f){_0x370bdc=_0x370bdc-0x1e9;const _0x1053b8=_0x1053();let _0x4cbf92=_0x1053b8[_0x370bdc];return _0x4cbf92;}export{e as default};
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xecaad6=_0x33ac;function _0x589a(){const _0x125eaf=['Grassetto','Colore\x20testo','Mostra\x20tutti','Dietro\x20il\x20testo','Ritaglia\x20a\x20forma','Inserisci\x20forma','Nascondi\x20tutti','Barrato','Apri\x20il\x20pannello\x20livelli','Formato\x20forma','Nascondi\x20pannello\x20forma','3983329HtPtUu','Mostra','16shDAQW','Corsivo','Quadrato','Stile\x20forma','Porta\x20avanti','Ruota\x20a\x20sinistra\x2090°','Allinea\x20al\x20centro','3507045GNbAeH','Giustifica','24930631GvPtuv','695118JQSBPq','Dettagli','Descrizione','Allinea\x20al\x20Centro','248IEcFKu','Superiore\x20e\x20inferiore','Allinea\x20in\x20basso','Posizione\x20forma','Allinea\x20a\x20Sinistra','Nome\x20oggetto','Davanti\x20al\x20testo','Colore\x20sfondo\x20testo','6ouOrNn','Nessun\x20oggetto','In\x20linea\x20con\x20il\x20testo','Aggiungi\x20una\x20descrizione','Ruota\x20a\x20destra\x2090°','90lzmVHa','1163836SzOQsy','Porta\x20indietro','Livelli','Attiva/disattiva\x20capovolgimento\x20verticale','Forma','32958YCNxAp','733023SsQrvB'];_0x589a=function(){return _0x125eaf;};return _0x589a();}function _0x33ac(_0x501e51,_0x309daa){_0x501e51=_0x501e51-0x193;const _0x589a5a=_0x589a();let _0x33ac22=_0x589a5a[_0x501e51];return _0x33ac22;}(function(_0x414a11,_0x2a6961){const _0x5926e0=_0x33ac,_0x698ef6=_0x414a11();while(!![]){try{const _0x1b2562=-parseInt(_0x5926e0(0x1b9))/0x1+-parseInt(_0x5926e0(0x19b))/0x2+-parseInt(_0x5926e0(0x1a0))/0x3*(parseInt(_0x5926e0(0x1bd))/0x4)+-parseInt(_0x5926e0(0x1b6))/0x5*(-parseInt(_0x5926e0(0x195))/0x6)+parseInt(_0x5926e0(0x1ad))/0x7*(-parseInt(_0x5926e0(0x1af))/0x8)+parseInt(_0x5926e0(0x1a1))/0x9*(parseInt(_0x5926e0(0x19a))/0xa)+parseInt(_0x5926e0(0x1b8))/0xb;if(_0x1b2562===_0x2a6961)break;else _0x698ef6['push'](_0x698ef6['shift']());}catch(_0x150a54){_0x698ef6['push'](_0x698ef6['shift']());}}}(_0x589a,0x939af));const e={'docs-shape-ui':{'title':_0xecaad6(0x19f),'insertShape':_0xecaad6(0x1a7),'openPanel':'Apri\x20pannello\x20forma','deleteShape':'Elimina\x20forma','hidePanel':_0xecaad6(0x1ac),'formatShape':_0xecaad6(0x1ab),'shapeStyle':_0xecaad6(0x1b2),'shapePosition':_0xecaad6(0x1c0),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0xecaad6(0x19e),'rotateRight90':_0xecaad6(0x199),'rotateLeft90':_0xecaad6(0x1b4),'toggleTextVertical':'Attiva/disattiva\x20testo\x20verticale','objectListPanel':{'title':_0xecaad6(0x19d),'open':_0xecaad6(0x1aa),'empty':_0xecaad6(0x196),'showAll':_0xecaad6(0x1a4),'hideAll':_0xecaad6(0x1a8),'show':_0xecaad6(0x1ae),'hide':'Nascondi','moveForward':_0xecaad6(0x1b3),'moveBackward':_0xecaad6(0x19c),'close':'Chiudi','name':'Nome','nameInput':_0xecaad6(0x1c2),'description':_0xecaad6(0x1bb),'descriptionPlaceholder':_0xecaad6(0x198),'details':_0xecaad6(0x1ba),'noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificare\x20i\x20dettagli'},'toolbar':{'alignLeft':_0xecaad6(0x1c1),'alignCenter':_0xecaad6(0x1bc),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0xecaad6(0x1b7),'bold':_0xecaad6(0x1a2),'italic':_0xecaad6(0x1b0),'underline':'Sottolineato','strikethrough':_0xecaad6(0x1a9),'textColor':_0xecaad6(0x1a3),'fillColor':_0xecaad6(0x194),'resetColor':'Reimposta\x20colore'},'align':{'top':'Allinea\x20in\x20alto','middle':_0xecaad6(0x1b5),'bottom':_0xecaad6(0x1bf)},'textWrap':{'inline':_0xecaad6(0x197),'square':_0xecaad6(0x1b1),'topAndBottom':_0xecaad6(0x1be),'behindText':_0xecaad6(0x1a5),'inFrontText':_0xecaad6(0x193)},'crop':{'shape':_0xecaad6(0x1a6)}}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x29e2(_0x560ae9,_0x353fe5){_0x560ae9=_0x560ae9-0x11d;const _0x1111da=_0x1111();let _0x29e219=_0x1111da[_0x560ae9];return _0x29e219;}const _0x3d6d7e=_0x29e2;(function(_0x10037f,_0x2523e8){const _0x38eb5b=_0x29e2,_0x479244=_0x10037f();while(!![]){try{const _0x476e64=parseInt(_0x38eb5b(0x126))/0x1*(parseInt(_0x38eb5b(0x11d))/0x2)+-parseInt(_0x38eb5b(0x139))/0x3+-parseInt(_0x38eb5b(0x122))/0x4*(parseInt(_0x38eb5b(0x125))/0x5)+-parseInt(_0x38eb5b(0x124))/0x6*(parseInt(_0x38eb5b(0x11e))/0x7)+-parseInt(_0x38eb5b(0x135))/0x8*(parseInt(_0x38eb5b(0x11f))/0x9)+parseInt(_0x38eb5b(0x12c))/0xa*(parseInt(_0x38eb5b(0x121))/0xb)+parseInt(_0x38eb5b(0x136))/0xc;if(_0x476e64===_0x2523e8)break;else _0x479244['push'](_0x479244['shift']());}catch(_0x13c427){_0x479244['push'](_0x479244['shift']());}}}(_0x1111,0x36af7));function _0x1111(){const _0x2d12bc=['1610OKjVqB','592340AQlILD','6147BdkyZX','詳細を編集するオブジェクトを選択','33tZfTcW','184UNUGfF','オブジェクトがありません','6hBdvXz','46685hKjPfD','211GJmAka','反時計回りに\x2090\x20度回転','左揃え','取り消し線','四角形','両端揃え','1201490utYEdf','水平反転の切り替え','形状にトリミング','非表示','図形パネルを開く','レイヤー','閉じる','図形の書式設定','文字列の前面','24PDXLJR','5912100VUooTw','時計回りに\x2090\x20度回転','塗りつぶしの色','848445mVTOvh','図形を削除','下揃え','中央揃え','前面へ移動','すべて表示','文字の色','上揃え','すべて非表示','テキストの縦書き/横書きの切り替え'];_0x1111=function(){return _0x2d12bc;};return _0x1111();}const e={'docs-shape-ui':{'title':'図形','insertShape':'図形の挿入','openPanel':_0x3d6d7e(0x130),'deleteShape':_0x3d6d7e(0x13a),'hidePanel':'図形パネルを非表示','formatShape':_0x3d6d7e(0x133),'shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':_0x3d6d7e(0x12d),'toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x3d6d7e(0x137),'rotateLeft90':_0x3d6d7e(0x127),'toggleTextVertical':_0x3d6d7e(0x142),'objectListPanel':{'title':_0x3d6d7e(0x131),'open':'レイヤーパネルを開く','empty':_0x3d6d7e(0x123),'showAll':_0x3d6d7e(0x13e),'hideAll':_0x3d6d7e(0x141),'show':'表示','hide':_0x3d6d7e(0x12f),'moveForward':_0x3d6d7e(0x13d),'moveBackward':'背面へ移動','close':_0x3d6d7e(0x132),'name':'名前','nameInput':'オブジェクト名','description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x3d6d7e(0x120)},'toolbar':{'alignLeft':_0x3d6d7e(0x128),'alignCenter':_0x3d6d7e(0x13c),'alignRight':'右揃え','alignJustify':_0x3d6d7e(0x12b),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3d6d7e(0x129),'textColor':_0x3d6d7e(0x13f),'fillColor':_0x3d6d7e(0x138),'resetColor':'色をリセット'},'align':{'top':_0x3d6d7e(0x140),'middle':_0x3d6d7e(0x13c),'bottom':_0x3d6d7e(0x13b)},'textWrap':{'inline':'行内','square':_0x3d6d7e(0x12a),'topAndBottom':'上下','behindText':'文字列の背面','inFrontText':_0x3d6d7e(0x134)},'crop':{'shape':_0x3d6d7e(0x12e)}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x896147=_0x4cdf;function _0x4cdf(_0x51f787,_0x11a5c9){_0x51f787=_0x51f787-0x1eb;const _0x21b05a=_0x21b0();let _0x4cdf28=_0x21b05a[_0x51f787];return _0x4cdf28;}(function(_0x34b18c,_0x56989b){const _0x156fe4=_0x4cdf,_0x4740d8=_0x34b18c();while(!![]){try{const _0x665076=parseInt(_0x156fe4(0x202))/0x1+parseInt(_0x156fe4(0x1f4))/0x2+parseInt(_0x156fe4(0x1f0))/0x3+parseInt(_0x156fe4(0x1f2))/0x4+parseInt(_0x156fe4(0x200))/0x5+-parseInt(_0x156fe4(0x203))/0x6+parseInt(_0x156fe4(0x1f7))/0x7*(-parseInt(_0x156fe4(0x210))/0x8);if(_0x665076===_0x56989b)break;else _0x4740d8['push'](_0x4740d8['shift']());}catch(_0x7a795a){_0x4740d8['push'](_0x4740d8['shift']());}}}(_0x21b0,0x22df3));const e={'docs-shape-ui':{'title':'도형','insertShape':_0x896147(0x1fa),'openPanel':_0x896147(0x204),'deleteShape':_0x896147(0x209),'hidePanel':_0x896147(0x1ff),'formatShape':_0x896147(0x1ed),'shapeStyle':_0x896147(0x20d),'shapePosition':_0x896147(0x20a),'toggleFlipH':_0x896147(0x1f9),'toggleFlipV':_0x896147(0x212),'rotateRight90':_0x896147(0x1f6),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':_0x896147(0x1fe),'objectListPanel':{'title':_0x896147(0x213),'open':'레이어\x20패널\x20열기','empty':_0x896147(0x20c),'showAll':_0x896147(0x1fc),'hideAll':_0x896147(0x205),'show':'표시','hide':'숨기기','moveForward':_0x896147(0x211),'moveBackward':_0x896147(0x206),'close':'닫기','name':'이름','nameInput':_0x896147(0x1f5),'description':'설명','descriptionPlaceholder':_0x896147(0x1ec),'details':_0x896147(0x1eb),'noSelection':_0x896147(0x207)},'toolbar':{'alignLeft':'왼쪽\x20정렬','alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':_0x896147(0x1fb),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x896147(0x1f1),'textColor':_0x896147(0x1f8),'fillColor':_0x896147(0x1fd),'resetColor':_0x896147(0x20f)},'align':{'top':_0x896147(0x1ef),'middle':_0x896147(0x201),'bottom':_0x896147(0x20b)},'textWrap':{'inline':'텍스트와\x20같은\x20줄','square':_0x896147(0x1f3),'topAndBottom':_0x896147(0x20e),'behindText':_0x896147(0x208),'inFrontText':'텍스트\x20앞'},'crop':{'shape':_0x896147(0x1ee)}}};export{e as default};function _0x21b0(){const _0x3ab99f=['1061214JFtvzb','글자\x20색상','가로\x20뒤집기\x20전환','도형\x20삽입','양쪽\x20맞춤','모두\x20표시','글자\x20배경색','텍스트\x20세로/가로\x20전환','도형\x20패널\x20숨기기','556210SoAdKp','가운데\x20맞춤','199627rPMXcX','1556256QPCXhr','도형\x20패널\x20열기','모두\x20숨기기','뒤로\x20보내기','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','텍스트\x20뒤','도형\x20삭제','도형\x20위치','아래쪽\x20맞춤','개체\x20없음','도형\x20스타일','위아래','색상\x20재설정','24zlLXvl','앞으로\x20가져오기','세로\x20뒤집기\x20전환','레이어','세부\x20정보','설명\x20추가','도형\x20서식','모양에\x20맞게\x20자르기','위쪽\x20맞춤','385602VXcSzM','취소선','819624CzOLgS','사각형','425416UGieuN','개체\x20이름','시계\x20방향으로\x2090도\x20회전'];_0x21b0=function(){return _0x3ab99f;};return _0x21b0();}
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x6e9a06=_0x15a0;(function(_0x5297ff,_0x14e368){const _0x463d05=_0x15a0,_0x4b3422=_0x5297ff();while(!![]){try{const _0x37d767=parseInt(_0x463d05(0x1c4))/0x1*(parseInt(_0x463d05(0x1b2))/0x2)+-parseInt(_0x463d05(0x1af))/0x3*(-parseInt(_0x463d05(0x1ac))/0x4)+parseInt(_0x463d05(0x1b6))/0x5*(parseInt(_0x463d05(0x1c2))/0x6)+-parseInt(_0x463d05(0x1b0))/0x7*(-parseInt(_0x463d05(0x1a6))/0x8)+-parseInt(_0x463d05(0x1c9))/0x9+parseInt(_0x463d05(0x1b8))/0xa+-parseInt(_0x463d05(0x19d))/0xb;if(_0x37d767===_0x14e368)break;else _0x4b3422['push'](_0x4b3422['shift']());}catch(_0xe737ac){_0x4b3422['push'](_0x4b3422['shift']());}}}(_0x478d,0x1fd23));const e={'docs-shape-ui':{'title':_0x6e9a06(0x1b4),'insertShape':_0x6e9a06(0x1a5),'openPanel':_0x6e9a06(0x1c6),'deleteShape':_0x6e9a06(0x1c0),'hidePanel':_0x6e9a06(0x1b9),'formatShape':'Formatuj\x20kształt','shapeStyle':_0x6e9a06(0x1a2),'shapePosition':_0x6e9a06(0x1ba),'toggleFlipH':_0x6e9a06(0x19c),'toggleFlipV':_0x6e9a06(0x1b3),'rotateRight90':_0x6e9a06(0x1c5),'rotateLeft90':_0x6e9a06(0x1a9),'toggleTextVertical':_0x6e9a06(0x1a0),'objectListPanel':{'title':_0x6e9a06(0x1b5),'open':_0x6e9a06(0x1a8),'empty':_0x6e9a06(0x1be),'showAll':'Pokaż\x20wszystko','hideAll':_0x6e9a06(0x1c7),'show':_0x6e9a06(0x1bb),'hide':'Ukryj','moveForward':'Przenieś\x20do\x20przodu','moveBackward':_0x6e9a06(0x1c8),'close':'Zamknij','name':_0x6e9a06(0x1a7),'nameInput':'Nazwa\x20obiektu','description':'Opis','descriptionPlaceholder':_0x6e9a06(0x1c1),'details':'Szczegóły','noSelection':_0x6e9a06(0x1a4)},'toolbar':{'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x6e9a06(0x1bf),'alignRight':_0x6e9a06(0x19b),'alignJustify':_0x6e9a06(0x19f),'bold':_0x6e9a06(0x1ad),'italic':_0x6e9a06(0x1bc),'underline':_0x6e9a06(0x19e),'strikethrough':_0x6e9a06(0x1c3),'textColor':_0x6e9a06(0x1aa),'fillColor':_0x6e9a06(0x1ab),'resetColor':_0x6e9a06(0x1a1)},'align':{'top':_0x6e9a06(0x1ae),'middle':_0x6e9a06(0x1a3),'bottom':_0x6e9a06(0x1b1)},'textWrap':{'inline':'W\x20linii\x20z\x20tekstem','square':_0x6e9a06(0x1bd),'topAndBottom':_0x6e9a06(0x1ca),'behindText':_0x6e9a06(0x1cb),'inFrontText':_0x6e9a06(0x1b7)},'crop':{'shape':'Przytnij\x20do\x20kształtu'}}};function _0x478d(){const _0x332152=['Dodaj\x20opis','38484qMEvuj','Przekreślenie','1EPMwmC','Obróć\x20w\x20prawo\x20o\x2090°','Otwórz\x20panel\x20kształtów','Ukryj\x20wszystko','Przenieś\x20do\x20tyłu','156303BsxsHK','Góra\x20i\x20dół','Za\x20tekstem','Wyrównaj\x20do\x20prawej','Przerzuć\x20w\x20poziomie','4082980ddDVqL','Podkreślenie','Wyjustuj','Przełącz\x20tekst\x20pionowy','Resetuj\x20kolor','Styl\x20kształtu','Wyrównaj\x20do\x20środka\x20w\x20pionie','Wybierz\x20obiekt,\x20aby\x20edytować\x20jego\x20szczegóły','Wstaw\x20kształt','8QGpsXK','Nazwa','Otwórz\x20panel\x20warstw','Obróć\x20w\x20lewo\x20o\x2090°','Kolor\x20tekstu','Kolor\x20tła\x20tekstu','956cFlcQL','Pogrubienie','Wyrównaj\x20do\x20góry','1389vqXsOS','1784153ummctp','Wyrównaj\x20do\x20dołu','88204rfzOnW','Przerzuć\x20w\x20pionie','Kształt','Warstwy','60tMYcRQ','Przed\x20tekstem','322800GHtiOB','Ukryj\x20panel\x20kształtów','Pozycja\x20kształtu','Pokaż','Kursywa','Kwadrat','Brak\x20obiektów','Wyrównaj\x20do\x20środka','Usuń\x20kształt'];_0x478d=function(){return _0x332152;};return _0x478d();}function _0x15a0(_0x37c5ec,_0x391e48){_0x37c5ec=_0x37c5ec-0x19b;const _0x478d60=_0x478d();let _0x15a0df=_0x478d60[_0x37c5ec];return _0x15a0df;}export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0xe560af=_0x28d9;(function(_0x3fb0dd,_0x569cba){const _0x26b0ae=_0x28d9,_0x55ee8f=_0x3fb0dd();while(!![]){try{const _0x2eaf64=-parseInt(_0x26b0ae(0x175))/0x1+-parseInt(_0x26b0ae(0x16a))/0x2*(parseInt(_0x26b0ae(0x168))/0x3)+parseInt(_0x26b0ae(0x14e))/0x4*(-parseInt(_0x26b0ae(0x169))/0x5)+-parseInt(_0x26b0ae(0x161))/0x6+parseInt(_0x26b0ae(0x15c))/0x7+-parseInt(_0x26b0ae(0x162))/0x8+parseInt(_0x26b0ae(0x158))/0x9;if(_0x2eaf64===_0x569cba)break;else _0x55ee8f['push'](_0x55ee8f['shift']());}catch(_0x29381b){_0x55ee8f['push'](_0x55ee8f['shift']());}}}(_0x144f,0x68946));function _0x144f(){const _0x41d0ad=['Ocultar','Abrir\x20painel\x20de\x20camadas','86891vEtGID','Alinhar\x20à\x20direita','Ocultar\x20tudo','Inserir\x20forma','Cor\x20de\x20fundo\x20do\x20texto','2381808HFvBuT','2319064nsYmAh','Fechar','Adicionar\x20descrição','Alinhar\x20à\x20esquerda','Ocultar\x20painel\x20de\x20formas','À\x20frente\x20do\x20texto','96qQFQsG','48445vNXoyi','34996fKSCec','Alinhar\x20ao\x20meio','Camadas','Detalhes','Posição\x20da\x20forma','Em\x20linha\x20com\x20o\x20texto','Nome\x20do\x20objeto','Alinhar\x20ao\x20centro','Tachado','Abrir\x20painel\x20de\x20formas','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','841462QxPEhu','Alinhar\x20à\x20base','Nenhum\x20objeto','Sublinhado','Girar\x2090°\x20para\x20esquerda','Cortar\x20para\x20forma','Quadrado','Excluir\x20forma','Enviar\x20para\x20trás','188qYugTx','Negrito','Trazer\x20para\x20frente','Superior\x20e\x20inferior','Formatar\x20forma','Justificar','Itálico','Mostrar','Nome','Forma','26636193ZUnFLG','Atrás\x20do\x20texto'];_0x144f=function(){return _0x41d0ad;};return _0x144f();}function _0x28d9(_0x55b1b2,_0x394d7a){_0x55b1b2=_0x55b1b2-0x14d;const _0x144fa6=_0x144f();let _0x28d919=_0x144fa6[_0x55b1b2];return _0x28d919;}const e={'docs-shape-ui':{'title':_0xe560af(0x157),'insertShape':_0xe560af(0x15f),'openPanel':_0xe560af(0x173),'deleteShape':_0xe560af(0x17c),'hidePanel':_0xe560af(0x166),'formatShape':_0xe560af(0x152),'shapeStyle':'Estilo\x20da\x20forma','shapePosition':_0xe560af(0x16e),'toggleFlipH':'Alternar\x20inversão\x20horizontal','toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':_0xe560af(0x179),'toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0xe560af(0x16c),'open':_0xe560af(0x15b),'empty':_0xe560af(0x177),'showAll':'Mostrar\x20tudo','hideAll':_0xe560af(0x15e),'show':_0xe560af(0x155),'hide':_0xe560af(0x15a),'moveForward':_0xe560af(0x150),'moveBackward':_0xe560af(0x14d),'close':_0xe560af(0x163),'name':_0xe560af(0x156),'nameInput':_0xe560af(0x170),'description':'Descrição','descriptionPlaceholder':_0xe560af(0x164),'details':_0xe560af(0x16d),'noSelection':_0xe560af(0x174)},'toolbar':{'alignLeft':_0xe560af(0x165),'alignCenter':_0xe560af(0x171),'alignRight':_0xe560af(0x15d),'alignJustify':_0xe560af(0x153),'bold':_0xe560af(0x14f),'italic':_0xe560af(0x154),'underline':_0xe560af(0x178),'strikethrough':_0xe560af(0x172),'textColor':'Cor\x20do\x20texto','fillColor':_0xe560af(0x160),'resetColor':'Redefinir\x20cor'},'align':{'top':'Alinhar\x20ao\x20topo','middle':_0xe560af(0x16b),'bottom':_0xe560af(0x176)},'textWrap':{'inline':_0xe560af(0x16f),'square':_0xe560af(0x17b),'topAndBottom':_0xe560af(0x151),'behindText':_0xe560af(0x159),'inFrontText':_0xe560af(0x167)},'crop':{'shape':_0xe560af(0x17a)}}};export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x113e(){const _0xb77ef7=['Курсив','Вокруг\x20рамки','Переключить\x20вертикальное\x20положение\x20текста','Скрыть','63340PUfQUe','В\x20тексте','Открыть\x20панель\x20слоев','Переместить\x20назад','Выровнять\x20посередине','Обрезать\x20по\x20форме','Сбросить\x20цвет','Скрыть\x20панель\x20фигур','Переключить\x20горизонтальное\x20отражение','Сведения','Фигура','Нет\x20объектов','460216KHFzwY','Имя','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Цвет\x20текста','Скрыть\x20все','Сверху\x20и\x20снизу','Выровнять\x20по\x20правому\x20краю','12fhsXqc','Зачеркнутый','Удалить\x20фигуру','693wiZUKe','Выровнять\x20по\x20левому\x20краю','6177688nKyHMu','1942zMPCnv','Положение\x20фигуры','Стиль\x20фигуры','За\x20текстом','Показать','Имя\x20объекта','906BIvCIY','Выберите\x20объект\x20для\x20редактирования\x20сведений','15056XaygdV','Выровнять\x20по\x20центру','Выровнять\x20по\x20нижнему\x20краю','2559qQihuT','4106076KWbfOn','Перед\x20текстом','20902NDIAcD','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Выровнять\x20по\x20верхнему\x20краю','10iQHUKh','Показать\x20все','Открыть\x20панель\x20фигур','Подчеркнутый','Вставить\x20фигуру','Переместить\x20вперед','Выровнять\x20по\x20ширине','Закрыть','9hJmoCN'];_0x113e=function(){return _0xb77ef7;};return _0x113e();}const _0xed1097=_0x5b1d;(function(_0x29e411,_0x31a38d){const _0x5bc617=_0x5b1d,_0x284a09=_0x29e411();while(!![]){try{const _0x1420fb=-parseInt(_0x5bc617(0x1c9))/0x1+parseInt(_0x5bc617(0x19f))/0x2*(parseInt(_0x5bc617(0x1aa))/0x3)+parseInt(_0x5bc617(0x1a7))/0x4*(-parseInt(_0x5bc617(0x1b0))/0x5)+parseInt(_0x5bc617(0x1a5))/0x6*(-parseInt(_0x5bc617(0x1ad))/0x7)+parseInt(_0x5bc617(0x19e))/0x8*(parseInt(_0x5bc617(0x1b8))/0x9)+-parseInt(_0x5bc617(0x1bd))/0xa*(parseInt(_0x5bc617(0x19c))/0xb)+-parseInt(_0x5bc617(0x199))/0xc*(-parseInt(_0x5bc617(0x1ab))/0xd);if(_0x1420fb===_0x31a38d)break;else _0x284a09['push'](_0x284a09['shift']());}catch(_0x32f1a2){_0x284a09['push'](_0x284a09['shift']());}}}(_0x113e,0x9227e));function _0x5b1d(_0x5031ee,_0x39d9cd){_0x5031ee=_0x5031ee-0x195;const _0x113e71=_0x113e();let _0x5b1d45=_0x113e71[_0x5031ee];return _0x5b1d45;}const e={'docs-shape-ui':{'title':_0xed1097(0x1c7),'insertShape':_0xed1097(0x1b4),'openPanel':_0xed1097(0x1b2),'deleteShape':_0xed1097(0x19b),'hidePanel':_0xed1097(0x1c4),'formatShape':'Форматировать\x20фигуру','shapeStyle':_0xed1097(0x1a1),'shapePosition':_0xed1097(0x1a0),'toggleFlipH':_0xed1097(0x1c5),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0xed1097(0x1ae),'rotateLeft90':_0xed1097(0x1cb),'toggleTextVertical':_0xed1097(0x1bb),'objectListPanel':{'title':'Слои','open':_0xed1097(0x1bf),'empty':_0xed1097(0x1c8),'showAll':_0xed1097(0x1b1),'hideAll':_0xed1097(0x196),'show':_0xed1097(0x1a3),'hide':_0xed1097(0x1bc),'moveForward':_0xed1097(0x1b5),'moveBackward':_0xed1097(0x1c0),'close':_0xed1097(0x1b7),'name':_0xed1097(0x1ca),'nameInput':_0xed1097(0x1a4),'description':'Описание','descriptionPlaceholder':'Добавить\x20описание','details':_0xed1097(0x1c6),'noSelection':_0xed1097(0x1a6)},'toolbar':{'alignLeft':_0xed1097(0x19d),'alignCenter':_0xed1097(0x1a8),'alignRight':_0xed1097(0x198),'alignJustify':_0xed1097(0x1b6),'bold':'Полужирный','italic':_0xed1097(0x1b9),'underline':_0xed1097(0x1b3),'strikethrough':_0xed1097(0x19a),'textColor':_0xed1097(0x195),'fillColor':'Цвет\x20фона\x20текста','resetColor':_0xed1097(0x1c3)},'align':{'top':_0xed1097(0x1af),'middle':_0xed1097(0x1c1),'bottom':_0xed1097(0x1a9)},'textWrap':{'inline':_0xed1097(0x1be),'square':_0xed1097(0x1ba),'topAndBottom':_0xed1097(0x197),'behindText':_0xed1097(0x1a2),'inFrontText':_0xed1097(0x1ac)},'crop':{'shape':_0xed1097(0x1c2)}}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2821(_0x41d877,_0x1aeedf){_0x41d877=_0x41d877-0x9d;const _0x5a6bb0=_0x5a6b();let _0x28216d=_0x5a6bb0[_0x41d877];return _0x28216d;}const _0x4888c7=_0x2821;(function(_0x17f531,_0x2d236e){const _0x30339d=_0x2821,_0x462b00=_0x17f531();while(!![]){try{const _0x193f14=parseInt(_0x30339d(0xb3))/0x1*(-parseInt(_0x30339d(0xc6))/0x2)+parseInt(_0x30339d(0xbf))/0x3*(parseInt(_0x30339d(0xc0))/0x4)+-parseInt(_0x30339d(0xba))/0x5*(-parseInt(_0x30339d(0xac))/0x6)+parseInt(_0x30339d(0xa3))/0x7+-parseInt(_0x30339d(0xbb))/0x8+-parseInt(_0x30339d(0xb2))/0x9+-parseInt(_0x30339d(0xbe))/0xa*(-parseInt(_0x30339d(0xa6))/0xb);if(_0x193f14===_0x2d236e)break;else _0x462b00['push'](_0x462b00['shift']());}catch(_0x18984d){_0x462b00['push'](_0x462b00['shift']());}}}(_0x5a6b,0xbc2a6));function _0x5a6b(){const _0x101438=['36DuobBg','Názov\x20objektu','Prepnúť\x20zvislé\x20prevrátenie','Zarovnať\x20na\x20stred','Zarovnať\x20doľava','Otvoriť\x20panel\x20vrstiev','6pjUAZN','Zavrieť','Pridať\x20popis','Kurzíva','Presunúť\x20dozadu','Hore\x20a\x20dole','Obdĺžnikové','Žiadne\x20objekty','Poloha\x20tvaru','Farba\x20pozadia\x20textu','Obnoviť\x20farbu','V\x20riadku\x20s\x20textom','Otvoriť\x20panel\x20tvarov','2798292vAGJgi','Podčiarknutie','Štýl\x20tvaru','1552804ofyUrz','Skryť\x20panel\x20tvarov','Názov','Zarovnať\x20hore','Formátovať\x20tvar','Vyberte\x20objekt\x20na\x20úpravu\x20podrobností','24UWrZDf','Prečiarknuté','Farba\x20textu','Zobraziť\x20všetko','Prepnúť\x20vodorovné\x20prevrátenie','Otočiť\x20doľava\x20o\x2090°','9543051GDupxs','486773WnFzsw','Oříznout\x20podle\x20tvaru','Vrstvy','Presunúť\x20dopredu','Podrobnosti','Zarovnať\x20dole','Popis','800070qcVjbQ','9495736EszcpV','Odstrániť\x20tvar','Pred\x20textom','190muTkWT','252141ACKnrc'];_0x5a6b=function(){return _0x101438;};return _0x5a6b();}const e={'docs-shape-ui':{'title':'Tvar','insertShape':'Vložiť\x20tvar','openPanel':_0x4888c7(0xa2),'deleteShape':_0x4888c7(0xbc),'hidePanel':_0x4888c7(0xa7),'formatShape':_0x4888c7(0xaa),'shapeStyle':_0x4888c7(0xa5),'shapePosition':_0x4888c7(0x9e),'toggleFlipH':_0x4888c7(0xb0),'toggleFlipV':_0x4888c7(0xc2),'rotateRight90':'Otočiť\x20doprava\x20o\x2090°','rotateLeft90':_0x4888c7(0xb1),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':_0x4888c7(0xb5),'open':_0x4888c7(0xc5),'empty':_0x4888c7(0x9d),'showAll':_0x4888c7(0xaf),'hideAll':'Skryť\x20všetko','show':'Zobraziť','hide':'Skryť','moveForward':_0x4888c7(0xb6),'moveBackward':_0x4888c7(0xca),'close':_0x4888c7(0xc7),'name':_0x4888c7(0xa8),'nameInput':_0x4888c7(0xc1),'description':_0x4888c7(0xb9),'descriptionPlaceholder':_0x4888c7(0xc8),'details':_0x4888c7(0xb7),'noSelection':_0x4888c7(0xab)},'toolbar':{'alignLeft':_0x4888c7(0xc4),'alignCenter':'Zarovnať\x20na\x20stred','alignRight':'Zarovnať\x20doprava','alignJustify':'Zarovnať\x20do\x20bloku','bold':'Tučné','italic':_0x4888c7(0xc9),'underline':_0x4888c7(0xa4),'strikethrough':_0x4888c7(0xad),'textColor':_0x4888c7(0xae),'fillColor':_0x4888c7(0x9f),'resetColor':_0x4888c7(0xa0)},'align':{'top':_0x4888c7(0xa9),'middle':_0x4888c7(0xc3),'bottom':_0x4888c7(0xb8)},'textWrap':{'inline':_0x4888c7(0xa1),'square':_0x4888c7(0xcc),'topAndBottom':_0x4888c7(0xcb),'behindText':'Za\x20textom','inFrontText':_0x4888c7(0xbd)},'crop':{'shape':_0x4888c7(0xb4)}}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x929ef1=_0xbfb8;function _0x57de(){const _0x46ef28=['Căn\x20dưới','Màu\x20chữ','2TEcNtS','Căn\x20giữa\x20theo\x20chiều\x20dọc','Chuyển\x20đổi\x20lật\x20ngang','Hiện\x20tất\x20cả','Màu\x20nền\x20văn\x20bản','Hiện','Gạch\x20chân','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Căn\x20đều\x20hai\x20bên','Phía\x20sau\x20văn\x20bản','Tên','Trên\x20và\x20dưới','Chuyển\x20đổi\x20văn\x20bản\x20dọc','2268255gFZJpT','Căn\x20trái','Đưa\x20xuống\x20dưới','Định\x20dạng\x20hình\x20dạng','Chi\x20tiết','Tên\x20đối\x20tượng','4179564UQWFWf','Phía\x20trước\x20văn\x20bản','Chưa\x20có\x20đối\x20tượng','Ẩn\x20tất\x20cả','Căn\x20phải','Đưa\x20lên\x20trên','In\x20đậm','331678BFFHyR','Mở\x20bảng\x20hình\x20dạng','8YmZAVR','Xóa\x20hình\x20dạng','3742417VIEGCU','10765610sgIKBj','Căn\x20giữa','Cắt\x20theo\x20hình\x20dạng','Chèn\x20hình\x20dạng','Cùng\x20dòng\x20với\x20văn\x20bản','35PRogOL','1462724DUdLAV','Thêm\x20mô\x20tả','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','339378exYBlj'];_0x57de=function(){return _0x46ef28;};return _0x57de();}function _0xbfb8(_0xa0db3f,_0x57fe1f){_0xa0db3f=_0xa0db3f-0x19b;const _0x57dee5=_0x57de();let _0xbfb8a1=_0x57dee5[_0xa0db3f];return _0xbfb8a1;}(function(_0x1a597c,_0x1a1c6f){const _0x42647f=_0xbfb8,_0x497a39=_0x1a597c();while(!![]){try{const _0x47d45=parseInt(_0x42647f(0x19f))/0x1+parseInt(_0x42647f(0x1b0))/0x2*(-parseInt(_0x42647f(0x1bd))/0x3)+parseInt(_0x42647f(0x1aa))/0x4+-parseInt(_0x42647f(0x1a9))/0x5*(-parseInt(_0x42647f(0x1ad))/0x6)+parseInt(_0x42647f(0x1a3))/0x7*(-parseInt(_0x42647f(0x1a1))/0x8)+-parseInt(_0x42647f(0x1c3))/0x9+parseInt(_0x42647f(0x1a4))/0xa;if(_0x47d45===_0x1a1c6f)break;else _0x497a39['push'](_0x497a39['shift']());}catch(_0x4b7725){_0x497a39['push'](_0x497a39['shift']());}}}(_0x57de,0x6541d));const e={'docs-shape-ui':{'title':'Hình\x20dạng','insertShape':_0x929ef1(0x1a7),'openPanel':_0x929ef1(0x1a0),'deleteShape':_0x929ef1(0x1a2),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x929ef1(0x1c0),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x929ef1(0x1b2),'toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x929ef1(0x1b7),'rotateLeft90':_0x929ef1(0x1ac),'toggleTextVertical':_0x929ef1(0x1bc),'objectListPanel':{'title':'Lớp','open':'Mở\x20bảng\x20điều\x20khiển\x20lớp','empty':_0x929ef1(0x1c5),'showAll':_0x929ef1(0x1b3),'hideAll':_0x929ef1(0x19b),'show':_0x929ef1(0x1b5),'hide':'Ẩn','moveForward':_0x929ef1(0x19d),'moveBackward':_0x929ef1(0x1bf),'close':'Đóng','name':_0x929ef1(0x1ba),'nameInput':_0x929ef1(0x1c2),'description':'Mô\x20tả','descriptionPlaceholder':_0x929ef1(0x1ab),'details':_0x929ef1(0x1c1),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'},'toolbar':{'alignLeft':_0x929ef1(0x1be),'alignCenter':_0x929ef1(0x1a5),'alignRight':_0x929ef1(0x19c),'alignJustify':_0x929ef1(0x1b8),'bold':_0x929ef1(0x19e),'italic':'In\x20nghiêng','underline':_0x929ef1(0x1b6),'strikethrough':'Gạch\x20ngang','textColor':_0x929ef1(0x1af),'fillColor':_0x929ef1(0x1b4),'resetColor':'Đặt\x20lại\x20màu'},'align':{'top':'Căn\x20trên','middle':_0x929ef1(0x1b1),'bottom':_0x929ef1(0x1ae)},'textWrap':{'inline':_0x929ef1(0x1a8),'square':'Bao\x20quanh','topAndBottom':_0x929ef1(0x1bb),'behindText':_0x929ef1(0x1b9),'inFrontText':_0x929ef1(0x1c4)},'crop':{'shape':_0x929ef1(0x1a6)}}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3473(_0x1b2769,_0x3c1ed2){_0x1b2769=_0x1b2769-0x1f3;const _0x4b156=_0x4b15();let _0x34739a=_0x4b156[_0x1b2769];return _0x34739a;}const _0x16f683=_0x3473;(function(_0x145b44,_0xffadd8){const _0x37a8fd=_0x3473,_0x525a2a=_0x145b44();while(!![]){try{const _0x30c97e=-parseInt(_0x37a8fd(0x20b))/0x1*(parseInt(_0x37a8fd(0x1f4))/0x2)+-parseInt(_0x37a8fd(0x216))/0x3*(parseInt(_0x37a8fd(0x217))/0x4)+-parseInt(_0x37a8fd(0x1f9))/0x5+-parseInt(_0x37a8fd(0x1ff))/0x6+parseInt(_0x37a8fd(0x1f7))/0x7*(-parseInt(_0x37a8fd(0x1fb))/0x8)+-parseInt(_0x37a8fd(0x212))/0x9*(-parseInt(_0x37a8fd(0x219))/0xa)+-parseInt(_0x37a8fd(0x211))/0xb*(-parseInt(_0x37a8fd(0x202))/0xc);if(_0x30c97e===_0xffadd8)break;else _0x525a2a['push'](_0x525a2a['shift']());}catch(_0x4f7c55){_0x525a2a['push'](_0x525a2a['shift']());}}}(_0x4b15,0x9a0f5));const e={'docs-shape-ui':{'title':'形状','insertShape':_0x16f683(0x1fd),'openPanel':_0x16f683(0x1f5),'deleteShape':_0x16f683(0x21c),'hidePanel':_0x16f683(0x21e),'formatShape':_0x16f683(0x200),'shapeStyle':'形状样式','shapePosition':_0x16f683(0x20c),'toggleFlipH':_0x16f683(0x208),'toggleFlipV':_0x16f683(0x20a),'rotateRight90':_0x16f683(0x21a),'rotateLeft90':_0x16f683(0x218),'toggleTextVertical':_0x16f683(0x201),'objectListPanel':{'title':'图层','open':_0x16f683(0x203),'empty':_0x16f683(0x205),'showAll':_0x16f683(0x206),'hideAll':_0x16f683(0x1f8),'show':'显示','hide':'隐藏','moveForward':_0x16f683(0x20f),'moveBackward':_0x16f683(0x1f6),'close':'关闭','name':'名称','nameInput':'对象名称','description':'描述','descriptionPlaceholder':_0x16f683(0x1fe),'details':'详情','noSelection':_0x16f683(0x20d)},'toolbar':{'alignLeft':'左对齐','alignCenter':_0x16f683(0x1fa),'alignRight':_0x16f683(0x20e),'alignJustify':_0x16f683(0x21d),'bold':'粗体','italic':'斜体','underline':_0x16f683(0x21b),'strikethrough':_0x16f683(0x214),'textColor':_0x16f683(0x207),'fillColor':_0x16f683(0x204),'resetColor':'重置颜色'},'align':{'top':'顶部对齐','middle':'垂直居中','bottom':'底部对齐'},'textWrap':{'inline':_0x16f683(0x1f3),'square':_0x16f683(0x215),'topAndBottom':_0x16f683(0x213),'behindText':_0x16f683(0x210),'inFrontText':_0x16f683(0x1fc)},'crop':{'shape':_0x16f683(0x209)}}};export{e as default};function _0x4b15(){const _0x4744a7=['13368PdSBQz','492BbDVDo','逆时针90度旋转','10410BGAQcP','顺时针90度旋转','下划线','删除形状','两端对齐','隐藏形状面板','嵌入型','72MCxpAC','打开形状面板','下移一层','1477WWblkW','全部隐藏','3013620QrCAqd','居中对齐','47736ZSJDuE','浮于文字上方','插入形状','添加描述','6719376eWbzvX','格式化形状','切换文本竖排','39677748BPWnWN','打开图层面板','文本背景色','暂无对象','全部显示','文本颜色','切换水平翻转','裁剪为形状','切换垂直翻转','4579CjVkzG','形状位置','选择对象以编辑详情','右对齐','上移一层','衬于文字下方','11socPrg','8811rvSGrA','上下型','删除线','四周型'];_0x4b15=function(){return _0x4744a7;};return _0x4b15();}
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x59bfb1=_0x1e64;(function(_0x16c540,_0x5a83e5){const _0x1cf224=_0x1e64,_0x56f95b=_0x16c540();while(!![]){try{const _0x451e76=parseInt(_0x1cf224(0x18b))/0x1+-parseInt(_0x1cf224(0x186))/0x2*(-parseInt(_0x1cf224(0x18e))/0x3)+-parseInt(_0x1cf224(0x1a6))/0x4*(parseInt(_0x1cf224(0x195))/0x5)+parseInt(_0x1cf224(0x19d))/0x6+parseInt(_0x1cf224(0x19f))/0x7+-parseInt(_0x1cf224(0x18c))/0x8+parseInt(_0x1cf224(0x188))/0x9;if(_0x451e76===_0x5a83e5)break;else _0x56f95b['push'](_0x56f95b['shift']());}catch(_0x4b71b9){_0x56f95b['push'](_0x56f95b['shift']());}}}(_0x413b,0x29104));function _0x1e64(_0x10ab84,_0x87acdd){_0x10ab84=_0x10ab84-0x186;const _0x413b92=_0x413b();let _0x1e64b0=_0x413b92[_0x10ab84];return _0x1e64b0;}function _0x413b(){const _0x30c24a=['6WZbjLG','重置顏色','圖形樣式','與文字排列','全部顯示','選擇物件以編輯詳情','新增描述','9535kWhOSW','切換文本豎排','物件名稱','刪除線','上移一層','開啟圖層面板','打開形狀面板','文字背景色','1217904oZsjOk','右對齊','225449lTwfoR','底部對齊','順時針\x2090\x20度旋轉','暫無物件','文字在後','居中對齊','圖形位置','504botUFh','裁切為形狀','逆時針\x2090\x20度旋轉','全部隱藏','頂部對齊','兩端對齊','隱藏形狀面板','格式化形狀','137166iixKOz','上及下','1215072SYOmZJ','切換水平翻轉','文字顏色','70751KveLmg','1357104zWzcld','刪除形狀'];_0x413b=function(){return _0x30c24a;};return _0x413b();}const e={'docs-shape-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x59bfb1(0x19b),'deleteShape':_0x59bfb1(0x18d),'hidePanel':_0x59bfb1(0x1ac),'formatShape':_0x59bfb1(0x1ad),'shapeStyle':_0x59bfb1(0x190),'shapePosition':_0x59bfb1(0x1a5),'toggleFlipH':_0x59bfb1(0x189),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x59bfb1(0x1a1),'rotateLeft90':_0x59bfb1(0x1a8),'toggleTextVertical':_0x59bfb1(0x196),'objectListPanel':{'title':'圖層','open':_0x59bfb1(0x19a),'empty':_0x59bfb1(0x1a2),'showAll':_0x59bfb1(0x192),'hideAll':_0x59bfb1(0x1a9),'show':'顯示','hide':'隱藏','moveForward':_0x59bfb1(0x199),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x59bfb1(0x197),'description':'描述','descriptionPlaceholder':_0x59bfb1(0x194),'details':'詳情','noSelection':_0x59bfb1(0x193)},'toolbar':{'alignLeft':'左對齊','alignCenter':_0x59bfb1(0x1a4),'alignRight':_0x59bfb1(0x19e),'alignJustify':_0x59bfb1(0x1ab),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x59bfb1(0x198),'textColor':_0x59bfb1(0x18a),'fillColor':_0x59bfb1(0x19c),'resetColor':_0x59bfb1(0x18f)},'align':{'top':_0x59bfb1(0x1aa),'middle':'垂直居中','bottom':_0x59bfb1(0x1a0)},'textWrap':{'inline':_0x59bfb1(0x191),'square':'矩形','topAndBottom':_0x59bfb1(0x187),'behindText':'文字在前','inFrontText':_0x59bfb1(0x1a3)},'crop':{'shape':_0x59bfb1(0x1a7)}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x148210=_0x4430;function _0x3836(){const _0x4fcf70=['432504lAjjBh','物件名稱','逆時針\x2090\x20度旋轉','左對齊','122060gUEwon','底部對齊','11bdWskV','文字在後','8QeDLYY','2122DVSqAC','1385550KutpxL','42pZpMcM','上移一層','文字顏色','切換水平翻轉','新增描述','選取物件以編輯詳細資料','刪除線','頂部對齊','隱藏形狀面板','順時針\x2090\x20度旋轉','上及下','文字背景色','垂直居中','819642AEmOmV','35060EHFUsA','暫無物件','圖形位置','插入形狀','文字在前','打開形狀面板','裁切為形狀','切換文本竖排','圖形樣式','全部隱藏','下移一層','右對齊','格式化形狀','44618kwdTZM'];_0x3836=function(){return _0x4fcf70;};return _0x3836();}(function(_0x5bfad0,_0x25a6df){const _0x27e5d4=_0x4430,_0x3f3231=_0x5bfad0();while(!![]){try{const _0x50c363=-parseInt(_0x27e5d4(0x75))/0x1*(parseInt(_0x27e5d4(0x78))/0x2)+parseInt(_0x27e5d4(0x7a))/0x3*(parseInt(_0x27e5d4(0x88))/0x4)+-parseInt(_0x27e5d4(0x73))/0x5+-parseInt(_0x27e5d4(0x87))/0x6+parseInt(_0x27e5d4(0x6e))/0x7*(-parseInt(_0x27e5d4(0x77))/0x8)+parseInt(_0x27e5d4(0x6f))/0x9+parseInt(_0x27e5d4(0x79))/0xa;if(_0x50c363===_0x25a6df)break;else _0x3f3231['push'](_0x3f3231['shift']());}catch(_0x131f67){_0x3f3231['push'](_0x3f3231['shift']());}}}(_0x3836,0x1fcd1));function _0x4430(_0x237c51,_0x3139ce){_0x237c51=_0x237c51-0x6a;const _0x38369b=_0x3836();let _0x443093=_0x38369b[_0x237c51];return _0x443093;}const e={'docs-shape-ui':{'title':'形狀','insertShape':_0x148210(0x8b),'openPanel':_0x148210(0x8d),'deleteShape':'刪除形狀','hidePanel':_0x148210(0x82),'formatShape':_0x148210(0x6d),'shapeStyle':_0x148210(0x90),'shapePosition':_0x148210(0x8a),'toggleFlipH':_0x148210(0x7d),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x148210(0x83),'rotateLeft90':_0x148210(0x71),'toggleTextVertical':_0x148210(0x8f),'objectListPanel':{'title':'圖層','open':'開啟圖層面板','empty':_0x148210(0x89),'showAll':'全部顯示','hideAll':_0x148210(0x6a),'show':'顯示','hide':'隱藏','moveForward':_0x148210(0x7b),'moveBackward':_0x148210(0x6b),'close':'關閉','name':'名稱','nameInput':_0x148210(0x70),'description':'描述','descriptionPlaceholder':_0x148210(0x7e),'details':'詳細資料','noSelection':_0x148210(0x7f)},'toolbar':{'alignLeft':_0x148210(0x72),'alignCenter':'居中對齊','alignRight':_0x148210(0x6c),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x148210(0x80),'textColor':_0x148210(0x7c),'fillColor':_0x148210(0x85),'resetColor':'重置顏色'},'align':{'top':_0x148210(0x81),'middle':_0x148210(0x86),'bottom':_0x148210(0x74)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x148210(0x84),'behindText':_0x148210(0x8c),'inFrontText':_0x148210(0x76)},'crop':{'shape':_0x148210(0x8e)}}};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
|
+
}
|