@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/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x180146=_0x5032;(function(_0x1585ae,_0x118e9f){const _0x449418=_0x5032,_0x117d57=_0x1585ae();while(!![]){try{const _0xfc9534=parseInt(_0x449418(0x13c))/0x1+-parseInt(_0x449418(0x128))/0x2+parseInt(_0x449418(0x12f))/0x3+-parseInt(_0x449418(0x12a))/0x4+parseInt(_0x449418(0x11d))/0x5*(parseInt(_0x449418(0x11c))/0x6)+parseInt(_0x449418(0x122))/0x7*(parseInt(_0x449418(0x11f))/0x8)+-parseInt(_0x449418(0x12e))/0x9;if(_0xfc9534===_0x118e9f)break;else _0x117d57['push'](_0x117d57['shift']());}catch(_0x3bb13a){_0x117d57['push'](_0x117d57['shift']());}}}(_0x5dcf,0x6e414));const e={'sheets-shape-ui':{'align':{'top':_0x180146(0x118),'middle':_0x180146(0x13f),'bottom':_0x180146(0x138),'left':_0x180146(0x140),'center':_0x180146(0x131),'right':_0x180146(0x116)},'toolbar':{'verticalAlignMode':{'main':_0x180146(0x126)},'horizontalAlignMode':{'main':_0x180146(0x124)},'fillColor':{'main':'لون\x20التعبئة'},'fontSize':_0x180146(0x136),'fontSizeIncrease':_0x180146(0x13a),'fontSizeDecrease':'تقليل\x20حجم\x20الخط','alignLeft':_0x180146(0x117),'alignCenter':_0x180146(0x130),'alignRight':'محاذاة\x20لليمين','alignJustify':_0x180146(0x144),'bold':'غامق','italic':'مائل','underline':_0x180146(0x143),'strikethrough':_0x180146(0x145),'textColor':_0x180146(0x12d),'textBackgroundColor':'لون\x20خلفية\x20النص','resetColor':_0x180146(0x137)},'imagePanel':{'crop':{'shape':_0x180146(0x13b)}},'permission':{'editErr':_0x180146(0x139)},'title':_0x180146(0x133),'insertShape':_0x180146(0x134),'openPanel':_0x180146(0x13e),'deleteShape':'حذف\x20الشكل','hidePanel':_0x180146(0x11e),'formatShape':'تنسيق\x20الشكل','shapeStyle':_0x180146(0x119),'shapePosition':_0x180146(0x123),'toggleFlipH':_0x180146(0x121),'toggleFlipV':_0x180146(0x12c),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x180146(0x142),'toggleTextVertical':_0x180146(0x12b),'objectListPanel':{'title':_0x180146(0x127),'open':'فتح\x20لوحة\x20الطبقات','empty':_0x180146(0x11b),'showAll':_0x180146(0x125),'hideAll':_0x180146(0x141),'show':_0x180146(0x11a),'hide':'إخفاء','moveForward':_0x180146(0x132),'moveBackward':_0x180146(0x120),'close':_0x180146(0x13d),'name':_0x180146(0x129),'nameInput':'اسم\x20الكائن','description':'الوصف','descriptionPlaceholder':_0x180146(0x135),'details':'التفاصيل','noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};module['exports']=e;function _0x5032(_0x37e338,_0x218bd7){_0x37e338=_0x37e338-0x116;const _0x5dcf06=_0x5dcf();let _0x503239=_0x5dcf06[_0x37e338];return _0x503239;}function _0x5dcf(){const _0x18b438=['تبديل\x20الانعكاس\x20العمودي','لون\x20النص','3796551LbfopA','1253367EMibqZ','محاذاة\x20للوسط','وسط','إحضار\x20للأمام','شكل','إدراج\x20شكل','إضافة\x20وصف','حجم\x20الخط','إعادة\x20تعيين','أسفل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','زيادة\x20حجم\x20الخط','قص\x20إلى\x20شكل','255734CGUaaX','إغلاق','فتح\x20لوحة\x20الأشكال','منتصف','يسار','إخفاء\x20الكل','تدوير\x20لليسار\x2090°','تسطير','ضبط','يتوسطه\x20خط','يمين','محاذاة\x20لليسار','أعلى','نمط\x20الشكل','إظهار','لا\x20توجد\x20كائنات','5066316vXQYKV','5PTkkll','إخفاء\x20لوحة\x20الأشكال','1100912npEYki','إرسال\x20للخلف','تبديل\x20الانعكاس\x20الأفقي','28QTYYOK','موضع\x20الشكل','محاذاة\x20أفقية','إظهار\x20الكل','محاذاة\x20عمودية','الطبقات','1551936AKLiVb','الاسم','1675816yHIdtK','تبديل\x20النص\x20العمودي'];_0x5dcf=function(){return _0x18b438;};return _0x5dcf();}
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x594530=_0x2ade;function _0x3ccc(){const _0x2383ff=['996709CrMJUu','centre','Disminuir\x20la\x20mida\x20de\x20la\x20lletra','Detalls','Restablir','60388KbcEyh','Subratllat','Alinea\x20a\x20la\x20dreta','Inserir\x20forma','Color\x20de\x20fons','Estil\x20de\x20forma','Amaga-ho\x20tot','mig','Sense\x20objectes','Alternar\x20text\x20vertical','Amagar','96EiGOav','Centra','Mostra-ho\x20tot','Color\x20del\x20text','Augmentar\x20la\x20mida\x20de\x20la\x20lletra','123AAfqbH','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Rotar\x2090°\x20a\x20l\x27esquerra','Obrir\x20panell\x20de\x20formes','8983290dsMEqY','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Amagar\x20panell\x20de\x20formes','Alineació\x20vertical','Retalla\x20a\x20forma','10NmHXPt','Justifica','9743459sXKtey','3157KfkxLB','esquerra','Alternar\x20volteig\x20horitzontal','Obre\x20el\x20tauler\x20de\x20capes','Mida\x20de\x20la\x20lletra','dreta','Nom\x20de\x20l’objecte','Alternar\x20volteig\x20vertical','Forma','32rwNcuW','exports','Capes','998DrtRWb','7988070eRbBYP','Ratllat','13518711nMXYPu','Posició\x20de\x20forma','Alinea\x20a\x20l\x27esquerra','Alineació\x20horitzontal','Rotar\x2090°\x20a\x20la\x20dreta','Eliminar\x20forma','Mostra','Color\x20de\x20fons\x20del\x20text'];_0x3ccc=function(){return _0x2383ff;};return _0x3ccc();}function _0x2ade(_0x21cdd3,_0x56fe47){_0x21cdd3=_0x21cdd3-0x11b;const _0x3ccc60=_0x3ccc();let _0x2ade50=_0x3ccc60[_0x21cdd3];return _0x2ade50;}(function(_0x559fe7,_0x362f66){const _0x2bb27e=_0x2ade,_0x350d0e=_0x559fe7();while(!![]){try{const _0x579f2e=-parseInt(_0x2bb27e(0x129))/0x1*(parseInt(_0x2bb27e(0x135))/0x2)+-parseInt(_0x2bb27e(0x11d))/0x3*(parseInt(_0x2bb27e(0x145))/0x4)+-parseInt(_0x2bb27e(0x136))/0x5+-parseInt(_0x2bb27e(0x121))/0x6+parseInt(_0x2bb27e(0x140))/0x7*(parseInt(_0x2bb27e(0x132))/0x8)+parseInt(_0x2bb27e(0x138))/0x9*(-parseInt(_0x2bb27e(0x126))/0xa)+parseInt(_0x2bb27e(0x128))/0xb*(parseInt(_0x2bb27e(0x150))/0xc);if(_0x579f2e===_0x362f66)break;else _0x350d0e['push'](_0x350d0e['shift']());}catch(_0x199387){_0x350d0e['push'](_0x350d0e['shift']());}}}(_0x3ccc,0xd30d8));const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x594530(0x14c),'bottom':'inferior','left':_0x594530(0x12a),'center':_0x594530(0x141),'right':_0x594530(0x12e)},'toolbar':{'verticalAlignMode':{'main':_0x594530(0x124)},'horizontalAlignMode':{'main':_0x594530(0x13b)},'fillColor':{'main':_0x594530(0x149)},'fontSize':_0x594530(0x12d),'fontSizeIncrease':_0x594530(0x11c),'fontSizeDecrease':_0x594530(0x142),'alignLeft':_0x594530(0x13a),'alignCenter':_0x594530(0x151),'alignRight':_0x594530(0x147),'alignJustify':_0x594530(0x127),'bold':'Negreta','italic':'Cursiva','underline':_0x594530(0x146),'strikethrough':_0x594530(0x137),'textColor':_0x594530(0x11b),'textBackgroundColor':_0x594530(0x13f),'resetColor':_0x594530(0x144)},'imagePanel':{'crop':{'shape':_0x594530(0x125)}},'permission':{'editErr':_0x594530(0x122)},'title':_0x594530(0x131),'insertShape':_0x594530(0x148),'openPanel':_0x594530(0x120),'deleteShape':_0x594530(0x13d),'hidePanel':_0x594530(0x123),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x594530(0x14a),'shapePosition':_0x594530(0x139),'toggleFlipH':_0x594530(0x12b),'toggleFlipV':_0x594530(0x130),'rotateRight90':_0x594530(0x13c),'rotateLeft90':_0x594530(0x11f),'toggleTextVertical':_0x594530(0x14e),'objectListPanel':{'title':_0x594530(0x134),'open':_0x594530(0x12c),'empty':_0x594530(0x14d),'showAll':_0x594530(0x152),'hideAll':_0x594530(0x14b),'show':_0x594530(0x13e),'hide':_0x594530(0x14f),'moveForward':'Porta\x20endavant','moveBackward':'Envia\x20enrere','close':'Tancar','name':'Nom','nameInput':_0x594530(0x12f),'description':'Descripció','descriptionPlaceholder':'Afegeix\x20descripcio','details':_0x594530(0x143),'noSelection':_0x594530(0x11e)}}};module[_0x594530(0x133)]=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x42da6c=_0x392d;function _0x1bd6(){const _0x5def34=['Weiter\x20nach\x20hinten','Vertikale\x20Spiegelung\x20umschalten','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','7ezGorA','Form-Panel\x20ausblenden','Schriftgröße','exports','Auf\x20Form\x20zuschneiden','20569790BTUcDw','Unten','Alle\x20ausblenden','Keine\x20Objekte','Rechts','Horizontale\x20Ausrichtung','Weiter\x20nach\x20vorne','Linksbündig','Mitte','Ausblenden','7996020aaGgVJ','Form\x20formatieren','Rechtsbündig','Fett','Form-Panel\x20öffnen','Oben','Objektname','Ebenenbereich\x20öffnen','2590280KSznom','Schriftgröße\x20verkleinern','5779272SaiFnQ','Links','Details','Form\x20einfügen','Beschreibung','Formstil','Alle\x20anzeigen','Texthintergrundfarbe','10393461eUyOTD','Füllfarbe','Unterstrichen','4716333JvDgRM','Zurücksetzen','Name','542mObgEh','Ebenen','Blocksatz','Beschreibung\x20hinzufügen','Vertikalen\x20Text\x20umschalten','Vertikale\x20Ausrichtung','5AfRUNQ','Rechts\x2090°\x20drehen','5522KTkzMT','Durchgestrichen','Formposition','Textfarbe','Schriftgröße\x20vergrößern'];_0x1bd6=function(){return _0x5def34;};return _0x1bd6();}(function(_0x512e1a,_0x46068b){const _0x48e6e2=_0x392d,_0xb9a9cf=_0x512e1a();while(!![]){try{const _0x12bcbd=parseInt(_0x48e6e2(0x143))/0x1*(parseInt(_0x48e6e2(0x14b))/0x2)+-parseInt(_0x48e6e2(0x140))/0x3+-parseInt(_0x48e6e2(0x133))/0x4*(parseInt(_0x48e6e2(0x149))/0x5)+parseInt(_0x48e6e2(0x12b))/0x6+-parseInt(_0x48e6e2(0x153))/0x7*(parseInt(_0x48e6e2(0x135))/0x8)+-parseInt(_0x48e6e2(0x13d))/0x9+parseInt(_0x48e6e2(0x158))/0xa;if(_0x12bcbd===_0x46068b)break;else _0xb9a9cf['push'](_0xb9a9cf['shift']());}catch(_0x31cf39){_0xb9a9cf['push'](_0xb9a9cf['shift']());}}}(_0x1bd6,0xc0ac8));function _0x392d(_0x1935f4,_0x3202ae){_0x1935f4=_0x1935f4-0x12b;const _0x1bd694=_0x1bd6();let _0x392dc6=_0x1bd694[_0x1935f4];return _0x392dc6;}const e={'sheets-shape-ui':{'align':{'top':_0x42da6c(0x130),'middle':_0x42da6c(0x160),'bottom':_0x42da6c(0x159),'left':_0x42da6c(0x136),'center':_0x42da6c(0x160),'right':_0x42da6c(0x15c)},'toolbar':{'verticalAlignMode':{'main':_0x42da6c(0x148)},'horizontalAlignMode':{'main':_0x42da6c(0x15d)},'fillColor':{'main':_0x42da6c(0x13e)},'fontSize':_0x42da6c(0x155),'fontSizeIncrease':_0x42da6c(0x14f),'fontSizeDecrease':_0x42da6c(0x134),'alignLeft':_0x42da6c(0x15f),'alignCenter':'Zentriert','alignRight':_0x42da6c(0x12d),'alignJustify':_0x42da6c(0x145),'bold':_0x42da6c(0x12e),'italic':'Kursiv','underline':_0x42da6c(0x13f),'strikethrough':_0x42da6c(0x14c),'textColor':_0x42da6c(0x14e),'textBackgroundColor':_0x42da6c(0x13c),'resetColor':_0x42da6c(0x141)},'imagePanel':{'crop':{'shape':_0x42da6c(0x157)}},'permission':{'editErr':_0x42da6c(0x152)},'title':'Form','insertShape':_0x42da6c(0x138),'openPanel':_0x42da6c(0x12f),'deleteShape':'Form\x20löschen','hidePanel':_0x42da6c(0x154),'formatShape':_0x42da6c(0x12c),'shapeStyle':_0x42da6c(0x13a),'shapePosition':_0x42da6c(0x14d),'toggleFlipH':'Horizontale\x20Spiegelung\x20umschalten','toggleFlipV':_0x42da6c(0x151),'rotateRight90':_0x42da6c(0x14a),'rotateLeft90':'Links\x2090°\x20drehen','toggleTextVertical':_0x42da6c(0x147),'objectListPanel':{'title':_0x42da6c(0x144),'open':_0x42da6c(0x132),'empty':_0x42da6c(0x15b),'showAll':_0x42da6c(0x13b),'hideAll':_0x42da6c(0x15a),'show':'Anzeigen','hide':_0x42da6c(0x161),'moveForward':_0x42da6c(0x15e),'moveBackward':_0x42da6c(0x150),'close':'Schließen','name':_0x42da6c(0x142),'nameInput':_0x42da6c(0x131),'description':_0x42da6c(0x139),'descriptionPlaceholder':_0x42da6c(0x146),'details':_0x42da6c(0x137),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};module[_0x42da6c(0x156)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2cb1(_0x5d423b,_0x285cde){_0x5d423b=_0x5d423b-0x1b0;const _0x499595=_0x4995();let _0x2cb12a=_0x499595[_0x5d423b];return _0x2cb12a;}const _0x3f51dc=_0x2cb1;(function(_0x459e65,_0x28daf2){const _0x39bba2=_0x2cb1,_0x556e7=_0x459e65();while(!![]){try{const _0x226371=parseInt(_0x39bba2(0x1d0))/0x1+parseInt(_0x39bba2(0x1de))/0x2*(-parseInt(_0x39bba2(0x1e3))/0x3)+parseInt(_0x39bba2(0x1b5))/0x4*(-parseInt(_0x39bba2(0x1b8))/0x5)+parseInt(_0x39bba2(0x1db))/0x6+-parseInt(_0x39bba2(0x1c7))/0x7*(-parseInt(_0x39bba2(0x1e1))/0x8)+-parseInt(_0x39bba2(0x1ca))/0x9*(parseInt(_0x39bba2(0x1bb))/0xa)+-parseInt(_0x39bba2(0x1e6))/0xb;if(_0x226371===_0x28daf2)break;else _0x556e7['push'](_0x556e7['shift']());}catch(_0x2bb042){_0x556e7['push'](_0x556e7['shift']());}}}(_0x4995,0xeee3a));const e={'sheets-shape-ui':{'align':{'top':_0x3f51dc(0x1c3),'middle':_0x3f51dc(0x1cd),'bottom':_0x3f51dc(0x1bc),'left':_0x3f51dc(0x1b1),'center':_0x3f51dc(0x1d2),'right':_0x3f51dc(0x1dc)},'toolbar':{'verticalAlignMode':{'main':_0x3f51dc(0x1d3)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':_0x3f51dc(0x1e2)},'fontSize':'Font\x20size','fontSizeIncrease':'Increase\x20font\x20size','fontSizeDecrease':_0x3f51dc(0x1e4),'alignLeft':_0x3f51dc(0x1c8),'alignCenter':_0x3f51dc(0x1ba),'alignRight':_0x3f51dc(0x1e0),'alignJustify':_0x3f51dc(0x1b7),'bold':_0x3f51dc(0x1b9),'italic':'Italic','underline':'Underline','strikethrough':_0x3f51dc(0x1d6),'textColor':_0x3f51dc(0x1dd),'textBackgroundColor':_0x3f51dc(0x1cc),'resetColor':_0x3f51dc(0x1c4)},'imagePanel':{'crop':{'shape':_0x3f51dc(0x1bf)}},'permission':{'editErr':'The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.'},'title':_0x3f51dc(0x1ce),'insertShape':'Insert\x20Shape','openPanel':_0x3f51dc(0x1c6),'deleteShape':_0x3f51dc(0x1d4),'hidePanel':_0x3f51dc(0x1be),'formatShape':_0x3f51dc(0x1bd),'shapeStyle':_0x3f51dc(0x1c2),'shapePosition':_0x3f51dc(0x1d9),'toggleFlipH':_0x3f51dc(0x1b4),'toggleFlipV':'Toggle\x20Vertical\x20Flip','rotateRight90':_0x3f51dc(0x1c1),'rotateLeft90':'Rotate\x20Left\x2090°','toggleTextVertical':_0x3f51dc(0x1d8),'objectListPanel':{'title':_0x3f51dc(0x1b2),'open':_0x3f51dc(0x1da),'empty':_0x3f51dc(0x1cf),'showAll':_0x3f51dc(0x1d7),'hideAll':_0x3f51dc(0x1c5),'show':_0x3f51dc(0x1e5),'hide':_0x3f51dc(0x1c9),'moveForward':_0x3f51dc(0x1d5),'moveBackward':_0x3f51dc(0x1cb),'close':'Close','name':'Name','nameInput':_0x3f51dc(0x1c0),'description':_0x3f51dc(0x1b6),'descriptionPlaceholder':_0x3f51dc(0x1d1),'details':_0x3f51dc(0x1b3),'noSelection':_0x3f51dc(0x1b0)}}};module[_0x3f51dc(0x1df)]=e;function _0x4995(){const _0x4c72d2=['Strikethrough','Show\x20All','Toggle\x20Text\x20Vertical','Shape\x20Position','Open\x20Layers\x20Panel','9734772IjedNt','right','Text\x20color','2PoqLoF','exports','Align\x20Right','3000UCQzyg','Fill\x20color','1238154UApERa','Decrease\x20font\x20size','Show','12489587cwueEG','Select\x20an\x20object\x20to\x20edit\x20details','left','Layers','Details','Toggle\x20Horizontal\x20Flip','2724tYZaCs','Description','Justify','1150xplRyG','Bold','Align\x20Center','1455770azSqKd','bottom','Format\x20Shape','Hide\x20Shape\x20Panel','Crop\x20to\x20Shape','Object\x20name','Rotate\x20Right\x2090°','Shape\x20Style','top','Reset','Hide\x20All','Open\x20Shape\x20Panel','9772rqYzjQ','Align\x20Left','Hide','9vUEGFT','Send\x20Backward','Text\x20Background\x20color','middle','Shape','No\x20objects','682870BNvcru','Add\x20description','center','Vertical\x20align','Delete\x20Shape','Bring\x20Forward'];_0x4995=function(){return _0x4c72d2;};return _0x4995();}
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x10c2(){const _0x131213=['667920CmBsBI','Agregar\x20descripción','izquierda','Mostrar','Color\x20de\x20texto','Alineación\x20horizontal','Rotar\x2090°\x20a\x20la\x20derecha','Centrar','inferior','Posición\x20de\x20forma','Aumentar\x20tamaño\x20de\x20fuente','Disminuir\x20tamaño\x20de\x20fuente','7879689wCYQYD','Mostrar\x20todo','Color\x20de\x20relleno','Negrita','173392zeUzuM','2XCzrOR','Traer\x20adelante','Color\x20de\x20fondo\x20de\x20texto','Detalles','centro','Alternar\x20texto\x20vertical','Abrir\x20panel\x20de\x20formas','Descripción','Alinear\x20a\x20la\x20izquierda','2700936FSNcZT','940959fqlLmL','Alineación\x20vertical','8nuCZki','Sin\x20objetos','Cursiva','Tamaño\x20de\x20fuente','derecha','medio','Eliminar\x20forma','Subrayado','Capas','Estilo\x20de\x20forma','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','995432wKNOBI','exports','Cerrar','Restablecer','Recortar\x20a\x20forma','Nombre\x20del\x20objeto','Formato\x20de\x20forma','804335TIDJfC','Abrir\x20panel\x20de\x20capas','Forma'];_0x10c2=function(){return _0x131213;};return _0x10c2();}const _0x384c48=_0x3092;function _0x3092(_0xdda69d,_0x18fe6f){_0xdda69d=_0xdda69d-0x1cb;const _0x10c2ca=_0x10c2();let _0x30924c=_0x10c2ca[_0xdda69d];return _0x30924c;}(function(_0x116afb,_0x12479c){const _0x24170b=_0x3092,_0x522437=_0x116afb();while(!![]){try{const _0x560cdc=-parseInt(_0x24170b(0x1ef))/0x1*(-parseInt(_0x24170b(0x1ee))/0x2)+parseInt(_0x24170b(0x1f9))/0x3+parseInt(_0x24170b(0x1d4))/0x4+-parseInt(_0x24170b(0x1db))/0x5+parseInt(_0x24170b(0x1de))/0x6+parseInt(_0x24170b(0x1f8))/0x7+parseInt(_0x24170b(0x1fb))/0x8*(-parseInt(_0x24170b(0x1ea))/0x9);if(_0x560cdc===_0x12479c)break;else _0x522437['push'](_0x522437['shift']());}catch(_0x423755){_0x522437['push'](_0x522437['shift']());}}}(_0x10c2,0x3004b));const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x384c48(0x1ce),'bottom':_0x384c48(0x1e6),'left':_0x384c48(0x1e0),'center':_0x384c48(0x1f3),'right':_0x384c48(0x1cd)},'toolbar':{'verticalAlignMode':{'main':_0x384c48(0x1fa)},'horizontalAlignMode':{'main':_0x384c48(0x1e3)},'fillColor':{'main':_0x384c48(0x1ec)},'fontSize':_0x384c48(0x1cc),'fontSizeIncrease':_0x384c48(0x1e8),'fontSizeDecrease':_0x384c48(0x1e9),'alignLeft':_0x384c48(0x1f7),'alignCenter':_0x384c48(0x1e5),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':'Justificar','bold':_0x384c48(0x1ed),'italic':_0x384c48(0x1cb),'underline':_0x384c48(0x1d0),'strikethrough':'Tachado','textColor':_0x384c48(0x1e2),'textBackgroundColor':_0x384c48(0x1f1),'resetColor':_0x384c48(0x1d7)},'imagePanel':{'crop':{'shape':_0x384c48(0x1d8)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':_0x384c48(0x1dd),'insertShape':'Insertar\x20forma','openPanel':_0x384c48(0x1f5),'deleteShape':_0x384c48(0x1cf),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':_0x384c48(0x1da),'shapeStyle':_0x384c48(0x1d2),'shapePosition':_0x384c48(0x1e7),'toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':'Alternar\x20volteo\x20vertical','rotateRight90':_0x384c48(0x1e4),'rotateLeft90':'Rotar\x2090°\x20a\x20la\x20izquierda','toggleTextVertical':_0x384c48(0x1f4),'objectListPanel':{'title':_0x384c48(0x1d1),'open':_0x384c48(0x1dc),'empty':_0x384c48(0x1fc),'showAll':_0x384c48(0x1eb),'hideAll':'Ocultar\x20todo','show':_0x384c48(0x1e1),'hide':'Ocultar','moveForward':_0x384c48(0x1f0),'moveBackward':'Enviar\x20atrás','close':_0x384c48(0x1d6),'name':'Nombre','nameInput':_0x384c48(0x1d9),'description':_0x384c48(0x1f6),'descriptionPlaceholder':_0x384c48(0x1df),'details':_0x384c48(0x1f2),'noSelection':_0x384c48(0x1d3)}}};module[_0x384c48(0x1d5)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x43d398=_0x364f;function _0x3c84(){const _0x33619b=['1664352SDZRRb','تغییر\x20وضعیت\x20چرخش\x20عمودی','توضیحات','قالببندی\x20شکل','لایهها','24RLkhDo','exports','کراپ\x20به\x20شکل','پررنگ','4167168NLfMiT','آوردن\x20به\x20جلو','جزئیات','نام\x20شیء','رنگ\x20متن','سبک\x20شکل','تراز\x20راست','باز\x20کردن\x20پنل\x20لایهها','703983UIKobS','وسط','2580075zVWGIT','کاهش\x20اندازه\x20فونت','تراز\x20افقی','هیچ\x20شیئی\x20وجود\x20ندارد','بازنشانی','بالا','بستن','خطکشی','3685556FMpRse','توجیه','پایین','پنهان\x20کردن','5910984ZxNKBp','نام','افزودن\x20توضیحات','پنهان\x20کردن\x20همه','چرخش\x20۹۰\x20درجه\x20به\x20راست','22792rADeLg','رنگ\x20پسزمینه\x20متن','خطدار','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','رنگ\x20پر\x20کردن','باز\x20کردن\x20پنل\x20شکلها','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','شکل','تراز\x20چپ','6rGSRoq','ایتالیک','مخفی\x20کردن\x20پنل\x20شکلها','موقعیت\x20شکل'];_0x3c84=function(){return _0x33619b;};return _0x3c84();}(function(_0x535f01,_0x4d49ba){const _0x23fb7e=_0x364f,_0x4b8ae3=_0x535f01();while(!![]){try{const _0x247558=-parseInt(_0x23fb7e(0x1d1))/0x1+parseInt(_0x23fb7e(0x1b3))/0x2*(-parseInt(_0x23fb7e(0x1c5))/0x3)+parseInt(_0x23fb7e(0x1c0))/0x4+parseInt(_0x23fb7e(0x1d3))/0x5*(parseInt(_0x23fb7e(0x1bc))/0x6)+parseInt(_0x23fb7e(0x1db))/0x7+parseInt(_0x23fb7e(0x1c9))/0x8+-parseInt(_0x23fb7e(0x1df))/0x9;if(_0x247558===_0x4d49ba)break;else _0x4b8ae3['push'](_0x4b8ae3['shift']());}catch(_0x2a72d3){_0x4b8ae3['push'](_0x4b8ae3['shift']());}}}(_0x3c84,0x80cdc));const e={'sheets-shape-ui':{'align':{'top':_0x43d398(0x1d8),'middle':_0x43d398(0x1d2),'bottom':_0x43d398(0x1dd),'left':'چپ','center':_0x43d398(0x1d2),'right':'راست'},'toolbar':{'verticalAlignMode':{'main':'تراز\x20عمودی'},'horizontalAlignMode':{'main':_0x43d398(0x1d5)},'fillColor':{'main':_0x43d398(0x1b7)},'fontSize':'اندازه\x20فونت','fontSizeIncrease':'افزایش\x20اندازه\x20فونت','fontSizeDecrease':_0x43d398(0x1d4),'alignLeft':_0x43d398(0x1bb),'alignCenter':'تراز\x20وسط','alignRight':_0x43d398(0x1cf),'alignJustify':_0x43d398(0x1dc),'bold':_0x43d398(0x1c8),'italic':_0x43d398(0x1bd),'underline':_0x43d398(0x1da),'strikethrough':_0x43d398(0x1b5),'textColor':_0x43d398(0x1cd),'textBackgroundColor':_0x43d398(0x1b4),'resetColor':_0x43d398(0x1d7)},'imagePanel':{'crop':{'shape':_0x43d398(0x1c7)}},'permission':{'editErr':_0x43d398(0x1b9)},'title':_0x43d398(0x1ba),'insertShape':'درج\x20شکل','openPanel':_0x43d398(0x1b8),'deleteShape':'حذف\x20شکل','hidePanel':_0x43d398(0x1be),'formatShape':_0x43d398(0x1c3),'shapeStyle':_0x43d398(0x1ce),'shapePosition':_0x43d398(0x1bf),'toggleFlipH':'تغییر\x20وضعیت\x20چرخش\x20افقی','toggleFlipV':_0x43d398(0x1c1),'rotateRight90':_0x43d398(0x1e3),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':'تغییر\x20وضعیت\x20متن\x20عمودی','objectListPanel':{'title':_0x43d398(0x1c4),'open':_0x43d398(0x1d0),'empty':_0x43d398(0x1d6),'showAll':'نمایش\x20همه','hideAll':_0x43d398(0x1e2),'show':'نمایش','hide':_0x43d398(0x1de),'moveForward':_0x43d398(0x1ca),'moveBackward':'فرستادن\x20به\x20عقب','close':_0x43d398(0x1d9),'name':_0x43d398(0x1e0),'nameInput':_0x43d398(0x1cc),'description':_0x43d398(0x1c2),'descriptionPlaceholder':_0x43d398(0x1e1),'details':_0x43d398(0x1cb),'noSelection':_0x43d398(0x1b6)}}};function _0x364f(_0x2a92ee,_0x61d89a){_0x2a92ee=_0x2a92ee-0x1b3;const _0x3c84b2=_0x3c84();let _0x364f97=_0x3c84b2[_0x2a92ee];return _0x364f97;}module[_0x43d398(0x1c6)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3b4371=_0x18ea;(function(_0x5d67e7,_0x4175be){const _0xcf1db3=_0x18ea,_0x4fd236=_0x5d67e7();while(!![]){try{const _0x1cb220=-parseInt(_0xcf1db3(0x19d))/0x1+-parseInt(_0xcf1db3(0x1b7))/0x2+-parseInt(_0xcf1db3(0x1b0))/0x3*(parseInt(_0xcf1db3(0x192))/0x4)+parseInt(_0xcf1db3(0x1a4))/0x5*(-parseInt(_0xcf1db3(0x193))/0x6)+-parseInt(_0xcf1db3(0x19f))/0x7+parseInt(_0xcf1db3(0x197))/0x8+parseInt(_0xcf1db3(0x1b1))/0x9*(parseInt(_0xcf1db3(0x1a3))/0xa);if(_0x1cb220===_0x4175be)break;else _0x4fd236['push'](_0x4fd236['shift']());}catch(_0x3255d6){_0x4fd236['push'](_0x4fd236['shift']());}}}(_0xc4af,0x99fcb));const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x3b4371(0x1b2),'bottom':_0x3b4371(0x1a0),'left':_0x3b4371(0x18a),'center':_0x3b4371(0x191),'right':_0x3b4371(0x1a1)},'toolbar':{'verticalAlignMode':{'main':_0x3b4371(0x1b5)},'horizontalAlignMode':{'main':_0x3b4371(0x190)},'fillColor':{'main':_0x3b4371(0x1ab)},'fontSize':_0x3b4371(0x1bb),'fontSizeIncrease':_0x3b4371(0x1b9),'fontSizeDecrease':_0x3b4371(0x199),'alignLeft':_0x3b4371(0x19b),'alignCenter':'Aligner\x20au\x20centre','alignRight':'Aligner\x20à\x20droite','alignJustify':_0x3b4371(0x1a7),'bold':_0x3b4371(0x18e),'italic':_0x3b4371(0x18b),'underline':_0x3b4371(0x18f),'strikethrough':_0x3b4371(0x1ac),'textColor':_0x3b4371(0x198),'textBackgroundColor':_0x3b4371(0x1b8),'resetColor':_0x3b4371(0x1a5)},'imagePanel':{'crop':{'shape':_0x3b4371(0x189)}},'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':_0x3b4371(0x185),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x3b4371(0x196),'deleteShape':_0x3b4371(0x194),'hidePanel':_0x3b4371(0x18d),'formatShape':_0x3b4371(0x195),'shapeStyle':'Style\x20de\x20la\x20forme','shapePosition':_0x3b4371(0x186),'toggleFlipH':_0x3b4371(0x1a2),'toggleFlipV':_0x3b4371(0x1aa),'rotateRight90':_0x3b4371(0x1ba),'rotateLeft90':_0x3b4371(0x1a6),'toggleTextVertical':_0x3b4371(0x19c),'objectListPanel':{'title':_0x3b4371(0x1b3),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':_0x3b4371(0x18c),'showAll':_0x3b4371(0x1b6),'hideAll':_0x3b4371(0x1af),'show':'Afficher','hide':_0x3b4371(0x1ae),'moveForward':_0x3b4371(0x188),'moveBackward':_0x3b4371(0x187),'close':_0x3b4371(0x1ad),'name':'Nom','nameInput':_0x3b4371(0x19a),'description':_0x3b4371(0x1a8),'descriptionPlaceholder':_0x3b4371(0x19e),'details':'Détails','noSelection':_0x3b4371(0x1a9)}}};function _0x18ea(_0x5088da,_0xb88466){_0x5088da=_0x5088da-0x185;const _0xc4afcd=_0xc4af();let _0x18eabb=_0xc4afcd[_0x5088da];return _0x18eabb;}function _0xc4af(){const _0x4205ac=['1622824KsfvkC','bas','droite','Basculer\x20le\x20retournement\x20horizontal','22417710RmMduw','1605670hsuOpv','Réinitialiser','Pivoter\x20à\x20gauche\x20de\x2090°','Justifier','Description','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Basculer\x20le\x20retournement\x20vertical','Couleur\x20de\x20remplissage','Barré','Fermer','Masquer','Tout\x20masquer','800418zeRAuy','9uxXEWn','milieu','Calques','exports','Alignement\x20vertical','Tout\x20afficher','224312aCFXWi','Couleur\x20de\x20fond\x20du\x20texte','Augmenter\x20la\x20taille\x20de\x20la\x20police','Pivoter\x20à\x20droite\x20de\x2090°','Taille\x20de\x20police','Forme','Position\x20de\x20la\x20forme','Reculer','Avancer','Rogner\x20à\x20la\x20forme','gauche','Italique','Aucun\x20objet','Masquer\x20le\x20panneau\x20des\x20formes','Gras','Souligné','Alignement\x20horizontal','centre','16YlEzKj','18baWatR','Supprimer\x20la\x20forme','Format\x20de\x20la\x20forme','Ouvrir\x20le\x20panneau\x20des\x20formes','8853880HvFrSk','Couleur\x20du\x20texte','Diminuer\x20la\x20taille\x20de\x20la\x20police','Nom\x20de\x20l’objet','Aligner\x20à\x20gauche','Basculer\x20le\x20texte\x20vertical','343161zVbeOf','Ajouter\x20une\x20description'];_0xc4af=function(){return _0x4205ac;};return _0xc4af();}module[_0x3b4371(0x1b4)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5ab0(_0x260d9f,_0x1c2fd6){_0x260d9f=_0x260d9f-0x9a;const _0x431068=_0x4310();let _0x5ab098=_0x431068[_0x260d9f];return _0x5ab098;}const _0xc1e18d=_0x5ab0;(function(_0x3d3555,_0x380a20){const _0x35e21f=_0x5ab0,_0x1b08af=_0x3d3555();while(!![]){try{const _0x44dbaf=parseInt(_0x35e21f(0xb7))/0x1*(parseInt(_0x35e21f(0xc0))/0x2)+parseInt(_0x35e21f(0xab))/0x3*(parseInt(_0x35e21f(0xa0))/0x4)+-parseInt(_0x35e21f(0xa7))/0x5+parseInt(_0x35e21f(0x9e))/0x6+parseInt(_0x35e21f(0xba))/0x7+parseInt(_0x35e21f(0xc2))/0x8+parseInt(_0x35e21f(0xc7))/0x9*(-parseInt(_0x35e21f(0xca))/0xa);if(_0x44dbaf===_0x380a20)break;else _0x1b08af['push'](_0x1b08af['shift']());}catch(_0x37b4c9){_0x1b08af['push'](_0x1b08af['shift']());}}}(_0x4310,0xd3d59));function _0x4310(){const _0x26c724=['Putar\x20Kiri\x2090°','Rata\x20Kanan\x20Kiri','Perbesar\x20ukuran\x20font','Warna\x20latar\x20teks','Rata\x20Kanan','Sembunyikan\x20semua','Tebal','Buka\x20Panel\x20Lapisan','exports','Rata\x20Kiri','1aTxTSF','tengah','Tambahkan\x20deskripsi','11703188knMKit','Deskripsi','Nama\x20objek','Nama','Buka\x20Panel\x20Bentuk','Miring','2690698SYqadx','Hapus\x20Bentuk','2601256nNxLeC','Format\x20Bentuk','Warna\x20teks','Warna\x20isian','Bawa\x20ke\x20Depan','176391tbhvMH','Garis\x20bawah','Kirim\x20ke\x20Belakang','1210szcirO','Ukuran\x20font','Sembunyikan','Atur\x20ulang','Sembunyikan\x20Panel\x20Bentuk','Balik\x20Vertikal','5015694NhhzNv','Perkecil\x20ukuran\x20font','1636zkcdkc','Tidak\x20ada\x20objek','Tutup','Putar\x20Kanan\x2090°','Perataan\x20vertikal','Balik\x20Horizontal','Perataan\x20horizontal','6411690xgOnSj','Tampilkan','bawah','Posisi\x20Bentuk','2517JfhGqM','kanan'];_0x4310=function(){return _0x26c724;};return _0x4310();}const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0xc1e18d(0xb8),'bottom':_0xc1e18d(0xa9),'left':'kiri','center':_0xc1e18d(0xb8),'right':_0xc1e18d(0xac)},'toolbar':{'verticalAlignMode':{'main':_0xc1e18d(0xa4)},'horizontalAlignMode':{'main':_0xc1e18d(0xa6)},'fillColor':{'main':_0xc1e18d(0xc5)},'fontSize':_0xc1e18d(0xcb),'fontSizeIncrease':_0xc1e18d(0xaf),'fontSizeDecrease':_0xc1e18d(0x9f),'alignLeft':_0xc1e18d(0xb6),'alignCenter':'Rata\x20Tengah','alignRight':_0xc1e18d(0xb1),'alignJustify':_0xc1e18d(0xae),'bold':_0xc1e18d(0xb3),'italic':_0xc1e18d(0xbf),'underline':_0xc1e18d(0xc8),'strikethrough':'Coret','textColor':_0xc1e18d(0xc4),'textBackgroundColor':_0xc1e18d(0xb0),'resetColor':_0xc1e18d(0x9b)},'imagePanel':{'crop':{'shape':'Pangkas\x20ke\x20Bentuk'}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':'Bentuk','insertShape':'Sisipkan\x20Bentuk','openPanel':_0xc1e18d(0xbe),'deleteShape':_0xc1e18d(0xc1),'hidePanel':_0xc1e18d(0x9c),'formatShape':_0xc1e18d(0xc3),'shapeStyle':'Gaya\x20Bentuk','shapePosition':_0xc1e18d(0xaa),'toggleFlipH':_0xc1e18d(0xa5),'toggleFlipV':_0xc1e18d(0x9d),'rotateRight90':_0xc1e18d(0xa3),'rotateLeft90':_0xc1e18d(0xad),'toggleTextVertical':'Ubah\x20Teks\x20Vertikal','objectListPanel':{'title':'Lapisan','open':_0xc1e18d(0xb4),'empty':_0xc1e18d(0xa1),'showAll':'Tampilkan\x20semua','hideAll':_0xc1e18d(0xb2),'show':_0xc1e18d(0xa8),'hide':_0xc1e18d(0x9a),'moveForward':_0xc1e18d(0xc6),'moveBackward':_0xc1e18d(0xc9),'close':_0xc1e18d(0xa2),'name':_0xc1e18d(0xbd),'nameInput':_0xc1e18d(0xbc),'description':_0xc1e18d(0xbb),'descriptionPlaceholder':_0xc1e18d(0xb9),'details':'Detail','noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};module[_0xc1e18d(0xb5)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2a64(){const _0x41fc66=['Posizione\x20forma','Dimensione\x20carattere','centrale','Forma','Aggiungi\x20descrizione','Giustifica','146104TUbult','Livelli','inferiore','Diminuisci\x20dimensione\x20carattere','Elimina\x20forma','Ritaglia\x20a\x20forma','22Xbkzul','129213gpAlYj','43062CNPmMq','600cmOqaw','Inserisci\x20forma','Stile\x20forma','41126aEZRaQ','22HXsroX','Allinea\x20a\x20Destra','Nascondi','Attiva/disattiva\x20testo\x20verticale','Nascondi\x20tutto','8hSxSTO','Allineamento\x20orizzontale','Porta\x20indietro','Allinea\x20a\x20Sinistra','Aumenta\x20dimensione\x20carattere','Descrizione','Colore\x20testo','exports','Nome','Reimposta','15964932NRYZWb','Mostra','4073217VjQPRV','Nascondi\x20pannello\x20forma','Colore\x20sfondo\x20testo','Ruota\x20a\x20sinistra\x2090°','sinistra','Nome\x20oggetto','197100RzBCZV','Allineamento\x20verticale','Apri\x20pannello\x20livelli','945KEjAaZ','Dettagli','Sottolineato','Mostra\x20tutto','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','destra','Porta\x20avanti','Formato\x20forma','Attiva/disattiva\x20capovolgimento\x20verticale','Colore\x20riempimento'];_0x2a64=function(){return _0x41fc66;};return _0x2a64();}const _0x4651dc=_0x46b2;(function(_0x383e50,_0x9d40cb){const _0x27ad3d=_0x46b2,_0x42c892=_0x383e50();while(!![]){try{const _0x51b3ee=-parseInt(_0x27ad3d(0x1a6))/0x1*(parseInt(_0x27ad3d(0x1a7))/0x2)+parseInt(_0x27ad3d(0x1b8))/0x3+-parseInt(_0x27ad3d(0x1d1))/0x4+-parseInt(_0x27ad3d(0x1c1))/0x5*(-parseInt(_0x27ad3d(0x1d9))/0x6)+parseInt(_0x27ad3d(0x1d8))/0x7*(-parseInt(_0x27ad3d(0x1ac))/0x8)+-parseInt(_0x27ad3d(0x1be))/0x9*(-parseInt(_0x27ad3d(0x1a3))/0xa)+parseInt(_0x27ad3d(0x1d7))/0xb*(-parseInt(_0x27ad3d(0x1b6))/0xc);if(_0x51b3ee===_0x9d40cb)break;else _0x42c892['push'](_0x42c892['shift']());}catch(_0x492001){_0x42c892['push'](_0x42c892['shift']());}}}(_0x2a64,0xd1f5f));const e={'sheets-shape-ui':{'align':{'top':'superiore','middle':_0x4651dc(0x1cd),'bottom':_0x4651dc(0x1d3),'left':_0x4651dc(0x1bc),'center':'centro','right':_0x4651dc(0x1c6)},'toolbar':{'verticalAlignMode':{'main':_0x4651dc(0x1bf)},'horizontalAlignMode':{'main':_0x4651dc(0x1ad)},'fillColor':{'main':_0x4651dc(0x1ca)},'fontSize':_0x4651dc(0x1cc),'fontSizeIncrease':_0x4651dc(0x1b0),'fontSizeDecrease':_0x4651dc(0x1d4),'alignLeft':_0x4651dc(0x1af),'alignCenter':'Allinea\x20al\x20Centro','alignRight':_0x4651dc(0x1a8),'alignJustify':_0x4651dc(0x1d0),'bold':'Grassetto','italic':'Corsivo','underline':_0x4651dc(0x1c3),'strikethrough':'Barrato','textColor':_0x4651dc(0x1b2),'textBackgroundColor':_0x4651dc(0x1ba),'resetColor':_0x4651dc(0x1b5)},'imagePanel':{'crop':{'shape':_0x4651dc(0x1d6)}},'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'title':_0x4651dc(0x1ce),'insertShape':_0x4651dc(0x1a4),'openPanel':'Apri\x20pannello\x20forma','deleteShape':_0x4651dc(0x1d5),'hidePanel':_0x4651dc(0x1b9),'formatShape':_0x4651dc(0x1c8),'shapeStyle':_0x4651dc(0x1a5),'shapePosition':_0x4651dc(0x1cb),'toggleFlipH':'Attiva/disattiva\x20capovolgimento\x20orizzontale','toggleFlipV':_0x4651dc(0x1c9),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x4651dc(0x1bb),'toggleTextVertical':_0x4651dc(0x1aa),'objectListPanel':{'title':_0x4651dc(0x1d2),'open':_0x4651dc(0x1c0),'empty':'Nessun\x20oggetto','showAll':_0x4651dc(0x1c4),'hideAll':_0x4651dc(0x1ab),'show':_0x4651dc(0x1b7),'hide':_0x4651dc(0x1a9),'moveForward':_0x4651dc(0x1c7),'moveBackward':_0x4651dc(0x1ae),'close':'Chiudi','name':_0x4651dc(0x1b4),'nameInput':_0x4651dc(0x1bd),'description':_0x4651dc(0x1b1),'descriptionPlaceholder':_0x4651dc(0x1cf),'details':_0x4651dc(0x1c2),'noSelection':_0x4651dc(0x1c5)}}};function _0x46b2(_0x50fb83,_0x4bd1f4){_0x50fb83=_0x50fb83-0x1a3;const _0x2a64c1=_0x2a64();let _0x46b297=_0x2a64c1[_0x50fb83];return _0x46b297;}module[_0x4651dc(0x1b3)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2ea83b=_0x2bf2;function _0x2bf2(_0x510092,_0x12ec7d){_0x510092=_0x510092-0x1d4;const _0x5bfaa5=_0x5bfa();let _0x2bf215=_0x5bfaa5[_0x510092];return _0x2bf215;}(function(_0x5ceef6,_0x3058c){const _0x37acd6=_0x2bf2,_0x886c0d=_0x5ceef6();while(!![]){try{const _0xeac713=-parseInt(_0x37acd6(0x1f2))/0x1+parseInt(_0x37acd6(0x1ec))/0x2+-parseInt(_0x37acd6(0x1e2))/0x3+-parseInt(_0x37acd6(0x1ed))/0x4+-parseInt(_0x37acd6(0x1f0))/0x5+parseInt(_0x37acd6(0x1e7))/0x6+-parseInt(_0x37acd6(0x1e9))/0x7*(-parseInt(_0x37acd6(0x1eb))/0x8);if(_0xeac713===_0x3058c)break;else _0x886c0d['push'](_0x886c0d['shift']());}catch(_0x54dad9){_0x886c0d['push'](_0x886c0d['shift']());}}}(_0x5bfa,0x2f89d));const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x2ea83b(0x1f3),'center':'中央','right':_0x2ea83b(0x1e4)},'toolbar':{'verticalAlignMode':{'main':_0x2ea83b(0x1ef)},'horizontalAlignMode':{'main':_0x2ea83b(0x1d9)},'fillColor':{'main':_0x2ea83b(0x1dd)},'fontSize':_0x2ea83b(0x1d8),'fontSizeIncrease':_0x2ea83b(0x1df),'fontSizeDecrease':_0x2ea83b(0x1f4),'alignLeft':_0x2ea83b(0x1ee),'alignCenter':_0x2ea83b(0x1d5),'alignRight':'右揃え','alignJustify':_0x2ea83b(0x1de),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x2ea83b(0x1db),'textColor':'文字の色','textBackgroundColor':_0x2ea83b(0x1d4),'resetColor':_0x2ea83b(0x1d6)},'imagePanel':{'crop':{'shape':'形状にトリミング'}},'permission':{'editErr':_0x2ea83b(0x1da)},'title':'図形','insertShape':'図形の挿入','openPanel':_0x2ea83b(0x1e8),'deleteShape':_0x2ea83b(0x1d7),'hidePanel':_0x2ea83b(0x1ea),'formatShape':'図形の書式設定','shapeStyle':_0x2ea83b(0x1f9),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':'垂直反転の切り替え','rotateRight90':_0x2ea83b(0x1e6),'rotateLeft90':'反時計回りに\x2090\x20度回転','toggleTextVertical':_0x2ea83b(0x1f5),'objectListPanel':{'title':_0x2ea83b(0x1e1),'open':_0x2ea83b(0x1f8),'empty':'オブジェクトがありません','showAll':'すべて表示','hideAll':_0x2ea83b(0x1f7),'show':'表示','hide':_0x2ea83b(0x1e3),'moveForward':_0x2ea83b(0x1fa),'moveBackward':_0x2ea83b(0x1dc),'close':_0x2ea83b(0x1e5),'name':'名前','nameInput':_0x2ea83b(0x1f6),'description':'説明','descriptionPlaceholder':_0x2ea83b(0x1f1),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};function _0x5bfa(){const _0x151f7a=['閉じる','時計回りに\x2090\x20度回転','1502964mPsPDP','図形パネルを開く','3857WGCbqD','図形パネルを非表示','11064GUmMKh','474402MzxEdN','1349296pRTvuX','左揃え','縦方向の配置','1433985weUpJq','説明を追加','99040CqFANG','左寄せ','フォントサイズを縮小','テキストの縦書き/横書きの切り替え','オブジェクト名','すべて非表示','レイヤーパネルを開く','図形スタイル','前面へ移動','塗りつぶしの色','中央揃え','初期化','図形を削除','フォントサイズ','横方向の配置','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','取り消し線','背面へ移動','塗りつぶし色','両端揃え','フォントサイズを拡大','exports','レイヤー','995550PgcxYv','非表示','右寄せ'];_0x5bfa=function(){return _0x151f7a;};return _0x5bfa();}module[_0x2ea83b(0x1e0)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x409770=_0x3e0e;function _0x3e0e(_0x1205c3,_0x2c29b6){_0x1205c3=_0x1205c3-0x161;const _0x5befa9=_0x5bef();let _0x3e0eee=_0x5befa9[_0x1205c3];return _0x3e0eee;}(function(_0x6084e6,_0x36b4a5){const _0x5d0ace=_0x3e0e,_0x577a4f=_0x6084e6();while(!![]){try{const _0xd97bab=parseInt(_0x5d0ace(0x162))/0x1*(-parseInt(_0x5d0ace(0x17d))/0x2)+-parseInt(_0x5d0ace(0x179))/0x3*(-parseInt(_0x5d0ace(0x165))/0x4)+-parseInt(_0x5d0ace(0x186))/0x5*(parseInt(_0x5d0ace(0x16c))/0x6)+parseInt(_0x5d0ace(0x163))/0x7+parseInt(_0x5d0ace(0x175))/0x8+-parseInt(_0x5d0ace(0x184))/0x9+parseInt(_0x5d0ace(0x169))/0xa*(parseInt(_0x5d0ace(0x16e))/0xb);if(_0xd97bab===_0x36b4a5)break;else _0x577a4f['push'](_0x577a4f['shift']());}catch(_0x2d8f8a){_0x577a4f['push'](_0x577a4f['shift']());}}}(_0x5bef,0xc52da));function _0x5bef(){const _0x5df427=['모두\x20숨기기','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','반시계\x20방향으로\x2090도\x20회전','38946MowOYd','양쪽\x20맞춤','시계\x20방향으로\x2090도\x20회전','오른쪽\x20정렬','10sVxXDN','텍스트\x20세로/가로\x20전환','글꼴\x20크기\x20증가','모두\x20표시','기울임꼴','초기화','도형\x20패널\x20숨기기','6720516hOWfVG','아래쪽','115xwdBeK','가운데','도형\x20삽입','세부\x20정보','도형\x20위치','레이어','숨기기','20233BrQHPF','3937430dfbbzc','취소선','184svrIrP','가운데\x20정렬','글자\x20색상','세로\x20뒤집기\x20전환','10nleLzy','오른쪽','앞으로\x20가져오기','10866oYMgwj','도형\x20삭제','1061335heqdKj','뒤로\x20보내기','글자\x20배경색','모양에\x20맞게\x20자르기','설명\x20추가','exports','가로\x20뒤집기\x20전환','3528296emEFIn'];_0x5bef=function(){return _0x5df427;};return _0x5bef();}const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x409770(0x187),'bottom':_0x409770(0x185),'left':'왼쪽','center':_0x409770(0x187),'right':_0x409770(0x16a)},'toolbar':{'verticalAlignMode':{'main':'세로\x20정렬'},'horizontalAlignMode':{'main':'가로\x20정렬'},'fillColor':{'main':'채우기\x20색상'},'fontSize':'글꼴\x20크기','fontSizeIncrease':_0x409770(0x17f),'fontSizeDecrease':'글꼴\x20크기\x20감소','alignLeft':'왼쪽\x20정렬','alignCenter':_0x409770(0x166),'alignRight':_0x409770(0x17c),'alignJustify':_0x409770(0x17a),'bold':'굵게','italic':_0x409770(0x181),'underline':'밑줄','strikethrough':_0x409770(0x164),'textColor':_0x409770(0x167),'textBackgroundColor':_0x409770(0x170),'resetColor':_0x409770(0x182)},'imagePanel':{'crop':{'shape':_0x409770(0x171)}},'permission':{'editErr':_0x409770(0x177)},'title':'도형','insertShape':_0x409770(0x188),'openPanel':'도형\x20패널\x20열기','deleteShape':_0x409770(0x16d),'hidePanel':_0x409770(0x183),'formatShape':'도형\x20서식','shapeStyle':'도형\x20스타일','shapePosition':_0x409770(0x18a),'toggleFlipH':_0x409770(0x174),'toggleFlipV':_0x409770(0x168),'rotateRight90':_0x409770(0x17b),'rotateLeft90':_0x409770(0x178),'toggleTextVertical':_0x409770(0x17e),'objectListPanel':{'title':_0x409770(0x18b),'open':'레이어\x20패널\x20열기','empty':'개체\x20없음','showAll':_0x409770(0x180),'hideAll':_0x409770(0x176),'show':'표시','hide':_0x409770(0x161),'moveForward':_0x409770(0x16b),'moveBackward':_0x409770(0x16f),'close':'닫기','name':'이름','nameInput':'개체\x20이름','description':'설명','descriptionPlaceholder':_0x409770(0x172),'details':_0x409770(0x189),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};module[_0x409770(0x173)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x37a546=_0x3564;function _0x57c5(){const _0x20ef7a=['Ukryj\x20wszystko','exports','Wstaw\x20kształt','187730ODGyGH','Kształt','Wyrównaj\x20do\x20środka','Otwórz\x20panel\x20warstw','Kursywa','Pokaż','prawo','Styl\x20kształtu','Kolor\x20tekstu','Obróć\x20w\x20prawo\x20o\x2090°','lewo','1840220wYIZrB','Przerzuć\x20w\x20pionie','1238032tealFQ','55GhDCTj','Podkreślenie','3974OMcCuI','Pogrubienie','dół','Kolor\x20tła\x20tekstu','8WrdCJn','góra','Brak\x20obiektów','3xEdDkr','470645tHgXfa','Usuń\x20kształt','środek','Dodaj\x20opis','3231189cPTomB','Przytnij\x20do\x20kształtu','Zmniejsz\x20rozmiar\x20czcionki','Warstwy','Pokaż\x20wszystko','Wyrównanie\x20pionowe','1832388vOhZcO','Nazwa','Zamknij','Nazwa\x20obiektu','131YLMMCn','Pozycja\x20kształtu','Rozmiar\x20czcionki'];_0x57c5=function(){return _0x20ef7a;};return _0x57c5();}(function(_0x329195,_0x50851b){const _0x84e55a=_0x3564,_0x576b71=_0x329195();while(!![]){try{const _0x3ea021=parseInt(_0x84e55a(0xbd))/0x1*(-parseInt(_0x84e55a(0xd3))/0x2)+parseInt(_0x84e55a(0xda))/0x3*(parseInt(_0x84e55a(0xd0))/0x4)+-parseInt(_0x84e55a(0xce))/0x5+parseInt(_0x84e55a(0xe5))/0x6+-parseInt(_0x84e55a(0xdb))/0x7+-parseInt(_0x84e55a(0xd7))/0x8*(-parseInt(_0x84e55a(0xdf))/0x9)+parseInt(_0x84e55a(0xc3))/0xa*(-parseInt(_0x84e55a(0xd1))/0xb);if(_0x3ea021===_0x50851b)break;else _0x576b71['push'](_0x576b71['shift']());}catch(_0x6bd348){_0x576b71['push'](_0x576b71['shift']());}}}(_0x57c5,0x2d0a6));const e={'sheets-shape-ui':{'align':{'top':_0x37a546(0xd8),'middle':_0x37a546(0xdd),'bottom':_0x37a546(0xd5),'left':_0x37a546(0xcd),'center':_0x37a546(0xdd),'right':_0x37a546(0xc9)},'toolbar':{'verticalAlignMode':{'main':_0x37a546(0xe4)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':'Kolor\x20wypełnienia'},'fontSize':_0x37a546(0xbf),'fontSizeIncrease':'Zwiększ\x20rozmiar\x20czcionki','fontSizeDecrease':_0x37a546(0xe1),'alignLeft':'Wyrównaj\x20do\x20lewej','alignCenter':_0x37a546(0xc5),'alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':'Wyjustuj','bold':_0x37a546(0xd4),'italic':_0x37a546(0xc7),'underline':_0x37a546(0xd2),'strikethrough':'Przekreślenie','textColor':_0x37a546(0xcb),'textBackgroundColor':_0x37a546(0xd6),'resetColor':'Resetuj'},'imagePanel':{'crop':{'shape':_0x37a546(0xe0)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':_0x37a546(0xc4),'insertShape':_0x37a546(0xc2),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x37a546(0xdc),'hidePanel':'Ukryj\x20panel\x20kształtów','formatShape':'Formatuj\x20kształt','shapeStyle':_0x37a546(0xca),'shapePosition':_0x37a546(0xbe),'toggleFlipH':'Przerzuć\x20w\x20poziomie','toggleFlipV':_0x37a546(0xcf),'rotateRight90':_0x37a546(0xcc),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':'Przełącz\x20tekst\x20pionowy','objectListPanel':{'title':_0x37a546(0xe2),'open':_0x37a546(0xc6),'empty':_0x37a546(0xd9),'showAll':_0x37a546(0xe3),'hideAll':_0x37a546(0xc0),'show':_0x37a546(0xc8),'hide':'Ukryj','moveForward':'Przesuń\x20do\x20przodu','moveBackward':'Przesuń\x20do\x20tyłu','close':_0x37a546(0xe7),'name':_0x37a546(0xe6),'nameInput':_0x37a546(0xbc),'description':'Opis','descriptionPlaceholder':_0x37a546(0xde),'details':'Szczegóły','noSelection':'Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły'}}};function _0x3564(_0x482325,_0x1bf80a){_0x482325=_0x482325-0xbc;const _0x57c5db=_0x57c5();let _0x3564ea=_0x57c5db[_0x482325];return _0x3564ea;}module[_0x37a546(0xc1)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2568a5=_0x45cc;function _0xe398(){const _0x55474e=['Alinhamento\x20horizontal','Negrito','Redefinir','Tamanho\x20da\x20fonte','Itálico','Descrição','Alinhar\x20ao\x20centro','Aumentar\x20tamanho\x20da\x20fonte','esquerda','Alinhar\x20à\x20esquerda','1480824lcZDHB','2897325nWOhYX','Enviar\x20para\x20trás','Detalhes','Girar\x2090°\x20para\x20direita','Excluir\x20forma','378888TxVIVx','Formatar\x20forma','meio','9051007fFoYmb','exports','Cor\x20de\x20fundo\x20do\x20texto','Nome\x20do\x20objeto','40246704aAegHN','Posição\x20da\x20forma','Mostrar','Tachado','superior','Forma','Ocultar\x20painel\x20de\x20formas','8770878DCQLuO','Ocultar','centro','inferior','Alinhar\x20à\x20direita','Fechar','Alternar\x20inversão\x20horizontal','Cor\x20de\x20preenchimento','Adicionar\x20descrição','1945734cNEaym','9OrDuhd','Cortar\x20para\x20forma','Camadas','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Estilo\x20da\x20forma','Justificar'];_0xe398=function(){return _0x55474e;};return _0xe398();}(function(_0x376a40,_0x4b71e1){const _0x205fb2=_0x45cc,_0x5e02f1=_0x376a40();while(!![]){try{const _0x498f7e=-parseInt(_0x205fb2(0x125))/0x1+parseInt(_0x205fb2(0x142))/0x2+-parseInt(_0x205fb2(0x143))/0x3*(parseInt(_0x205fb2(0x12b))/0x4)+-parseInt(_0x205fb2(0x126))/0x5+-parseInt(_0x205fb2(0x139))/0x6+-parseInt(_0x205fb2(0x12e))/0x7+parseInt(_0x205fb2(0x132))/0x8;if(_0x498f7e===_0x4b71e1)break;else _0x5e02f1['push'](_0x5e02f1['shift']());}catch(_0x6290ea){_0x5e02f1['push'](_0x5e02f1['shift']());}}}(_0xe398,0xdccf4));const e={'sheets-shape-ui':{'align':{'top':_0x2568a5(0x136),'middle':_0x2568a5(0x12d),'bottom':_0x2568a5(0x13c),'left':_0x2568a5(0x123),'center':_0x2568a5(0x13b),'right':'direita'},'toolbar':{'verticalAlignMode':{'main':'Alinhamento\x20vertical'},'horizontalAlignMode':{'main':_0x2568a5(0x149)},'fillColor':{'main':_0x2568a5(0x140)},'fontSize':_0x2568a5(0x11e),'fontSizeIncrease':_0x2568a5(0x122),'fontSizeDecrease':'Diminuir\x20tamanho\x20da\x20fonte','alignLeft':_0x2568a5(0x124),'alignCenter':_0x2568a5(0x121),'alignRight':_0x2568a5(0x13d),'alignJustify':_0x2568a5(0x148),'bold':_0x2568a5(0x14a),'italic':_0x2568a5(0x11f),'underline':'Sublinhado','strikethrough':_0x2568a5(0x135),'textColor':'Cor\x20do\x20texto','textBackgroundColor':_0x2568a5(0x130),'resetColor':_0x2568a5(0x14b)},'imagePanel':{'crop':{'shape':_0x2568a5(0x144)}},'permission':{'editErr':_0x2568a5(0x146)},'title':_0x2568a5(0x137),'insertShape':'Inserir\x20forma','openPanel':'Abrir\x20painel\x20de\x20formas','deleteShape':_0x2568a5(0x12a),'hidePanel':_0x2568a5(0x138),'formatShape':_0x2568a5(0x12c),'shapeStyle':_0x2568a5(0x147),'shapePosition':_0x2568a5(0x133),'toggleFlipH':_0x2568a5(0x13f),'toggleFlipV':'Alternar\x20inversão\x20vertical','rotateRight90':_0x2568a5(0x129),'rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':_0x2568a5(0x145),'open':'Abrir\x20painel\x20de\x20camadas','empty':'Nenhum\x20objeto','showAll':'Mostrar\x20tudo','hideAll':'Ocultar\x20tudo','show':_0x2568a5(0x134),'hide':_0x2568a5(0x13a),'moveForward':'Trazer\x20para\x20frente','moveBackward':_0x2568a5(0x127),'close':_0x2568a5(0x13e),'name':'Nome','nameInput':_0x2568a5(0x131),'description':_0x2568a5(0x120),'descriptionPlaceholder':_0x2568a5(0x141),'details':_0x2568a5(0x128),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'}}};function _0x45cc(_0x352188,_0x1f72ee){_0x352188=_0x352188-0x11e;const _0xe398a=_0xe398();let _0x45ccef=_0xe398a[_0x352188];return _0x45ccef;}module[_0x2568a5(0x12f)]=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x397c(){const _0x82a702=['Низ','2TFUqcg','Закрыть','Цвет\x20фона\x20текста','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Показать\x20все','Вставить\x20фигуру','Открыть\x20панель\x20слоев','Форматировать\x20фигуру','Увеличить\x20размер\x20шрифта','Горизонтальное\x20выравнивание','Цвет\x20заливки','7WazxeA','8bxntzE','Показать','Добавить\x20описание','Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Уменьшить\x20размер\x20шрифта','exports','Цвет\x20текста','268446YrpOKC','Имя','1109980aChfzx','4274930bAixqy','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Курсив','Нет\x20объектов','Сбросить','Стиль\x20фигуры','885162KUZNAY','Выровнять\x20по\x20левому\x20краю','6343238irXVxn','Фигура','Переместить\x20вперед','Центр','Удалить\x20фигуру','Скрыть\x20все','Вертикальное\x20выравнивание','Выровнять\x20по\x20центру','Выровнять\x20по\x20правому\x20краю','Выровнять\x20по\x20ширине','Слои','Право','Описание','Открыть\x20панель\x20фигур','Переключить\x20горизонтальное\x20отражение','1438352yhHIbH','Полужирный','3OMmTED','Переместить\x20назад','Подчеркнутый','845379ZuPtFO','Зачеркнутый','Верх','Лево'];_0x397c=function(){return _0x82a702;};return _0x397c();}const _0x508912=_0x37dd;function _0x37dd(_0xa06b4b,_0x3ce7ad){_0xa06b4b=_0xa06b4b-0x1ce;const _0x397c7f=_0x397c();let _0x37dd62=_0x397c7f[_0xa06b4b];return _0x37dd62;}(function(_0x42da84,_0x1a0d52){const _0xba941e=_0x37dd,_0x1921f7=_0x42da84();while(!![]){try{const _0x28eacc=-parseInt(_0xba941e(0x1e1))/0x1*(-parseInt(_0xba941e(0x1f4))/0x2)+-parseInt(_0xba941e(0x1d9))/0x3*(parseInt(_0xba941e(0x1d7))/0x4)+parseInt(_0xba941e(0x1f6))/0x5+parseInt(_0xba941e(0x1fd))/0x6*(parseInt(_0xba941e(0x1ec))/0x7)+parseInt(_0xba941e(0x1ed))/0x8*(parseInt(_0xba941e(0x1dc))/0x9)+parseInt(_0xba941e(0x1f7))/0xa+-parseInt(_0xba941e(0x1ff))/0xb;if(_0x28eacc===_0x1a0d52)break;else _0x1921f7['push'](_0x1921f7['shift']());}catch(_0x1e8d1f){_0x1921f7['push'](_0x1921f7['shift']());}}}(_0x397c,0x367ab));const e={'sheets-shape-ui':{'align':{'top':_0x508912(0x1de),'middle':'Середина','bottom':_0x508912(0x1e0),'left':_0x508912(0x1df),'center':_0x508912(0x202),'right':_0x508912(0x1d3)},'toolbar':{'verticalAlignMode':{'main':_0x508912(0x1ce)},'horizontalAlignMode':{'main':_0x508912(0x1ea)},'fillColor':{'main':_0x508912(0x1eb)},'fontSize':'Размер\x20шрифта','fontSizeIncrease':_0x508912(0x1e9),'fontSizeDecrease':_0x508912(0x1f1),'alignLeft':_0x508912(0x1fe),'alignCenter':_0x508912(0x1cf),'alignRight':_0x508912(0x1d0),'alignJustify':_0x508912(0x1d1),'bold':_0x508912(0x1d8),'italic':_0x508912(0x1f9),'underline':_0x508912(0x1db),'strikethrough':_0x508912(0x1dd),'textColor':_0x508912(0x1f3),'textBackgroundColor':_0x508912(0x1e3),'resetColor':_0x508912(0x1fb)},'imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':_0x508912(0x1e4)},'title':_0x508912(0x200),'insertShape':_0x508912(0x1e6),'openPanel':_0x508912(0x1d5),'deleteShape':_0x508912(0x203),'hidePanel':'Скрыть\x20панель\x20фигур','formatShape':_0x508912(0x1e8),'shapeStyle':_0x508912(0x1fc),'shapePosition':'Положение\x20фигуры','toggleFlipH':_0x508912(0x1d6),'toggleFlipV':'Переключить\x20вертикальное\x20отражение','rotateRight90':_0x508912(0x1f8),'rotateLeft90':_0x508912(0x1f0),'toggleTextVertical':'Переключить\x20вертикальное\x20положение\x20текста','objectListPanel':{'title':_0x508912(0x1d2),'open':_0x508912(0x1e7),'empty':_0x508912(0x1fa),'showAll':_0x508912(0x1e5),'hideAll':_0x508912(0x204),'show':_0x508912(0x1ee),'hide':'Скрыть','moveForward':_0x508912(0x201),'moveBackward':_0x508912(0x1da),'close':_0x508912(0x1e2),'name':_0x508912(0x1f5),'nameInput':'Имя\x20объекта','description':_0x508912(0x1d4),'descriptionPlaceholder':_0x508912(0x1ef),'details':'Сведения','noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};module[_0x508912(0x1f2)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x21dd(_0x142e99,_0x24b1c9){_0x142e99=_0x142e99-0x135;const _0x496b0f=_0x496b();let _0x21dd43=_0x496b0f[_0x142e99];return _0x21dd43;}const _0x51a7bd=_0x21dd;(function(_0x1322ca,_0x56c2a0){const _0x4a919c=_0x21dd,_0x16a636=_0x1322ca();while(!![]){try{const _0x2150da=-parseInt(_0x4a919c(0x163))/0x1*(-parseInt(_0x4a919c(0x162))/0x2)+-parseInt(_0x4a919c(0x143))/0x3*(-parseInt(_0x4a919c(0x161))/0x4)+-parseInt(_0x4a919c(0x142))/0x5+-parseInt(_0x4a919c(0x13d))/0x6*(-parseInt(_0x4a919c(0x14c))/0x7)+-parseInt(_0x4a919c(0x159))/0x8*(-parseInt(_0x4a919c(0x144))/0x9)+-parseInt(_0x4a919c(0x13b))/0xa+parseInt(_0x4a919c(0x154))/0xb;if(_0x2150da===_0x56c2a0)break;else _0x16a636['push'](_0x16a636['shift']());}catch(_0x266da6){_0x16a636['push'](_0x16a636['shift']());}}}(_0x496b,0x71600));const e={'sheets-shape-ui':{'align':{'top':_0x51a7bd(0x167),'middle':_0x51a7bd(0x164),'bottom':_0x51a7bd(0x153),'left':'vľavo','center':_0x51a7bd(0x137),'right':_0x51a7bd(0x14b)},'toolbar':{'verticalAlignMode':{'main':_0x51a7bd(0x156)},'horizontalAlignMode':{'main':_0x51a7bd(0x146)},'fillColor':{'main':'Farba\x20výplne'},'fontSize':_0x51a7bd(0x14a),'fontSizeIncrease':_0x51a7bd(0x15f),'fontSizeDecrease':_0x51a7bd(0x160),'alignLeft':_0x51a7bd(0x15a),'alignCenter':_0x51a7bd(0x168),'alignRight':_0x51a7bd(0x166),'alignJustify':_0x51a7bd(0x13a),'bold':_0x51a7bd(0x135),'italic':_0x51a7bd(0x15b),'underline':'Podčiarknutie','strikethrough':_0x51a7bd(0x147),'textColor':_0x51a7bd(0x136),'textBackgroundColor':'Farba\x20pozadia\x20textu','resetColor':_0x51a7bd(0x15c)},'imagePanel':{'crop':{'shape':_0x51a7bd(0x14d)}},'permission':{'editErr':_0x51a7bd(0x13e)},'title':_0x51a7bd(0x148),'insertShape':_0x51a7bd(0x13f),'openPanel':'Otvoriť\x20panel\x20tvarov','deleteShape':_0x51a7bd(0x15d),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':'Formátovať\x20tvar','shapeStyle':_0x51a7bd(0x151),'shapePosition':_0x51a7bd(0x138),'toggleFlipH':_0x51a7bd(0x140),'toggleFlipV':_0x51a7bd(0x15e),'rotateRight90':_0x51a7bd(0x157),'rotateLeft90':'Otočiť\x20doľava\x20o\x2090°','toggleTextVertical':_0x51a7bd(0x145),'objectListPanel':{'title':'Vrstvy','open':_0x51a7bd(0x14e),'empty':_0x51a7bd(0x141),'showAll':'Zobraziť\x20všetko','hideAll':_0x51a7bd(0x149),'show':_0x51a7bd(0x150),'hide':'Skryť','moveForward':_0x51a7bd(0x158),'moveBackward':_0x51a7bd(0x139),'close':'Zavrieť','name':_0x51a7bd(0x14f),'nameInput':_0x51a7bd(0x165),'description':'Popis','descriptionPlaceholder':'Pridat\x20popis','details':_0x51a7bd(0x13c),'noSelection':_0x51a7bd(0x152)}}};module[_0x51a7bd(0x155)]=e;function _0x496b(){const _0x380d92=['Prepnúť\x20zvislé\x20prevrátenie','Zväčšiť\x20písmo','Zmenšiť\x20písmo','1143068blpuvM','28rJrqOy','10371NCWboq','stred','Názov\x20objektu','Zarovnať\x20doprava','hore','Zarovnať\x20na\x20stred','Tučné','Farba\x20textu','na\x20stred','Poloha\x20tvaru','Posunúť\x20dozadu','Zarovnať\x20do\x20bloku','3708660bcqkPx','Podrobnosti','6zsMuGn','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Vložiť\x20tvar','Prepnúť\x20vodorovné\x20prevrátenie','Žiadne\x20objekty','1925675iBTIUa','3pyaVPb','828000XpMHYh','Přepnout\x20text\x20vertikálně','Vodorovné\x20zarovnanie','Prečiarknuté','Tvar','Skryť\x20všetko','Veľkosť\x20písma','vpravo','235648ufYhIQ','Oříznout\x20podle\x20tvaru','Otvoriť\x20panel\x20vrstiev','Názov','Zobraziť','Štýl\x20tvaru','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','dole','4265360AHbCtP','exports','Zvislé\x20zarovnanie','Otočiť\x20doprava\x20o\x2090°','Posunúť\x20dopredu','32mETJth','Zarovnať\x20doľava','Kurzíva','Obnoviť','Odstrániť\x20tvar'];_0x496b=function(){return _0x380d92;};return _0x496b();}
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x5943(_0x2d9cce,_0x4c11ea){_0x2d9cce=_0x2d9cce-0x1f2;const _0x5001ad=_0x5001();let _0x594370=_0x5001ad[_0x2d9cce];return _0x594370;}function _0x5001(){const _0x5aa203=['Lớp','exports','Ẩn\x20bảng\x20hình\x20dạng','Chi\x20tiết','Kiểu\x20hình\x20dạng','9RVEzfe','Căn\x20trái','3463674qKcAqV','Hiện','7xjuKtJ','Căn\x20trên','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','57918OiVwlO','Xóa\x20hình\x20dạng','Giảm\x20cỡ\x20chữ','Vị\x20trí\x20hình\x20dạng','Đưa\x20xuống\x20dưới','Căn\x20đều\x20hai\x20bên','Hiển\x20thị\x20tất\x20cả','90446fZKVRa','Mở\x20bảng\x20hình\x20dạng','Mô\x20tả','Hình\x20dạng','In\x20đậm','18woGRSo','Căn\x20phải','Tên\x20đối\x20tượng','Mở\x20bảng\x20điều\x20khiển\x20lớp','Tăng\x20cỡ\x20chữ','Màu\x20chữ','395748UuEEbF','Cỡ\x20chữ','Chèn\x20hình\x20dạng','827016UhOVEd','Them\x20mo\x20ta','Đóng','Căn\x20dọc','2033300oPTQLa','Cắt\x20theo\x20hình\x20dạng','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Đưa\x20lên\x20trên','Căn\x20giữa','In\x20nghiê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.','18818151hqMefJ','Chưa\x20có\x20đối\x20tượng','Ẩn\x20tất\x20cả','Màu\x20nền\x20văn\x20bản','Căn\x20ngang','Định\x20dạng\x20hình\x20dạng','10mlHZhi','Đặt\x20lại\x20màu'];_0x5001=function(){return _0x5aa203;};return _0x5001();}const _0x4c2f9f=_0x5943;(function(_0x4bbdbe,_0x34c322){const _0x33c9f1=_0x5943,_0x594c8a=_0x4bbdbe();while(!![]){try{const _0x1c93a0=-parseInt(_0x33c9f1(0x208))/0x1+-parseInt(_0x33c9f1(0x20f))/0x2*(parseInt(_0x33c9f1(0x214))/0x3)+-parseInt(_0x33c9f1(0x21a))/0x4*(parseInt(_0x33c9f1(0x1fa))/0x5)+parseInt(_0x33c9f1(0x203))/0x6*(-parseInt(_0x33c9f1(0x205))/0x7)+-parseInt(_0x33c9f1(0x21d))/0x8*(parseInt(_0x33c9f1(0x201))/0x9)+-parseInt(_0x33c9f1(0x221))/0xa+parseInt(_0x33c9f1(0x1f4))/0xb;if(_0x1c93a0===_0x34c322)break;else _0x594c8a['push'](_0x594c8a['shift']());}catch(_0x5da76b){_0x594c8a['push'](_0x594c8a['shift']());}}}(_0x5001,0x49269));const e={'sheets-shape-ui':{'align':{'top':_0x4c2f9f(0x206),'middle':_0x4c2f9f(0x225),'bottom':'Căn\x20dưới','left':_0x4c2f9f(0x202),'center':_0x4c2f9f(0x225),'right':_0x4c2f9f(0x215)},'toolbar':{'verticalAlignMode':{'main':_0x4c2f9f(0x220)},'horizontalAlignMode':{'main':_0x4c2f9f(0x1f8)},'fillColor':{'main':'Màu\x20ô'},'fontSize':_0x4c2f9f(0x21b),'fontSizeIncrease':_0x4c2f9f(0x218),'fontSizeDecrease':_0x4c2f9f(0x20a),'alignLeft':_0x4c2f9f(0x202),'alignCenter':_0x4c2f9f(0x225),'alignRight':'Căn\x20phải','alignJustify':_0x4c2f9f(0x20d),'bold':_0x4c2f9f(0x213),'italic':_0x4c2f9f(0x1f2),'underline':'Gạch\x20chân','strikethrough':'Gạch\x20ngang','textColor':_0x4c2f9f(0x219),'textBackgroundColor':_0x4c2f9f(0x1f7),'resetColor':_0x4c2f9f(0x1fb)},'imagePanel':{'crop':{'shape':_0x4c2f9f(0x222)}},'permission':{'editErr':_0x4c2f9f(0x1f3)},'title':_0x4c2f9f(0x212),'insertShape':_0x4c2f9f(0x21c),'openPanel':_0x4c2f9f(0x210),'deleteShape':_0x4c2f9f(0x209),'hidePanel':_0x4c2f9f(0x1fe),'formatShape':_0x4c2f9f(0x1f9),'shapeStyle':_0x4c2f9f(0x200),'shapePosition':_0x4c2f9f(0x20b),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':'Bật/tắt\x20lật\x20dọc','rotateRight90':_0x4c2f9f(0x207),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x4c2f9f(0x1fc),'open':_0x4c2f9f(0x217),'empty':_0x4c2f9f(0x1f5),'showAll':_0x4c2f9f(0x20e),'hideAll':_0x4c2f9f(0x1f6),'show':_0x4c2f9f(0x204),'hide':'Ẩn','moveForward':_0x4c2f9f(0x224),'moveBackward':_0x4c2f9f(0x20c),'close':_0x4c2f9f(0x21f),'name':'Tên','nameInput':_0x4c2f9f(0x216),'description':_0x4c2f9f(0x211),'descriptionPlaceholder':_0x4c2f9f(0x21e),'details':_0x4c2f9f(0x1ff),'noSelection':_0x4c2f9f(0x223)}}};module[_0x4c2f9f(0x1fd)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x4b8b44=_0x1d90;function _0x1d90(_0x2e5b63,_0x321311){_0x2e5b63=_0x2e5b63-0x82;const _0x34a1bc=_0x34a1();let _0x1d900e=_0x34a1bc[_0x2e5b63];return _0x1d900e;}function _0x34a1(){const _0x899be3=['顶部对齐','水平对齐','形状位置','左对齐','垂直对齐','3160012VGUcBE','1616748YUAefN','6930115TAndjG','删除形状','2183262sYKvUc','单元格颜色','裁剪为形状','文字颜色','逆时针90度旋转','暂无对象','对象名称','切换水平翻转','右对齐','exports','底部对齐','格式化形状','形状样式','打开图层面板','重置颜色','选择对象以编辑详情','上移一层','4367130mcfsOZ','16GotVVT','18oJLryD','2075756JrPvgM','5898543LPohYL','切换文本竖排','文字背景颜色','添加描述','1UytTuP','全部隐藏','居中对齐','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','下移一层','增大字号','顺时针90度旋转','插入形状','删除线'];_0x34a1=function(){return _0x899be3;};return _0x34a1();}(function(_0x1b9988,_0x3888ca){const _0x3adaac=_0x1d90,_0x3837cc=_0x1b9988();while(!![]){try{const _0x2b866b=parseInt(_0x3adaac(0x8b))/0x1*(-parseInt(_0x3adaac(0x99))/0x2)+-parseInt(_0x3adaac(0x9a))/0x3+-parseInt(_0x3adaac(0x86))/0x4+parseInt(_0x3adaac(0x9b))/0x5+-parseInt(_0x3adaac(0x9d))/0x6+-parseInt(_0x3adaac(0x87))/0x7*(-parseInt(_0x3adaac(0x84))/0x8)+-parseInt(_0x3adaac(0x85))/0x9*(-parseInt(_0x3adaac(0x83))/0xa);if(_0x2b866b===_0x3888ca)break;else _0x3837cc['push'](_0x3837cc['shift']());}catch(_0xf7e066){_0x3837cc['push'](_0x3837cc['shift']());}}}(_0x34a1,0xe63a1));const e={'sheets-shape-ui':{'align':{'top':_0x4b8b44(0x94),'middle':_0x4b8b44(0x8d),'bottom':_0x4b8b44(0xa7),'left':_0x4b8b44(0x97),'center':'中间对齐','right':_0x4b8b44(0xa5)},'toolbar':{'verticalAlignMode':{'main':_0x4b8b44(0x98)},'horizontalAlignMode':{'main':_0x4b8b44(0x95)},'fillColor':{'main':_0x4b8b44(0x9e)},'fontSize':'字号','fontSizeIncrease':_0x4b8b44(0x90),'fontSizeDecrease':'减小字号','alignLeft':_0x4b8b44(0x97),'alignCenter':_0x4b8b44(0x8d),'alignRight':_0x4b8b44(0xa5),'alignJustify':'两端对齐','bold':'加粗','italic':'斜体','underline':'下划线','strikethrough':_0x4b8b44(0x93),'textColor':_0x4b8b44(0xa0),'textBackgroundColor':_0x4b8b44(0x89),'resetColor':_0x4b8b44(0xab)},'imagePanel':{'crop':{'shape':_0x4b8b44(0x9f)}},'permission':{'editErr':_0x4b8b44(0x8e)},'title':'形状','insertShape':_0x4b8b44(0x92),'openPanel':'打开形状面板','deleteShape':_0x4b8b44(0x9c),'hidePanel':'隐藏形状面板','formatShape':_0x4b8b44(0xa8),'shapeStyle':_0x4b8b44(0xa9),'shapePosition':_0x4b8b44(0x96),'toggleFlipH':_0x4b8b44(0xa4),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x4b8b44(0x91),'rotateLeft90':_0x4b8b44(0xa1),'toggleTextVertical':_0x4b8b44(0x88),'objectListPanel':{'title':'图层','open':_0x4b8b44(0xaa),'empty':_0x4b8b44(0xa2),'showAll':'全部显示','hideAll':_0x4b8b44(0x8c),'show':'显示','hide':'隐藏','moveForward':_0x4b8b44(0x82),'moveBackward':_0x4b8b44(0x8f),'close':'关闭','name':'名称','nameInput':_0x4b8b44(0xa3),'description':'描述','descriptionPlaceholder':_0x4b8b44(0x8a),'details':'详情','noSelection':_0x4b8b44(0xac)}}};module[_0x4b8b44(0xa6)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x49df17=_0x5650;function _0x5650(_0x3c67c5,_0x196d62){_0x3c67c5=_0x3c67c5-0xf9;const _0x496565=_0x4965();let _0x5650bb=_0x496565[_0x3c67c5];return _0x5650bb;}(function(_0xb23d8b,_0xf1bff8){const _0x571359=_0x5650,_0x4bc2fe=_0xb23d8b();while(!![]){try{const _0x1dd8ea=-parseInt(_0x571359(0x11a))/0x1*(-parseInt(_0x571359(0x116))/0x2)+-parseInt(_0x571359(0x10e))/0x3+parseInt(_0x571359(0x109))/0x4+-parseInt(_0x571359(0x10b))/0x5+-parseInt(_0x571359(0x11c))/0x6+parseInt(_0x571359(0xff))/0x7+-parseInt(_0x571359(0x107))/0x8;if(_0x1dd8ea===_0xf1bff8)break;else _0x4bc2fe['push'](_0x4bc2fe['shift']());}catch(_0x5a2ee4){_0x4bc2fe['push'](_0x4bc2fe['shift']());}}}(_0x4965,0xe44da));function _0x4965(){const _0x50ab10=['垂直置中','左對齊','開啟圖層面板','3649498QFNBKW','逆時針\x2090\x20度旋轉','靠左對齊','切換水平翻轉','1NKkoDb','全部顯示','635670FfCvFH','新增描述','垂直對齊','靠右對齊','全部隱藏','插入形狀','圖形樣式','縮小字型','居中對齊','重置顏色','切換垂直翻轉','填滿色彩','1976429RSPNKl','文字顏色','下移一層','圖形位置','順時針\x2090\x20度旋轉','刪除線','打開形狀面板','文字背景色','12830616zweXYI','選擇物件以編輯詳情','6420264DmlROw','裁切為形狀','2764410vdcfxs','靠下對齊','物件名稱','1543134meEFXg','字型大小','水平對齊','exports','右對齊'];_0x4965=function(){return _0x50ab10;};return _0x4965();}const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x49df17(0x113),'bottom':_0x49df17(0x10c),'left':_0x49df17(0x118),'center':'置中','right':_0x49df17(0x11f)},'toolbar':{'verticalAlignMode':{'main':_0x49df17(0x11e)},'horizontalAlignMode':{'main':_0x49df17(0x110)},'fillColor':{'main':_0x49df17(0xfe)},'fontSize':_0x49df17(0x10f),'fontSizeIncrease':'放大字型','fontSizeDecrease':_0x49df17(0xfa),'alignLeft':_0x49df17(0x114),'alignCenter':_0x49df17(0xfb),'alignRight':_0x49df17(0x112),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x49df17(0x104),'textColor':_0x49df17(0x100),'textBackgroundColor':_0x49df17(0x106),'resetColor':_0x49df17(0xfc)},'imagePanel':{'crop':{'shape':_0x49df17(0x10a)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x49df17(0x121),'openPanel':_0x49df17(0x105),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':'格式化形狀','shapeStyle':_0x49df17(0xf9),'shapePosition':_0x49df17(0x102),'toggleFlipH':_0x49df17(0x119),'toggleFlipV':_0x49df17(0xfd),'rotateRight90':_0x49df17(0x103),'rotateLeft90':_0x49df17(0x117),'toggleTextVertical':'切換文本竖排','objectListPanel':{'title':'圖層','open':_0x49df17(0x115),'empty':'暫無物件','showAll':_0x49df17(0x11b),'hideAll':_0x49df17(0x120),'show':'顯示','hide':'隱藏','moveForward':'上移一層','moveBackward':_0x49df17(0x101),'close':'關閉','name':'名稱','nameInput':_0x49df17(0x10d),'description':'描述','descriptionPlaceholder':_0x49df17(0x11d),'details':'詳情','noSelection':_0x49df17(0x108)}}};module[_0x49df17(0x111)]=e;
|