@univerjs-pro/sheets-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 -3
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +21 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/command-util.d.ts +9 -3
- package/lib/types/commands/menu/menu-dependencies.d.ts +2 -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/shape-update.controller.d.ts +1 -0
- package/lib/types/controllers/sheet-shape-adjust.controller.d.ts +3 -6
- package/lib/types/controllers/sheet-shape-printing.controller.d.ts +12 -0
- package/lib/types/controllers/sheet-shape-render.controller.d.ts +8 -3
- package/lib/types/index.d.ts +1 -7
- 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/SheetDrawingObjectListPanel.d.ts +1 -0
- package/lib/types/views/shape-editor-panel/ShapeFillEditor.d.ts +1 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -19
- package/lib/types/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0xcd04(){var _0x3d23e8=['فتح\x20لوحة\x20الطبقات','الاسم','تبديل\x20النص\x20العمودي','إخفاء','أسفل','93554FKVZac','تنسيق\x20الشكل','يتوسطه\x20خط','exports','تسطير','نمط\x20الشكل','الطبقات','10qAjAYK','تبديل\x20الانعكاس\x20الأفقي','object','40XcgutK','428541ZfsJrO','إحضار\x20للأمام','إضافة\x20وصف','اسم\x20الكائن','شكل','محاذاة\x20أفقية','الوصف','إدراج\x20شكل','397000WeMTtw','محاذاة\x20لليمين','حجم\x20الخط','إظهار\x20الكل','479592OKzlOM','تقليل\x20حجم\x20الخط','إظهار','ضبط','لون\x20خلفية\x20النص','قص\x20إلى\x20شكل','حدد\x20كائنًا\x20لتحرير\x20تفاصيله','تبديل\x20الانعكاس\x20العمودي','زيادة\x20حجم\x20الخط','إعادة\x20تعيين','يمين','منتصف','مائل','479646QrvYkv','UniverProSheetsShapeUiArSA','لون\x20التعبئة','غامق','محاذاة\x20للوسط','92236UKUAIb','إخفاء\x20لوحة\x20الأشكال','إغلاق','function','163016fMwApi','محاذاة\x20عمودية','8eWfdNC','لا\x20توجد\x20كائنات','لون\x20النص','موضع\x20الشكل','تدوير\x20لليسار\x2090°'];_0xcd04=function(){return _0x3d23e8;};return _0xcd04();}function _0x21de(_0x2d267d,_0x2f2c21){_0x2d267d=_0x2d267d-0xde;var _0xcd04ec=_0xcd04();var _0x21de39=_0xcd04ec[_0x2d267d];return _0x21de39;}(function(_0x199591,_0xaca782){var _0x10c1df=_0x21de,_0x4f952a=_0x199591();while(!![]){try{var _0xf8461d=-parseInt(_0x10c1df(0x102))/0x1+parseInt(_0x10c1df(0x112))/0x2+-parseInt(_0x10c1df(0xe4))/0x3+-parseInt(_0x10c1df(0xec))/0x4+parseInt(_0x10c1df(0xe0))/0x5*(parseInt(_0x10c1df(0xfd))/0x6)+parseInt(_0x10c1df(0x106))/0x7*(parseInt(_0x10c1df(0x108))/0x8)+-parseInt(_0x10c1df(0xf0))/0x9*(-parseInt(_0x10c1df(0xe3))/0xa);if(_0xf8461d===_0xaca782)break;else _0x4f952a['push'](_0x4f952a['shift']());}catch(_0x53a6da){_0x4f952a['push'](_0x4f952a['shift']());}}}(_0xcd04,0x1a8de),function(_0xbc4891,_0xb777e0){var _0x4889ab=_0x21de;typeof exports==_0x4889ab(0xe2)&&typeof module<'u'?module[_0x4889ab(0x115)]=_0xb777e0():typeof define==_0x4889ab(0x105)&&define['amd']?define([],_0xb777e0):(_0xbc4891=typeof globalThis<'u'?globalThis:_0xbc4891||self,_0xbc4891[_0x4889ab(0xfe)]=_0xb777e0());}(this,function(){var _0x549752=_0x21de;return{'sheets-shape-ui':{'align':{'top':'أعلى','middle':_0x549752(0xfb),'bottom':_0x549752(0x111),'left':'يسار','center':'وسط','right':_0x549752(0xfa)},'toolbar':{'verticalAlignMode':{'main':_0x549752(0x107)},'horizontalAlignMode':{'main':_0x549752(0xe9)},'fillColor':{'main':_0x549752(0xff)},'fontSize':_0x549752(0xee),'fontSizeIncrease':_0x549752(0xf8),'fontSizeDecrease':_0x549752(0xf1),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x549752(0x101),'alignRight':_0x549752(0xed),'alignJustify':_0x549752(0xf3),'bold':_0x549752(0x100),'italic':_0x549752(0xfc),'underline':_0x549752(0x116),'strikethrough':_0x549752(0x114),'textColor':_0x549752(0x10a),'textBackgroundColor':_0x549752(0xf4),'resetColor':_0x549752(0xf9)},'imagePanel':{'crop':{'shape':_0x549752(0xf5)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x549752(0xe8),'insertShape':_0x549752(0xeb),'openPanel':'فتح\x20لوحة\x20الأشكال','deleteShape':'حذف\x20الشكل','hidePanel':_0x549752(0x103),'formatShape':_0x549752(0x113),'shapeStyle':_0x549752(0xde),'shapePosition':_0x549752(0x10b),'toggleFlipH':_0x549752(0xe1),'toggleFlipV':_0x549752(0xf7),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x549752(0x10c),'toggleTextVertical':_0x549752(0x10f),'objectListPanel':{'title':_0x549752(0xdf),'open':_0x549752(0x10d),'empty':_0x549752(0x109),'showAll':_0x549752(0xef),'hideAll':'إخفاء\x20الكل','show':_0x549752(0xf2),'hide':_0x549752(0x110),'moveForward':_0x549752(0xe5),'moveBackward':'إرسال\x20للخلف','close':_0x549752(0x104),'name':_0x549752(0x10e),'nameInput':_0x549752(0xe7),'description':_0x549752(0xea),'descriptionPlaceholder':_0x549752(0xe6),'details':'التفاصيل','noSelection':_0x549752(0xf6)}}};}));
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x114853,_0x5c536b){var _0x5d8550=_0x4e87,_0x161ea9=_0x114853();while(!![]){try{var _0x986919=-parseInt(_0x5d8550(0x1e1))/0x1*(-parseInt(_0x5d8550(0x1f5))/0x2)+parseInt(_0x5d8550(0x1e0))/0x3+-parseInt(_0x5d8550(0x1da))/0x4*(-parseInt(_0x5d8550(0x1e3))/0x5)+-parseInt(_0x5d8550(0x1dd))/0x6+parseInt(_0x5d8550(0x1d9))/0x7*(parseInt(_0x5d8550(0x1c3))/0x8)+parseInt(_0x5d8550(0x1e7))/0x9+-parseInt(_0x5d8550(0x1ed))/0xa*(parseInt(_0x5d8550(0x1c8))/0xb);if(_0x986919===_0x5c536b)break;else _0x161ea9['push'](_0x161ea9['shift']());}catch(_0x2c134d){_0x161ea9['push'](_0x161ea9['shift']());}}}(_0x308f,0xa5d6f),function(_0x567c51,_0x3e3dd4){var _0xa2101f=_0x4e87;typeof exports==_0xa2101f(0x1f3)&&typeof module<'u'?module[_0xa2101f(0x1f7)]=_0x3e3dd4():typeof define==_0xa2101f(0x1f6)&&define[_0xa2101f(0x1ca)]?define([],_0x3e3dd4):(_0x567c51=typeof globalThis<'u'?globalThis:_0x567c51||self,_0x567c51[_0xa2101f(0x1f2)]=_0x3e3dd4());}(this,function(){var _0x40baae=_0x4e87;return{'sheets-shape-ui':{'align':{'top':_0x40baae(0x1e9),'middle':_0x40baae(0x1c4),'bottom':'inferior','left':'esquerra','center':'centre','right':'dreta'},'toolbar':{'verticalAlignMode':{'main':_0x40baae(0x1f1)},'horizontalAlignMode':{'main':'Alineació\x20horitzontal'},'fillColor':{'main':'Color\x20de\x20fons'},'fontSize':_0x40baae(0x1d2),'fontSizeIncrease':_0x40baae(0x1d5),'fontSizeDecrease':_0x40baae(0x1df),'alignLeft':_0x40baae(0x1f8),'alignCenter':_0x40baae(0x1db),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':'Justifica','bold':_0x40baae(0x1d3),'italic':_0x40baae(0x1d1),'underline':_0x40baae(0x1e6),'strikethrough':_0x40baae(0x1c7),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x40baae(0x1ce),'resetColor':_0x40baae(0x1d6)},'imagePanel':{'crop':{'shape':_0x40baae(0x1d8)}},'permission':{'editErr':_0x40baae(0x1c9)},'title':_0x40baae(0x1c5),'insertShape':_0x40baae(0x1ec),'openPanel':_0x40baae(0x1ef),'deleteShape':_0x40baae(0x1cd),'hidePanel':_0x40baae(0x1e2),'formatShape':_0x40baae(0x1dc),'shapeStyle':_0x40baae(0x1d7),'shapePosition':_0x40baae(0x1ea),'toggleFlipH':_0x40baae(0x1d4),'toggleFlipV':_0x40baae(0x1e4),'rotateRight90':_0x40baae(0x1cf),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':'Alternar\x20text\x20vertical','objectListPanel':{'title':_0x40baae(0x1e5),'open':_0x40baae(0x1ee),'empty':_0x40baae(0x1c6),'showAll':'Mostra-ho\x20tot','hideAll':'Amaga-ho\x20tot','show':'Mostra','hide':'Amagar','moveForward':_0x40baae(0x1de),'moveBackward':_0x40baae(0x1eb),'close':_0x40baae(0x1cc),'name':_0x40baae(0x1e8),'nameInput':_0x40baae(0x1d0),'description':_0x40baae(0x1f0),'descriptionPlaceholder':_0x40baae(0x1f4),'details':_0x40baae(0x1cb),'noSelection':'Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls'}}};}));function _0x4e87(_0x35e9b7,_0x212fed){_0x35e9b7=_0x35e9b7-0x1c3;var _0x308fc8=_0x308f();var _0x4e87a9=_0x308fc8[_0x35e9b7];return _0x4e87a9;}function _0x308f(){var _0x46999b=['Posició\x20de\x20forma','Envia\x20enrere','Inserir\x20forma','10yJtkEx','Obre\x20el\x20tauler\x20de\x20capes','Obrir\x20panell\x20de\x20formes','Descripció','Alineació\x20vertical','UniverProSheetsShapeUiCaES','object','Afegeix\x20descripcio','2uPxopB','function','exports','Alinea\x20a\x20l\x27esquerra','4364504LbxSqN','mig','Forma','Sense\x20objectes','Ratllat','9945331aDRPRe','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','amd','Detalls','Tancar','Eliminar\x20forma','Color\x20de\x20fons\x20del\x20text','Rotar\x2090°\x20a\x20la\x20dreta','Nom\x20de\x20l’objecte','Cursiva','Mida\x20de\x20la\x20lletra','Negreta','Alternar\x20volteig\x20horitzontal','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','Restablir','Estil\x20de\x20forma','Retalla\x20a\x20forma','7EjuOAS','16wilHug','Centra','Format\x20de\x20forma','4735002lzjZWk','Porta\x20endavant','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','1204014LJQVqd','91783lpMMWy','Amagar\x20panell\x20de\x20formes','88420iDMaGN','Alternar\x20volteig\x20vertical','Capes','Subratllat','11368323JaeESr','Nom','superior'];_0x308f=function(){return _0x46999b;};return _0x308f();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x4a96(){var _0xf00a00=['Schließen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Durchgestrichen','20ygCVPP','exports','Details','Schriftgröße\x20vergrößern','Form-Panel\x20öffnen','UniverProSheetsShapeUiDeDE','Formposition','Ebenenbereich\x20öffnen','2312316kvhUUt','Beschreibung','Rechtsbündig','Alle\x20ausblenden','Schriftgröße','Texthintergrundfarbe','1516872YdjdYY','Weiter\x20nach\x20vorne','object','Name','Weiter\x20nach\x20hinten','Textfarbe','485736ZhxMqF','Zurücksetzen','Füllfarbe','Formstil','Form\x20einfügen','Vertikale\x20Ausrichtung','Mitte','Oben','Links\x2090°\x20drehen','Blocksatz','Auf\x20Form\x20zuschneiden','8TYeNcR','Horizontale\x20Ausrichtung','102932UYcuFI','Anzeigen','Keine\x20Objekte','Links','Objektname','260385AHGXdK','Beschreibung\x20hinzufügen','50595LaHEIO','Rechts\x2090°\x20drehen','Ausblenden','Zentriert','Rechts','Fett','572098DgPgsL','Vertikale\x20Spiegelung\x20umschalten','Form\x20löschen','Form\x20formatieren','Unten','Horizontale\x20Spiegelung\x20umschalten','function'];_0x4a96=function(){return _0xf00a00;};return _0x4a96();}function _0x4c7d(_0x365940,_0x352341){_0x365940=_0x365940-0x1ee;var _0x4a965a=_0x4a96();var _0x4c7d7b=_0x4a965a[_0x365940];return _0x4c7d7b;}(function(_0x1d6464,_0x34b6ad){var _0x15868c=_0x4c7d,_0x18b93d=_0x1d6464();while(!![]){try{var _0x4d89a5=-parseInt(_0x15868c(0x216))/0x1+parseInt(_0x15868c(0x223))/0x2+-parseInt(_0x15868c(0x21b))/0x3+-parseInt(_0x15868c(0x1f5))/0x4*(-parseInt(_0x15868c(0x21d))/0x5)+parseInt(_0x15868c(0x209))/0x6+parseInt(_0x15868c(0x203))/0x7+-parseInt(_0x15868c(0x214))/0x8*(parseInt(_0x15868c(0x1fd))/0x9);if(_0x4d89a5===_0x34b6ad)break;else _0x18b93d['push'](_0x18b93d['shift']());}catch(_0x149e20){_0x18b93d['push'](_0x18b93d['shift']());}}}(_0x4a96,0x2dcfd),function(_0x1b36d4,_0x4e6f36){var _0x3e97e1=_0x4c7d;typeof exports==_0x3e97e1(0x205)&&typeof module<'u'?module[_0x3e97e1(0x1f6)]=_0x4e6f36():typeof define==_0x3e97e1(0x1f0)&&define['amd']?define([],_0x4e6f36):(_0x1b36d4=typeof globalThis<'u'?globalThis:_0x1b36d4||self,_0x1b36d4[_0x3e97e1(0x1fa)]=_0x4e6f36());}(this,function(){var _0x2bad3a=_0x4c7d;return{'sheets-shape-ui':{'align':{'top':_0x2bad3a(0x210),'middle':_0x2bad3a(0x20f),'bottom':_0x2bad3a(0x1ee),'left':_0x2bad3a(0x219),'center':'Mitte','right':_0x2bad3a(0x221)},'toolbar':{'verticalAlignMode':{'main':_0x2bad3a(0x20e)},'horizontalAlignMode':{'main':_0x2bad3a(0x215)},'fillColor':{'main':_0x2bad3a(0x20b)},'fontSize':_0x2bad3a(0x201),'fontSizeIncrease':_0x2bad3a(0x1f8),'fontSizeDecrease':'Schriftgröße\x20verkleinern','alignLeft':'Linksbündig','alignCenter':_0x2bad3a(0x220),'alignRight':_0x2bad3a(0x1ff),'alignJustify':_0x2bad3a(0x212),'bold':_0x2bad3a(0x222),'italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x2bad3a(0x1f4),'textColor':_0x2bad3a(0x208),'textBackgroundColor':_0x2bad3a(0x202),'resetColor':_0x2bad3a(0x20a)},'imagePanel':{'crop':{'shape':_0x2bad3a(0x213)}},'permission':{'editErr':_0x2bad3a(0x1f2)},'title':'Form','insertShape':_0x2bad3a(0x20d),'openPanel':_0x2bad3a(0x1f9),'deleteShape':_0x2bad3a(0x225),'hidePanel':'Form-Panel\x20ausblenden','formatShape':_0x2bad3a(0x226),'shapeStyle':_0x2bad3a(0x20c),'shapePosition':_0x2bad3a(0x1fb),'toggleFlipH':_0x2bad3a(0x1ef),'toggleFlipV':_0x2bad3a(0x224),'rotateRight90':_0x2bad3a(0x21e),'rotateLeft90':_0x2bad3a(0x211),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':'Ebenen','open':_0x2bad3a(0x1fc),'empty':_0x2bad3a(0x218),'showAll':'Alle\x20anzeigen','hideAll':_0x2bad3a(0x200),'show':_0x2bad3a(0x217),'hide':_0x2bad3a(0x21f),'moveForward':_0x2bad3a(0x204),'moveBackward':_0x2bad3a(0x207),'close':_0x2bad3a(0x1f1),'name':_0x2bad3a(0x206),'nameInput':_0x2bad3a(0x21a),'description':_0x2bad3a(0x1fe),'descriptionPlaceholder':_0x2bad3a(0x21c),'details':_0x2bad3a(0x1f7),'noSelection':_0x2bad3a(0x1f3)}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x21bb(_0x2062a4,_0x515ba2){_0x2062a4=_0x2062a4-0x166;var _0x133938=_0x1339();var _0x21bbba=_0x133938[_0x2062a4];return _0x21bbba;}(function(_0x503f4c,_0x365d78){var _0x2501c0=_0x21bb,_0x2e0b1c=_0x503f4c();while(!![]){try{var _0x3dc1cc=-parseInt(_0x2501c0(0x19c))/0x1*(-parseInt(_0x2501c0(0x178))/0x2)+parseInt(_0x2501c0(0x177))/0x3+parseInt(_0x2501c0(0x18e))/0x4+-parseInt(_0x2501c0(0x16f))/0x5*(parseInt(_0x2501c0(0x16b))/0x6)+-parseInt(_0x2501c0(0x17b))/0x7*(parseInt(_0x2501c0(0x191))/0x8)+parseInt(_0x2501c0(0x170))/0x9*(parseInt(_0x2501c0(0x175))/0xa)+-parseInt(_0x2501c0(0x18b))/0xb;if(_0x3dc1cc===_0x365d78)break;else _0x2e0b1c['push'](_0x2e0b1c['shift']());}catch(_0xb8052e){_0x2e0b1c['push'](_0x2e0b1c['shift']());}}}(_0x1339,0x3289f),function(_0x4d5c00,_0x44e619){var _0x2fb8dc=_0x21bb;typeof exports=='object'&&typeof module<'u'?module[_0x2fb8dc(0x174)]=_0x44e619():typeof define==_0x2fb8dc(0x17f)&&define['amd']?define([],_0x44e619):(_0x4d5c00=typeof globalThis<'u'?globalThis:_0x4d5c00||self,_0x4d5c00['UniverProSheetsShapeUiEnUS']=_0x44e619());}(this,function(){var _0x34fe19=_0x21bb;return{'sheets-shape-ui':{'align':{'top':_0x34fe19(0x183),'middle':_0x34fe19(0x167),'bottom':_0x34fe19(0x169),'left':_0x34fe19(0x194),'center':_0x34fe19(0x171),'right':_0x34fe19(0x199)},'toolbar':{'verticalAlignMode':{'main':_0x34fe19(0x17c)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x34fe19(0x17e)},'fontSize':_0x34fe19(0x179),'fontSizeIncrease':'Increase\x20font\x20size','fontSizeDecrease':_0x34fe19(0x182),'alignLeft':_0x34fe19(0x16e),'alignCenter':_0x34fe19(0x189),'alignRight':_0x34fe19(0x184),'alignJustify':_0x34fe19(0x19a),'bold':_0x34fe19(0x195),'italic':_0x34fe19(0x172),'underline':_0x34fe19(0x190),'strikethrough':_0x34fe19(0x186),'textColor':_0x34fe19(0x168),'textBackgroundColor':_0x34fe19(0x187),'resetColor':_0x34fe19(0x192)},'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x34fe19(0x17a)},'title':'Shape','insertShape':_0x34fe19(0x16d),'openPanel':_0x34fe19(0x176),'deleteShape':'Delete\x20Shape','hidePanel':_0x34fe19(0x18f),'formatShape':_0x34fe19(0x19b),'shapeStyle':_0x34fe19(0x19f),'shapePosition':'Shape\x20Position','toggleFlipH':_0x34fe19(0x173),'toggleFlipV':_0x34fe19(0x18a),'rotateRight90':_0x34fe19(0x185),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x34fe19(0x19d),'objectListPanel':{'title':_0x34fe19(0x198),'open':'Open\x20Layers\x20Panel','empty':_0x34fe19(0x17d),'showAll':_0x34fe19(0x188),'hideAll':'Hide\x20All','show':_0x34fe19(0x193),'hide':_0x34fe19(0x166),'moveForward':_0x34fe19(0x16c),'moveBackward':_0x34fe19(0x18d),'close':_0x34fe19(0x19e),'name':_0x34fe19(0x181),'nameInput':_0x34fe19(0x197),'description':_0x34fe19(0x18c),'descriptionPlaceholder':_0x34fe19(0x16a),'details':_0x34fe19(0x180),'noSelection':_0x34fe19(0x196)}}};}));function _0x1339(){var _0x43c11d=['Text\x20color','bottom','Add\x20description','10890NWVpgn','Bring\x20Forward','Insert\x20Shape','Align\x20Left','665FPZwoD','1044837yyBjmx','center','Italic','Toggle\x20Horizontal\x20Flip','exports','10aRxJYp','Open\x20Shape\x20Panel','328761tORuSA','539974jtQsgG','Font\x20size','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','14WiNJTn','Vertical\x20align','No\x20objects','Fill\x20color','function','Details','Name','Decrease\x20font\x20size','top','Align\x20Right','Rotate\x20Right\x2090°','Strikethrough','Text\x20Background\x20color','Show\x20All','Align\x20Center','Toggle\x20Vertical\x20Flip','452386gswkcw','Description','Send\x20Backward','399772mYndkd','Hide\x20Shape\x20Panel','Underline','424328wvJPER','Reset','Show','left','Bold','Select\x20an\x20object\x20to\x20edit\x20details','Object\x20name','Layers','right','Justify','Format\x20Shape','1zVsLSO','Toggle\x20Text\x20Vertical','Close','Shape\x20Style','Hide','middle'];_0x1339=function(){return _0x43c11d;};return _0x1339();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x56225c,_0x33fb7f){var _0x5df624=_0x476b,_0x496857=_0x56225c();while(!![]){try{var _0x189754=-parseInt(_0x5df624(0xd9))/0x1+-parseInt(_0x5df624(0xda))/0x2*(parseInt(_0x5df624(0xd8))/0x3)+-parseInt(_0x5df624(0xc4))/0x4*(-parseInt(_0x5df624(0xd2))/0x5)+-parseInt(_0x5df624(0xe2))/0x6*(-parseInt(_0x5df624(0xd6))/0x7)+-parseInt(_0x5df624(0xca))/0x8+-parseInt(_0x5df624(0xc7))/0x9+parseInt(_0x5df624(0xee))/0xa;if(_0x189754===_0x33fb7f)break;else _0x496857['push'](_0x496857['shift']());}catch(_0x3b11d0){_0x496857['push'](_0x496857['shift']());}}}(_0x4996,0x963a8),function(_0x380f0e,_0x862612){var _0x5cec0a=_0x476b;typeof exports=='object'&&typeof module<'u'?module[_0x5cec0a(0xf1)]=_0x862612():typeof define==_0x5cec0a(0xec)&&define[_0x5cec0a(0xf5)]?define([],_0x862612):(_0x380f0e=typeof globalThis<'u'?globalThis:_0x380f0e||self,_0x380f0e['UniverProSheetsShapeUiEsES']=_0x862612());}(this,function(){var _0x27fed3=_0x476b;return{'sheets-shape-ui':{'align':{'top':'superior','middle':_0x27fed3(0xcf),'bottom':_0x27fed3(0xe4),'left':_0x27fed3(0xd4),'center':_0x27fed3(0xcc),'right':'derecha'},'toolbar':{'verticalAlignMode':{'main':_0x27fed3(0xe6)},'horizontalAlignMode':{'main':_0x27fed3(0xef)},'fillColor':{'main':'Color\x20de\x20relleno'},'fontSize':_0x27fed3(0xe9),'fontSizeIncrease':_0x27fed3(0xdb),'fontSizeDecrease':_0x27fed3(0xde),'alignLeft':_0x27fed3(0xdd),'alignCenter':'Centrar','alignRight':_0x27fed3(0xc1),'alignJustify':_0x27fed3(0xc2),'bold':'Negrita','italic':_0x27fed3(0xf0),'underline':_0x27fed3(0xf4),'strikethrough':_0x27fed3(0xc3),'textColor':_0x27fed3(0xcd),'textBackgroundColor':_0x27fed3(0xd3),'resetColor':_0x27fed3(0xc6)},'imagePanel':{'crop':{'shape':_0x27fed3(0xeb)}},'permission':{'editErr':_0x27fed3(0xed)},'title':_0x27fed3(0xdc),'insertShape':_0x27fed3(0xf2),'openPanel':'Abrir\x20panel\x20de\x20formas','deleteShape':'Eliminar\x20forma','hidePanel':_0x27fed3(0xd0),'formatShape':_0x27fed3(0xd7),'shapeStyle':'Estilo\x20de\x20forma','shapePosition':_0x27fed3(0xe0),'toggleFlipH':_0x27fed3(0xdf),'toggleFlipV':_0x27fed3(0xe3),'rotateRight90':_0x27fed3(0xc8),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x27fed3(0xd1),'objectListPanel':{'title':_0x27fed3(0xc9),'open':_0x27fed3(0xe7),'empty':_0x27fed3(0xd5),'showAll':_0x27fed3(0xf3),'hideAll':_0x27fed3(0xce),'show':_0x27fed3(0xe1),'hide':'Ocultar','moveForward':_0x27fed3(0xc5),'moveBackward':'Enviar\x20atrás','close':_0x27fed3(0xe5),'name':'Nombre','nameInput':_0x27fed3(0xea),'description':_0x27fed3(0xe8),'descriptionPlaceholder':_0x27fed3(0xcb),'details':'Detalles','noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'}}};}));function _0x476b(_0x427637,_0xe829a0){_0x427637=_0x427637-0xc1;var _0x4996c0=_0x4996();var _0x476be9=_0x4996c0[_0x427637];return _0x476be9;}function _0x4996(){var _0x1a7837=['Mostrar','29208sqmwkd','Alternar\x20volteo\x20vertical','inferior','Cerrar','Alineación\x20vertical','Abrir\x20panel\x20de\x20capas','Descripción','Tamaño\x20de\x20fuente','Nombre\x20del\x20objeto','Recortar\x20a\x20forma','function','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','26498850SwpIlN','Alineación\x20horizontal','Cursiva','exports','Insertar\x20forma','Mostrar\x20todo','Subrayado','amd','Alinear\x20a\x20la\x20derecha','Justificar','Tachado','8aNdLde','Traer\x20adelante','Restablecer','4697361nujkfj','Rotar\x2090°\x20a\x20la\x20derecha','Capas','1783192ezOOSY','Agregar\x20descripción','centro','Color\x20de\x20texto','Ocultar\x20todo','medio','Ocultar\x20panel\x20de\x20formas','Alternar\x20texto\x20vertical','857270Vfhrse','Color\x20de\x20fondo\x20de\x20texto','izquierda','Sin\x20objetos','882ELtAdo','Formato\x20de\x20forma','15MBmmVg','1197552pTmtiw','419378SFvHfB','Aumentar\x20tamaño\x20de\x20fuente','Forma','Alinear\x20a\x20la\x20izquierda','Disminuir\x20tamaño\x20de\x20fuente','Alternar\x20volteo\x20horizontal','Posición\x20de\x20forma'];_0x4996=function(){return _0x1a7837;};return _0x4996();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x7283(){var _0x21a208=['محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','579516XGGxRt','رنگ\x20متن','2707740wIQFsc','بالا','فرستادن\x20به\x20عقب','جزئیات','خطدار','تغییر\x20وضعیت\x20چرخش\x20عمودی','تراز\x20راست','درج\x20شکل','559203rPpHUH','چرخش\x20۹۰\x20درجه\x20به\x20راست','چرخش\x20۹۰\x20درجه\x20به\x20چپ','UniverProSheetsShapeUiFaIR','تراز\x20افقی','function','ایتالیک','1927540dsQLnw','توجیه','خطکشی','پنهان\x20کردن','276YDnqqH','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','تغییر\x20وضعیت\x20چرخش\x20افقی','exports','کاهش\x20اندازه\x20فونت','موقعیت\x20شکل','34690rAljEf','افزایش\x20اندازه\x20فونت','شکل','پنهان\x20کردن\x20همه','باز\x20کردن\x20پنل\x20شکلها','اندازه\x20فونت','نمایش','نام','پررنگ','حذف\x20شکل','7570248LLDbsa','24WyvGcb','پایین','کراپ\x20به\x20شکل','10396044wVPLKP','وسط','تراز\x20عمودی','هیچ\x20شیئی\x20وجود\x20ندارد','object','تراز\x20چپ','تغییر\x20وضعیت\x20متن\x20عمودی','نام\x20شیء','راست','افزودن\x20توضیحات'];_0x7283=function(){return _0x21a208;};return _0x7283();}function _0x51b1(_0xbbf1be,_0xe18a8f){_0xbbf1be=_0xbbf1be-0xb5;var _0x728355=_0x7283();var _0x51b1e8=_0x728355[_0xbbf1be];return _0x51b1e8;}(function(_0x54ceb5,_0x353bb3){var _0x3498a3=_0x51b1,_0x29628f=_0x54ceb5();while(!![]){try{var _0x499fc8=parseInt(_0x3498a3(0xbd))/0x1+parseInt(_0x3498a3(0xce))/0x2*(-parseInt(_0x3498a3(0xc8))/0x3)+-parseInt(_0x3498a3(0xe7))/0x4+-parseInt(_0x3498a3(0xc4))/0x5*(-parseInt(_0x3498a3(0xd9))/0x6)+parseInt(_0x3498a3(0xb5))/0x7+-parseInt(_0x3498a3(0xd8))/0x8+parseInt(_0x3498a3(0xdc))/0x9;if(_0x499fc8===_0x353bb3)break;else _0x29628f['push'](_0x29628f['shift']());}catch(_0x157872){_0x29628f['push'](_0x29628f['shift']());}}}(_0x7283,0xe976f),function(_0x3434d2,_0x255180){var _0xae055f=_0x51b1;typeof exports==_0xae055f(0xe0)&&typeof module<'u'?module[_0xae055f(0xcb)]=_0x255180():typeof define==_0xae055f(0xc2)&&define['amd']?define([],_0x255180):(_0x3434d2=typeof globalThis<'u'?globalThis:_0x3434d2||self,_0x3434d2[_0xae055f(0xc0)]=_0x255180());}(this,function(){var _0x43d8b8=_0x51b1;return{'sheets-shape-ui':{'align':{'top':_0x43d8b8(0xb6),'middle':_0x43d8b8(0xdd),'bottom':_0x43d8b8(0xda),'left':'چپ','center':'وسط','right':_0x43d8b8(0xe4)},'toolbar':{'verticalAlignMode':{'main':_0x43d8b8(0xde)},'horizontalAlignMode':{'main':_0x43d8b8(0xc1)},'fillColor':{'main':'رنگ\x20پر\x20کردن'},'fontSize':_0x43d8b8(0xd3),'fontSizeIncrease':_0x43d8b8(0xcf),'fontSizeDecrease':_0x43d8b8(0xcc),'alignLeft':_0x43d8b8(0xe1),'alignCenter':'تراز\x20وسط','alignRight':_0x43d8b8(0xbb),'alignJustify':_0x43d8b8(0xc5),'bold':_0x43d8b8(0xd6),'italic':_0x43d8b8(0xc3),'underline':_0x43d8b8(0xc6),'strikethrough':_0x43d8b8(0xb9),'textColor':_0x43d8b8(0xe8),'textBackgroundColor':'رنگ\x20پسزمینه\x20متن','resetColor':'بازنشانی'},'imagePanel':{'crop':{'shape':_0x43d8b8(0xdb)}},'permission':{'editErr':_0x43d8b8(0xe6)},'title':_0x43d8b8(0xd0),'insertShape':_0x43d8b8(0xbc),'openPanel':_0x43d8b8(0xd2),'deleteShape':_0x43d8b8(0xd7),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکلها','formatShape':'قالببندی\x20شکل','shapeStyle':'سبک\x20شکل','shapePosition':_0x43d8b8(0xcd),'toggleFlipH':_0x43d8b8(0xca),'toggleFlipV':_0x43d8b8(0xba),'rotateRight90':_0x43d8b8(0xbe),'rotateLeft90':_0x43d8b8(0xbf),'toggleTextVertical':_0x43d8b8(0xe2),'objectListPanel':{'title':'لایهها','open':'باز\x20کردن\x20پنل\x20لایهها','empty':_0x43d8b8(0xdf),'showAll':'نمایش\x20همه','hideAll':_0x43d8b8(0xd1),'show':_0x43d8b8(0xd4),'hide':_0x43d8b8(0xc7),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x43d8b8(0xb7),'close':'بستن','name':_0x43d8b8(0xd5),'nameInput':_0x43d8b8(0xe3),'description':'توضیحات','descriptionPlaceholder':_0x43d8b8(0xe5),'details':_0x43d8b8(0xb8),'noSelection':_0x43d8b8(0xc9)}}};}));
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3508(){var _0x2a59e7=['Description','Justifier','Ouvrir\x20le\x20panneau\x20des\x20formes','Avancer','6xfRdin','Forme','Position\x20de\x20la\x20forme','12746153bBHyjV','Italique','19035809kPGLQd','45CexgSQ','Alignement\x20horizontal','Tout\x20masquer','Couleur\x20de\x20fond\x20du\x20texte','UniverProSheetsShapeUiFrFR','Nom\x20de\x20l’objet','amd','Aligner\x20à\x20gauche','Basculer\x20le\x20retournement\x20vertical','12yYtFtu','Aligner\x20au\x20centre','Tout\x20afficher','Masquer\x20le\x20panneau\x20des\x20formes','Alignement\x20vertical','function','311648MOGlQY','Rogner\x20à\x20la\x20forme','Basculer\x20le\x20retournement\x20horizontal','Style\x20de\x20la\x20forme','3257nSuwuh','2273812dXQORO','object','Reculer','Couleur\x20de\x20remplissage','1190RnBffq','Afficher','Pivoter\x20à\x20gauche\x20de\x2090°','gauche','Taille\x20de\x20police','Ouvrir\x20le\x20panneau\x20des\x20calques','Calques','143BrJoWz','haut','exports','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Pivoter\x20à\x20droite\x20de\x2090°','Gras','Souligné','Couleur\x20du\x20texte','5MPuPEg','Diminuer\x20la\x20taille\x20de\x20la\x20police','125110nmxmBJ','4174320wEClLw'];_0x3508=function(){return _0x2a59e7;};return _0x3508();}function _0x2f87(_0x5a50eb,_0x58f643){_0x5a50eb=_0x5a50eb-0x1dc;var _0x3508b4=_0x3508();var _0x2f8798=_0x3508b4[_0x5a50eb];return _0x2f8798;}(function(_0x1e2583,_0x118d44){var _0x3d9189=_0x2f87,_0x14d300=_0x1e2583();while(!![]){try{var _0x4dc006=parseInt(_0x3d9189(0x20d))/0x1*(parseInt(_0x3d9189(0x1dd))/0x2)+parseInt(_0x3d9189(0x1ef))/0x3+-parseInt(_0x3d9189(0x20e))/0x4*(-parseInt(_0x3d9189(0x1ec))/0x5)+parseInt(_0x3d9189(0x1f4))/0x6*(-parseInt(_0x3d9189(0x1f7))/0x7)+parseInt(_0x3d9189(0x209))/0x8*(parseInt(_0x3d9189(0x1fa))/0x9)+parseInt(_0x3d9189(0x1ee))/0xa*(parseInt(_0x3d9189(0x1e4))/0xb)+-parseInt(_0x3d9189(0x203))/0xc*(parseInt(_0x3d9189(0x1f9))/0xd);if(_0x4dc006===_0x118d44)break;else _0x14d300['push'](_0x14d300['shift']());}catch(_0x143780){_0x14d300['push'](_0x14d300['shift']());}}}(_0x3508,0xecd4b),function(_0x4f4e41,_0xb449f8){var _0x1cdabb=_0x2f87;typeof exports==_0x1cdabb(0x20f)&&typeof module<'u'?module[_0x1cdabb(0x1e6)]=_0xb449f8():typeof define==_0x1cdabb(0x208)&&define[_0x1cdabb(0x200)]?define([],_0xb449f8):(_0x4f4e41=typeof globalThis<'u'?globalThis:_0x4f4e41||self,_0x4f4e41[_0x1cdabb(0x1fe)]=_0xb449f8());}(this,function(){var _0x35ee6b=_0x2f87;return{'sheets-shape-ui':{'align':{'top':_0x35ee6b(0x1e5),'middle':'milieu','bottom':'bas','left':_0x35ee6b(0x1e0),'center':'centre','right':'droite'},'toolbar':{'verticalAlignMode':{'main':_0x35ee6b(0x207)},'horizontalAlignMode':{'main':_0x35ee6b(0x1fb)},'fillColor':{'main':_0x35ee6b(0x1dc)},'fontSize':_0x35ee6b(0x1e1),'fontSizeIncrease':'Augmenter\x20la\x20taille\x20de\x20la\x20police','fontSizeDecrease':_0x35ee6b(0x1ed),'alignLeft':_0x35ee6b(0x201),'alignCenter':_0x35ee6b(0x204),'alignRight':'Aligner\x20à\x20droite','alignJustify':_0x35ee6b(0x1f1),'bold':_0x35ee6b(0x1e9),'italic':_0x35ee6b(0x1f8),'underline':_0x35ee6b(0x1ea),'strikethrough':'Barré','textColor':_0x35ee6b(0x1eb),'textBackgroundColor':_0x35ee6b(0x1fd),'resetColor':'Réinitialiser'},'imagePanel':{'crop':{'shape':_0x35ee6b(0x20a)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x35ee6b(0x1f5),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x35ee6b(0x1f2),'deleteShape':'Supprimer\x20la\x20forme','hidePanel':_0x35ee6b(0x206),'formatShape':'Format\x20de\x20la\x20forme','shapeStyle':_0x35ee6b(0x20c),'shapePosition':_0x35ee6b(0x1f6),'toggleFlipH':_0x35ee6b(0x20b),'toggleFlipV':_0x35ee6b(0x202),'rotateRight90':_0x35ee6b(0x1e8),'rotateLeft90':_0x35ee6b(0x1df),'toggleTextVertical':'Basculer\x20le\x20texte\x20vertical','objectListPanel':{'title':_0x35ee6b(0x1e3),'open':_0x35ee6b(0x1e2),'empty':'Aucun\x20objet','showAll':_0x35ee6b(0x205),'hideAll':_0x35ee6b(0x1fc),'show':_0x35ee6b(0x1de),'hide':'Masquer','moveForward':_0x35ee6b(0x1f3),'moveBackward':_0x35ee6b(0x210),'close':'Fermer','name':'Nom','nameInput':_0x35ee6b(0x1ff),'description':_0x35ee6b(0x1f0),'descriptionPlaceholder':'Ajouter\x20une\x20description','details':'Détails','noSelection':_0x35ee6b(0x1e7)}}};}));
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3a7c(_0x5868c2,_0x4213eb){_0x5868c2=_0x5868c2-0xb7;var _0x228837=_0x2288();var _0x3a7c8d=_0x228837[_0x5868c2];return _0x3a7c8d;}(function(_0x237422,_0x17ed5f){var _0x5d4d80=_0x3a7c,_0x199ffe=_0x237422();while(!![]){try{var _0x8fe6ce=parseInt(_0x5d4d80(0xe7))/0x1+parseInt(_0x5d4d80(0xe8))/0x2+parseInt(_0x5d4d80(0xd5))/0x3*(parseInt(_0x5d4d80(0xd3))/0x4)+-parseInt(_0x5d4d80(0xc7))/0x5*(-parseInt(_0x5d4d80(0xe0))/0x6)+parseInt(_0x5d4d80(0xd8))/0x7*(parseInt(_0x5d4d80(0xbb))/0x8)+parseInt(_0x5d4d80(0xcd))/0x9+parseInt(_0x5d4d80(0xbe))/0xa*(-parseInt(_0x5d4d80(0xca))/0xb);if(_0x8fe6ce===_0x17ed5f)break;else _0x199ffe['push'](_0x199ffe['shift']());}catch(_0x3044e5){_0x199ffe['push'](_0x199ffe['shift']());}}}(_0x2288,0x8f989),function(_0x12a4e6,_0x8a0cf9){var _0x3fa673=_0x3a7c;typeof exports==_0x3fa673(0xbd)&&typeof module<'u'?module[_0x3fa673(0xd9)]=_0x8a0cf9():typeof define==_0x3fa673(0xd6)&&define[_0x3fa673(0xd4)]?define([],_0x8a0cf9):(_0x12a4e6=typeof globalThis<'u'?globalThis:_0x12a4e6||self,_0x12a4e6[_0x3fa673(0xe2)]=_0x8a0cf9());}(this,function(){var _0x405067=_0x3a7c;return{'sheets-shape-ui':{'align':{'top':_0x405067(0xcf),'middle':'tengah','bottom':_0x405067(0xd2),'left':'kiri','center':_0x405067(0xd1),'right':_0x405067(0xc8)},'toolbar':{'verticalAlignMode':{'main':_0x405067(0xe9)},'horizontalAlignMode':{'main':_0x405067(0xd0)},'fillColor':{'main':_0x405067(0xce)},'fontSize':'Ukuran\x20font','fontSizeIncrease':_0x405067(0xc3),'fontSizeDecrease':'Perkecil\x20ukuran\x20font','alignLeft':'Rata\x20Kiri','alignCenter':'Rata\x20Tengah','alignRight':_0x405067(0xc9),'alignJustify':_0x405067(0xc5),'bold':_0x405067(0xdf),'italic':_0x405067(0xb9),'underline':_0x405067(0xe6),'strikethrough':_0x405067(0xb7),'textColor':'Warna\x20teks','textBackgroundColor':'Warna\x20latar\x20teks','resetColor':'Atur\x20ulang'},'imagePanel':{'crop':{'shape':_0x405067(0xc6)}},'permission':{'editErr':_0x405067(0xbf)},'title':_0x405067(0xb8),'insertShape':_0x405067(0xc1),'openPanel':'Buka\x20Panel\x20Bentuk','deleteShape':_0x405067(0xc0),'hidePanel':_0x405067(0xea),'formatShape':_0x405067(0xdd),'shapeStyle':_0x405067(0xc4),'shapePosition':_0x405067(0xe5),'toggleFlipH':_0x405067(0xcb),'toggleFlipV':_0x405067(0xeb),'rotateRight90':_0x405067(0xbc),'rotateLeft90':_0x405067(0xd7),'toggleTextVertical':_0x405067(0xe1),'objectListPanel':{'title':_0x405067(0xcc),'open':_0x405067(0xc2),'empty':'Tidak\x20ada\x20objek','showAll':'Tampilkan\x20semua','hideAll':_0x405067(0xda),'show':'Tampilkan','hide':_0x405067(0xdc),'moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0x405067(0xba),'close':_0x405067(0xdb),'name':_0x405067(0xe4),'nameInput':_0x405067(0xe3),'description':'Deskripsi','descriptionPlaceholder':'Tambahkan\x20deskripsi','details':'Detail','noSelection':_0x405067(0xde)}}};}));function _0x2288(){var _0x242ebb=['Perataan\x20vertikal','Sembunyikan\x20Panel\x20Bentuk','Balik\x20Vertikal','Coret','Bentuk','Miring','Kirim\x20ke\x20Belakang','176720icdqeR','Putar\x20Kanan\x2090°','object','1690aZsEEo','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Hapus\x20Bentuk','Sisipkan\x20Bentuk','Buka\x20Panel\x20Lapisan','Perbesar\x20ukuran\x20font','Gaya\x20Bentuk','Rata\x20Kanan\x20Kiri','Pangkas\x20ke\x20Bentuk','5LaXGXm','kanan','Rata\x20Kanan','95623dNmkKX','Balik\x20Horizontal','Lapisan','7224129bzdees','Warna\x20isian','atas','Perataan\x20horizontal','tengah','bawah','588860QxYdGN','amd','3ILbiVw','function','Putar\x20Kiri\x2090°','56iRsURq','exports','Sembunyikan\x20semua','Tutup','Sembunyikan','Format\x20Bentuk','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Tebal','1226022afxZnH','Ubah\x20Teks\x20Vertikal','UniverProSheetsShapeUiIdID','Nama\x20objek','Nama','Posisi\x20Bentuk','Garis\x20bawah','384092VtdVes','684482JDmWwC'];_0x2288=function(){return _0x242ebb;};return _0x2288();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x14fd(_0x16a6ea,_0x546bcc){_0x16a6ea=_0x16a6ea-0x1e9;var _0x20b707=_0x20b7();var _0x14fde8=_0x20b707[_0x16a6ea];return _0x14fde8;}(function(_0x2b76ab,_0x823160){var _0xb1e5e6=_0x14fd,_0x30afe5=_0x2b76ab();while(!![]){try{var _0x49f0cc=parseInt(_0xb1e5e6(0x1fe))/0x1*(-parseInt(_0xb1e5e6(0x220))/0x2)+parseInt(_0xb1e5e6(0x204))/0x3+-parseInt(_0xb1e5e6(0x213))/0x4*(-parseInt(_0xb1e5e6(0x1ed))/0x5)+-parseInt(_0xb1e5e6(0x21f))/0x6+parseInt(_0xb1e5e6(0x200))/0x7+-parseInt(_0xb1e5e6(0x1fc))/0x8*(-parseInt(_0xb1e5e6(0x216))/0x9)+parseInt(_0xb1e5e6(0x1ea))/0xa*(-parseInt(_0xb1e5e6(0x207))/0xb);if(_0x49f0cc===_0x823160)break;else _0x30afe5['push'](_0x30afe5['shift']());}catch(_0x1423ed){_0x30afe5['push'](_0x30afe5['shift']());}}}(_0x20b7,0x4f8fa),function(_0x3595f7,_0x593cbf){var _0x5af49f=_0x14fd;typeof exports==_0x5af49f(0x20c)&&typeof module<'u'?module['exports']=_0x593cbf():typeof define=='function'&&define[_0x5af49f(0x1fb)]?define([],_0x593cbf):(_0x3595f7=typeof globalThis<'u'?globalThis:_0x3595f7||self,_0x3595f7['UniverProSheetsShapeUiItIT']=_0x593cbf());}(this,function(){var _0x22c869=_0x14fd;return{'sheets-shape-ui':{'align':{'top':_0x22c869(0x215),'middle':_0x22c869(0x1f7),'bottom':'inferiore','left':_0x22c869(0x1f8),'center':_0x22c869(0x212),'right':_0x22c869(0x210)},'toolbar':{'verticalAlignMode':{'main':_0x22c869(0x1fd)},'horizontalAlignMode':{'main':_0x22c869(0x21c)},'fillColor':{'main':_0x22c869(0x1ec)},'fontSize':_0x22c869(0x209),'fontSizeIncrease':_0x22c869(0x20a),'fontSizeDecrease':_0x22c869(0x21a),'alignLeft':'Allinea\x20a\x20Sinistra','alignCenter':_0x22c869(0x21b),'alignRight':'Allinea\x20a\x20Destra','alignJustify':_0x22c869(0x1fa),'bold':_0x22c869(0x1ff),'italic':_0x22c869(0x21e),'underline':_0x22c869(0x206),'strikethrough':_0x22c869(0x20e),'textColor':_0x22c869(0x201),'textBackgroundColor':_0x22c869(0x1f6),'resetColor':_0x22c869(0x1f0)},'imagePanel':{'crop':{'shape':_0x22c869(0x211)}},'permission':{'editErr':_0x22c869(0x205)},'title':_0x22c869(0x202),'insertShape':_0x22c869(0x20d),'openPanel':_0x22c869(0x1e9),'deleteShape':'Elimina\x20forma','hidePanel':_0x22c869(0x214),'formatShape':_0x22c869(0x1f4),'shapeStyle':_0x22c869(0x20b),'shapePosition':_0x22c869(0x21d),'toggleFlipH':_0x22c869(0x1ee),'toggleFlipV':'Attiva/disattiva\x20capovolgimento\x20verticale','rotateRight90':_0x22c869(0x1ef),'rotateLeft90':_0x22c869(0x1f1),'toggleTextVertical':_0x22c869(0x1eb),'objectListPanel':{'title':_0x22c869(0x208),'open':_0x22c869(0x203),'empty':'Nessun\x20oggetto','showAll':'Mostra\x20tutto','hideAll':_0x22c869(0x20f),'show':_0x22c869(0x1f3),'hide':_0x22c869(0x1f9),'moveForward':'Porta\x20avanti','moveBackward':_0x22c869(0x218),'close':'Chiudi','name':_0x22c869(0x219),'nameInput':_0x22c869(0x1f2),'description':'Descrizione','descriptionPlaceholder':_0x22c869(0x1f5),'details':_0x22c869(0x217),'noSelection':'Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli'}}};}));function _0x20b7(){var _0x487c28=['Colore\x20riempimento','1315055GXAFxS','Attiva/disattiva\x20capovolgimento\x20orizzontale','Ruota\x20a\x20destra\x2090°','Reimposta','Ruota\x20a\x20sinistra\x2090°','Nome\x20oggetto','Mostra','Formato\x20forma','Aggiungi\x20descrizione','Colore\x20sfondo\x20testo','centrale','sinistra','Nascondi','Giustifica','amd','104072GdROgL','Allineamento\x20verticale','408605hYceVd','Grassetto','2364481xzBFGL','Colore\x20testo','Forma','Apri\x20pannello\x20livelli','762330iLcCtG','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Sottolineato','55MBDgsR','Livelli','Dimensione\x20carattere','Aumenta\x20dimensione\x20carattere','Stile\x20forma','object','Inserisci\x20forma','Barrato','Nascondi\x20tutto','destra','Ritaglia\x20a\x20forma','centro','8GCcxeP','Nascondi\x20pannello\x20forma','superiore','315tnNLvL','Dettagli','Porta\x20indietro','Nome','Diminuisci\x20dimensione\x20carattere','Allinea\x20al\x20Centro','Allineamento\x20orizzontale','Posizione\x20forma','Corsivo','2728428BWfuKr','2PoUHSh','Apri\x20pannello\x20forma','768010EHkFus','Attiva/disattiva\x20testo\x20verticale'];_0x20b7=function(){return _0x487c28;};return _0x20b7();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x539f48,_0x19e8b9){var _0x32eeba=_0x21cd,_0xbc160f=_0x539f48();while(!![]){try{var _0x37fd88=parseInt(_0x32eeba(0x18d))/0x1*(-parseInt(_0x32eeba(0x1a1))/0x2)+-parseInt(_0x32eeba(0x18e))/0x3+parseInt(_0x32eeba(0x193))/0x4*(-parseInt(_0x32eeba(0x189))/0x5)+parseInt(_0x32eeba(0x19f))/0x6*(parseInt(_0x32eeba(0x196))/0x7)+-parseInt(_0x32eeba(0x19d))/0x8+-parseInt(_0x32eeba(0x1af))/0x9*(parseInt(_0x32eeba(0x1b5))/0xa)+parseInt(_0x32eeba(0x1a2))/0xb;if(_0x37fd88===_0x19e8b9)break;else _0xbc160f['push'](_0xbc160f['shift']());}catch(_0x4ba49a){_0xbc160f['push'](_0xbc160f['shift']());}}}(_0x185c,0xd2759),function(_0x25148e,_0xfab4bb){var _0x278393=_0x21cd;typeof exports==_0x278393(0x1ab)&&typeof module<'u'?module[_0x278393(0x1ae)]=_0xfab4bb():typeof define==_0x278393(0x18f)&&define[_0x278393(0x18a)]?define([],_0xfab4bb):(_0x25148e=typeof globalThis<'u'?globalThis:_0x25148e||self,_0x25148e[_0x278393(0x1a6)]=_0xfab4bb());}(this,function(){var _0x5cf7a2=_0x21cd;return{'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':'左寄せ','center':'中央','right':'右寄せ'},'toolbar':{'verticalAlignMode':{'main':_0x5cf7a2(0x191)},'horizontalAlignMode':{'main':_0x5cf7a2(0x1b6)},'fillColor':{'main':_0x5cf7a2(0x1a5)},'fontSize':_0x5cf7a2(0x18b),'fontSizeIncrease':_0x5cf7a2(0x194),'fontSizeDecrease':_0x5cf7a2(0x1ad),'alignLeft':'左揃え','alignCenter':_0x5cf7a2(0x1ac),'alignRight':_0x5cf7a2(0x1b3),'alignJustify':_0x5cf7a2(0x19a),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x5cf7a2(0x19b),'textColor':_0x5cf7a2(0x1b4),'textBackgroundColor':'塗りつぶしの色','resetColor':'初期化'},'imagePanel':{'crop':{'shape':_0x5cf7a2(0x19c)}},'permission':{'editErr':_0x5cf7a2(0x1a0)},'title':'図形','insertShape':_0x5cf7a2(0x198),'openPanel':_0x5cf7a2(0x1b2),'deleteShape':_0x5cf7a2(0x190),'hidePanel':_0x5cf7a2(0x1aa),'formatShape':'図形の書式設定','shapeStyle':'図形スタイル','shapePosition':'図形の位置','toggleFlipH':_0x5cf7a2(0x1a4),'toggleFlipV':'垂直反転の切り替え','rotateRight90':'時計回りに\x2090\x20度回転','rotateLeft90':_0x5cf7a2(0x1a8),'toggleTextVertical':'テキストの縦書き/横書きの切り替え','objectListPanel':{'title':_0x5cf7a2(0x1a7),'open':_0x5cf7a2(0x197),'empty':_0x5cf7a2(0x1a9),'showAll':_0x5cf7a2(0x199),'hideAll':_0x5cf7a2(0x19e),'show':'表示','hide':_0x5cf7a2(0x18c),'moveForward':_0x5cf7a2(0x1b1),'moveBackward':_0x5cf7a2(0x1b0),'close':_0x5cf7a2(0x192),'name':'名前','nameInput':_0x5cf7a2(0x195),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x5cf7a2(0x1a3)}}};}));function _0x21cd(_0xa0042e,_0x2f77cb){_0xa0042e=_0xa0042e-0x189;var _0x185c28=_0x185c();var _0x21cd64=_0x185c28[_0xa0042e];return _0x21cd64;}function _0x185c(){var _0x4cea1b=['取り消し線','形状にトリミング','11524216nQTSSg','すべて非表示','174iLPtRv','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','39684uuOXOP','58761274lPPire','詳細を編集するオブジェクトを選択','水平反転の切り替え','塗りつぶし色','UniverProSheetsShapeUiJaJP','レイヤー','反時計回りに\x2090\x20度回転','オブジェクトがありません','図形パネルを非表示','object','中央揃え','フォントサイズを縮小','exports','9tSfWdU','背面へ移動','前面へ移動','図形パネルを開く','右揃え','文字の色','10836370rWQPeN','横方向の配置','5Gttlwb','amd','フォントサイズ','非表示','8DZZGRW','4772565ClazkQ','function','図形を削除','縦方向の配置','閉じる','4623436QGomWu','フォントサイズを拡大','オブジェクト名','229243QpBKSV','レイヤーパネルを開く','図形の挿入','すべて表示','両端揃え'];_0x185c=function(){return _0x4cea1b;};return _0x185c();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3512(_0x4f2390,_0x1c101d){_0x4f2390=_0x4f2390-0x72;var _0x4201ab=_0x4201();var _0x3512fc=_0x4201ab[_0x4f2390];return _0x3512fc;}(function(_0x377cca,_0x2c0dcf){var _0x5c1867=_0x3512,_0x47d24e=_0x377cca();while(!![]){try{var _0x5f43ab=parseInt(_0x5c1867(0x9a))/0x1*(parseInt(_0x5c1867(0x8b))/0x2)+parseInt(_0x5c1867(0x89))/0x3*(parseInt(_0x5c1867(0x91))/0x4)+-parseInt(_0x5c1867(0x8d))/0x5*(-parseInt(_0x5c1867(0x9e))/0x6)+parseInt(_0x5c1867(0x96))/0x7*(parseInt(_0x5c1867(0x76))/0x8)+parseInt(_0x5c1867(0x9b))/0x9+-parseInt(_0x5c1867(0x7d))/0xa*(-parseInt(_0x5c1867(0x75))/0xb)+-parseInt(_0x5c1867(0xa2))/0xc;if(_0x5f43ab===_0x2c0dcf)break;else _0x47d24e['push'](_0x47d24e['shift']());}catch(_0xf66775){_0x47d24e['push'](_0x47d24e['shift']());}}}(_0x4201,0xa3ab5),function(_0x5bacd9,_0x512fac){var _0x49ad06=_0x3512;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x512fac():typeof define==_0x49ad06(0x78)&&define[_0x49ad06(0x9c)]?define([],_0x512fac):(_0x5bacd9=typeof globalThis<'u'?globalThis:_0x5bacd9||self,_0x5bacd9['UniverProSheetsShapeUiKoKR']=_0x512fac());}(this,function(){var _0x59a032=_0x3512;return{'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x59a032(0x73),'bottom':_0x59a032(0x74),'left':'왼쪽','center':_0x59a032(0x73),'right':'오른쪽'},'toolbar':{'verticalAlignMode':{'main':_0x59a032(0x88)},'horizontalAlignMode':{'main':_0x59a032(0x7e)},'fillColor':{'main':_0x59a032(0x93)},'fontSize':'글꼴\x20크기','fontSizeIncrease':_0x59a032(0x77),'fontSizeDecrease':_0x59a032(0x82),'alignLeft':_0x59a032(0x92),'alignCenter':_0x59a032(0xa1),'alignRight':_0x59a032(0x7a),'alignJustify':'양쪽\x20맞춤','bold':'굵게','italic':_0x59a032(0x85),'underline':'밑줄','strikethrough':_0x59a032(0x90),'textColor':_0x59a032(0x99),'textBackgroundColor':_0x59a032(0x9d),'resetColor':_0x59a032(0x7b)},'imagePanel':{'crop':{'shape':_0x59a032(0x9f)}},'permission':{'editErr':_0x59a032(0x7f)},'title':'도형','insertShape':_0x59a032(0x81),'openPanel':_0x59a032(0x94),'deleteShape':_0x59a032(0x8a),'hidePanel':_0x59a032(0x98),'formatShape':_0x59a032(0x8f),'shapeStyle':_0x59a032(0x95),'shapePosition':'도형\x20위치','toggleFlipH':_0x59a032(0x86),'toggleFlipV':_0x59a032(0x8c),'rotateRight90':_0x59a032(0x84),'rotateLeft90':'반시계\x20방향으로\x2090도\x20회전','toggleTextVertical':'텍스트\x20세로/가로\x20전환','objectListPanel':{'title':_0x59a032(0x87),'open':_0x59a032(0x80),'empty':_0x59a032(0x72),'showAll':_0x59a032(0x83),'hideAll':'모두\x20숨기기','show':'표시','hide':_0x59a032(0xa0),'moveForward':'앞으로\x20가져오기','moveBackward':_0x59a032(0x79),'close':'닫기','name':'이름','nameInput':_0x59a032(0x8e),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':_0x59a032(0x97),'noSelection':_0x59a032(0x7c)}}};}));function _0x4201(){var _0x2cd5c4=['912SEtAKC','글꼴\x20크기\x20증가','function','뒤로\x20보내기','오른쪽\x20정렬','초기화','세부\x20정보를\x20편집할\x20개체를\x20선택하세요','96110hqFCwJ','가로\x20정렬','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','레이어\x20패널\x20열기','도형\x20삽입','글꼴\x20크기\x20감소','모두\x20표시','시계\x20방향으로\x2090도\x20회전','기울임꼴','가로\x20뒤집기\x20전환','레이어','세로\x20정렬','213JJqTUj','도형\x20삭제','22210bfwcvm','세로\x20뒤집기\x20전환','744295zslOYj','개체\x20이름','도형\x20서식','취소선','35548ZxDWUg','왼쪽\x20정렬','채우기\x20색상','도형\x20패널\x20열기','도형\x20스타일','58933JURivl','세부\x20정보','도형\x20패널\x20숨기기','글자\x20색상','114ViaHtZ','9034956DdzdrL','amd','글자\x20배경색','42yBadxA','모양에\x20맞게\x20자르기','숨기기','가운데\x20정렬','56899248MSVWDU','개체\x20없음','가운데','아래쪽','583tjxggn'];_0x4201=function(){return _0x2cd5c4;};return _0x4201();}
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x1ae7(){var _0x5a1ae2=['Styl\x20kształtu','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Przytnij\x20do\x20kształtu','2554376ucreoG','Przesuń\x20do\x20przodu','Warstwy','14494766WnOGyO','30cbQrGa','4228884HzcyjH','Zwiększ\x20rozmiar\x20czcionki','UniverProSheetsShapeUiPlPL','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','amd','Otwórz\x20panel\x20kształtów','Ukryj\x20panel\x20kształtów','1123112GsWQHL','object','Formatuj\x20kształt','8270896LOnxTQ','góra','Resetuj','3nADvto','1129664SyZhFR','Kształt','Nazwa\x20obiektu','Przerzuć\x20w\x20poziomie','Kolor\x20tła\x20tekstu','Pozycja\x20kształtu','Pokaż','Kolor\x20tekstu','Opis','Pogrubienie','1672278zPBraV','Przełącz\x20tekst\x20pionowy','Przesuń\x20do\x20tyłu','Obróć\x20w\x20prawo\x20o\x2090°','Wyrównanie\x20pionowe','środek','Wyjustuj','Wstaw\x20kształt','Nazwa','Zmniejsz\x20rozmiar\x20czcionki','Brak\x20obiektów','Wyrównaj\x20do\x20środka','Przekreślenie','7BMOgHS','Ukryj','Szczegóły','Otwórz\x20panel\x20warstw','Przerzuć\x20w\x20pionie','Rozmiar\x20czcionki','Wyrównaj\x20do\x20lewej','Dodaj\x20opis','10ZJvkHq','Kolor\x20wypełnienia','Zamknij'];_0x1ae7=function(){return _0x5a1ae2;};return _0x1ae7();}function _0x1f92(_0x1d2d4a,_0x1b3d5f){_0x1d2d4a=_0x1d2d4a-0x19c;var _0x1ae714=_0x1ae7();var _0x1f9294=_0x1ae714[_0x1d2d4a];return _0x1f9294;}(function(_0x2fe966,_0x36d3c8){var _0x9c259b=_0x1f92,_0x388316=_0x2fe966();while(!![]){try{var _0x38681d=-parseInt(_0x9c259b(0x1ab))/0x1+-parseInt(_0x9c259b(0x1b2))/0x2+parseInt(_0x9c259b(0x1b1))/0x3*(-parseInt(_0x9c259b(0x19f))/0x4)+parseInt(_0x9c259b(0x1d1))/0x5*(parseInt(_0x9c259b(0x1bc))/0x6)+parseInt(_0x9c259b(0x1c9))/0x7*(-parseInt(_0x9c259b(0x1ae))/0x8)+-parseInt(_0x9c259b(0x1a4))/0x9+parseInt(_0x9c259b(0x1a3))/0xa*(parseInt(_0x9c259b(0x1a2))/0xb);if(_0x38681d===_0x36d3c8)break;else _0x388316['push'](_0x388316['shift']());}catch(_0x14a48b){_0x388316['push'](_0x388316['shift']());}}}(_0x1ae7,0xa614c),function(_0x345105,_0x26c527){var _0x51b635=_0x1f92;typeof exports==_0x51b635(0x1ac)&&typeof module<'u'?module['exports']=_0x26c527():typeof define=='function'&&define[_0x51b635(0x1a8)]?define([],_0x26c527):(_0x345105=typeof globalThis<'u'?globalThis:_0x345105||self,_0x345105[_0x51b635(0x1a6)]=_0x26c527());}(this,function(){var _0x4c8fd8=_0x1f92;return{'sheets-shape-ui':{'align':{'top':_0x4c8fd8(0x1af),'middle':'środek','bottom':'dół','left':'lewo','center':_0x4c8fd8(0x1c1),'right':'prawo'},'toolbar':{'verticalAlignMode':{'main':_0x4c8fd8(0x1c0)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':_0x4c8fd8(0x1d2)},'fontSize':_0x4c8fd8(0x1ce),'fontSizeIncrease':_0x4c8fd8(0x1a5),'fontSizeDecrease':_0x4c8fd8(0x1c5),'alignLeft':_0x4c8fd8(0x1cf),'alignCenter':_0x4c8fd8(0x1c7),'alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':_0x4c8fd8(0x1c2),'bold':_0x4c8fd8(0x1bb),'italic':'Kursywa','underline':'Podkreślenie','strikethrough':_0x4c8fd8(0x1c8),'textColor':_0x4c8fd8(0x1b9),'textBackgroundColor':_0x4c8fd8(0x1b6),'resetColor':_0x4c8fd8(0x1b0)},'imagePanel':{'crop':{'shape':_0x4c8fd8(0x19e)}},'permission':{'editErr':_0x4c8fd8(0x1a7)},'title':_0x4c8fd8(0x1b3),'insertShape':_0x4c8fd8(0x1c3),'openPanel':_0x4c8fd8(0x1a9),'deleteShape':'Usuń\x20kształt','hidePanel':_0x4c8fd8(0x1aa),'formatShape':_0x4c8fd8(0x1ad),'shapeStyle':_0x4c8fd8(0x19c),'shapePosition':_0x4c8fd8(0x1b7),'toggleFlipH':_0x4c8fd8(0x1b5),'toggleFlipV':_0x4c8fd8(0x1cd),'rotateRight90':_0x4c8fd8(0x1bf),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x4c8fd8(0x1bd),'objectListPanel':{'title':_0x4c8fd8(0x1a1),'open':_0x4c8fd8(0x1cc),'empty':_0x4c8fd8(0x1c6),'showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x4c8fd8(0x1b8),'hide':_0x4c8fd8(0x1ca),'moveForward':_0x4c8fd8(0x1a0),'moveBackward':_0x4c8fd8(0x1be),'close':_0x4c8fd8(0x1d3),'name':_0x4c8fd8(0x1c4),'nameInput':_0x4c8fd8(0x1b4),'description':_0x4c8fd8(0x1ba),'descriptionPlaceholder':_0x4c8fd8(0x1d0),'details':_0x4c8fd8(0x1cb),'noSelection':_0x4c8fd8(0x19d)}}};}));
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x255e(_0x3ff57a,_0x506537){_0x3ff57a=_0x3ff57a-0x1f4;var _0x325b87=_0x325b();var _0x255e12=_0x325b87[_0x3ff57a];return _0x255e12;}(function(_0x172932,_0x474c45){var _0x7f43c0=_0x255e,_0x55fcfa=_0x172932();while(!![]){try{var _0xbe809c=-parseInt(_0x7f43c0(0x226))/0x1*(parseInt(_0x7f43c0(0x20d))/0x2)+-parseInt(_0x7f43c0(0x21d))/0x3+-parseInt(_0x7f43c0(0x1f9))/0x4*(-parseInt(_0x7f43c0(0x203))/0x5)+parseInt(_0x7f43c0(0x209))/0x6*(parseInt(_0x7f43c0(0x1fd))/0x7)+-parseInt(_0x7f43c0(0x1f7))/0x8*(parseInt(_0x7f43c0(0x227))/0x9)+parseInt(_0x7f43c0(0x222))/0xa+parseInt(_0x7f43c0(0x21b))/0xb;if(_0xbe809c===_0x474c45)break;else _0x55fcfa['push'](_0x55fcfa['shift']());}catch(_0x210597){_0x55fcfa['push'](_0x55fcfa['shift']());}}}(_0x325b,0x34e62),function(_0xcc9340,_0x607d82){var _0x36645c=_0x255e;typeof exports==_0x36645c(0x1fe)&&typeof module<'u'?module['exports']=_0x607d82():typeof define==_0x36645c(0x214)&&define[_0x36645c(0x221)]?define([],_0x607d82):(_0xcc9340=typeof globalThis<'u'?globalThis:_0xcc9340||self,_0xcc9340['UniverProSheetsShapeUiPtBR']=_0x607d82());}(this,function(){var _0xc00aa=_0x255e;return{'sheets-shape-ui':{'align':{'top':_0xc00aa(0x21e),'middle':_0xc00aa(0x218),'bottom':_0xc00aa(0x21f),'left':_0xc00aa(0x20b),'center':_0xc00aa(0x202),'right':'direita'},'toolbar':{'verticalAlignMode':{'main':_0xc00aa(0x220)},'horizontalAlignMode':{'main':_0xc00aa(0x201)},'fillColor':{'main':_0xc00aa(0x21c)},'fontSize':_0xc00aa(0x22d),'fontSizeIncrease':_0xc00aa(0x219),'fontSizeDecrease':_0xc00aa(0x225),'alignLeft':_0xc00aa(0x1fb),'alignCenter':_0xc00aa(0x228),'alignRight':_0xc00aa(0x22c),'alignJustify':_0xc00aa(0x22f),'bold':_0xc00aa(0x210),'italic':'Itálico','underline':'Sublinhado','strikethrough':_0xc00aa(0x213),'textColor':_0xc00aa(0x1f4),'textBackgroundColor':_0xc00aa(0x1f5),'resetColor':_0xc00aa(0x211)},'imagePanel':{'crop':{'shape':_0xc00aa(0x22e)}},'permission':{'editErr':_0xc00aa(0x200)},'title':_0xc00aa(0x22b),'insertShape':_0xc00aa(0x204),'openPanel':_0xc00aa(0x1fc),'deleteShape':_0xc00aa(0x223),'hidePanel':_0xc00aa(0x22a),'formatShape':_0xc00aa(0x212),'shapeStyle':_0xc00aa(0x21a),'shapePosition':'Posição\x20da\x20forma','toggleFlipH':_0xc00aa(0x217),'toggleFlipV':_0xc00aa(0x20c),'rotateRight90':_0xc00aa(0x215),'rotateLeft90':_0xc00aa(0x206),'toggleTextVertical':_0xc00aa(0x208),'objectListPanel':{'title':_0xc00aa(0x207),'open':_0xc00aa(0x1f8),'empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':_0xc00aa(0x229),'show':_0xc00aa(0x20a),'hide':_0xc00aa(0x205),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0xc00aa(0x1fa),'close':_0xc00aa(0x1ff),'name':_0xc00aa(0x216),'nameInput':'Nome\x20do\x20objeto','description':_0xc00aa(0x20e),'descriptionPlaceholder':_0xc00aa(0x224),'details':_0xc00aa(0x1f6),'noSelection':_0xc00aa(0x20f)}}};}));function _0x325b(){var _0x543d81=['Alinhar\x20à\x20esquerda','Abrir\x20painel\x20de\x20formas','4368NrnUsq','object','Fechar','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Alinhamento\x20horizontal','centro','450LfdLXl','Inserir\x20forma','Ocultar','Girar\x2090°\x20para\x20esquerda','Camadas','Alternar\x20texto\x20vertical','4044bTfPJJ','Mostrar','esquerda','Alternar\x20inversão\x20vertical','1658ULOdXm','Descrição','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Negrito','Redefinir','Formatar\x20forma','Tachado','function','Girar\x2090°\x20para\x20direita','Nome','Alternar\x20inversão\x20horizontal','meio','Aumentar\x20tamanho\x20da\x20fonte','Estilo\x20da\x20forma','2933018WWatOn','Cor\x20de\x20preenchimento','307941nxmAgq','superior','inferior','Alinhamento\x20vertical','amd','255490MZkSiA','Excluir\x20forma','Adicionar\x20descrição','Diminuir\x20tamanho\x20da\x20fonte','390ytzSIq','18RTVnhJ','Alinhar\x20ao\x20centro','Ocultar\x20tudo','Ocultar\x20painel\x20de\x20formas','Forma','Alinhar\x20à\x20direita','Tamanho\x20da\x20fonte','Cortar\x20para\x20forma','Justificar','Cor\x20do\x20texto','Cor\x20de\x20fundo\x20do\x20texto','Detalhes','315448QLjdvJ','Abrir\x20painel\x20de\x20camadas','388XonDQG','Enviar\x20para\x20trás'];_0x325b=function(){return _0x543d81;};return _0x325b();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x9daf(_0x3d5b1f,_0x2a967b){_0x3d5b1f=_0x3d5b1f-0xec;var _0x2399e8=_0x2399();var _0x9daf09=_0x2399e8[_0x3d5b1f];return _0x9daf09;}function _0x2399(){var _0x5cef81=['Имя','6273948yzGUoK','Переключить\x20горизонтальное\x20отражение','Выберите\x20объект\x20для\x20редактирования\x20сведений','Увеличить\x20размер\x20шрифта','Подчеркнутый','Скрыть\x20все','Обрезать\x20по\x20форме','Добавить\x20описание','Переместить\x20вперед','object','Уменьшить\x20размер\x20шрифта','Фигура','Вертикальное\x20выравнивание','Горизонтальное\x20выравнивание','Выровнять\x20по\x20правому\x20краю','Лево','Имя\x20объекта','Центр','Переключить\x20вертикальное\x20отражение','amd','Слои','exports','Курсив','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Сведения','Переместить\x20назад','Верх','Сбросить','Закрыть','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','156RgaMDu','Показать','549HYrlGB','84MRcEMl','1833578xPgQCo','41110lSletA','Открыть\x20панель\x20фигур','499080ifhdIP','Описание','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','42850ppiweO','2452252fkOVfg','Середина','Удалить\x20фигуру','3ypzwAM','Положение\x20фигуры','11orBIkb','Выровнять\x20по\x20левому\x20краю','Цвет\x20заливки','Выровнять\x20по\x20центру','102192uTuZQS','function'];_0x2399=function(){return _0x5cef81;};return _0x2399();}(function(_0x5636d3,_0x102022){var _0x155aed=_0x9daf,_0xbbf5b=_0x5636d3();while(!![]){try{var _0x31aefe=parseInt(_0x155aed(0x11e))/0x1+-parseInt(_0x155aed(0x11b))/0x2+-parseInt(_0x155aed(0xf0))/0x3*(-parseInt(_0x155aed(0xed))/0x4)+parseInt(_0x155aed(0xec))/0x5*(-parseInt(_0x155aed(0x117))/0x6)+parseInt(_0x155aed(0x11a))/0x7*(-parseInt(_0x155aed(0xf6))/0x8)+-parseInt(_0x155aed(0x119))/0x9*(-parseInt(_0x155aed(0x11c))/0xa)+-parseInt(_0x155aed(0xf2))/0xb*(-parseInt(_0x155aed(0xf9))/0xc);if(_0x31aefe===_0x102022)break;else _0xbbf5b['push'](_0xbbf5b['shift']());}catch(_0x4d103d){_0xbbf5b['push'](_0xbbf5b['shift']());}}}(_0x2399,0x90bce),function(_0x46262f,_0x1b5d9e){var _0x2eea5f=_0x9daf;typeof exports==_0x2eea5f(0x102)&&typeof module<'u'?module[_0x2eea5f(0x10e)]=_0x1b5d9e():typeof define==_0x2eea5f(0xf7)&&define[_0x2eea5f(0x10c)]?define([],_0x1b5d9e):(_0x46262f=typeof globalThis<'u'?globalThis:_0x46262f||self,_0x46262f['UniverProSheetsShapeUiRuRU']=_0x1b5d9e());}(this,function(){var _0x237deb=_0x9daf;return{'sheets-shape-ui':{'align':{'top':_0x237deb(0x113),'middle':_0x237deb(0xee),'bottom':'Низ','left':_0x237deb(0x108),'center':_0x237deb(0x10a),'right':'Право'},'toolbar':{'verticalAlignMode':{'main':_0x237deb(0x105)},'horizontalAlignMode':{'main':_0x237deb(0x106)},'fillColor':{'main':_0x237deb(0xf4)},'fontSize':'Размер\x20шрифта','fontSizeIncrease':_0x237deb(0xfc),'fontSizeDecrease':_0x237deb(0x103),'alignLeft':_0x237deb(0xf3),'alignCenter':_0x237deb(0xf5),'alignRight':_0x237deb(0x107),'alignJustify':'Выровнять\x20по\x20ширине','bold':'Полужирный','italic':_0x237deb(0x10f),'underline':_0x237deb(0xfd),'strikethrough':'Зачеркнутый','textColor':'Цвет\x20текста','textBackgroundColor':'Цвет\x20фона\x20текста','resetColor':_0x237deb(0x114)},'imagePanel':{'crop':{'shape':_0x237deb(0xff)}},'permission':{'editErr':_0x237deb(0x110)},'title':_0x237deb(0x104),'insertShape':'Вставить\x20фигуру','openPanel':_0x237deb(0x11d),'deleteShape':_0x237deb(0xef),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':'Форматировать\x20фигуру','shapeStyle':'Стиль\x20фигуры','shapePosition':_0x237deb(0xf1),'toggleFlipH':_0x237deb(0xfa),'toggleFlipV':_0x237deb(0x10b),'rotateRight90':_0x237deb(0x116),'rotateLeft90':_0x237deb(0x120),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0x237deb(0x10d),'open':'Открыть\x20панель\x20слоев','empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0x237deb(0xfe),'show':_0x237deb(0x118),'hide':'Скрыть','moveForward':_0x237deb(0x101),'moveBackward':_0x237deb(0x112),'close':_0x237deb(0x115),'name':_0x237deb(0xf8),'nameInput':_0x237deb(0x109),'description':_0x237deb(0x11f),'descriptionPlaceholder':_0x237deb(0x100),'details':_0x237deb(0x111),'noSelection':_0x237deb(0xfb)}}};}));
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2ee5(_0x319b56,_0x5b18b1){_0x319b56=_0x319b56-0xa8;var _0x260ded=_0x260d();var _0x2ee502=_0x260ded[_0x319b56];return _0x2ee502;}(function(_0x58a250,_0x55c13){var _0x2c2718=_0x2ee5,_0x5a4973=_0x58a250();while(!![]){try{var _0x40709a=-parseInt(_0x2c2718(0xae))/0x1*(-parseInt(_0x2c2718(0xc6))/0x2)+-parseInt(_0x2c2718(0xba))/0x3+-parseInt(_0x2c2718(0xce))/0x4+-parseInt(_0x2c2718(0xc8))/0x5*(-parseInt(_0x2c2718(0xd5))/0x6)+-parseInt(_0x2c2718(0xbc))/0x7*(parseInt(_0x2c2718(0xd0))/0x8)+-parseInt(_0x2c2718(0xad))/0x9*(parseInt(_0x2c2718(0xbb))/0xa)+parseInt(_0x2c2718(0xc2))/0xb;if(_0x40709a===_0x55c13)break;else _0x5a4973['push'](_0x5a4973['shift']());}catch(_0x13fe5c){_0x5a4973['push'](_0x5a4973['shift']());}}}(_0x260d,0x9ddea),function(_0xc1915a,_0x11af00){var _0x43eb9a=_0x2ee5;typeof exports==_0x43eb9a(0xd3)&&typeof module<'u'?module[_0x43eb9a(0xab)]=_0x11af00():typeof define=='function'&&define[_0x43eb9a(0xdc)]?define([],_0x11af00):(_0xc1915a=typeof globalThis<'u'?globalThis:_0xc1915a||self,_0xc1915a[_0x43eb9a(0xc9)]=_0x11af00());}(this,function(){var _0x15b213=_0x2ee5;return{'sheets-shape-ui':{'align':{'top':_0x15b213(0xc0),'middle':'stred','bottom':'dole','left':_0x15b213(0xca),'center':_0x15b213(0xd4),'right':_0x15b213(0xd2)},'toolbar':{'verticalAlignMode':{'main':_0x15b213(0xaf)},'horizontalAlignMode':{'main':_0x15b213(0xb3)},'fillColor':{'main':'Farba\x20výplne'},'fontSize':_0x15b213(0xc1),'fontSizeIncrease':_0x15b213(0xaa),'fontSizeDecrease':_0x15b213(0xd6),'alignLeft':'Zarovnať\x20doľava','alignCenter':_0x15b213(0xdb),'alignRight':_0x15b213(0xcc),'alignJustify':'Zarovnať\x20do\x20bloku','bold':_0x15b213(0xd9),'italic':_0x15b213(0xbf),'underline':'Podčiarknutie','strikethrough':'Prečiarknuté','textColor':_0x15b213(0xa9),'textBackgroundColor':_0x15b213(0xc4),'resetColor':'Obnoviť'},'imagePanel':{'crop':{'shape':_0x15b213(0xda)}},'permission':{'editErr':_0x15b213(0xd7)},'title':'Tvar','insertShape':_0x15b213(0xdd),'openPanel':_0x15b213(0xac),'deleteShape':_0x15b213(0xbe),'hidePanel':_0x15b213(0xb0),'formatShape':'Formátovať\x20tvar','shapeStyle':_0x15b213(0xb9),'shapePosition':_0x15b213(0xb2),'toggleFlipH':'Prepnúť\x20vodorovné\x20prevrátenie','toggleFlipV':_0x15b213(0xd8),'rotateRight90':_0x15b213(0xa8),'rotateLeft90':_0x15b213(0xcd),'toggleTextVertical':_0x15b213(0xc5),'objectListPanel':{'title':_0x15b213(0xb7),'open':_0x15b213(0xcf),'empty':'Žiadne\x20objekty','showAll':'Zobraziť\x20všetko','hideAll':_0x15b213(0xb1),'show':_0x15b213(0xb4),'hide':'Skryť','moveForward':_0x15b213(0xcb),'moveBackward':_0x15b213(0xd1),'close':_0x15b213(0xb8),'name':_0x15b213(0xc3),'nameInput':_0x15b213(0xde),'description':_0x15b213(0xc7),'descriptionPlaceholder':_0x15b213(0xb6),'details':_0x15b213(0xb5),'noSelection':_0x15b213(0xbd)}}};}));function _0x260d(){var _0x4cdf24=['Otočiť\x20doprava\x20o\x2090°','Farba\x20textu','Zväčšiť\x20písmo','exports','Otvoriť\x20panel\x20tvarov','9cfJdWH','2jTHcxS','Zvislé\x20zarovnanie','Skryť\x20panel\x20tvarov','Skryť\x20všetko','Poloha\x20tvaru','Vodorovné\x20zarovnanie','Zobraziť','Podrobnosti','Pridat\x20popis','Vrstvy','Zavrieť','Štýl\x20tvaru','1254096drfNWM','6563230LgvAHc','6952001fMqtgh','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Odstrániť\x20tvar','Kurzíva','hore','Veľkosť\x20písma','26087413nhMKQz','Názov','Farba\x20pozadia\x20textu','Přepnout\x20text\x20vertikálně','739488IcObvA','Popis','2992130znMOnD','UniverProSheetsShapeUiSkSK','vľavo','Posunúť\x20dopredu','Zarovnať\x20doprava','Otočiť\x20doľava\x20o\x2090°','3981460dRWAVR','Otvoriť\x20panel\x20vrstiev','8BILqoq','Posunúť\x20dozadu','vpravo','object','na\x20stred','6bvRAzM','Zmenšiť\x20písmo','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Prepnúť\x20zvislé\x20prevrátenie','Tučné','Oříznout\x20podle\x20tvaru','Zarovnať\x20na\x20stred','amd','Vložiť\x20tvar','Názov\x20objektu'];_0x260d=function(){return _0x4cdf24;};return _0x260d();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x6e8e(_0x574099,_0x6aef6f){_0x574099=_0x574099-0x1e8;var _0x9cbf25=_0x9cbf();var _0x6e8e8a=_0x9cbf25[_0x574099];return _0x6e8e8a;}function _0x9cbf(){var _0x5ce1cf=['Căn\x20trái','Chèn\x20hình\x20dạng','318315batkjn','object','11muTthO','Chuyển\x20đổi\x20lật\x20ngang','Căn\x20dọc','Kiểu\x20hình\x20dạng','Căn\x20ngang','Bật/tắt\x20lật\x20dọc','Đóng','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Cỡ\x20chữ','Đưa\x20lên\x20trên','Tên','Căn\x20giữa','Chi\x20tiết','Mở\x20bảng\x20điều\x20khiển\x20lớp','13196wNKNgW','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Hiện','Màu\x20ô','Đưa\x20xuống\x20dưới','Xóa\x20hình\x20dạng','Đặt\x20lại\x20màu','408910aTCPfu','Ẩn\x20tất\x20cả','48046utoIaL','504553sRxcvi','Them\x20mo\x20ta','Mô\x20tả','305HKRHID','Màu\x20nền\x20văn\x20bản','Mở\x20bảng\x20hình\x20dạng','In\x20nghiêng','Căn\x20trên','In\x20đậm','18PjvVdh','Căn\x20phải','function','Lớp','Hiển\x20thị\x20tất\x20cả','Giảm\x20cỡ\x20chữ','2tvIiEX','Gạch\x20chân','Căn\x20dưới','2494752MfRmax','Tên\x20đối\x20tượng','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Căn\x20đều\x20hai\x20bên','96507qXPXam','exports','Vị\x20trí\x20hình\x20dạng','Gạch\x20ngang'];_0x9cbf=function(){return _0x5ce1cf;};return _0x9cbf();}(function(_0x53a46e,_0x46ae1a){var _0x5a3198=_0x6e8e,_0x4fcd6b=_0x53a46e();while(!![]){try{var _0xb5f5e9=-parseInt(_0x5a3198(0x21c))/0x1*(parseInt(_0x5a3198(0x20c))/0x2)+parseInt(_0x5a3198(0x1f3))/0x3+parseInt(_0x5a3198(0x203))/0x4*(parseInt(_0x5a3198(0x210))/0x5)+-parseInt(_0x5a3198(0x216))/0x6*(-parseInt(_0x5a3198(0x20d))/0x7)+-parseInt(_0x5a3198(0x1e9))/0x8+-parseInt(_0x5a3198(0x1ed))/0x9+-parseInt(_0x5a3198(0x20a))/0xa*(-parseInt(_0x5a3198(0x1f5))/0xb);if(_0xb5f5e9===_0x46ae1a)break;else _0x4fcd6b['push'](_0x4fcd6b['shift']());}catch(_0x2b9be5){_0x4fcd6b['push'](_0x4fcd6b['shift']());}}}(_0x9cbf,0x2f543),function(_0x283630,_0x58bb65){var _0x18bac7=_0x6e8e;typeof exports==_0x18bac7(0x1f4)&&typeof module<'u'?module[_0x18bac7(0x1ee)]=_0x58bb65():typeof define==_0x18bac7(0x218)&&define['amd']?define([],_0x58bb65):(_0x283630=typeof globalThis<'u'?globalThis:_0x283630||self,_0x283630['UniverProSheetsShapeUiViVN']=_0x58bb65());}(this,function(){var _0x152dac=_0x6e8e;return{'sheets-shape-ui':{'align':{'top':_0x152dac(0x214),'middle':_0x152dac(0x200),'bottom':_0x152dac(0x1e8),'left':_0x152dac(0x1f1),'center':_0x152dac(0x200),'right':_0x152dac(0x217)},'toolbar':{'verticalAlignMode':{'main':_0x152dac(0x1f7)},'horizontalAlignMode':{'main':_0x152dac(0x1f9)},'fillColor':{'main':_0x152dac(0x206)},'fontSize':_0x152dac(0x1fd),'fontSizeIncrease':'Tăng\x20cỡ\x20chữ','fontSizeDecrease':_0x152dac(0x21b),'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x152dac(0x217),'alignJustify':_0x152dac(0x1ec),'bold':_0x152dac(0x215),'italic':_0x152dac(0x213),'underline':_0x152dac(0x21d),'strikethrough':_0x152dac(0x1f0),'textColor':'Màu\x20chữ','textBackgroundColor':_0x152dac(0x211),'resetColor':_0x152dac(0x209)},'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x152dac(0x1fc)},'title':'Hình\x20dạng','insertShape':_0x152dac(0x1f2),'openPanel':_0x152dac(0x212),'deleteShape':_0x152dac(0x208),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x152dac(0x1f8),'shapePosition':_0x152dac(0x1ef),'toggleFlipH':_0x152dac(0x1f6),'toggleFlipV':_0x152dac(0x1fa),'rotateRight90':_0x152dac(0x204),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x152dac(0x1eb),'objectListPanel':{'title':_0x152dac(0x219),'open':_0x152dac(0x202),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x152dac(0x21a),'hideAll':_0x152dac(0x20b),'show':_0x152dac(0x205),'hide':'Ẩn','moveForward':_0x152dac(0x1fe),'moveBackward':_0x152dac(0x207),'close':_0x152dac(0x1fb),'name':_0x152dac(0x1ff),'nameInput':_0x152dac(0x1ea),'description':_0x152dac(0x20f),'descriptionPlaceholder':_0x152dac(0x20e),'details':_0x152dac(0x201),'noSelection':'Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'}}};}));
|