@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/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xeea7(_0x2f0744,_0x43d20c){_0x2f0744=_0x2f0744-0x1ef;const _0x56a00d=_0x56a0();let _0xeea790=_0x56a00d[_0x2f0744];return _0xeea790;}const _0x2fb5be=_0xeea7;(function(_0x2d3a71,_0x143234){const _0x3ea3ad=_0xeea7,_0x1cb8af=_0x2d3a71();while(!![]){try{const _0xa0e024=parseInt(_0x3ea3ad(0x20c))/0x1+-parseInt(_0x3ea3ad(0x200))/0x2+-parseInt(_0x3ea3ad(0x1f3))/0x3+parseInt(_0x3ea3ad(0x21d))/0x4+parseInt(_0x3ea3ad(0x20f))/0x5*(parseInt(_0x3ea3ad(0x217))/0x6)+parseInt(_0x3ea3ad(0x1ff))/0x7*(parseInt(_0x3ea3ad(0x20a))/0x8)+-parseInt(_0x3ea3ad(0x211))/0x9;if(_0xa0e024===_0x143234)break;else _0x1cb8af['push'](_0x1cb8af['shift']());}catch(_0x23b4eb){_0x1cb8af['push'](_0x1cb8af['shift']());}}}(_0x56a0,0x6b1d0));const e={'sheets-shape-ui':{'align':{'top':_0x2fb5be(0x21f),'middle':_0x2fb5be(0x209),'bottom':'أسفل','left':'يسار','center':_0x2fb5be(0x215),'right':'يمين'},'toolbar':{'verticalAlignMode':{'main':'محاذاة\x20عمودية'},'horizontalAlignMode':{'main':'محاذاة\x20أفقية'},'fillColor':{'main':_0x2fb5be(0x1fa)},'fontSize':_0x2fb5be(0x210),'fontSizeIncrease':_0x2fb5be(0x1fb),'fontSizeDecrease':_0x2fb5be(0x1f6),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x2fb5be(0x21a),'alignRight':_0x2fb5be(0x1f7),'alignJustify':_0x2fb5be(0x1fc),'bold':'غامق','italic':'مائل','underline':_0x2fb5be(0x206),'strikethrough':_0x2fb5be(0x207),'textColor':_0x2fb5be(0x212),'textBackgroundColor':_0x2fb5be(0x20b),'resetColor':_0x2fb5be(0x213)},'imagePanel':{'crop':{'shape':_0x2fb5be(0x1f5)}},'permission':{'editErr':_0x2fb5be(0x203)},'title':_0x2fb5be(0x204),'insertShape':_0x2fb5be(0x202),'openPanel':_0x2fb5be(0x1fd),'deleteShape':'حذف\x20الشكل','hidePanel':'إخفاء\x20لوحة\x20الأشكال','formatShape':_0x2fb5be(0x216),'shapeStyle':_0x2fb5be(0x20e),'shapePosition':_0x2fb5be(0x21c),'toggleFlipH':_0x2fb5be(0x1f4),'toggleFlipV':_0x2fb5be(0x1fe),'rotateRight90':'تدوير\x20لليمين\x2090°','rotateLeft90':_0x2fb5be(0x21b),'toggleTextVertical':_0x2fb5be(0x1ef),'objectListPanel':{'title':_0x2fb5be(0x1f2),'open':'فتح\x20لوحة\x20الطبقات','empty':_0x2fb5be(0x1f1),'showAll':_0x2fb5be(0x21e),'hideAll':_0x2fb5be(0x1f9),'show':_0x2fb5be(0x205),'hide':_0x2fb5be(0x219),'moveForward':_0x2fb5be(0x208),'moveBackward':_0x2fb5be(0x1f8),'close':'إغلاق','name':_0x2fb5be(0x201),'nameInput':_0x2fb5be(0x218),'description':_0x2fb5be(0x1f0),'descriptionPlaceholder':_0x2fb5be(0x20d),'details':_0x2fb5be(0x214),'noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};export{e as default};function _0x56a0(){const _0x13e56f=['وسط','تنسيق\x20الشكل','47262PRbnyL','اسم\x20الكائن','إخفاء','محاذاة\x20للوسط','تدوير\x20لليسار\x2090°','موضع\x20الشكل','3304176YbywBf','إظهار\x20الكل','أعلى','تبديل\x20النص\x20العمودي','الوصف','لا\x20توجد\x20كائنات','الطبقات','641004UmbpBB','تبديل\x20الانعكاس\x20الأفقي','قص\x20إلى\x20شكل','تقليل\x20حجم\x20الخط','محاذاة\x20لليمين','إرسال\x20للخلف','إخفاء\x20الكل','لون\x20التعبئة','زيادة\x20حجم\x20الخط','ضبط','فتح\x20لوحة\x20الأشكال','تبديل\x20الانعكاس\x20العمودي','44534eRXHPV','1575332DTwNeq','الاسم','إدراج\x20شكل','النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.','شكل','إظهار','تسطير','يتوسطه\x20خط','إحضار\x20للأمام','منتصف','536RYXvLH','لون\x20خلفية\x20النص','764735bhEgCg','إضافة\x20وصف','نمط\x20الشكل','155oRYZFm','حجم\x20الخط','7390350GbVziz','لون\x20النص','إعادة\x20تعيين','التفاصيل'];_0x56a0=function(){return _0x13e56f;};return _0x56a0();}
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3a81(_0x43ffff,_0x5e71c1){_0x43ffff=_0x43ffff-0x6a;const _0x2ffad5=_0x2ffa();let _0x3a810f=_0x2ffad5[_0x43ffff];return _0x3a810f;}const _0x4f0f24=_0x3a81;(function(_0xa8ddd8,_0x533dbb){const _0x444ae2=_0x3a81,_0xe4db5f=_0xa8ddd8();while(!![]){try{const _0x24e618=parseInt(_0x444ae2(0x74))/0x1*(parseInt(_0x444ae2(0x72))/0x2)+-parseInt(_0x444ae2(0x79))/0x3*(parseInt(_0x444ae2(0x7e))/0x4)+-parseInt(_0x444ae2(0x85))/0x5+-parseInt(_0x444ae2(0x93))/0x6*(-parseInt(_0x444ae2(0x86))/0x7)+parseInt(_0x444ae2(0x91))/0x8*(parseInt(_0x444ae2(0x78))/0x9)+parseInt(_0x444ae2(0x6e))/0xa+-parseInt(_0x444ae2(0x97))/0xb;if(_0x24e618===_0x533dbb)break;else _0xe4db5f['push'](_0xe4db5f['shift']());}catch(_0x34ed1e){_0xe4db5f['push'](_0xe4db5f['shift']());}}}(_0x2ffa,0x6fe12));function _0x2ffa(){const _0x246d53=['Estil\x20de\x20forma','491954TQSXvv','Nom\x20de\x20l’objecte','2jPrQdx','mig','Retalla\x20a\x20forma','Alternar\x20volteig\x20vertical','109899WNOjMq','1754754OJXKbZ','Detalls','Color\x20de\x20fons','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Alternar\x20volteig\x20horitzontal','4FIzHWa','Alineació\x20horitzontal','Cursiva','Amagar\x20panell\x20de\x20formes','Inserir\x20forma','Porta\x20endavant','Forma','2101135YkdevB','3248sjwVMg','Sense\x20objectes','esquerra','Mostra','Capes','Alternar\x20text\x20vertical','Ratllat','Mostra-ho\x20tot','Envia\x20enrere','Obre\x20el\x20tauler\x20de\x20capes','Subratllat','488iwadbE','Color\x20de\x20fons\x20del\x20text','912xxkBQm','Restablir','inferior','Negreta','6214241mFJohl','dreta','Afegeix\x20descripcio','Mida\x20de\x20la\x20lletra','Rotar\x2090°\x20a\x20la\x20dreta','Amaga-ho\x20tot','Eliminar\x20forma','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','7209810pEPesH','Color\x20del\x20text','Alinea\x20a\x20la\x20dreta'];_0x2ffa=function(){return _0x246d53;};return _0x2ffa();}const e={'sheets-shape-ui':{'align':{'top':'superior','middle':_0x4f0f24(0x75),'bottom':_0x4f0f24(0x95),'left':_0x4f0f24(0x88),'center':'centre','right':_0x4f0f24(0x98)},'toolbar':{'verticalAlignMode':{'main':'Alineació\x20vertical'},'horizontalAlignMode':{'main':_0x4f0f24(0x7f)},'fillColor':{'main':_0x4f0f24(0x7b)},'fontSize':_0x4f0f24(0x9a),'fontSizeIncrease':'Augmentar\x20la\x20mida\x20de\x20la\x20lletra','fontSizeDecrease':'Disminuir\x20la\x20mida\x20de\x20la\x20lletra','alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':'Centra','alignRight':_0x4f0f24(0x70),'alignJustify':'Justifica','bold':_0x4f0f24(0x96),'italic':_0x4f0f24(0x80),'underline':_0x4f0f24(0x90),'strikethrough':_0x4f0f24(0x8c),'textColor':_0x4f0f24(0x6f),'textBackgroundColor':_0x4f0f24(0x92),'resetColor':_0x4f0f24(0x94)},'imagePanel':{'crop':{'shape':_0x4f0f24(0x76)}},'permission':{'editErr':_0x4f0f24(0x6d)},'title':_0x4f0f24(0x84),'insertShape':_0x4f0f24(0x82),'openPanel':'Obrir\x20panell\x20de\x20formes','deleteShape':_0x4f0f24(0x6c),'hidePanel':_0x4f0f24(0x81),'formatShape':'Format\x20de\x20forma','shapeStyle':_0x4f0f24(0x71),'shapePosition':'Posició\x20de\x20forma','toggleFlipH':_0x4f0f24(0x7d),'toggleFlipV':_0x4f0f24(0x77),'rotateRight90':_0x4f0f24(0x6a),'rotateLeft90':'Rotar\x2090°\x20a\x20l\x27esquerra','toggleTextVertical':_0x4f0f24(0x8b),'objectListPanel':{'title':_0x4f0f24(0x8a),'open':_0x4f0f24(0x8f),'empty':_0x4f0f24(0x87),'showAll':_0x4f0f24(0x8d),'hideAll':_0x4f0f24(0x6b),'show':_0x4f0f24(0x89),'hide':'Amagar','moveForward':_0x4f0f24(0x83),'moveBackward':_0x4f0f24(0x8e),'close':'Tancar','name':'Nom','nameInput':_0x4f0f24(0x73),'description':'Descripció','descriptionPlaceholder':_0x4f0f24(0x99),'details':_0x4f0f24(0x7a),'noSelection':_0x4f0f24(0x7c)}}};export{e as default};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2a2a(){const _0x36b9f1=['Schließen','Oben','Anzeigen','8HCQhZa','Formposition','Ebenenbereich\x20öffnen','Fett','Weiter\x20nach\x20hinten','1KyDcGZ','Beschreibung\x20hinzufügen','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','3288418QElVtn','Horizontale\x20Spiegelung\x20umschalten','Zentriert','Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','Form\x20einfügen','Texthintergrundfarbe','333558Ccsodz','6075060NpbpMb','Details','Durchgestrichen','Füllfarbe','Blocksatz','35cDgqcM','Unterstrichen','Keine\x20Objekte','Auf\x20Form\x20zuschneiden','Rechts','Mitte','Beschreibung','Schriftgröße\x20verkleinern','698098lNfgEl','Rechtsbündig','2269098btrKqW','Unten','Ebenen','Horizontale\x20Ausrichtung','Name','Form-Panel\x20öffnen','Links\x2090°\x20drehen','Kursiv','Form-Panel\x20ausblenden','Rechts\x2090°\x20drehen','Linksbündig','Alle\x20ausblenden','1856655CkfYdq','Schriftgröße','Form\x20formatieren','Formstil','142876lEFsEz','Form\x20löschen','Schriftgröße\x20vergrößern','Zurücksetzen'];_0x2a2a=function(){return _0x36b9f1;};return _0x2a2a();}const _0x3c3725=_0x16c4;function _0x16c4(_0x53b59e,_0x12d24c){_0x53b59e=_0x53b59e-0x1e5;const _0x2a2a73=_0x2a2a();let _0x16c4a5=_0x2a2a73[_0x53b59e];return _0x16c4a5;}(function(_0x43e23a,_0x1f7722){const _0x68ea92=_0x16c4,_0x2a6f17=_0x43e23a();while(!![]){try{const _0x953436=-parseInt(_0x68ea92(0x20e))/0x1*(-parseInt(_0x68ea92(0x1f0))/0x2)+parseInt(_0x68ea92(0x217))/0x3+-parseInt(_0x68ea92(0x202))/0x4*(parseInt(_0x68ea92(0x1e8))/0x5)+parseInt(_0x68ea92(0x1f2))/0x6+-parseInt(_0x68ea92(0x211))/0x7*(-parseInt(_0x68ea92(0x209))/0x8)+-parseInt(_0x68ea92(0x1fe))/0x9+-parseInt(_0x68ea92(0x218))/0xa;if(_0x953436===_0x1f7722)break;else _0x2a6f17['push'](_0x2a6f17['shift']());}catch(_0x1df624){_0x2a6f17['push'](_0x2a6f17['shift']());}}}(_0x2a2a,0x3ba86));const e={'sheets-shape-ui':{'align':{'top':_0x3c3725(0x207),'middle':_0x3c3725(0x1ed),'bottom':_0x3c3725(0x1f3),'left':'Links','center':'Mitte','right':_0x3c3725(0x1ec)},'toolbar':{'verticalAlignMode':{'main':'Vertikale\x20Ausrichtung'},'horizontalAlignMode':{'main':_0x3c3725(0x1f5)},'fillColor':{'main':_0x3c3725(0x1e6)},'fontSize':_0x3c3725(0x1ff),'fontSizeIncrease':_0x3c3725(0x204),'fontSizeDecrease':_0x3c3725(0x1ef),'alignLeft':_0x3c3725(0x1fc),'alignCenter':_0x3c3725(0x213),'alignRight':_0x3c3725(0x1f1),'alignJustify':_0x3c3725(0x1e7),'bold':_0x3c3725(0x20c),'italic':_0x3c3725(0x1f9),'underline':_0x3c3725(0x1e9),'strikethrough':_0x3c3725(0x1e5),'textColor':'Textfarbe','textBackgroundColor':_0x3c3725(0x216),'resetColor':_0x3c3725(0x205)},'imagePanel':{'crop':{'shape':_0x3c3725(0x1eb)}},'permission':{'editErr':_0x3c3725(0x210)},'title':'Form','insertShape':_0x3c3725(0x215),'openPanel':_0x3c3725(0x1f7),'deleteShape':_0x3c3725(0x203),'hidePanel':_0x3c3725(0x1fa),'formatShape':_0x3c3725(0x200),'shapeStyle':_0x3c3725(0x201),'shapePosition':_0x3c3725(0x20a),'toggleFlipH':_0x3c3725(0x212),'toggleFlipV':'Vertikale\x20Spiegelung\x20umschalten','rotateRight90':_0x3c3725(0x1fb),'rotateLeft90':_0x3c3725(0x1f8),'toggleTextVertical':'Vertikalen\x20Text\x20umschalten','objectListPanel':{'title':_0x3c3725(0x1f4),'open':_0x3c3725(0x20b),'empty':_0x3c3725(0x1ea),'showAll':'Alle\x20anzeigen','hideAll':_0x3c3725(0x1fd),'show':_0x3c3725(0x208),'hide':'Ausblenden','moveForward':'Weiter\x20nach\x20vorne','moveBackward':_0x3c3725(0x20d),'close':_0x3c3725(0x206),'name':_0x3c3725(0x1f6),'nameInput':'Objektname','description':_0x3c3725(0x1ee),'descriptionPlaceholder':_0x3c3725(0x20f),'details':_0x3c3725(0x219),'noSelection':_0x3c3725(0x214)}}};export{e as default};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5e5ec4=_0x3073;(function(_0x54a9ce,_0x199fc2){const _0x436397=_0x3073,_0x2ac249=_0x54a9ce();while(!![]){try{const _0x5134c1=-parseInt(_0x436397(0xdb))/0x1*(-parseInt(_0x436397(0xd5))/0x2)+-parseInt(_0x436397(0xca))/0x3*(parseInt(_0x436397(0xce))/0x4)+parseInt(_0x436397(0xeb))/0x5+-parseInt(_0x436397(0xdd))/0x6+-parseInt(_0x436397(0xe2))/0x7+-parseInt(_0x436397(0xdc))/0x8*(-parseInt(_0x436397(0xd2))/0x9)+-parseInt(_0x436397(0xe5))/0xa*(parseInt(_0x436397(0xf2))/0xb);if(_0x5134c1===_0x199fc2)break;else _0x2ac249['push'](_0x2ac249['shift']());}catch(_0x3a0fa0){_0x2ac249['push'](_0x2ac249['shift']());}}}(_0x2953,0xb9c7a));const e={'sheets-shape-ui':{'align':{'top':_0x5e5ec4(0xc9),'middle':_0x5e5ec4(0xf3),'bottom':'bottom','left':_0x5e5ec4(0xd7),'center':_0x5e5ec4(0xe9),'right':_0x5e5ec4(0xe0)},'toolbar':{'verticalAlignMode':{'main':_0x5e5ec4(0xed)},'horizontalAlignMode':{'main':'Horizontal\x20align'},'fillColor':{'main':'Fill\x20color'},'fontSize':_0x5e5ec4(0xf1),'fontSizeIncrease':_0x5e5ec4(0xd9),'fontSizeDecrease':'Decrease\x20font\x20size','alignLeft':_0x5e5ec4(0xe4),'alignCenter':'Align\x20Center','alignRight':_0x5e5ec4(0xe6),'alignJustify':_0x5e5ec4(0xf5),'bold':_0x5e5ec4(0xcf),'italic':_0x5e5ec4(0xc4),'underline':_0x5e5ec4(0xf4),'strikethrough':_0x5e5ec4(0xef),'textColor':_0x5e5ec4(0xd4),'textBackgroundColor':_0x5e5ec4(0xd1),'resetColor':_0x5e5ec4(0xd0)},'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x5e5ec4(0xcb)},'title':_0x5e5ec4(0xe1),'insertShape':'Insert\x20Shape','openPanel':_0x5e5ec4(0xc7),'deleteShape':_0x5e5ec4(0xec),'hidePanel':_0x5e5ec4(0xc8),'formatShape':_0x5e5ec4(0xde),'shapeStyle':_0x5e5ec4(0xd3),'shapePosition':'Shape\x20Position','toggleFlipH':_0x5e5ec4(0xf0),'toggleFlipV':_0x5e5ec4(0xea),'rotateRight90':_0x5e5ec4(0xe3),'rotateLeft90':_0x5e5ec4(0xcc),'toggleTextVertical':_0x5e5ec4(0xc5),'objectListPanel':{'title':_0x5e5ec4(0xe8),'open':_0x5e5ec4(0xd6),'empty':'No\x20objects','showAll':_0x5e5ec4(0xd8),'hideAll':_0x5e5ec4(0xc2),'show':_0x5e5ec4(0xcd),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':'Send\x20Backward','close':'Close','name':_0x5e5ec4(0xc6),'nameInput':_0x5e5ec4(0xdf),'description':_0x5e5ec4(0xc3),'descriptionPlaceholder':_0x5e5ec4(0xe7),'details':_0x5e5ec4(0xda),'noSelection':_0x5e5ec4(0xee)}}};function _0x3073(_0x17f0d4,_0x4df50a){_0x17f0d4=_0x17f0d4-0xc2;const _0x2953f4=_0x2953();let _0x3073f4=_0x2953f4[_0x17f0d4];return _0x3073f4;}function _0x2953(){const _0x1bb23b=['Toggle\x20Horizontal\x20Flip','Font\x20size','22MElXqw','middle','Underline','Justify','Hide\x20All','Description','Italic','Toggle\x20Text\x20Vertical','Name','Open\x20Shape\x20Panel','Hide\x20Shape\x20Panel','top','197697YerxDY','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Rotate\x20Left\x2090°','Show','28KuzBFX','Bold','Reset','Text\x20Background\x20color','9wBvsuq','Shape\x20Style','Text\x20color','1458cQnJRx','Open\x20Layers\x20Panel','left','Show\x20All','Increase\x20font\x20size','Details','856scTNdg','9488824TJMdTf','40554vmYkQS','Format\x20Shape','Object\x20name','right','Shape','1870792FjKLfV','Rotate\x20Right\x2090°','Align\x20Left','3104330JQjwZm','Align\x20Right','Add\x20description','Layers','center','Toggle\x20Vertical\x20Flip','1535005vZjOLQ','Delete\x20Shape','Vertical\x20align','Select\x20an\x20object\x20to\x20edit\x20details','Strikethrough'];_0x2953=function(){return _0x1bb23b;};return _0x2953();}export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x133a(){const _0x596252=['Alinear\x20a\x20la\x20derecha','426354jNEkWX','Cerrar','35QtnoMY','Abrir\x20panel\x20de\x20capas','superior','4328832ewORxG','Color\x20de\x20relleno','Rotar\x2090°\x20a\x20la\x20derecha','Mostrar','115DHcthT','Detalles','2367224gNsgLD','Alternar\x20texto\x20vertical','Ocultar\x20todo','Capas','Color\x20de\x20texto','Aumentar\x20tamaño\x20de\x20fuente','885633HxUOTY','centro','2cfimoD','14545782voyCGp','Alinear\x20a\x20la\x20izquierda','Sin\x20objetos','Agregar\x20descripción','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Ocultar','Enviar\x20atrás','derecha','Color\x20de\x20fondo\x20de\x20texto','Cursiva','izquierda','Nombre\x20del\x20objeto','Subrayado','Nombre','Mostrar\x20todo','medio','Disminuir\x20tamaño\x20de\x20fuente','204890oliWdw','Tachado','Justificar','Eliminar\x20forma','29573kyTyUQ','inferior','Abrir\x20panel\x20de\x20formas','Insertar\x20forma','Rotar\x2090°\x20a\x20la\x20izquierda','Traer\x20adelante','297CIiJgh','Alineación\x20horizontal','Alternar\x20volteo\x20vertical','Restablecer','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'];_0x133a=function(){return _0x596252;};return _0x133a();}const _0x5bd33f=_0x4c62;(function(_0x53e3eb,_0x8cbf6d){const _0x53e707=_0x4c62,_0x2ce1db=_0x53e3eb();while(!![]){try{const _0x4d915f=-parseInt(_0x53e707(0x1f5))/0x1+-parseInt(_0x53e707(0x1df))/0x2*(parseInt(_0x53e707(0x1dd))/0x3)+-parseInt(_0x53e707(0x1d1))/0x4+parseInt(_0x53e707(0x1d5))/0x5*(parseInt(_0x53e707(0x1cc))/0x6)+parseInt(_0x53e707(0x1ce))/0x7*(-parseInt(_0x53e707(0x1d7))/0x8)+parseInt(_0x53e707(0x1e0))/0x9+parseInt(_0x53e707(0x1f1))/0xa*(parseInt(_0x53e707(0x1c6))/0xb);if(_0x4d915f===_0x8cbf6d)break;else _0x2ce1db['push'](_0x2ce1db['shift']());}catch(_0xc418a2){_0x2ce1db['push'](_0x2ce1db['shift']());}}}(_0x133a,0xdff03));const e={'sheets-shape-ui':{'align':{'top':_0x5bd33f(0x1d0),'middle':_0x5bd33f(0x1ef),'bottom':_0x5bd33f(0x1f6),'left':_0x5bd33f(0x1ea),'center':_0x5bd33f(0x1de),'right':_0x5bd33f(0x1e7)},'toolbar':{'verticalAlignMode':{'main':'Alineación\x20vertical'},'horizontalAlignMode':{'main':_0x5bd33f(0x1c7)},'fillColor':{'main':_0x5bd33f(0x1d2)},'fontSize':'Tamaño\x20de\x20fuente','fontSizeIncrease':_0x5bd33f(0x1dc),'fontSizeDecrease':_0x5bd33f(0x1f0),'alignLeft':_0x5bd33f(0x1e1),'alignCenter':'Centrar','alignRight':_0x5bd33f(0x1cb),'alignJustify':_0x5bd33f(0x1f3),'bold':'Negrita','italic':_0x5bd33f(0x1e9),'underline':_0x5bd33f(0x1ec),'strikethrough':_0x5bd33f(0x1f2),'textColor':_0x5bd33f(0x1db),'textBackgroundColor':_0x5bd33f(0x1e8),'resetColor':_0x5bd33f(0x1c9)},'imagePanel':{'crop':{'shape':'Recortar\x20a\x20forma'}},'permission':{'editErr':_0x5bd33f(0x1e4)},'title':'Forma','insertShape':_0x5bd33f(0x1f8),'openPanel':_0x5bd33f(0x1f7),'deleteShape':_0x5bd33f(0x1f4),'hidePanel':'Ocultar\x20panel\x20de\x20formas','formatShape':'Formato\x20de\x20forma','shapeStyle':'Estilo\x20de\x20forma','shapePosition':'Posición\x20de\x20forma','toggleFlipH':'Alternar\x20volteo\x20horizontal','toggleFlipV':_0x5bd33f(0x1c8),'rotateRight90':_0x5bd33f(0x1d3),'rotateLeft90':_0x5bd33f(0x1c4),'toggleTextVertical':_0x5bd33f(0x1d8),'objectListPanel':{'title':_0x5bd33f(0x1da),'open':_0x5bd33f(0x1cf),'empty':_0x5bd33f(0x1e2),'showAll':_0x5bd33f(0x1ee),'hideAll':_0x5bd33f(0x1d9),'show':_0x5bd33f(0x1d4),'hide':_0x5bd33f(0x1e5),'moveForward':_0x5bd33f(0x1c5),'moveBackward':_0x5bd33f(0x1e6),'close':_0x5bd33f(0x1cd),'name':_0x5bd33f(0x1ed),'nameInput':_0x5bd33f(0x1eb),'description':'Descripción','descriptionPlaceholder':_0x5bd33f(0x1e3),'details':_0x5bd33f(0x1d6),'noSelection':_0x5bd33f(0x1ca)}}};function _0x4c62(_0x43d3ef,_0x4539ba){_0x43d3ef=_0x43d3ef-0x1c4;const _0x133a20=_0x133a();let _0x4c62cd=_0x133a20[_0x43d3ef];return _0x4c62cd;}export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x86b86d=_0x3c92;(function(_0x5a03d4,_0x5724fd){const _0x5a2b1d=_0x3c92,_0x32b6ca=_0x5a03d4();while(!![]){try{const _0x3f407d=parseInt(_0x5a2b1d(0x14c))/0x1+-parseInt(_0x5a2b1d(0x132))/0x2+parseInt(_0x5a2b1d(0x145))/0x3*(parseInt(_0x5a2b1d(0x135))/0x4)+-parseInt(_0x5a2b1d(0x127))/0x5*(parseInt(_0x5a2b1d(0x13b))/0x6)+-parseInt(_0x5a2b1d(0x153))/0x7+-parseInt(_0x5a2b1d(0x154))/0x8*(parseInt(_0x5a2b1d(0x12b))/0x9)+-parseInt(_0x5a2b1d(0x136))/0xa*(-parseInt(_0x5a2b1d(0x147))/0xb);if(_0x3f407d===_0x5724fd)break;else _0x32b6ca['push'](_0x32b6ca['shift']());}catch(_0x5eab90){_0x32b6ca['push'](_0x32b6ca['shift']());}}}(_0x42b4,0xa916a));function _0x3c92(_0x31ee8d,_0x404337){_0x31ee8d=_0x31ee8d-0x122;const _0x42b4da=_0x42b4();let _0x3c9223=_0x42b4da[_0x31ee8d];return _0x3c9223;}const e={'sheets-shape-ui':{'align':{'top':_0x86b86d(0x146),'middle':_0x86b86d(0x14d),'bottom':_0x86b86d(0x144),'left':'چپ','center':_0x86b86d(0x14d),'right':_0x86b86d(0x141)},'toolbar':{'verticalAlignMode':{'main':_0x86b86d(0x13d)},'horizontalAlignMode':{'main':_0x86b86d(0x122)},'fillColor':{'main':_0x86b86d(0x12d)},'fontSize':_0x86b86d(0x138),'fontSizeIncrease':_0x86b86d(0x128),'fontSizeDecrease':_0x86b86d(0x13f),'alignLeft':'تراز\x20چپ','alignCenter':_0x86b86d(0x125),'alignRight':'تراز\x20راست','alignJustify':_0x86b86d(0x152),'bold':_0x86b86d(0x130),'italic':_0x86b86d(0x133),'underline':_0x86b86d(0x14b),'strikethrough':_0x86b86d(0x129),'textColor':_0x86b86d(0x14e),'textBackgroundColor':_0x86b86d(0x142),'resetColor':_0x86b86d(0x124)},'imagePanel':{'crop':{'shape':'کراپ\x20به\x20شکل'}},'permission':{'editErr':_0x86b86d(0x14f)},'title':_0x86b86d(0x131),'insertShape':'درج\x20شکل','openPanel':_0x86b86d(0x148),'deleteShape':_0x86b86d(0x12c),'hidePanel':'مخفی\x20کردن\x20پنل\x20شکلها','formatShape':'قالببندی\x20شکل','shapeStyle':_0x86b86d(0x149),'shapePosition':'موقعیت\x20شکل','toggleFlipH':_0x86b86d(0x12f),'toggleFlipV':_0x86b86d(0x123),'rotateRight90':_0x86b86d(0x151),'rotateLeft90':'چرخش\x20۹۰\x20درجه\x20به\x20چپ','toggleTextVertical':_0x86b86d(0x150),'objectListPanel':{'title':_0x86b86d(0x137),'open':_0x86b86d(0x126),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x86b86d(0x13c),'hideAll':_0x86b86d(0x139),'show':_0x86b86d(0x140),'hide':_0x86b86d(0x12a),'moveForward':_0x86b86d(0x13e),'moveBackward':_0x86b86d(0x13a),'close':'بستن','name':_0x86b86d(0x143),'nameInput':'نام\x20شیء','description':_0x86b86d(0x12e),'descriptionPlaceholder':_0x86b86d(0x14a),'details':_0x86b86d(0x134),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};export{e as default};function _0x42b4(){const _0x4a3982=['1098585QoSEXG','بالا','159104IKomRq','باز\x20کردن\x20پنل\x20شکلها','سبک\x20شکل','افزودن\x20توضیحات','خطکشی','807310IFAGdV','وسط','رنگ\x20متن','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','تغییر\x20وضعیت\x20متن\x20عمودی','چرخش\x20۹۰\x20درجه\x20به\x20راست','توجیه','3992646hQewDJ','1406032wuJKUv','تراز\x20افقی','تغییر\x20وضعیت\x20چرخش\x20عمودی','بازنشانی','تراز\x20وسط','باز\x20کردن\x20پنل\x20لایهها','265vkQmzW','افزایش\x20اندازه\x20فونت','خطدار','پنهان\x20کردن','9toYXuU','حذف\x20شکل','رنگ\x20پر\x20کردن','توضیحات','تغییر\x20وضعیت\x20چرخش\x20افقی','پررنگ','شکل','759284LFfNsb','ایتالیک','جزئیات','8WcodCH','240AClIPd','لایهها','اندازه\x20فونت','پنهان\x20کردن\x20همه','فرستادن\x20به\x20عقب','7752sytGWP','نمایش\x20همه','تراز\x20عمودی','آوردن\x20به\x20جلو','کاهش\x20اندازه\x20فونت','نمایش','راست','رنگ\x20پسزمینه\x20متن','نام','پایین'];_0x42b4=function(){return _0x4a3982;};return _0x42b4();}
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5518(){const _0x50ca4b=['Gras','Calques','milieu','Format\x20de\x20la\x20forme','Fermer','Style\x20de\x20la\x20forme','Couleur\x20du\x20texte','Pivoter\x20à\x20droite\x20de\x2090°','707822VSNpgV','Ajouter\x20une\x20description','560luEANH','Aligner\x20au\x20centre','Barré','Tout\x20masquer','Réinitialiser','9MiyWpx','bas','Aligner\x20à\x20gauche','300890cYPEfk','120wWxRRb','Italique','60808HHTmuL','Diminuer\x20la\x20taille\x20de\x20la\x20police','7909sfjIDj','Basculer\x20le\x20texte\x20vertical','52926MKjHzr','Pivoter\x20à\x20gauche\x20de\x2090°','Reculer','Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails','Rogner\x20à\x20la\x20forme','Forme','753032AXtadm','Détails','Masquer','gauche','444987beMqzL','Augmenter\x20la\x20taille\x20de\x20la\x20police','27170KxFhIX','Nom','Souligné','droite','Alignement\x20horizontal','Description','Couleur\x20de\x20remplissage','Supprimer\x20la\x20forme','Alignement\x20vertical','Nom\x20de\x20l’objet','Avancer','Masquer\x20le\x20panneau\x20des\x20formes','Ouvrir\x20le\x20panneau\x20des\x20formes','Tout\x20afficher'];_0x5518=function(){return _0x50ca4b;};return _0x5518();}const _0x7921a8=_0x52da;function _0x52da(_0x48cfb9,_0x3251bf){_0x48cfb9=_0x48cfb9-0x18c;const _0x551898=_0x5518();let _0x52da1e=_0x551898[_0x48cfb9];return _0x52da1e;}(function(_0x3c163e,_0x3f8d80){const _0x3615c9=_0x52da,_0x5dac7f=_0x3c163e();while(!![]){try{const _0x4970a9=parseInt(_0x3615c9(0x1b6))/0x1+parseInt(_0x3615c9(0x1a9))/0x2+parseInt(_0x3615c9(0x1b0))/0x3*(-parseInt(_0x3615c9(0x18d))/0x4)+parseInt(_0x3615c9(0x1b3))/0x5+-parseInt(_0x3615c9(0x1ba))/0x6*(parseInt(_0x3615c9(0x1ab))/0x7)+parseInt(_0x3615c9(0x1b4))/0x8*(-parseInt(_0x3615c9(0x191))/0x9)+parseInt(_0x3615c9(0x193))/0xa*(parseInt(_0x3615c9(0x1b8))/0xb);if(_0x4970a9===_0x3f8d80)break;else _0x5dac7f['push'](_0x5dac7f['shift']());}catch(_0x382da3){_0x5dac7f['push'](_0x5dac7f['shift']());}}}(_0x5518,0x65a41));const e={'sheets-shape-ui':{'align':{'top':'haut','middle':_0x7921a8(0x1a3),'bottom':_0x7921a8(0x1b1),'left':_0x7921a8(0x190),'center':'centre','right':_0x7921a8(0x196)},'toolbar':{'verticalAlignMode':{'main':_0x7921a8(0x19b)},'horizontalAlignMode':{'main':_0x7921a8(0x197)},'fillColor':{'main':_0x7921a8(0x199)},'fontSize':'Taille\x20de\x20police','fontSizeIncrease':_0x7921a8(0x192),'fontSizeDecrease':_0x7921a8(0x1b7),'alignLeft':_0x7921a8(0x1b2),'alignCenter':_0x7921a8(0x1ac),'alignRight':'Aligner\x20à\x20droite','alignJustify':'Justifier','bold':_0x7921a8(0x1a1),'italic':_0x7921a8(0x1b5),'underline':_0x7921a8(0x195),'strikethrough':_0x7921a8(0x1ad),'textColor':_0x7921a8(0x1a7),'textBackgroundColor':'Couleur\x20de\x20fond\x20du\x20texte','resetColor':_0x7921a8(0x1af)},'imagePanel':{'crop':{'shape':_0x7921a8(0x1be)}},'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':_0x7921a8(0x18c),'insertShape':'Insérer\x20une\x20forme','openPanel':_0x7921a8(0x19f),'deleteShape':_0x7921a8(0x19a),'hidePanel':_0x7921a8(0x19e),'formatShape':_0x7921a8(0x1a4),'shapeStyle':_0x7921a8(0x1a6),'shapePosition':'Position\x20de\x20la\x20forme','toggleFlipH':'Basculer\x20le\x20retournement\x20horizontal','toggleFlipV':'Basculer\x20le\x20retournement\x20vertical','rotateRight90':_0x7921a8(0x1a8),'rotateLeft90':_0x7921a8(0x1bb),'toggleTextVertical':_0x7921a8(0x1b9),'objectListPanel':{'title':_0x7921a8(0x1a2),'open':'Ouvrir\x20le\x20panneau\x20des\x20calques','empty':'Aucun\x20objet','showAll':_0x7921a8(0x1a0),'hideAll':_0x7921a8(0x1ae),'show':'Afficher','hide':_0x7921a8(0x18f),'moveForward':_0x7921a8(0x19d),'moveBackward':_0x7921a8(0x1bc),'close':_0x7921a8(0x1a5),'name':_0x7921a8(0x194),'nameInput':_0x7921a8(0x19c),'description':_0x7921a8(0x198),'descriptionPlaceholder':_0x7921a8(0x1aa),'details':_0x7921a8(0x18e),'noSelection':_0x7921a8(0x1bd)}}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x59ce3d=_0x1c61;(function(_0x192623,_0x66cab1){const _0x406c65=_0x1c61,_0x2ed9fc=_0x192623();while(!![]){try{const _0x1bb5fd=parseInt(_0x406c65(0x1a8))/0x1*(parseInt(_0x406c65(0x18b))/0x2)+parseInt(_0x406c65(0x196))/0x3+parseInt(_0x406c65(0x191))/0x4+parseInt(_0x406c65(0x1a6))/0x5+-parseInt(_0x406c65(0x1ae))/0x6*(-parseInt(_0x406c65(0x18d))/0x7)+parseInt(_0x406c65(0x1a9))/0x8+-parseInt(_0x406c65(0x190))/0x9*(parseInt(_0x406c65(0x1b3))/0xa);if(_0x1bb5fd===_0x66cab1)break;else _0x2ed9fc['push'](_0x2ed9fc['shift']());}catch(_0x30cb65){_0x2ed9fc['push'](_0x2ed9fc['shift']());}}}(_0x1255,0x8b88d));function _0x1c61(_0x2403af,_0x12dd87){_0x2403af=_0x2403af-0x189;const _0x125557=_0x1255();let _0x1c61ec=_0x125557[_0x2403af];return _0x1c61ec;}function _0x1255(){const _0x5806e5=['Lapisan','Tambahkan\x20deskripsi','Tebal','Warna\x20teks','Tampilkan\x20semua','Kirim\x20ke\x20Belakang','Detail','Hapus\x20Bentuk','Perataan\x20horizontal','bawah','Perataan\x20vertikal','Pangkas\x20ke\x20Bentuk','4560425WMnKFk','Miring','1077171cnNNbj','4482408DaKzjK','Sembunyikan\x20Panel\x20Bentuk','Balik\x20Vertikal','kanan','Warna\x20latar\x20teks','48qjSnqF','Ukuran\x20font','Buka\x20Panel\x20Lapisan','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','Nama','4245190sLUSOF','Ubah\x20Teks\x20Vertikal','Bentuk','Rata\x20Tengah','Tutup','tengah','2xwnoEx','Warna\x20isian','425222DYVFqR','Posisi\x20Bentuk','Buka\x20Panel\x20Bentuk','72cdZscX','3145356WcVLQx','Tampilkan','Atur\x20ulang','Balik\x20Horizontal','Perbesar\x20ukuran\x20font','437463oWuhMq','Putar\x20Kanan\x2090°','Perkecil\x20ukuran\x20font','Putar\x20Kiri\x2090°'];_0x1255=function(){return _0x5806e5;};return _0x1255();}const e={'sheets-shape-ui':{'align':{'top':'atas','middle':_0x59ce3d(0x18a),'bottom':_0x59ce3d(0x1a3),'left':'kiri','center':_0x59ce3d(0x18a),'right':_0x59ce3d(0x1ac)},'toolbar':{'verticalAlignMode':{'main':_0x59ce3d(0x1a4)},'horizontalAlignMode':{'main':_0x59ce3d(0x1a2)},'fillColor':{'main':_0x59ce3d(0x18c)},'fontSize':_0x59ce3d(0x1af),'fontSizeIncrease':_0x59ce3d(0x195),'fontSizeDecrease':_0x59ce3d(0x198),'alignLeft':'Rata\x20Kiri','alignCenter':_0x59ce3d(0x1b6),'alignRight':'Rata\x20Kanan','alignJustify':'Rata\x20Kanan\x20Kiri','bold':_0x59ce3d(0x19c),'italic':_0x59ce3d(0x1a7),'underline':'Garis\x20bawah','strikethrough':'Coret','textColor':_0x59ce3d(0x19d),'textBackgroundColor':_0x59ce3d(0x1ad),'resetColor':_0x59ce3d(0x193)},'imagePanel':{'crop':{'shape':_0x59ce3d(0x1a5)}},'permission':{'editErr':_0x59ce3d(0x1b1)},'title':_0x59ce3d(0x1b5),'insertShape':'Sisipkan\x20Bentuk','openPanel':_0x59ce3d(0x18f),'deleteShape':_0x59ce3d(0x1a1),'hidePanel':_0x59ce3d(0x1aa),'formatShape':'Format\x20Bentuk','shapeStyle':'Gaya\x20Bentuk','shapePosition':_0x59ce3d(0x18e),'toggleFlipH':_0x59ce3d(0x194),'toggleFlipV':_0x59ce3d(0x1ab),'rotateRight90':_0x59ce3d(0x197),'rotateLeft90':_0x59ce3d(0x199),'toggleTextVertical':_0x59ce3d(0x1b4),'objectListPanel':{'title':_0x59ce3d(0x19a),'open':_0x59ce3d(0x1b0),'empty':'Tidak\x20ada\x20objek','showAll':_0x59ce3d(0x19e),'hideAll':'Sembunyikan\x20semua','show':_0x59ce3d(0x192),'hide':'Sembunyikan','moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0x59ce3d(0x19f),'close':_0x59ce3d(0x189),'name':_0x59ce3d(0x1b2),'nameInput':'Nama\x20objek','description':'Deskripsi','descriptionPlaceholder':_0x59ce3d(0x19b),'details':_0x59ce3d(0x1a0),'noSelection':'Pilih\x20objek\x20untuk\x20mengedit\x20detail'}}};export{e as default};
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x22d3(_0x861beb,_0x6ea0ba){_0x861beb=_0x861beb-0x134;const _0x105fda=_0x105f();let _0x22d34c=_0x105fda[_0x861beb];return _0x22d34c;}const _0x5d8f20=_0x22d3;(function(_0x26bf28,_0x351b38){const _0x431169=_0x22d3,_0x302483=_0x26bf28();while(!![]){try{const _0x59f622=-parseInt(_0x431169(0x134))/0x1+-parseInt(_0x431169(0x148))/0x2+-parseInt(_0x431169(0x168))/0x3*(-parseInt(_0x431169(0x154))/0x4)+parseInt(_0x431169(0x149))/0x5+parseInt(_0x431169(0x139))/0x6*(parseInt(_0x431169(0x140))/0x7)+parseInt(_0x431169(0x150))/0x8+-parseInt(_0x431169(0x161))/0x9;if(_0x59f622===_0x351b38)break;else _0x302483['push'](_0x302483['shift']());}catch(_0x56b9e0){_0x302483['push'](_0x302483['shift']());}}}(_0x105f,0x3246a));const e={'sheets-shape-ui':{'align':{'top':'superiore','middle':_0x5d8f20(0x15a),'bottom':_0x5d8f20(0x135),'left':_0x5d8f20(0x14f),'center':'centro','right':_0x5d8f20(0x14d)},'toolbar':{'verticalAlignMode':{'main':_0x5d8f20(0x14b)},'horizontalAlignMode':{'main':_0x5d8f20(0x13f)},'fillColor':{'main':_0x5d8f20(0x14a)},'fontSize':_0x5d8f20(0x143),'fontSizeIncrease':_0x5d8f20(0x136),'fontSizeDecrease':_0x5d8f20(0x15b),'alignLeft':_0x5d8f20(0x13a),'alignCenter':_0x5d8f20(0x137),'alignRight':_0x5d8f20(0x164),'alignJustify':_0x5d8f20(0x158),'bold':_0x5d8f20(0x157),'italic':_0x5d8f20(0x151),'underline':'Sottolineato','strikethrough':_0x5d8f20(0x145),'textColor':_0x5d8f20(0x138),'textBackgroundColor':_0x5d8f20(0x163),'resetColor':_0x5d8f20(0x15d)},'imagePanel':{'crop':{'shape':'Ritaglia\x20a\x20forma'}},'permission':{'editErr':_0x5d8f20(0x166)},'title':_0x5d8f20(0x155),'insertShape':_0x5d8f20(0x15f),'openPanel':_0x5d8f20(0x147),'deleteShape':_0x5d8f20(0x159),'hidePanel':_0x5d8f20(0x13b),'formatShape':_0x5d8f20(0x160),'shapeStyle':_0x5d8f20(0x152),'shapePosition':_0x5d8f20(0x144),'toggleFlipH':_0x5d8f20(0x167),'toggleFlipV':_0x5d8f20(0x14e),'rotateRight90':'Ruota\x20a\x20destra\x2090°','rotateLeft90':_0x5d8f20(0x15c),'toggleTextVertical':_0x5d8f20(0x146),'objectListPanel':{'title':_0x5d8f20(0x14c),'open':'Apri\x20pannello\x20livelli','empty':_0x5d8f20(0x142),'showAll':_0x5d8f20(0x13c),'hideAll':_0x5d8f20(0x13d),'show':_0x5d8f20(0x153),'hide':'Nascondi','moveForward':'Porta\x20avanti','moveBackward':_0x5d8f20(0x13e),'close':'Chiudi','name':'Nome','nameInput':_0x5d8f20(0x141),'description':_0x5d8f20(0x162),'descriptionPlaceholder':_0x5d8f20(0x165),'details':_0x5d8f20(0x156),'noSelection':_0x5d8f20(0x15e)}}};export{e as default};function _0x105f(){const _0x5e4556=['Apri\x20pannello\x20forma','504558ILzQfe','1496320jmCZGW','Colore\x20riempimento','Allineamento\x20verticale','Livelli','destra','Attiva/disattiva\x20capovolgimento\x20verticale','sinistra','1219368eVteMf','Corsivo','Stile\x20forma','Mostra','68812WrksOI','Forma','Dettagli','Grassetto','Giustifica','Elimina\x20forma','centrale','Diminuisci\x20dimensione\x20carattere','Ruota\x20a\x20sinistra\x2090°','Reimposta','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','Inserisci\x20forma','Formato\x20forma','3566187xdpAyu','Descrizione','Colore\x20sfondo\x20testo','Allinea\x20a\x20Destra','Aggiungi\x20descrizione','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Attiva/disattiva\x20capovolgimento\x20orizzontale','57ZGbyrN','42368YItXan','inferiore','Aumenta\x20dimensione\x20carattere','Allinea\x20al\x20Centro','Colore\x20testo','39426YGiKjw','Allinea\x20a\x20Sinistra','Nascondi\x20pannello\x20forma','Mostra\x20tutto','Nascondi\x20tutto','Porta\x20indietro','Allineamento\x20orizzontale','126RHAHtI','Nome\x20oggetto','Nessun\x20oggetto','Dimensione\x20carattere','Posizione\x20forma','Barrato','Attiva/disattiva\x20testo\x20verticale'];_0x105f=function(){return _0x5e4556;};return _0x105f();}
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x51ff90=_0x49cb;function _0x49cb(_0x19de09,_0x4df2e9){_0x19de09=_0x19de09-0x117;const _0xffa16b=_0xffa1();let _0x49cb81=_0xffa16b[_0x19de09];return _0x49cb81;}(function(_0x283407,_0x2b1dba){const _0x2d95f2=_0x49cb,_0x17c2c6=_0x283407();while(!![]){try{const _0x581c51=parseInt(_0x2d95f2(0x13d))/0x1+-parseInt(_0x2d95f2(0x12e))/0x2*(-parseInt(_0x2d95f2(0x12f))/0x3)+parseInt(_0x2d95f2(0x124))/0x4*(parseInt(_0x2d95f2(0x12b))/0x5)+parseInt(_0x2d95f2(0x139))/0x6+-parseInt(_0x2d95f2(0x117))/0x7*(parseInt(_0x2d95f2(0x11f))/0x8)+-parseInt(_0x2d95f2(0x11e))/0x9*(-parseInt(_0x2d95f2(0x11b))/0xa)+-parseInt(_0x2d95f2(0x120))/0xb;if(_0x581c51===_0x2b1dba)break;else _0x17c2c6['push'](_0x17c2c6['shift']());}catch(_0x52c173){_0x17c2c6['push'](_0x17c2c6['shift']());}}}(_0xffa1,0x9d923));function _0xffa1(){const _0x404fc7=['7JaqpYd','左揃え','図形スタイル','横方向の配置','9388190huUSzw','塗りつぶし色','図形を削除','9zzqDIH','7106344SQKJvw','19430587lugPyV','オブジェクトがありません','時計回りに\x2090\x20度回転','垂直反転の切り替え','1132akNFMc','前面へ移動','形状にトリミング','初期化','フォントサイズを縮小','中央揃え','フォントサイズを拡大','2370GPCQce','すべて非表示','右揃え','46186dKUdrd','150ZCvtcH','説明を追加','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','レイヤーパネルを開く','文字の色','取り消し線','図形の書式設定','閉じる','左寄せ','オブジェクト名','4080210UjWnTi','反時計回りに\x2090\x20度回転','右寄せ','図形パネルを非表示','392475chvkni','非表示','図形の挿入','フォントサイズ','テキストの縦書き/横書きの切り替え'];_0xffa1=function(){return _0x404fc7;};return _0xffa1();}const e={'sheets-shape-ui':{'align':{'top':'上','middle':'中央','bottom':'下','left':_0x51ff90(0x137),'center':'中央','right':_0x51ff90(0x13b)},'toolbar':{'verticalAlignMode':{'main':'縦方向の配置'},'horizontalAlignMode':{'main':_0x51ff90(0x11a)},'fillColor':{'main':_0x51ff90(0x11c)},'fontSize':_0x51ff90(0x140),'fontSizeIncrease':_0x51ff90(0x12a),'fontSizeDecrease':_0x51ff90(0x128),'alignLeft':_0x51ff90(0x118),'alignCenter':_0x51ff90(0x129),'alignRight':_0x51ff90(0x12d),'alignJustify':'両端揃え','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x51ff90(0x134),'textColor':_0x51ff90(0x133),'textBackgroundColor':'塗りつぶしの色','resetColor':_0x51ff90(0x127)},'imagePanel':{'crop':{'shape':_0x51ff90(0x126)}},'permission':{'editErr':_0x51ff90(0x131)},'title':'図形','insertShape':_0x51ff90(0x13f),'openPanel':'図形パネルを開く','deleteShape':_0x51ff90(0x11d),'hidePanel':_0x51ff90(0x13c),'formatShape':_0x51ff90(0x135),'shapeStyle':_0x51ff90(0x119),'shapePosition':'図形の位置','toggleFlipH':'水平反転の切り替え','toggleFlipV':_0x51ff90(0x123),'rotateRight90':_0x51ff90(0x122),'rotateLeft90':_0x51ff90(0x13a),'toggleTextVertical':_0x51ff90(0x141),'objectListPanel':{'title':'レイヤー','open':_0x51ff90(0x132),'empty':_0x51ff90(0x121),'showAll':'すべて表示','hideAll':_0x51ff90(0x12c),'show':'表示','hide':_0x51ff90(0x13e),'moveForward':_0x51ff90(0x125),'moveBackward':'背面へ移動','close':_0x51ff90(0x136),'name':'名前','nameInput':_0x51ff90(0x138),'description':'説明','descriptionPlaceholder':_0x51ff90(0x130),'details':'詳細','noSelection':'詳細を編集するオブジェクトを選択'}}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0xc807(_0xaedb10,_0x4c70bf){_0xaedb10=_0xaedb10-0x123;const _0x18aa87=_0x18aa();let _0xc80775=_0x18aa87[_0xaedb10];return _0xc80775;}const _0x28e552=_0xc807;(function(_0x309d2f,_0x40ae08){const _0x2201e8=_0xc807,_0x13b898=_0x309d2f();while(!![]){try{const _0x256d95=parseInt(_0x2201e8(0x127))/0x1+parseInt(_0x2201e8(0x130))/0x2*(parseInt(_0x2201e8(0x131))/0x3)+parseInt(_0x2201e8(0x12f))/0x4+parseInt(_0x2201e8(0x134))/0x5+parseInt(_0x2201e8(0x14f))/0x6*(-parseInt(_0x2201e8(0x135))/0x7)+parseInt(_0x2201e8(0x13d))/0x8+parseInt(_0x2201e8(0x148))/0x9*(-parseInt(_0x2201e8(0x14b))/0xa);if(_0x256d95===_0x40ae08)break;else _0x13b898['push'](_0x13b898['shift']());}catch(_0x19a31e){_0x13b898['push'](_0x13b898['shift']());}}}(_0x18aa,0x77d7a));const e={'sheets-shape-ui':{'align':{'top':'위쪽','middle':_0x28e552(0x14d),'bottom':_0x28e552(0x14c),'left':'왼쪽','center':_0x28e552(0x14d),'right':_0x28e552(0x14e)},'toolbar':{'verticalAlignMode':{'main':_0x28e552(0x138)},'horizontalAlignMode':{'main':_0x28e552(0x137)},'fillColor':{'main':_0x28e552(0x143)},'fontSize':'글꼴\x20크기','fontSizeIncrease':'글꼴\x20크기\x20증가','fontSizeDecrease':_0x28e552(0x136),'alignLeft':_0x28e552(0x12b),'alignCenter':_0x28e552(0x129),'alignRight':_0x28e552(0x140),'alignJustify':_0x28e552(0x13a),'bold':'굵게','italic':_0x28e552(0x123),'underline':'밑줄','strikethrough':_0x28e552(0x149),'textColor':'글자\x20색상','textBackgroundColor':_0x28e552(0x12a),'resetColor':_0x28e552(0x142)},'imagePanel':{'crop':{'shape':'모양에\x20맞게\x20자르기'}},'permission':{'editErr':_0x28e552(0x139)},'title':'도형','insertShape':_0x28e552(0x132),'openPanel':_0x28e552(0x12e),'deleteShape':_0x28e552(0x13f),'hidePanel':_0x28e552(0x145),'formatShape':_0x28e552(0x146),'shapeStyle':_0x28e552(0x150),'shapePosition':_0x28e552(0x128),'toggleFlipH':_0x28e552(0x14a),'toggleFlipV':_0x28e552(0x133),'rotateRight90':_0x28e552(0x152),'rotateLeft90':_0x28e552(0x141),'toggleTextVertical':_0x28e552(0x124),'objectListPanel':{'title':_0x28e552(0x147),'open':_0x28e552(0x12c),'empty':'개체\x20없음','showAll':_0x28e552(0x13c),'hideAll':_0x28e552(0x13e),'show':'표시','hide':_0x28e552(0x126),'moveForward':_0x28e552(0x125),'moveBackward':_0x28e552(0x12d),'close':'닫기','name':'이름','nameInput':_0x28e552(0x144),'description':'설명','descriptionPlaceholder':_0x28e552(0x13b),'details':_0x28e552(0x151),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};export{e as default};function _0x18aa(){const _0x38f779=['도형\x20스타일','세부\x20정보','시계\x20방향으로\x2090도\x20회전','기울임꼴','텍스트\x20세로/가로\x20전환','앞으로\x20가져오기','숨기기','303866jKwGAf','도형\x20위치','가운데\x20정렬','글자\x20배경색','왼쪽\x20정렬','레이어\x20패널\x20열기','뒤로\x20보내기','도형\x20패널\x20열기','214960FDYDHW','158302RqByAv','30VqdVUP','도형\x20삽입','세로\x20뒤집기\x20전환','792440qwznCN','5104393kJBCIH','글꼴\x20크기\x20감소','가로\x20정렬','세로\x20정렬','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','양쪽\x20맞춤','설명\x20추가','모두\x20표시','6831688LSJDKV','모두\x20숨기기','도형\x20삭제','오른쪽\x20정렬','반시계\x20방향으로\x2090도\x20회전','초기화','채우기\x20색상','개체\x20이름','도형\x20패널\x20숨기기','도형\x20서식','레이어','954UPNPoB','취소선','가로\x20뒤집기\x20전환','88820wggtJe','아래쪽','가운데','오른쪽','6zpsDvu'];_0x18aa=function(){return _0x38f779;};return _0x18aa();}
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x507fbb=_0x59c2;(function(_0xc6edc,_0x351121){const _0x4d8a70=_0x59c2,_0x50f54a=_0xc6edc();while(!![]){try{const _0x22b159=parseInt(_0x4d8a70(0x20a))/0x1+-parseInt(_0x4d8a70(0x1f3))/0x2+parseInt(_0x4d8a70(0x20f))/0x3*(parseInt(_0x4d8a70(0x1ff))/0x4)+parseInt(_0x4d8a70(0x20d))/0x5*(-parseInt(_0x4d8a70(0x210))/0x6)+parseInt(_0x4d8a70(0x1ee))/0x7*(-parseInt(_0x4d8a70(0x215))/0x8)+-parseInt(_0x4d8a70(0x202))/0x9*(-parseInt(_0x4d8a70(0x1f1))/0xa)+parseInt(_0x4d8a70(0x20e))/0xb;if(_0x22b159===_0x351121)break;else _0x50f54a['push'](_0x50f54a['shift']());}catch(_0x1d20b9){_0x50f54a['push'](_0x50f54a['shift']());}}}(_0x1f83,0xedad6));const e={'sheets-shape-ui':{'align':{'top':_0x507fbb(0x1f4),'middle':_0x507fbb(0x1f8),'bottom':_0x507fbb(0x203),'left':'lewo','center':_0x507fbb(0x1f8),'right':'prawo'},'toolbar':{'verticalAlignMode':{'main':_0x507fbb(0x1ec)},'horizontalAlignMode':{'main':'Wyrównanie\x20poziome'},'fillColor':{'main':_0x507fbb(0x1fb)},'fontSize':_0x507fbb(0x1fa),'fontSizeIncrease':'Zwiększ\x20rozmiar\x20czcionki','fontSizeDecrease':'Zmniejsz\x20rozmiar\x20czcionki','alignLeft':_0x507fbb(0x1f2),'alignCenter':_0x507fbb(0x1f9),'alignRight':_0x507fbb(0x208),'alignJustify':_0x507fbb(0x214),'bold':'Pogrubienie','italic':_0x507fbb(0x1f0),'underline':'Podkreślenie','strikethrough':_0x507fbb(0x201),'textColor':_0x507fbb(0x212),'textBackgroundColor':'Kolor\x20tła\x20tekstu','resetColor':'Resetuj'},'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x507fbb(0x207)},'title':'Kształt','insertShape':_0x507fbb(0x218),'openPanel':'Otwórz\x20panel\x20kształtów','deleteShape':_0x507fbb(0x213),'hidePanel':_0x507fbb(0x204),'formatShape':_0x507fbb(0x20c),'shapeStyle':_0x507fbb(0x1f5),'shapePosition':_0x507fbb(0x1fc),'toggleFlipH':_0x507fbb(0x217),'toggleFlipV':_0x507fbb(0x211),'rotateRight90':_0x507fbb(0x1ed),'rotateLeft90':'Obróć\x20w\x20lewo\x20o\x2090°','toggleTextVertical':_0x507fbb(0x216),'objectListPanel':{'title':'Warstwy','open':_0x507fbb(0x1f6),'empty':'Brak\x20obiektów','showAll':'Pokaż\x20wszystko','hideAll':'Ukryj\x20wszystko','show':_0x507fbb(0x1fe),'hide':_0x507fbb(0x1ef),'moveForward':_0x507fbb(0x205),'moveBackward':_0x507fbb(0x206),'close':_0x507fbb(0x20b),'name':_0x507fbb(0x209),'nameInput':_0x507fbb(0x1fd),'description':'Opis','descriptionPlaceholder':_0x507fbb(0x1f7),'details':'Szczegóły','noSelection':_0x507fbb(0x200)}}};export{e as default};function _0x59c2(_0x40a4fc,_0x4b7a1b){_0x40a4fc=_0x40a4fc-0x1ec;const _0x1f8389=_0x1f83();let _0x59c228=_0x1f8389[_0x40a4fc];return _0x59c228;}function _0x1f83(){const _0x1a27f1=['1918PlLpGs','Ukryj','Kursywa','6452170lKoIGY','Wyrównaj\x20do\x20lewej','50368IRJwmk','góra','Styl\x20kształtu','Otwórz\x20panel\x20warstw','Dodaj\x20opis','środek','Wyrównaj\x20do\x20środka','Rozmiar\x20czcionki','Kolor\x20wypełnienia','Pozycja\x20kształtu','Nazwa\x20obiektu','Pokaż','3748WrXRNz','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Przekreślenie','9gcPUBZ','dół','Ukryj\x20panel\x20kształtów','Przesuń\x20do\x20przodu','Przesuń\x20do\x20tyłu','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','Wyrównaj\x20do\x20prawej','Nazwa','998213uXmvoV','Zamknij','Formatuj\x20kształt','32965rceNhv','11731599iOnCOC','2406nMPhkM','1254YbHjpc','Przerzuć\x20w\x20pionie','Kolor\x20tekstu','Usuń\x20kształt','Wyjustuj','31672ZszVox','Przełącz\x20tekst\x20pionowy','Przerzuć\x20w\x20poziomie','Wstaw\x20kształt','Wyrównanie\x20pionowe','Obróć\x20w\x20prawo\x20o\x2090°'];_0x1f83=function(){return _0x1a27f1;};return _0x1f83();}
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x147cd7=_0x3bab;(function(_0x349a92,_0x2620ba){const _0x5d5c0f=_0x3bab,_0x4fdf7e=_0x349a92();while(!![]){try{const _0x15573f=-parseInt(_0x5d5c0f(0x1fd))/0x1*(-parseInt(_0x5d5c0f(0x1ff))/0x2)+parseInt(_0x5d5c0f(0x20a))/0x3*(parseInt(_0x5d5c0f(0x1ee))/0x4)+-parseInt(_0x5d5c0f(0x1f9))/0x5*(-parseInt(_0x5d5c0f(0x206))/0x6)+-parseInt(_0x5d5c0f(0x1f5))/0x7*(-parseInt(_0x5d5c0f(0x1eb))/0x8)+-parseInt(_0x5d5c0f(0x1f2))/0x9*(-parseInt(_0x5d5c0f(0x203))/0xa)+parseInt(_0x5d5c0f(0x1f1))/0xb+-parseInt(_0x5d5c0f(0x1e6))/0xc*(parseInt(_0x5d5c0f(0x20b))/0xd);if(_0x15573f===_0x2620ba)break;else _0x4fdf7e['push'](_0x4fdf7e['shift']());}catch(_0x4874df){_0x4fdf7e['push'](_0x4fdf7e['shift']());}}}(_0x65c6,0x7bc9c));const e={'sheets-shape-ui':{'align':{'top':_0x147cd7(0x204),'middle':_0x147cd7(0x20c),'bottom':_0x147cd7(0x20d),'left':_0x147cd7(0x1e8),'center':'centro','right':_0x147cd7(0x1f4)},'toolbar':{'verticalAlignMode':{'main':_0x147cd7(0x200)},'horizontalAlignMode':{'main':_0x147cd7(0x1fc)},'fillColor':{'main':_0x147cd7(0x1f3)},'fontSize':_0x147cd7(0x1e3),'fontSizeIncrease':_0x147cd7(0x208),'fontSizeDecrease':_0x147cd7(0x210),'alignLeft':_0x147cd7(0x1ed),'alignCenter':'Alinhar\x20ao\x20centro','alignRight':_0x147cd7(0x1fb),'alignJustify':_0x147cd7(0x1f6),'bold':'Negrito','italic':'Itálico','underline':_0x147cd7(0x1f7),'strikethrough':'Tachado','textColor':_0x147cd7(0x1f0),'textBackgroundColor':_0x147cd7(0x1e2),'resetColor':_0x147cd7(0x1e7)},'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':_0x147cd7(0x1fa)},'title':'Forma','insertShape':_0x147cd7(0x209),'openPanel':_0x147cd7(0x1e5),'deleteShape':_0x147cd7(0x207),'hidePanel':'Ocultar\x20painel\x20de\x20formas','formatShape':_0x147cd7(0x1ec),'shapeStyle':_0x147cd7(0x1fe),'shapePosition':_0x147cd7(0x20f),'toggleFlipH':_0x147cd7(0x1e9),'toggleFlipV':_0x147cd7(0x202),'rotateRight90':'Girar\x2090°\x20para\x20direita','rotateLeft90':'Girar\x2090°\x20para\x20esquerda','toggleTextVertical':'Alternar\x20texto\x20vertical','objectListPanel':{'title':'Camadas','open':_0x147cd7(0x1e4),'empty':'Nenhum\x20objeto','showAll':_0x147cd7(0x201),'hideAll':'Ocultar\x20tudo','show':_0x147cd7(0x20e),'hide':'Ocultar','moveForward':_0x147cd7(0x1ef),'moveBackward':_0x147cd7(0x1e1),'close':'Fechar','name':'Nome','nameInput':'Nome\x20do\x20objeto','description':_0x147cd7(0x1ea),'descriptionPlaceholder':_0x147cd7(0x205),'details':_0x147cd7(0x1f8),'noSelection':'Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes'}}};function _0x65c6(){const _0x439fcb=['3954255ounqXB','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Alinhar\x20à\x20direita','Alinhamento\x20horizontal','1UfFHEu','Estilo\x20da\x20forma','191714WfxViU','Alinhamento\x20vertical','Mostrar\x20tudo','Alternar\x20inversão\x20vertical','20gqWDTR','superior','Adicionar\x20descrição','6aqKvGh','Excluir\x20forma','Aumentar\x20tamanho\x20da\x20fonte','Inserir\x20forma','21EetTuD','20618fAybNb','meio','inferior','Mostrar','Posição\x20da\x20forma','Diminuir\x20tamanho\x20da\x20fonte','Enviar\x20para\x20trás','Cor\x20de\x20fundo\x20do\x20texto','Tamanho\x20da\x20fonte','Abrir\x20painel\x20de\x20camadas','Abrir\x20painel\x20de\x20formas','12336dFWjnA','Redefinir','esquerda','Alternar\x20inversão\x20horizontal','Descrição','4564232hkQEny','Formatar\x20forma','Alinhar\x20à\x20esquerda','206292eEVilI','Trazer\x20para\x20frente','Cor\x20do\x20texto','2837846FwxIyx','275445JkIZLT','Cor\x20de\x20preenchimento','direita','7PqyzNs','Justificar','Sublinhado','Detalhes'];_0x65c6=function(){return _0x439fcb;};return _0x65c6();}function _0x3bab(_0x35bac4,_0x5e6331){_0x35bac4=_0x35bac4-0x1e1;const _0x65c65c=_0x65c6();let _0x3bab5a=_0x65c65c[_0x35bac4];return _0x3bab5a;}export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2cc310=_0x551e;(function(_0x17048f,_0x27b10e){const _0x51bfe5=_0x551e,_0x268d14=_0x17048f();while(!![]){try{const _0x483f82=parseInt(_0x51bfe5(0x1c6))/0x1*(parseInt(_0x51bfe5(0x1b3))/0x2)+parseInt(_0x51bfe5(0x19d))/0x3+-parseInt(_0x51bfe5(0x1a1))/0x4+-parseInt(_0x51bfe5(0x19f))/0x5*(parseInt(_0x51bfe5(0x1a4))/0x6)+parseInt(_0x51bfe5(0x1a8))/0x7*(parseInt(_0x51bfe5(0x197))/0x8)+parseInt(_0x51bfe5(0x1be))/0x9*(parseInt(_0x51bfe5(0x1c2))/0xa)+parseInt(_0x51bfe5(0x1c5))/0xb;if(_0x483f82===_0x27b10e)break;else _0x268d14['push'](_0x268d14['shift']());}catch(_0x42264b){_0x268d14['push'](_0x268d14['shift']());}}}(_0x4fdc,0x2639e));function _0x4fdc(){const _0x2bd9cc=['Повернуть\x20на\x2090\x20градусов\x20против\x20часовой\x20стрелки','Зачеркнутый','Уменьшить\x20размер\x20шрифта','Сбросить','Удалить\x20фигуру','Стиль\x20фигуры','Низ','Переместить\x20назад','8sicAjL','Описание','Право','Переключить\x20вертикальное\x20положение\x20текста','Выровнять\x20по\x20левому\x20краю','Скрыть\x20панель\x20фигур','528591tpPOlh','Подчеркнутый','5pAfbOK','Слои','1245420uRpODt','Переместить\x20вперед','Полужирный','1632324QkDItP','Форматировать\x20фигуру','Обрезать\x20по\x20форме','Размер\x20шрифта','796012uMXBsx','Центр','Показать','Закрыть','Добавить\x20описание','Открыть\x20панель\x20слоев','Скрыть','Переключить\x20вертикальное\x20отражение','Выровнять\x20по\x20центру','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','Верх','158RyVnih','Горизонтальное\x20выравнивание','Выровнять\x20по\x20правому\x20краю','Скрыть\x20все','Цвет\x20текста','Вставить\x20фигуру','Лево','Повернуть\x20на\x2090\x20градусов\x20по\x20часовой\x20стрелке','Имя','Увеличить\x20размер\x20шрифта','Цвет\x20заливки','841527hZPnlt','Выберите\x20объект\x20для\x20редактирования\x20сведений','Сведения','Выровнять\x20по\x20ширине','10XMgHNF','Положение\x20фигуры','Вертикальное\x20выравнивание','1383888nFoEAW','2921XjLKUN','Фигура'];_0x4fdc=function(){return _0x2bd9cc;};return _0x4fdc();}function _0x551e(_0x24d6a5,_0x443595){_0x24d6a5=_0x24d6a5-0x192;const _0x4fdca5=_0x4fdc();let _0x551ee2=_0x4fdca5[_0x24d6a5];return _0x551ee2;}const e={'sheets-shape-ui':{'align':{'top':_0x2cc310(0x1b2),'middle':'Середина','bottom':_0x2cc310(0x195),'left':_0x2cc310(0x1b9),'center':_0x2cc310(0x1a9),'right':_0x2cc310(0x199)},'toolbar':{'verticalAlignMode':{'main':_0x2cc310(0x1c4)},'horizontalAlignMode':{'main':_0x2cc310(0x1b4)},'fillColor':{'main':_0x2cc310(0x1bd)},'fontSize':_0x2cc310(0x1a7),'fontSizeIncrease':_0x2cc310(0x1bc),'fontSizeDecrease':_0x2cc310(0x1ca),'alignLeft':_0x2cc310(0x19b),'alignCenter':_0x2cc310(0x1b0),'alignRight':_0x2cc310(0x1b5),'alignJustify':_0x2cc310(0x1c1),'bold':_0x2cc310(0x1a3),'italic':'Курсив','underline':_0x2cc310(0x19e),'strikethrough':_0x2cc310(0x1c9),'textColor':_0x2cc310(0x1b7),'textBackgroundColor':'Цвет\x20фона\x20текста','resetColor':_0x2cc310(0x192)},'imagePanel':{'crop':{'shape':_0x2cc310(0x1a6)}},'permission':{'editErr':_0x2cc310(0x1b1)},'title':_0x2cc310(0x1c7),'insertShape':_0x2cc310(0x1b8),'openPanel':'Открыть\x20панель\x20фигур','deleteShape':_0x2cc310(0x193),'hidePanel':_0x2cc310(0x19c),'formatShape':_0x2cc310(0x1a5),'shapeStyle':_0x2cc310(0x194),'shapePosition':_0x2cc310(0x1c3),'toggleFlipH':'Переключить\x20горизонтальное\x20отражение','toggleFlipV':_0x2cc310(0x1af),'rotateRight90':_0x2cc310(0x1ba),'rotateLeft90':_0x2cc310(0x1c8),'toggleTextVertical':_0x2cc310(0x19a),'objectListPanel':{'title':_0x2cc310(0x1a0),'open':_0x2cc310(0x1ad),'empty':'Нет\x20объектов','showAll':'Показать\x20все','hideAll':_0x2cc310(0x1b6),'show':_0x2cc310(0x1aa),'hide':_0x2cc310(0x1ae),'moveForward':_0x2cc310(0x1a2),'moveBackward':_0x2cc310(0x196),'close':_0x2cc310(0x1ab),'name':_0x2cc310(0x1bb),'nameInput':'Имя\x20объекта','description':_0x2cc310(0x198),'descriptionPlaceholder':_0x2cc310(0x1ac),'details':_0x2cc310(0x1c0),'noSelection':_0x2cc310(0x1bf)}}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x12a604=_0x1e3e;function _0x1e3e(_0x3b480f,_0x3b5b6e){_0x3b480f=_0x3b480f-0x187;const _0x3a8df9=_0x3a8d();let _0x1e3e41=_0x3a8df9[_0x3b480f];return _0x1e3e41;}function _0x3a8d(){const _0x23cc04=['Tučné','Zavrieť','Skryť','Farba\x20výplne','Posunúť\x20dozadu','7BhYWmJ','Tvar','81qUFNkD','Názov\x20objektu','Zarovnať\x20doľava','Farba\x20textu','Vložiť\x20tvar','Prečiarknuté','Otočiť\x20doprava\x20o\x2090°','Posunúť\x20dopredu','Zobraziť','Otvoriť\x20panel\x20vrstiev','Otočiť\x20doľava\x20o\x2090°','105naCpoB','10812QFcsHl','Oříznout\x20podle\x20tvaru','vpravo','3910wvJZzC','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','3762jHjpii','Popis','Farba\x20pozadia\x20textu','Podrobnosti','Poloha\x20tvaru','2101TTzMGJ','dole','Zvislé\x20zarovnanie','Zarovnať\x20na\x20stred','20472pFJeXs','Zväčšiť\x20písmo','Štýl\x20tvaru','11520prBdIb','Kurzíva','457014rrNKrv','1833008HScfIO','Odstrániť\x20tvar','Podčiarknutie','Formátovať\x20tvar','Zarovnať\x20do\x20bloku','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','Vrstvy','Otvoriť\x20panel\x20tvarov','Zmenšiť\x20písmo','275130yeNOZr','Prepnúť\x20vodorovné\x20prevrátenie'];_0x3a8d=function(){return _0x23cc04;};return _0x3a8d();}(function(_0x46999d,_0x22c2c2){const _0x10db2d=_0x1e3e,_0x4e16ec=_0x46999d();while(!![]){try{const _0x2326fb=-parseInt(_0x10db2d(0x1b3))/0x1+-parseInt(_0x10db2d(0x1a7))/0x2*(-parseInt(_0x10db2d(0x18a))/0x3)+-parseInt(_0x10db2d(0x196))/0x4*(parseInt(_0x10db2d(0x195))/0x5)+parseInt(_0x10db2d(0x1a9))/0x6*(-parseInt(_0x10db2d(0x188))/0x7)+parseInt(_0x10db2d(0x1aa))/0x8+parseInt(_0x10db2d(0x19b))/0x9*(-parseInt(_0x10db2d(0x199))/0xa)+-parseInt(_0x10db2d(0x1a0))/0xb*(-parseInt(_0x10db2d(0x1a4))/0xc);if(_0x2326fb===_0x22c2c2)break;else _0x4e16ec['push'](_0x4e16ec['shift']());}catch(_0x5e500f){_0x4e16ec['push'](_0x4e16ec['shift']());}}}(_0x3a8d,0x21ef0));const e={'sheets-shape-ui':{'align':{'top':'hore','middle':'stred','bottom':_0x12a604(0x1a1),'left':'vľavo','center':'na\x20stred','right':_0x12a604(0x198)},'toolbar':{'verticalAlignMode':{'main':_0x12a604(0x1a2)},'horizontalAlignMode':{'main':'Vodorovné\x20zarovnanie'},'fillColor':{'main':_0x12a604(0x1b8)},'fontSize':'Veľkosť\x20písma','fontSizeIncrease':_0x12a604(0x1a5),'fontSizeDecrease':_0x12a604(0x1b2),'alignLeft':_0x12a604(0x18c),'alignCenter':_0x12a604(0x1a3),'alignRight':'Zarovnať\x20doprava','alignJustify':_0x12a604(0x1ae),'bold':_0x12a604(0x1b5),'italic':_0x12a604(0x1a8),'underline':_0x12a604(0x1ac),'strikethrough':_0x12a604(0x18f),'textColor':_0x12a604(0x18d),'textBackgroundColor':_0x12a604(0x19d),'resetColor':'Obnoviť'},'imagePanel':{'crop':{'shape':_0x12a604(0x197)}},'permission':{'editErr':_0x12a604(0x19a)},'title':_0x12a604(0x189),'insertShape':_0x12a604(0x18e),'openPanel':_0x12a604(0x1b1),'deleteShape':_0x12a604(0x1ab),'hidePanel':'Skryť\x20panel\x20tvarov','formatShape':_0x12a604(0x1ad),'shapeStyle':_0x12a604(0x1a6),'shapePosition':_0x12a604(0x19f),'toggleFlipH':_0x12a604(0x1b4),'toggleFlipV':'Prepnúť\x20zvislé\x20prevrátenie','rotateRight90':_0x12a604(0x190),'rotateLeft90':_0x12a604(0x194),'toggleTextVertical':'Přepnout\x20text\x20vertikálně','objectListPanel':{'title':_0x12a604(0x1b0),'open':_0x12a604(0x193),'empty':'Žiadne\x20objekty','showAll':'Zobraziť\x20všetko','hideAll':'Skryť\x20všetko','show':_0x12a604(0x192),'hide':_0x12a604(0x1b7),'moveForward':_0x12a604(0x191),'moveBackward':_0x12a604(0x187),'close':_0x12a604(0x1b6),'name':'Názov','nameInput':_0x12a604(0x18b),'description':_0x12a604(0x19c),'descriptionPlaceholder':'Pridat\x20popis','details':_0x12a604(0x19e),'noSelection':_0x12a604(0x1af)}}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3b79f1=_0x2a09;(function(_0x45ba33,_0x4c4f1b){const _0x18eafe=_0x2a09,_0x334a31=_0x45ba33();while(!![]){try{const _0x146e08=-parseInt(_0x18eafe(0x7e))/0x1+parseInt(_0x18eafe(0x96))/0x2*(-parseInt(_0x18eafe(0xa4))/0x3)+parseInt(_0x18eafe(0x86))/0x4*(-parseInt(_0x18eafe(0x8f))/0x5)+parseInt(_0x18eafe(0xa8))/0x6*(-parseInt(_0x18eafe(0xa2))/0x7)+parseInt(_0x18eafe(0x99))/0x8+-parseInt(_0x18eafe(0x80))/0x9*(-parseInt(_0x18eafe(0x98))/0xa)+-parseInt(_0x18eafe(0xa9))/0xb*(-parseInt(_0x18eafe(0x92))/0xc);if(_0x146e08===_0x4c4f1b)break;else _0x334a31['push'](_0x334a31['shift']());}catch(_0x20fd4f){_0x334a31['push'](_0x334a31['shift']());}}}(_0x50d3,0xec8a9));const e={'sheets-shape-ui':{'align':{'top':'Căn\x20trên','middle':_0x3b79f1(0x7f),'bottom':'Căn\x20dưới','left':_0x3b79f1(0xa3),'center':_0x3b79f1(0x7f),'right':'Căn\x20phải'},'toolbar':{'verticalAlignMode':{'main':'Căn\x20dọc'},'horizontalAlignMode':{'main':_0x3b79f1(0x82)},'fillColor':{'main':_0x3b79f1(0x93)},'fontSize':_0x3b79f1(0xa1),'fontSizeIncrease':_0x3b79f1(0x84),'fontSizeDecrease':_0x3b79f1(0x90),'alignLeft':_0x3b79f1(0xa3),'alignCenter':_0x3b79f1(0x7f),'alignRight':_0x3b79f1(0x9a),'alignJustify':_0x3b79f1(0x85),'bold':'In\x20đậm','italic':_0x3b79f1(0x87),'underline':'Gạch\x20chân','strikethrough':_0x3b79f1(0x83),'textColor':_0x3b79f1(0x8a),'textBackgroundColor':'Màu\x20nền\x20văn\x20bản','resetColor':'Đặt\x20lại\x20màu'},'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':'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.'},'title':_0x3b79f1(0xa0),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x3b79f1(0xa6),'deleteShape':_0x3b79f1(0xa5),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x3b79f1(0x8c),'shapeStyle':_0x3b79f1(0x81),'shapePosition':_0x3b79f1(0x88),'toggleFlipH':_0x3b79f1(0x8e),'toggleFlipV':_0x3b79f1(0x9e),'rotateRight90':_0x3b79f1(0x8b),'rotateLeft90':_0x3b79f1(0x89),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','objectListPanel':{'title':_0x3b79f1(0x94),'open':_0x3b79f1(0x8d),'empty':_0x3b79f1(0x91),'showAll':_0x3b79f1(0x7d),'hideAll':_0x3b79f1(0x97),'show':_0x3b79f1(0x7c),'hide':'Ẩn','moveForward':_0x3b79f1(0x9d),'moveBackward':_0x3b79f1(0xa7),'close':'Đóng','name':'Tên','nameInput':_0x3b79f1(0x9b),'description':_0x3b79f1(0x9f),'descriptionPlaceholder':_0x3b79f1(0x9c),'details':'Chi\x20tiết','noSelection':_0x3b79f1(0x95)}}};function _0x2a09(_0x423123,_0x3f6b11){_0x423123=_0x423123-0x7c;const _0x50d396=_0x50d3();let _0x2a098f=_0x50d396[_0x423123];return _0x2a098f;}export{e as default};function _0x50d3(){const _0x2e4ae8=['7983744YzpTiD','Căn\x20phải','Tên\x20đối\x20tượng','Them\x20mo\x20ta','Đưa\x20lên\x20trên','Bật/tắt\x20lật\x20dọc','Mô\x20tả','Hình\x20dạng','Cỡ\x20chữ','665zUyZcI','Căn\x20trái','1119XocpjU','Xóa\x20hình\x20dạng','Mở\x20bảng\x20hình\x20dạng','Đưa\x20xuống\x20dưới','43422tOpMey','146773OVeTwA','Hiện','Hiển\x20thị\x20tất\x20cả','898888XYvXwt','Căn\x20giữa','104661ocdcRo','Kiểu\x20hình\x20dạng','Căn\x20ngang','Gạch\x20ngang','Tăng\x20cỡ\x20chữ','Căn\x20đều\x20hai\x20bên','2069204vjeRQk','In\x20nghiêng','Vị\x20trí\x20hình\x20dạng','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Màu\x20chữ','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Định\x20dạng\x20hình\x20dạng','Mở\x20bảng\x20điều\x20khiển\x20lớp','Chuyển\x20đổi\x20lật\x20ngang','10JvlTrj','Giảm\x20cỡ\x20chữ','Chưa\x20có\x20đối\x20tượng','1128peYGzD','Màu\x20ô','Lớp','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','1370nRHJjH','Ẩn\x20tất\x20cả','1370pEBLCw'];_0x50d3=function(){return _0x2e4ae8;};return _0x50d3();}
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2dfece=_0x4d3e;(function(_0x56bcc3,_0x525821){const _0x8f9f7d=_0x4d3e,_0x5e8ecd=_0x56bcc3();while(!![]){try{const _0x13f4a5=parseInt(_0x8f9f7d(0xd1))/0x1+-parseInt(_0x8f9f7d(0xcb))/0x2*(-parseInt(_0x8f9f7d(0xec))/0x3)+parseInt(_0x8f9f7d(0xf0))/0x4*(-parseInt(_0x8f9f7d(0xc8))/0x5)+parseInt(_0x8f9f7d(0xe4))/0x6*(-parseInt(_0x8f9f7d(0xeb))/0x7)+-parseInt(_0x8f9f7d(0xd4))/0x8+parseInt(_0x8f9f7d(0xdc))/0x9*(-parseInt(_0x8f9f7d(0xf3))/0xa)+parseInt(_0x8f9f7d(0xc9))/0xb*(parseInt(_0x8f9f7d(0xf2))/0xc);if(_0x13f4a5===_0x525821)break;else _0x5e8ecd['push'](_0x5e8ecd['shift']());}catch(_0x358376){_0x5e8ecd['push'](_0x5e8ecd['shift']());}}}(_0x173b,0x6cf9c));const e={'sheets-shape-ui':{'align':{'top':_0x2dfece(0xd6),'middle':'居中对齐','bottom':_0x2dfece(0xd8),'left':'左对齐','center':_0x2dfece(0xce),'right':_0x2dfece(0xe8)},'toolbar':{'verticalAlignMode':{'main':_0x2dfece(0xf1)},'horizontalAlignMode':{'main':_0x2dfece(0xef)},'fillColor':{'main':_0x2dfece(0xda)},'fontSize':'字号','fontSizeIncrease':_0x2dfece(0xdb),'fontSizeDecrease':'减小字号','alignLeft':_0x2dfece(0xde),'alignCenter':_0x2dfece(0xf4),'alignRight':_0x2dfece(0xe8),'alignJustify':_0x2dfece(0xdd),'bold':'加粗','italic':'斜体','underline':_0x2dfece(0xe2),'strikethrough':_0x2dfece(0xcf),'textColor':_0x2dfece(0xdf),'textBackgroundColor':_0x2dfece(0xe3),'resetColor':_0x2dfece(0xe6)},'imagePanel':{'crop':{'shape':_0x2dfece(0xca)}},'permission':{'editErr':'该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。'},'title':'形状','insertShape':_0x2dfece(0xd3),'openPanel':_0x2dfece(0xcc),'deleteShape':_0x2dfece(0xd7),'hidePanel':_0x2dfece(0xe7),'formatShape':_0x2dfece(0xea),'shapeStyle':_0x2dfece(0xd2),'shapePosition':'形状位置','toggleFlipH':'切换水平翻转','toggleFlipV':_0x2dfece(0xd9),'rotateRight90':_0x2dfece(0xc7),'rotateLeft90':_0x2dfece(0xee),'toggleTextVertical':_0x2dfece(0xe9),'objectListPanel':{'title':'图层','open':'打开图层面板','empty':_0x2dfece(0xe5),'showAll':_0x2dfece(0xcd),'hideAll':_0x2dfece(0xe1),'show':'显示','hide':'隐藏','moveForward':_0x2dfece(0xd0),'moveBackward':_0x2dfece(0xed),'close':'关闭','name':'名称','nameInput':_0x2dfece(0xd5),'description':'描述','descriptionPlaceholder':'添加描述','details':'详情','noSelection':_0x2dfece(0xe0)}}};export{e as default};function _0x4d3e(_0x3fec7b,_0x48ed0f){_0x3fec7b=_0x3fec7b-0xc7;const _0x173b5d=_0x173b();let _0x4d3e43=_0x173b5d[_0x3fec7b];return _0x4d3e43;}function _0x173b(){const _0x1bca04=['1020383QucpLH','240645mTKFKe','下移一层','逆时针90度旋转','水平对齐','4wrhsTI','垂直对齐','876itSMff','10mncXmT','居中对齐','顺时针90度旋转','382715aWqQVE','64207Gzzurd','裁剪为形状','22RgbUfk','打开形状面板','全部显示','中间对齐','删除线','上移一层','589550cMTotB','形状样式','插入形状','5315056hPwsCj','对象名称','顶部对齐','删除形状','底部对齐','切换垂直翻转','单元格颜色','增大字号','3772701EMawDU','两端对齐','左对齐','文字颜色','选择对象以编辑详情','全部隐藏','下划线','文字背景颜色','12wPATZb','暂无对象','重置颜色','隐藏形状面板','右对齐','切换文本竖排','格式化形状'];_0x173b=function(){return _0x1bca04;};return _0x173b();}
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x32b9(){const _0x5395c2=['開啟圖層面板','打開形狀面板','刪除線','順時針\x2090\x20度旋轉','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','水平對齊','圖形樣式','全部顯示','放大字型','7tJMCCc','切換垂直翻轉','左對齊','1109965CUiVOG','文字背景色','切換文本竖排','裁切為形狀','92SOqAwq','文字顏色','全部隱藏','右對齊','重置顏色','1238094wfhspV','410574vxnIbn','4825008Adewmv','4532MlGyub','物件名稱','32780eayaFw','46782SSZANH','231074unAGcX','77feGKjm','逆時針\x2090\x20度旋轉','兩端對齊','上移一層','新增描述','居中對齊','暫無物件','縮小字型','填滿色彩','垂直置中','靠下對齊','切換水平翻轉','圖形位置'];_0x32b9=function(){return _0x5395c2;};return _0x32b9();}function _0x1163(_0x388cbd,_0x42a695){_0x388cbd=_0x388cbd-0x110;const _0x32b9ce=_0x32b9();let _0x1163b3=_0x32b9ce[_0x388cbd];return _0x1163b3;}const _0x36a734=_0x1163;(function(_0x48dbac,_0x2982b0){const _0x4ebac5=_0x1163,_0x1facf3=_0x48dbac();while(!![]){try{const _0xa4a2c6=-parseInt(_0x4ebac5(0x126))/0x1*(-parseInt(_0x4ebac5(0x139))/0x2)+-parseInt(_0x4ebac5(0x138))/0x3*(parseInt(_0x4ebac5(0x12d))/0x4)+parseInt(_0x4ebac5(0x129))/0x5+-parseInt(_0x4ebac5(0x133))/0x6*(parseInt(_0x4ebac5(0x110))/0x7)+-parseInt(_0x4ebac5(0x134))/0x8+-parseInt(_0x4ebac5(0x132))/0x9+parseInt(_0x4ebac5(0x137))/0xa*(parseInt(_0x4ebac5(0x135))/0xb);if(_0xa4a2c6===_0x2982b0)break;else _0x1facf3['push'](_0x1facf3['shift']());}catch(_0x3dbbf9){_0x1facf3['push'](_0x1facf3['shift']());}}}(_0x32b9,0x8133f));const e={'sheets-shape-ui':{'align':{'top':'靠上對齊','middle':_0x36a734(0x119),'bottom':_0x36a734(0x11a),'left':'靠左對齊','center':'置中','right':'靠右對齊'},'toolbar':{'verticalAlignMode':{'main':'垂直對齊'},'horizontalAlignMode':{'main':_0x36a734(0x122)},'fillColor':{'main':_0x36a734(0x118)},'fontSize':'字型大小','fontSizeIncrease':_0x36a734(0x125),'fontSizeDecrease':_0x36a734(0x117),'alignLeft':_0x36a734(0x128),'alignCenter':_0x36a734(0x115),'alignRight':_0x36a734(0x130),'alignJustify':_0x36a734(0x112),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x36a734(0x11f),'textColor':_0x36a734(0x12e),'textBackgroundColor':_0x36a734(0x12a),'resetColor':_0x36a734(0x131)},'imagePanel':{'crop':{'shape':_0x36a734(0x12c)}},'permission':{'editErr':_0x36a734(0x121)},'title':'形狀','insertShape':'插入形狀','openPanel':_0x36a734(0x11e),'deleteShape':'刪除形狀','hidePanel':'隱藏形狀面板','formatShape':'格式化形狀','shapeStyle':_0x36a734(0x123),'shapePosition':_0x36a734(0x11c),'toggleFlipH':_0x36a734(0x11b),'toggleFlipV':_0x36a734(0x127),'rotateRight90':_0x36a734(0x120),'rotateLeft90':_0x36a734(0x111),'toggleTextVertical':_0x36a734(0x12b),'objectListPanel':{'title':'圖層','open':_0x36a734(0x11d),'empty':_0x36a734(0x116),'showAll':_0x36a734(0x124),'hideAll':_0x36a734(0x12f),'show':'顯示','hide':'隱藏','moveForward':_0x36a734(0x113),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':_0x36a734(0x136),'description':'描述','descriptionPlaceholder':_0x36a734(0x114),'details':'詳情','noSelection':'選擇物件以編輯詳情'}}};export{e as default};
|