@univerjs-pro/boards-table-ui 1.0.0-rc.0 → 1.0.0
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/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.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/controllers/board-table-floating-toolbar.render-controller.d.ts +2 -1
- package/lib/types/controllers/board-table-selection-render.controller.d.ts +76 -16
- package/lib/types/controllers/components.controller.d.ts +2 -2
- package/lib/types/controllers/mobile/board-table-selection-render.controller.d.ts +36 -0
- package/lib/types/controllers/mobile/components.controller.d.ts +22 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +11 -0
- package/lib/types/menu/board-table-contextmenu.menu.d.ts +10 -10
- package/lib/types/mobile-plugin.d.ts +29 -0
- package/lib/types/plugin.d.ts +5 -2
- package/lib/types/render-adapters/board-table-render-adapter.const.d.ts +1 -0
- package/lib/types/render-adapters/board-table-render-adapter.d.ts +2 -3
- package/lib/types/render-adapters/mobile-board-table-render-adapter.d.ts +4 -0
- package/lib/types/render-objects/mobile/mobile-board-table-object.d.ts +8 -0
- package/lib/types/views/BoardTableFloatingToolbar.d.ts +22 -1
- package/lib/types/views/MobileBoardTableFloatingToolbar.d.ts +2 -0
- 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 +23 -21
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2ec7a5=_0x5762;function _0x5762(_0x391db5,_0x333017){_0x391db5=_0x391db5-0x114;const _0x3f823e=_0x3f82();let _0x57628c=_0x3f823e[_0x391db5];return _0x57628c;}function _0x3f82(){const _0x345b82=['إعادة\x20تعيين\x20اللون','112iDuYIL','الحد\x20الأيسر','أعمدة\x20متناوبة','نمط\x20الخلية','محاذاة\x20للأسفل','تحديد\x20خلية','حذف','كل\x20الحدود','بسيط','لون\x20خلفية\x20النص','بلا\x20حد','لون\x20خلفية\x20الجدول','إلغاء\x20دمج\x20الخلايا','نسق\x20الجدول','إدراج\x20صف\x20أعلاه','حذف\x20الصف','مظهر\x20الجدول','نقطي','حجم\x20الخط','متوسط','2221416tFmJmi','توزيع\x20الصفوف','لون\x20ثابت','121765vYqkJG','الحد\x20السفلي','إدراج\x20عمود\x20يمينًا','88509znGmgG','11YANYAc','محاذاة\x20للوسط','بلا\x20تعبئة','عرض\x20الحد','5299368ULlCct','مصدر\x20الصورة','6DnZoFd','الحد\x20العلوي','محاذاة\x20عمودية','العمود\x20الأول','محاذاة\x20للأعلى','دمج\x20الخلايا','توسيع','1760975XRwgaT','إدراج','986178TdujkW','إدراج\x20صف\x20أدناه','غامق','394911SQwDhL','صف\x20الرأس','متصل','الحد\x20العمودي\x20الداخلي','لون\x20الحد','لون','الحد\x20الأفقي\x20الداخلي','30nuDxHT','exports','الحدود\x20الداخلية','شرطة\x20نقطة','خلفية\x20الخلية','حذف\x20العمود','تحديد\x20عمود','تسطير','إدراج\x20صورة','شرطة','فاتح','توسيط','1anXdOk'];_0x3f82=function(){return _0x345b82;};return _0x3f82();}(function(_0x4291a2,_0x2bcd87){const _0x23c744=_0x5762,_0x480c0f=_0x4291a2();while(!![]){try{const _0x431736=parseInt(_0x23c744(0x11d))/0x1*(-parseInt(_0x23c744(0x149))/0x2)+-parseInt(_0x23c744(0x139))/0x3*(-parseInt(_0x23c744(0x11f))/0x4)+parseInt(_0x23c744(0x147))/0x5*(parseInt(_0x23c744(0x140))/0x6)+-parseInt(_0x23c744(0x136))/0x7+-parseInt(_0x23c744(0x133))/0x8+parseInt(_0x23c744(0x14c))/0x9*(-parseInt(_0x23c744(0x153))/0xa)+-parseInt(_0x23c744(0x13a))/0xb*(-parseInt(_0x23c744(0x13e))/0xc);if(_0x431736===_0x2bcd87)break;else _0x480c0f['push'](_0x480c0f['shift']());}catch(_0x287453){_0x480c0f['push'](_0x480c0f['shift']());}}}(_0x3f82,0xaaebf));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x2ec7a5(0x122),'selectColumn':_0x2ec7a5(0x117),'operations':'التخطيط','selectCell':_0x2ec7a5(0x124),'edit':'الأنماط','close':'إغلاق','expand':_0x2ec7a5(0x146),'collapse':'طي','back':'رجوع'},'contextMenu':{'insert':_0x2ec7a5(0x148),'delete':_0x2ec7a5(0x125),'distribute':'توزيع','insertRowAbove':_0x2ec7a5(0x12d),'insertRowBelow':_0x2ec7a5(0x14a),'insertColumnLeft':'إدراج\x20عمود\x20يسارًا','insertColumnRight':_0x2ec7a5(0x138),'deleteRow':_0x2ec7a5(0x12e),'deleteColumn':_0x2ec7a5(0x116),'deleteTable':'حذف\x20الجدول','distributeRows':_0x2ec7a5(0x134),'distributeColumns':'توزيع\x20الأعمدة','resetColor':_0x2ec7a5(0x11e)},'editorToolbar':{'mergeCells':_0x2ec7a5(0x145),'unmergeCells':_0x2ec7a5(0x12b),'tableTheme':_0x2ec7a5(0x12c),'tableLook':_0x2ec7a5(0x12f),'headerRow':_0x2ec7a5(0x14d),'footerRow':'صف\x20التذييل','bandedRows':'صفوف\x20متناوبة','bandedColumns':_0x2ec7a5(0x121),'firstColumn':_0x2ec7a5(0x143),'lastColumn':'العمود\x20الأخير','bestMatch':'أفضل\x20تطابق','light':_0x2ec7a5(0x11b),'medium':_0x2ec7a5(0x132),'minimal':_0x2ec7a5(0x127),'cellBackground':_0x2ec7a5(0x115),'allBorders':_0x2ec7a5(0x126),'tableBackgroundColor':_0x2ec7a5(0x12a),'border':'حد','tableBorderColor':_0x2ec7a5(0x150),'borderWidth':_0x2ec7a5(0x13d),'borderStyle':'نمط\x20الحد','borderStyleSolid':_0x2ec7a5(0x14e),'borderStyleDash':_0x2ec7a5(0x11a),'borderStyleDot':_0x2ec7a5(0x130),'borderStyleDashDot':_0x2ec7a5(0x114),'borderPresetAll':'كل\x20الحدود','borderPresetInner':_0x2ec7a5(0x155),'borderPresetOuter':'الحدود\x20الخارجية','borderPresetTop':_0x2ec7a5(0x141),'borderPresetBottom':_0x2ec7a5(0x137),'borderPresetLeft':_0x2ec7a5(0x120),'borderPresetRight':'الحد\x20الأيمن','borderPresetInnerHorizontal':_0x2ec7a5(0x152),'borderPresetInnerVertical':_0x2ec7a5(0x14f),'noBorder':_0x2ec7a5(0x129),'none':'لا\x20شيء','fontFamily':'الخط','fontSize':_0x2ec7a5(0x131),'textFormat':'تنسيق\x20النص','textColor':'لون\x20النص','textBackgroundColor':_0x2ec7a5(0x128),'bold':_0x2ec7a5(0x14b),'italic':'مائل','underline':_0x2ec7a5(0x118),'strikethrough':'يتوسطه\x20خط','horizontalAlign':'محاذاة\x20أفقية','verticalAlign':_0x2ec7a5(0x142),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x2ec7a5(0x11c),'alignRight':'محاذاة\x20لليمين','alignJustify':'ضبط','alignTop':_0x2ec7a5(0x144),'alignMiddle':_0x2ec7a5(0x13b),'alignBottom':_0x2ec7a5(0x123)},'shapePanel':{'fill':{'noFill':_0x2ec7a5(0x13c),'solidFill':_0x2ec7a5(0x135),'gradientFill':'تدرج','pictureFill':'صورة','color':_0x2ec7a5(0x151),'transparency':'شفافية','picture':{'source':_0x2ec7a5(0x13f),'insert':_0x2ec7a5(0x119)}}}}};module[_0x2ec7a5(0x154)]=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x54f801=_0xa1e4;function _0xa1e4(_0x155d5e,_0x5d4d95){_0x155d5e=_0x155d5e-0xad;const _0x146ca4=_0x146c();let _0xa1e495=_0x146ca4[_0x155d5e];return _0xa1e495;}(function(_0x3c80b4,_0x41a4b3){const _0x2065a2=_0xa1e4,_0x2233d5=_0x3c80b4();while(!![]){try{const _0x3b578c=parseInt(_0x2065a2(0xee))/0x1*(-parseInt(_0x2065a2(0xd0))/0x2)+parseInt(_0x2065a2(0xe9))/0x3+-parseInt(_0x2065a2(0xe4))/0x4+parseInt(_0x2065a2(0xc1))/0x5*(parseInt(_0x2065a2(0xc6))/0x6)+-parseInt(_0x2065a2(0xd1))/0x7+-parseInt(_0x2065a2(0xbb))/0x8*(parseInt(_0x2065a2(0xef))/0x9)+parseInt(_0x2065a2(0xaf))/0xa;if(_0x3b578c===_0x41a4b3)break;else _0x2233d5['push'](_0x2233d5['shift']());}catch(_0x2edee8){_0x2233d5['push'](_0x2233d5['shift']());}}}(_0x146c,0xc92c3));const e={'boards-table-ui':{'mobile':{'cellStyle':'Estil\x20de\x20cel·la','selectColumn':_0x54f801(0xf2),'operations':_0x54f801(0xd7),'selectCell':_0x54f801(0xc0),'edit':'Estils','close':_0x54f801(0xd3),'expand':_0x54f801(0xc5),'collapse':_0x54f801(0xe5),'back':_0x54f801(0xb4)},'contextMenu':{'insert':'Insereix','delete':'Suprimeix','distribute':'Distribueix','insertRowAbove':'Insereix\x20una\x20fila\x20a\x20sobre','insertRowBelow':'Insereix\x20una\x20fila\x20a\x20sota','insertColumnLeft':'Insereix\x20una\x20columna\x20a\x20l\x27esquerra','insertColumnRight':_0x54f801(0xf1),'deleteRow':_0x54f801(0xed),'deleteColumn':'Suprimeix\x20la\x20columna','deleteTable':_0x54f801(0xc9),'distributeRows':_0x54f801(0xad),'distributeColumns':_0x54f801(0xd4),'resetColor':_0x54f801(0xcb)},'editorToolbar':{'mergeCells':_0x54f801(0xdb),'unmergeCells':_0x54f801(0xe8),'tableTheme':_0x54f801(0xd9),'tableLook':_0x54f801(0xd5),'headerRow':'Fila\x20de\x20capçalera','footerRow':_0x54f801(0xde),'bandedRows':_0x54f801(0xdd),'bandedColumns':_0x54f801(0xbc),'firstColumn':'Primera\x20columna','lastColumn':_0x54f801(0xc7),'bestMatch':_0x54f801(0xdc),'light':_0x54f801(0xe3),'medium':'Mitjà','minimal':_0x54f801(0xe0),'cellBackground':_0x54f801(0xd6),'allBorders':_0x54f801(0xb1),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','border':_0x54f801(0xea),'tableBorderColor':_0x54f801(0xb0),'borderWidth':_0x54f801(0xb7),'borderStyle':_0x54f801(0xca),'borderStyleSolid':_0x54f801(0xba),'borderStyleDash':_0x54f801(0xf3),'borderStyleDot':_0x54f801(0xb8),'borderStyleDashDot':_0x54f801(0xbe),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x54f801(0xb2),'borderPresetOuter':_0x54f801(0xce),'borderPresetTop':'Vora\x20superior','borderPresetBottom':_0x54f801(0xe7),'borderPresetLeft':_0x54f801(0xc2),'borderPresetRight':_0x54f801(0xc8),'borderPresetInnerHorizontal':_0x54f801(0xd2),'borderPresetInnerVertical':_0x54f801(0xe6),'noBorder':_0x54f801(0xc4),'none':'Cap','fontFamily':'Tipus\x20de\x20lletra','fontSize':_0x54f801(0xd8),'textFormat':_0x54f801(0xeb),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x54f801(0xe2),'bold':'Negreta','italic':_0x54f801(0xe1),'underline':_0x54f801(0xae),'strikethrough':_0x54f801(0xb6),'horizontalAlign':_0x54f801(0xda),'verticalAlign':_0x54f801(0xb5),'alignLeft':_0x54f801(0xcc),'alignCenter':'Centra','alignRight':_0x54f801(0xdf),'alignJustify':'Justifica','alignTop':_0x54f801(0xf0),'alignMiddle':_0x54f801(0xb9),'alignBottom':_0x54f801(0xcf)},'shapePanel':{'fill':{'noFill':_0x54f801(0xbd),'solidFill':_0x54f801(0xba),'gradientFill':_0x54f801(0xc3),'pictureFill':_0x54f801(0xec),'color':_0x54f801(0xbf),'transparency':'Transparència','picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x54f801(0xb3)}}}}};function _0x146c(){const _0x1c7ba8=['Alinea\x20a\x20la\x20dreta','Mínim','Cursiva','Color\x20de\x20fons\x20del\x20text','Clar','318192mokdBX','Redueix','Vora\x20vertical\x20interior','Vora\x20inferior','Descombina\x20cel·les','4450803gTbfEK','Vora','Format\x20de\x20text','Imatge','Suprimeix\x20la\x20fila','4SMoEYY','18HqABzS','Alinea\x20a\x20dalt','Insereix\x20una\x20columna\x20a\x20la\x20dreta','Selecciona\x20una\x20columna','Guió','Distribueix\x20les\x20files','Subratllat','9479140SpvAsu','Color\x20de\x20vora','Totes\x20les\x20vores','Vores\x20interiors','Insereix\x20imatge','Enrere','Alineació\x20vertical','Ratllat','Amplada\x20de\x20vora','Punt','Alinea\x20al\x20mig','Sòlid','4955168pBpOTm','Columnes\x20alternes','Sense\x20emplenament','Guió\x20punt','Color','Selecciona\x20una\x20cel·la','84715hunJIN','Vora\x20esquerra','Degradat','Sense\x20vora','Amplia','534tyodae','Última\x20columna','Vora\x20dreta','Suprimeix\x20taula','Estil\x20de\x20vora','Reinicia\x20el\x20color','Alinea\x20a\x20l\x27esquerra','exports','Vores\x20exteriors','Alinea\x20a\x20baix','185554CuYLGc','9981937eojCEo','Vora\x20horitzontal\x20interior','Tanca','Distribueix\x20les\x20columnes','Aspecte\x20de\x20taula','Fons\x20de\x20cel·la','Disposició','Mida\x20de\x20lletra','Tema\x20de\x20taula','Alineació\x20horitzontal','Combina\x20cel·les','Millor\x20coincidència','Files\x20alternes','Fila\x20de\x20peu'];_0x146c=function(){return _0x1c7ba8;};return _0x146c();}module[_0x54f801(0xcd)]=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3460(){const _0x38d23a=['Strich-Punkt','Einfügen','Vertikal\x20ausrichten','Kein\x20Rahmen','Layout','Rechter\x20Rahmen','Zellenstil','Spalte\x20rechts\x20einfügen','Bildquelle','Mittel','Textformat','Rahmenstil','Gestrichelt','Fett','Textfarbe','Rahmenfarbe','Kopfzeile','480609oeZElg','Durchgestrichen','Vertikal\x20zentrieren','Zellenhintergrund','Schriftart','Spalte\x20löschen','Zeile\x20unterhalb\x20einfügen','Gepunktet','Erweitern','Farbe\x20zurücksetzen','Einklappen','Oben\x20ausrichten','Zurück','Spalte\x20auswählen','Äußere\x20Rahmen','Löschen','5jiihSK','Zellen\x20trennen','Hell','Linker\x20Rahmen','Tabellendesign','Zelle\x20auswählen','Tabellenformat','Gebänderte\x20Zeilen','Innerer\x20horizontaler\x20Rahmen','Rahmenbreite','Bild\x20einfügen','Spalten\x20verteilen','Farbe','Zeile\x20oberhalb\x20einfügen','4792tpNQGp','Fußzeile','Zellen\x20verbinden','Links\x20ausrichten','Zentrieren','Zeile\x20löschen','Schriftgröße','28095cpmxYR','496468yKKfUL','Keine\x20Füllung','Minimal','3822600XyxxIo','Durchgezogen','Rahmen','Beste\x20Übereinstimmung','Bild','Zeilen\x20verteilen','408894uQXeis','Schließen','Alle\x20Rahmen','57OSaDAA','Verteilen','Tabellenhintergrundfarbe','2DVAihJ','Blocksatz','Horizontal\x20ausrichten','Kursiv','1593944NWdcKL','Innerer\x20vertikaler\x20Rahmen','Spalte\x20links\x20einfügen','Letzte\x20Spalte'];_0x3460=function(){return _0x38d23a;};return _0x3460();}const _0x278878=_0x1af4;function _0x1af4(_0x509dc5,_0x10dd1){_0x509dc5=_0x509dc5-0x16f;const _0x346030=_0x3460();let _0x1af43e=_0x346030[_0x509dc5];return _0x1af43e;}(function(_0x88396b,_0x37e370){const _0xa5f2aa=_0x1af4,_0x4e1c7c=_0x88396b();while(!![]){try{const _0x1c897d=parseInt(_0xa5f2aa(0x170))/0x1*(parseInt(_0xa5f2aa(0x180))/0x2)+-parseInt(_0xa5f2aa(0x17d))/0x3*(parseInt(_0xa5f2aa(0x1b7))/0x4)+parseInt(_0xa5f2aa(0x1a9))/0x5*(parseInt(_0xa5f2aa(0x17a))/0x6)+-parseInt(_0xa5f2aa(0x171))/0x7+-parseInt(_0xa5f2aa(0x184))/0x8+-parseInt(_0xa5f2aa(0x199))/0x9+parseInt(_0xa5f2aa(0x174))/0xa;if(_0x1c897d===_0x37e370)break;else _0x4e1c7c['push'](_0x4e1c7c['shift']());}catch(_0x1ad6b5){_0x4e1c7c['push'](_0x4e1c7c['shift']());}}}(_0x3460,0x2044e));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x278878(0x18e),'selectColumn':_0x278878(0x1a6),'operations':_0x278878(0x18c),'selectCell':_0x278878(0x1ae),'edit':'Stile','close':_0x278878(0x17b),'expand':_0x278878(0x1a1),'collapse':_0x278878(0x1a3),'back':_0x278878(0x1a5)},'contextMenu':{'insert':_0x278878(0x189),'delete':_0x278878(0x1a8),'distribute':_0x278878(0x17e),'insertRowAbove':_0x278878(0x1b6),'insertRowBelow':_0x278878(0x19f),'insertColumnLeft':_0x278878(0x186),'insertColumnRight':_0x278878(0x18f),'deleteRow':_0x278878(0x1bc),'deleteColumn':_0x278878(0x19e),'deleteTable':'Tabelle\x20löschen','distributeRows':_0x278878(0x179),'distributeColumns':_0x278878(0x1b4),'resetColor':_0x278878(0x1a2)},'editorToolbar':{'mergeCells':_0x278878(0x1b9),'unmergeCells':_0x278878(0x1aa),'tableTheme':_0x278878(0x1ad),'tableLook':_0x278878(0x1af),'headerRow':_0x278878(0x198),'footerRow':_0x278878(0x1b8),'bandedRows':_0x278878(0x1b0),'bandedColumns':'Gebänderte\x20Spalten','firstColumn':'Erste\x20Spalte','lastColumn':_0x278878(0x187),'bestMatch':_0x278878(0x177),'light':_0x278878(0x1ab),'medium':_0x278878(0x191),'minimal':_0x278878(0x173),'cellBackground':_0x278878(0x19c),'allBorders':_0x278878(0x17c),'tableBackgroundColor':_0x278878(0x17f),'border':_0x278878(0x176),'tableBorderColor':_0x278878(0x197),'borderWidth':_0x278878(0x1b2),'borderStyle':_0x278878(0x193),'borderStyleSolid':_0x278878(0x175),'borderStyleDash':_0x278878(0x194),'borderStyleDot':_0x278878(0x1a0),'borderStyleDashDot':_0x278878(0x188),'borderPresetAll':_0x278878(0x17c),'borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':_0x278878(0x1a7),'borderPresetTop':'Oberer\x20Rahmen','borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x278878(0x1ac),'borderPresetRight':_0x278878(0x18d),'borderPresetInnerHorizontal':_0x278878(0x1b1),'borderPresetInnerVertical':_0x278878(0x185),'noBorder':_0x278878(0x18b),'none':'Keine','fontFamily':_0x278878(0x19d),'fontSize':_0x278878(0x16f),'textFormat':_0x278878(0x192),'textColor':_0x278878(0x196),'textBackgroundColor':'Texthintergrundfarbe','bold':_0x278878(0x195),'italic':_0x278878(0x183),'underline':'Unterstrichen','strikethrough':_0x278878(0x19a),'horizontalAlign':_0x278878(0x182),'verticalAlign':_0x278878(0x18a),'alignLeft':_0x278878(0x1ba),'alignCenter':_0x278878(0x1bb),'alignRight':'Rechts\x20ausrichten','alignJustify':_0x278878(0x181),'alignTop':_0x278878(0x1a4),'alignMiddle':_0x278878(0x19b),'alignBottom':'Unten\x20ausrichten'},'shapePanel':{'fill':{'noFill':_0x278878(0x172),'solidFill':'Einfarbig','gradientFill':'Verlauf','pictureFill':_0x278878(0x178),'color':_0x278878(0x1b5),'transparency':'Transparenz','picture':{'source':_0x278878(0x190),'insert':_0x278878(0x1b3)}}}}};module['exports']=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4aea96=_0x247e;(function(_0x40690e,_0x4978df){const _0x41451a=_0x247e,_0x24a33e=_0x40690e();while(!![]){try{const _0x1bd8d0=-parseInt(_0x41451a(0x18f))/0x1+parseInt(_0x41451a(0x18c))/0x2*(-parseInt(_0x41451a(0x16a))/0x3)+parseInt(_0x41451a(0x18a))/0x4+parseInt(_0x41451a(0x164))/0x5+-parseInt(_0x41451a(0x189))/0x6+-parseInt(_0x41451a(0x19b))/0x7+parseInt(_0x41451a(0x172))/0x8;if(_0x1bd8d0===_0x4978df)break;else _0x24a33e['push'](_0x24a33e['shift']());}catch(_0x127d50){_0x24a33e['push'](_0x24a33e['shift']());}}}(_0x5945,0x4feda));function _0x5945(){const _0x5f5301=['3047387CWmTqj','Outer\x20borders','Table\x20background\x20color','None','Border\x20color','Table\x20look','Underline','Unmerge\x20cells','Border\x20style','Collapse','Layout','Distribute','Dash\x20dot','Bold','First\x20column','Delete\x20row','Insert\x20row\x20above','Best\x20match','1118730SqrMJX','Font\x20family','Dot','Text\x20color','Vertical\x20align','Bottom\x20border','3GiDVbh','Align\x20middle','No\x20border','Color','Text\x20format','Merge\x20cells','exports','Select\x20column','8780376LrXGba','Solid','Insert\x20column\x20right','Back','Minimal','Reset\x20color','Align\x20bottom','Strikethrough','Header\x20row','Gradient','No\x20fill','Align\x20right','Medium','Justify','Align\x20top','Delete\x20column','Border\x20width','Inner\x20borders','Italic','Expand','Align\x20left','All\x20borders','Insert','2586504NXrEmr','1997616ZeEFhK','Insert\x20picture','913474COLTpN','Inner\x20horizontal\x20border','Delete\x20table','170149GmdIdc','Top\x20border','Text\x20background\x20color','Cell\x20background','Last\x20column','Cell\x20style','Dash','Picture','Delete','Border','Styles','Close'];_0x5945=function(){return _0x5f5301;};return _0x5945();}function _0x247e(_0x21db7a,_0x289109){_0x21db7a=_0x21db7a-0x15c;const _0x5945bc=_0x5945();let _0x247e4f=_0x5945bc[_0x21db7a];return _0x247e4f;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x4aea96(0x194),'selectColumn':_0x4aea96(0x171),'operations':_0x4aea96(0x15c),'selectCell':'Select\x20cell','edit':_0x4aea96(0x199),'close':_0x4aea96(0x19a),'expand':_0x4aea96(0x185),'collapse':_0x4aea96(0x1a4),'back':_0x4aea96(0x175)},'contextMenu':{'insert':_0x4aea96(0x188),'delete':_0x4aea96(0x197),'distribute':_0x4aea96(0x15d),'insertRowAbove':_0x4aea96(0x162),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x4aea96(0x174),'deleteRow':_0x4aea96(0x161),'deleteColumn':_0x4aea96(0x181),'deleteTable':_0x4aea96(0x18e),'distributeRows':'Distribute\x20rows','distributeColumns':'Distribute\x20columns','resetColor':_0x4aea96(0x177)},'editorToolbar':{'mergeCells':_0x4aea96(0x16f),'unmergeCells':_0x4aea96(0x1a2),'tableTheme':'Table\x20theme','tableLook':_0x4aea96(0x1a0),'headerRow':_0x4aea96(0x17a),'footerRow':'Footer\x20row','bandedRows':'Banded\x20rows','bandedColumns':'Banded\x20columns','firstColumn':_0x4aea96(0x160),'lastColumn':_0x4aea96(0x193),'bestMatch':_0x4aea96(0x163),'light':'Light','medium':_0x4aea96(0x17e),'minimal':_0x4aea96(0x176),'cellBackground':_0x4aea96(0x192),'allBorders':_0x4aea96(0x187),'tableBackgroundColor':_0x4aea96(0x19d),'border':_0x4aea96(0x198),'tableBorderColor':_0x4aea96(0x19f),'borderWidth':_0x4aea96(0x182),'borderStyle':_0x4aea96(0x1a3),'borderStyleSolid':_0x4aea96(0x173),'borderStyleDash':_0x4aea96(0x195),'borderStyleDot':_0x4aea96(0x166),'borderStyleDashDot':_0x4aea96(0x15e),'borderPresetAll':'All\x20borders','borderPresetInner':_0x4aea96(0x183),'borderPresetOuter':_0x4aea96(0x19c),'borderPresetTop':_0x4aea96(0x190),'borderPresetBottom':_0x4aea96(0x169),'borderPresetLeft':'Left\x20border','borderPresetRight':'Right\x20border','borderPresetInnerHorizontal':_0x4aea96(0x18d),'borderPresetInnerVertical':'Inner\x20vertical\x20border','noBorder':_0x4aea96(0x16c),'none':_0x4aea96(0x19e),'fontFamily':_0x4aea96(0x165),'fontSize':'Font\x20size','textFormat':_0x4aea96(0x16e),'textColor':_0x4aea96(0x167),'textBackgroundColor':_0x4aea96(0x191),'bold':_0x4aea96(0x15f),'italic':_0x4aea96(0x184),'underline':_0x4aea96(0x1a1),'strikethrough':_0x4aea96(0x179),'horizontalAlign':'Horizontal\x20align','verticalAlign':_0x4aea96(0x168),'alignLeft':_0x4aea96(0x186),'alignCenter':'Align\x20center','alignRight':_0x4aea96(0x17d),'alignJustify':_0x4aea96(0x17f),'alignTop':_0x4aea96(0x180),'alignMiddle':_0x4aea96(0x16b),'alignBottom':_0x4aea96(0x178)},'shapePanel':{'fill':{'noFill':_0x4aea96(0x17c),'solidFill':'Solid','gradientFill':_0x4aea96(0x17b),'pictureFill':_0x4aea96(0x196),'color':_0x4aea96(0x16d),'transparency':'Transparency','picture':{'source':'Picture\x20source','insert':_0x4aea96(0x18b)}}}}};module[_0x4aea96(0x170)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x15b7cc=_0x1a36;function _0x50d7(){const _0xc4071a=['Insertar','Estilos','Borde\x20superior','Alineación\x20vertical','Distribuir\x20filas','Filas\x20con\x20bandas','Borde','Primera\x20columna','Color\x20de\x20texto','Todos\x20los\x20bordes','Subrayado','Color\x20de\x20fondo\x20del\x20texto','Borde\x20derecho','23359NSIvHY','Sin\x20relleno','2duhihQ','Alinear\x20a\x20la\x20derecha','Restablecer\x20color','Separar\x20celdas','Borde\x20horizontal\x20interior','Guion','30ePEhqG','Seleccionar\x20columna','Punto','Expandir','Fuente','Seleccionar\x20celda','Borde\x20vertical\x20interior','Guion\x20punto','15810NNCabW','Formato\x20de\x20texto','Diseño','2364516nkdTMH','Origen\x20de\x20la\x20imagen','Distribuir','Negrita','Alinear\x20arriba','Fila\x20de\x20encabezado','Medio','3247607oThZGJ','602706gjxEmO','Borde\x20inferior','Combinar\x20celdas','Alinear\x20al\x20medio','Fila\x20de\x20pie','Tachado','Eliminar\x20columna','128218kYhnKk','376SlooJJ','Mejor\x20coincidencia','Ancho\x20de\x20borde','Aspecto\x20de\x20tabla','exports','132GTTngg','Sólido','Degradado','Color','Insertar\x20fila\x20abajo','Estilo\x20de\x20borde','Imagen','Fondo\x20de\x20celda','Claro','Eliminar\x20fila','Alinear\x20a\x20la\x20izquierda','Insertar\x20fila\x20arriba','Borde\x20izquierdo','Sin\x20borde','Alineación\x20horizontal','Insertar\x20columna\x20a\x20la\x20derecha','Distribuir\x20columnas','Alinear\x20abajo','1027680RrMBGu','Bordes\x20exteriores'];_0x50d7=function(){return _0xc4071a;};return _0x50d7();}(function(_0x12615a,_0x29c945){const _0x438ddd=_0x1a36,_0x23cd33=_0x12615a();while(!![]){try{const _0x540fc7=-parseInt(_0x438ddd(0x15d))/0x1*(-parseInt(_0x438ddd(0x13d))/0x2)+parseInt(_0x438ddd(0x156))/0x3+parseInt(_0x438ddd(0x175))/0x4+parseInt(_0x438ddd(0x14b))/0x5*(parseInt(_0x438ddd(0x163))/0x6)+parseInt(_0x438ddd(0x13b))/0x7*(parseInt(_0x438ddd(0x15e))/0x8)+parseInt(_0x438ddd(0x14e))/0x9+parseInt(_0x438ddd(0x143))/0xa*(-parseInt(_0x438ddd(0x155))/0xb);if(_0x540fc7===_0x29c945)break;else _0x23cd33['push'](_0x23cd33['shift']());}catch(_0x3fb389){_0x23cd33['push'](_0x23cd33['shift']());}}}(_0x50d7,0x2e410));function _0x1a36(_0x3e0f04,_0xa7bebb){_0x3e0f04=_0x3e0f04-0x135;const _0x50d7c3=_0x50d7();let _0x1a36ad=_0x50d7c3[_0x3e0f04];return _0x1a36ad;}const e={'boards-table-ui':{'mobile':{'cellStyle':'Estilo\x20de\x20celda','selectColumn':_0x15b7cc(0x144),'operations':_0x15b7cc(0x14d),'selectCell':_0x15b7cc(0x148),'edit':_0x15b7cc(0x178),'close':'Cerrar','expand':_0x15b7cc(0x146),'collapse':'Contraer','back':'Atrás'},'contextMenu':{'insert':_0x15b7cc(0x177),'delete':'Eliminar','distribute':_0x15b7cc(0x150),'insertRowAbove':_0x15b7cc(0x16e),'insertRowBelow':_0x15b7cc(0x167),'insertColumnLeft':'Insertar\x20columna\x20a\x20la\x20izquierda','insertColumnRight':_0x15b7cc(0x172),'deleteRow':_0x15b7cc(0x16c),'deleteColumn':_0x15b7cc(0x15c),'deleteTable':'Eliminar\x20tabla','distributeRows':_0x15b7cc(0x17b),'distributeColumns':_0x15b7cc(0x173),'resetColor':_0x15b7cc(0x13f)},'editorToolbar':{'mergeCells':_0x15b7cc(0x158),'unmergeCells':_0x15b7cc(0x140),'tableTheme':'Tema\x20de\x20tabla','tableLook':_0x15b7cc(0x161),'headerRow':_0x15b7cc(0x153),'footerRow':_0x15b7cc(0x15a),'bandedRows':_0x15b7cc(0x17c),'bandedColumns':'Columnas\x20con\x20bandas','firstColumn':_0x15b7cc(0x135),'lastColumn':'Última\x20columna','bestMatch':_0x15b7cc(0x15f),'light':_0x15b7cc(0x16b),'medium':_0x15b7cc(0x154),'minimal':'Mínimo','cellBackground':_0x15b7cc(0x16a),'allBorders':_0x15b7cc(0x137),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20tabla','border':_0x15b7cc(0x17d),'tableBorderColor':'Color\x20de\x20borde','borderWidth':_0x15b7cc(0x160),'borderStyle':_0x15b7cc(0x168),'borderStyleSolid':_0x15b7cc(0x164),'borderStyleDash':_0x15b7cc(0x142),'borderStyleDot':_0x15b7cc(0x145),'borderStyleDashDot':_0x15b7cc(0x14a),'borderPresetAll':'Todos\x20los\x20bordes','borderPresetInner':'Bordes\x20interiores','borderPresetOuter':_0x15b7cc(0x176),'borderPresetTop':_0x15b7cc(0x179),'borderPresetBottom':_0x15b7cc(0x157),'borderPresetLeft':_0x15b7cc(0x16f),'borderPresetRight':_0x15b7cc(0x13a),'borderPresetInnerHorizontal':_0x15b7cc(0x141),'borderPresetInnerVertical':_0x15b7cc(0x149),'noBorder':_0x15b7cc(0x170),'none':'Ninguno','fontFamily':_0x15b7cc(0x147),'fontSize':'Tamaño\x20de\x20fuente','textFormat':_0x15b7cc(0x14c),'textColor':_0x15b7cc(0x136),'textBackgroundColor':_0x15b7cc(0x139),'bold':_0x15b7cc(0x151),'italic':'Cursiva','underline':_0x15b7cc(0x138),'strikethrough':_0x15b7cc(0x15b),'horizontalAlign':_0x15b7cc(0x171),'verticalAlign':_0x15b7cc(0x17a),'alignLeft':_0x15b7cc(0x16d),'alignCenter':'Centrar','alignRight':_0x15b7cc(0x13e),'alignJustify':'Justificar','alignTop':_0x15b7cc(0x152),'alignMiddle':_0x15b7cc(0x159),'alignBottom':_0x15b7cc(0x174)},'shapePanel':{'fill':{'noFill':_0x15b7cc(0x13c),'solidFill':_0x15b7cc(0x164),'gradientFill':_0x15b7cc(0x165),'pictureFill':_0x15b7cc(0x169),'color':_0x15b7cc(0x166),'transparency':'Transparencia','picture':{'source':_0x15b7cc(0x14f),'insert':'Insertar\x20imagen'}}}}};module[_0x15b7cc(0x162)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x528be6=_0x511e;(function(_0x3f64be,_0x1d4c0d){const _0x274e1b=_0x511e,_0x47f11e=_0x3f64be();while(!![]){try{const _0x4795e9=-parseInt(_0x274e1b(0x214))/0x1*(parseInt(_0x274e1b(0x1f6))/0x2)+parseInt(_0x274e1b(0x207))/0x3*(parseInt(_0x274e1b(0x216))/0x4)+-parseInt(_0x274e1b(0x219))/0x5+parseInt(_0x274e1b(0x1f9))/0x6+parseInt(_0x274e1b(0x1ee))/0x7+-parseInt(_0x274e1b(0x1f4))/0x8+parseInt(_0x274e1b(0x1ef))/0x9*(parseInt(_0x274e1b(0x1ea))/0xa);if(_0x4795e9===_0x1d4c0d)break;else _0x47f11e['push'](_0x47f11e['shift']());}catch(_0x32877c){_0x47f11e['push'](_0x47f11e['shift']());}}}(_0x3bdb,0xb18a1));function _0x511e(_0x38be19,_0x5f2fa1){_0x38be19=_0x38be19-0x1e1;const _0x3bdbdf=_0x3bdb();let _0x511e37=_0x3bdbdf[_0x38be19];return _0x511e37;}const e={'boards-table-ui':{'mobile':{'cellStyle':'سبک\x20سلول','selectColumn':_0x528be6(0x1f0),'operations':'چیدمان','selectCell':'انتخاب\x20سلول','edit':_0x528be6(0x217),'close':_0x528be6(0x1e4),'expand':_0x528be6(0x1e8),'collapse':_0x528be6(0x21d),'back':'بازگشت'},'contextMenu':{'insert':_0x528be6(0x21a),'delete':_0x528be6(0x20b),'distribute':'توزیع','insertRowAbove':_0x528be6(0x205),'insertRowBelow':_0x528be6(0x209),'insertColumnLeft':_0x528be6(0x1ff),'insertColumnRight':_0x528be6(0x1e9),'deleteRow':'حذف\x20ردیف','deleteColumn':_0x528be6(0x223),'deleteTable':'حذف\x20جدول','distributeRows':_0x528be6(0x202),'distributeColumns':_0x528be6(0x1e3),'resetColor':'بازنشانی\x20رنگ'},'editorToolbar':{'mergeCells':_0x528be6(0x226),'unmergeCells':_0x528be6(0x1fd),'tableTheme':'قالب\x20جدول','tableLook':_0x528be6(0x21f),'headerRow':_0x528be6(0x211),'footerRow':'ردیف\x20پاصفحه','bandedRows':_0x528be6(0x21e),'bandedColumns':'ستونهای\x20نواری','firstColumn':_0x528be6(0x228),'lastColumn':_0x528be6(0x203),'bestMatch':_0x528be6(0x1fa),'light':_0x528be6(0x208),'medium':_0x528be6(0x1f5),'minimal':_0x528be6(0x1e7),'cellBackground':'پسزمینه\x20سلول','allBorders':_0x528be6(0x21c),'tableBackgroundColor':_0x528be6(0x20f),'border':_0x528be6(0x21b),'tableBorderColor':_0x528be6(0x1eb),'borderWidth':'عرض\x20حاشیه','borderStyle':_0x528be6(0x1ed),'borderStyleSolid':'یکپارچه','borderStyleDash':'خطچین','borderStyleDot':_0x528be6(0x1fc),'borderStyleDashDot':'خطچین\x20نقطه','borderPresetAll':_0x528be6(0x21c),'borderPresetInner':_0x528be6(0x1f8),'borderPresetOuter':_0x528be6(0x220),'borderPresetTop':'حاشیه\x20بالا','borderPresetBottom':_0x528be6(0x206),'borderPresetLeft':_0x528be6(0x1f7),'borderPresetRight':_0x528be6(0x222),'borderPresetInnerHorizontal':_0x528be6(0x200),'borderPresetInnerVertical':_0x528be6(0x20e),'noBorder':_0x528be6(0x218),'none':_0x528be6(0x213),'fontFamily':_0x528be6(0x227),'fontSize':_0x528be6(0x20d),'textFormat':_0x528be6(0x1fe),'textColor':'رنگ\x20متن','textBackgroundColor':'رنگ\x20پسزمینه\x20متن','bold':_0x528be6(0x1e2),'italic':'کج','underline':_0x528be6(0x1e1),'strikethrough':_0x528be6(0x224),'horizontalAlign':_0x528be6(0x1f1),'verticalAlign':_0x528be6(0x1f2),'alignLeft':_0x528be6(0x204),'alignCenter':'تراز\x20وسط','alignRight':_0x528be6(0x1f3),'alignJustify':_0x528be6(0x215),'alignTop':_0x528be6(0x1e5),'alignMiddle':'تراز\x20میانی','alignBottom':_0x528be6(0x1fb)},'shapePanel':{'fill':{'noFill':_0x528be6(0x210),'solidFill':_0x528be6(0x20a),'gradientFill':_0x528be6(0x20c),'pictureFill':_0x528be6(0x212),'color':_0x528be6(0x1e6),'transparency':_0x528be6(0x225),'picture':{'source':_0x528be6(0x221),'insert':_0x528be6(0x201)}}}}};module[_0x528be6(0x1ec)]=e;function _0x3bdb(){const _0x57dbb0=['گسترش','درج\x20ستون\x20در\x20راست','2240PDYqxA','رنگ\x20حاشیه','exports','سبک\x20حاشیه','3253964VMukzu','73503HeBpLT','انتخاب\x20ستون','تراز\x20افقی','تراز\x20عمودی','تراز\x20راست','10488800aXyFgO','متوسط','2WSkxRC','حاشیه\x20چپ','حاشیههای\x20داخلی','1833918ZeErdv','بهترین\x20تطابق','تراز\x20پایین','نقطهچین','لغو\x20ادغام\x20سلولها','قالب\x20متن','درج\x20ستون\x20در\x20چپ','حاشیه\x20افقی\x20داخلی','درج\x20تصویر','توزیع\x20ردیفها','ستون\x20آخر','تراز\x20چپ','درج\x20ردیف\x20در\x20بالا','حاشیه\x20پایین','1821972eFjfiW','روشن','درج\x20ردیف\x20در\x20پایین','یکپارچه','حذف','گرادیان','اندازه\x20قلم','حاشیه\x20عمودی\x20داخلی','رنگ\x20پسزمینه\x20جدول','بدون\x20پر\x20کردن','ردیف\x20سرصفحه','تصویر','هیچ','648619VBUwVZ','همتراز','4eVDfqN','سبکها','بدون\x20حاشیه','2601585AhdNaW','درج','حاشیه','همه\x20حاشیهها','جمع\x20کردن','ردیفهای\x20نواری','ظاهر\x20جدول','حاشیههای\x20بیرونی','منبع\x20تصویر','حاشیه\x20راست','حذف\x20ستون','خطخورده','شفافیت','ادغام\x20سلولها','قلم','ستون\x20اول','زیرخط','پررنگ','توزیع\x20ستونها','بستن','تراز\x20بالا','رنگ','حداقلی'];_0x3bdb=function(){return _0x57dbb0;};return _0x3bdb();}
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3c5df7=_0x5684;(function(_0x446371,_0x22d07d){const _0x52c8bf=_0x5684,_0x5388e8=_0x446371();while(!![]){try{const _0x54f30d=parseInt(_0x52c8bf(0x1b2))/0x1+parseInt(_0x52c8bf(0x1af))/0x2*(parseInt(_0x52c8bf(0x1ca))/0x3)+parseInt(_0x52c8bf(0x1c9))/0x4*(-parseInt(_0x52c8bf(0x193))/0x5)+-parseInt(_0x52c8bf(0x1aa))/0x6*(-parseInt(_0x52c8bf(0x195))/0x7)+parseInt(_0x52c8bf(0x1c4))/0x8+-parseInt(_0x52c8bf(0x197))/0x9+-parseInt(_0x52c8bf(0x1ae))/0xa*(parseInt(_0x52c8bf(0x19d))/0xb);if(_0x54f30d===_0x22d07d)break;else _0x5388e8['push'](_0x5388e8['shift']());}catch(_0xaf5c75){_0x5388e8['push'](_0x5388e8['shift']());}}}(_0x58b5,0xb3efb));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x3c5df7(0x1cf),'selectColumn':_0x3c5df7(0x1bb),'operations':_0x3c5df7(0x18f),'selectCell':'Sélectionner\x20une\x20cellule','edit':_0x3c5df7(0x19f),'close':_0x3c5df7(0x1b0),'expand':'Développer','collapse':'Réduire','back':_0x3c5df7(0x19c)},'contextMenu':{'insert':_0x3c5df7(0x1a7),'delete':_0x3c5df7(0x192),'distribute':_0x3c5df7(0x1a1),'insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':_0x3c5df7(0x1a6),'deleteRow':_0x3c5df7(0x1b7),'deleteColumn':'Supprimer\x20la\x20colonne','deleteTable':_0x3c5df7(0x198),'distributeRows':_0x3c5df7(0x1a3),'distributeColumns':_0x3c5df7(0x18d),'resetColor':'Réinitialiser\x20la\x20couleur'},'editorToolbar':{'mergeCells':_0x3c5df7(0x1ac),'unmergeCells':_0x3c5df7(0x18c),'tableTheme':'Thème\x20de\x20tableau','tableLook':_0x3c5df7(0x1a4),'headerRow':'Ligne\x20d’en-tête','footerRow':_0x3c5df7(0x1a9),'bandedRows':_0x3c5df7(0x1c6),'bandedColumns':_0x3c5df7(0x1c5),'firstColumn':'Première\x20colonne','lastColumn':_0x3c5df7(0x1ba),'bestMatch':_0x3c5df7(0x1d1),'light':_0x3c5df7(0x19b),'medium':_0x3c5df7(0x1bd),'minimal':_0x3c5df7(0x196),'cellBackground':_0x3c5df7(0x1cc),'allBorders':'Toutes\x20les\x20bordures','tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','border':_0x3c5df7(0x1ab),'tableBorderColor':_0x3c5df7(0x1b1),'borderWidth':_0x3c5df7(0x1d0),'borderStyle':_0x3c5df7(0x1c1),'borderStyleSolid':_0x3c5df7(0x1b9),'borderStyleDash':_0x3c5df7(0x1b6),'borderStyleDot':_0x3c5df7(0x1b4),'borderStyleDashDot':_0x3c5df7(0x1a2),'borderPresetAll':_0x3c5df7(0x1ce),'borderPresetInner':_0x3c5df7(0x191),'borderPresetOuter':'Bordures\x20extérieures','borderPresetTop':_0x3c5df7(0x1be),'borderPresetBottom':_0x3c5df7(0x1a0),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x3c5df7(0x1c8),'borderPresetInnerHorizontal':_0x3c5df7(0x190),'borderPresetInnerVertical':_0x3c5df7(0x1bf),'noBorder':'Aucune\x20bordure','none':_0x3c5df7(0x1bc),'fontFamily':'Police','fontSize':_0x3c5df7(0x194),'textFormat':_0x3c5df7(0x1c0),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x3c5df7(0x1b8),'bold':'Gras','italic':_0x3c5df7(0x1a8),'underline':_0x3c5df7(0x19a),'strikethrough':'Barré','horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x3c5df7(0x19e),'alignLeft':'Aligner\x20à\x20gauche','alignCenter':'Centrer','alignRight':_0x3c5df7(0x1cb),'alignJustify':'Justifier','alignTop':_0x3c5df7(0x1ad),'alignMiddle':_0x3c5df7(0x1c3),'alignBottom':'Aligner\x20en\x20bas'},'shapePanel':{'fill':{'noFill':_0x3c5df7(0x18e),'solidFill':_0x3c5df7(0x199),'gradientFill':_0x3c5df7(0x1c7),'pictureFill':_0x3c5df7(0x18b),'color':_0x3c5df7(0x1b5),'transparency':_0x3c5df7(0x1cd),'picture':{'source':_0x3c5df7(0x1a5),'insert':_0x3c5df7(0x1c2)}}}}};function _0x5684(_0x4184b4,_0x37d8df){_0x4184b4=_0x4184b4-0x18b;const _0x58b57d=_0x58b5();let _0x56848c=_0x58b57d[_0x4184b4];return _0x56848c;}module[_0x3c5df7(0x1b3)]=e;function _0x58b5(){const _0x116967=['Souligné','Clair','Retour','226479tTVGiy','Alignement\x20vertical','Styles','Bordure\x20inférieure','Répartir','Tiret-point','Répartir\x20les\x20lignes','Apparence\x20du\x20tableau','Source\x20de\x20l’image','Insérer\x20une\x20colonne\x20à\x20droite','Insérer','Italique','Ligne\x20de\x20pied','2096370doMhHX','Bordure','Fusionner\x20les\x20cellules','Aligner\x20en\x20haut','1130zLIsZY','2freMpW','Fermer','Couleur\x20de\x20bordure','418318lkrMzx','exports','Pointillé','Couleur','Tiret','Supprimer\x20la\x20ligne','Couleur\x20d’arrière-plan\x20du\x20texte','Plein','Dernière\x20colonne','Sélectionner\x20une\x20colonne','Aucun','Moyen','Bordure\x20supérieure','Bordure\x20verticale\x20intérieure','Format\x20de\x20texte','Style\x20de\x20bordure','Insérer\x20une\x20image','Centrer\x20verticalement','8305368KEAlbl','Colonnes\x20alternées','Lignes\x20alternées','Dégradé','Bordure\x20droite','1792EwgRJD','2078973BWRnBQ','Aligner\x20à\x20droite','Arrière-plan\x20de\x20cellule','Transparence','Toutes\x20les\x20bordures','Style\x20de\x20cellule','Épaisseur\x20de\x20bordure','Meilleure\x20correspondance','Image','Annuler\x20la\x20fusion\x20des\x20cellules','Répartir\x20les\x20colonnes','Aucun\x20remplissage','Disposition','Bordure\x20horizontale\x20intérieure','Bordures\x20intérieures','Supprimer','2415zlTrqa','Taille\x20de\x20police','28ycgWJr','Minimal','2403900yqggDt','Supprimer\x20le\x20tableau','Uni'];_0x58b5=function(){return _0x116967;};return _0x58b5();}
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x185ef1=_0x1b44;(function(_0x42269a,_0x3adb8c){const _0x518391=_0x1b44,_0x1f0cc8=_0x42269a();while(!![]){try{const _0x3e6fa6=parseInt(_0x518391(0xf8))/0x1*(-parseInt(_0x518391(0xfc))/0x2)+-parseInt(_0x518391(0x109))/0x3+parseInt(_0x518391(0x133))/0x4+-parseInt(_0x518391(0xfd))/0x5*(parseInt(_0x518391(0x102))/0x6)+parseInt(_0x518391(0x134))/0x7+parseInt(_0x518391(0x10a))/0x8*(parseInt(_0x518391(0x136))/0x9)+parseInt(_0x518391(0x127))/0xa*(parseInt(_0x518391(0xf6))/0xb);if(_0x3e6fa6===_0x3adb8c)break;else _0x1f0cc8['push'](_0x1f0cc8['shift']());}catch(_0xd2d1c3){_0x1f0cc8['push'](_0x1f0cc8['shift']());}}}(_0x54f8,0xc4b13));function _0x54f8(){const _0x596719=['Sisipkan\x20kolom\x20kiri','Transparansi','Hapus\x20tabel','Tanpa\x20isian','6RNZHbh','Semua\x20batas','Baris\x20header','Tebal','Perluas','Gaya\x20batas','Hapus\x20kolom','800154yDDIbC','8FMwURg','Batas\x20kanan','Sisipkan\x20gambar','Coret','Tutup','Batas\x20luar','Sedang','Garis\x20putus','Gabungkan\x20sel','Gaya','Sumber\x20gambar','Rata\x20kiri\x20kanan','Kolom\x20pertama','Latar\x20sel','Kembali','Tanpa\x20batas','Warna\x20latar\x20teks','Jenis\x20font','Ukuran\x20font','Batas\x20vertikal\x20dalam','Solid','Sisipkan\x20kolom\x20kanan','Atur\x20ulang\x20warna','Gaya\x20sel','Kolom\x20terakhir','Tidak\x20ada','Lebar\x20batas','Garis\x20titik','Kolom\x20berpita','10ahTOkW','Distribusikan\x20baris','Minimal','Tema\x20tabel','Batas\x20kiri','Sisipkan\x20baris\x20di\x20atas','Sisipkan','exports','Batas\x20atas','Warna\x20latar\x20tabel','Pisahkan\x20sel','Rata\x20atas','4002356OhaHIw','7794724KydFpk','Kecocokan\x20terbaik','5520789zxJzrn','Rata\x20bawah','Rata\x20vertikal','Ciutkan','Warna\x20batas','Rata\x20kanan','Pilih\x20kolom','Rata\x20kiri','Distribusikan\x20kolom','Hapus\x20baris','Batas\x20horizontal\x20dalam','Distribusikan','Garis\x20bawah','2171213lqFbnD','Tampilan\x20tabel','21VLWUzm','Sisipkan\x20baris\x20di\x20bawah','Gambar','Rata\x20horizontal','47726rLCead','6757165yhRSQo'];_0x54f8=function(){return _0x596719;};return _0x54f8();}function _0x1b44(_0x275823,_0x501073){_0x275823=_0x275823-0xf0;const _0x54f8a8=_0x54f8();let _0x1b44f4=_0x54f8a8[_0x275823];return _0x1b44f4;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x185ef1(0x121),'selectColumn':_0x185ef1(0x13c),'operations':'Tata\x20Letak','selectCell':'Pilih\x20sel','edit':_0x185ef1(0x113),'close':_0x185ef1(0x10e),'expand':_0x185ef1(0x106),'collapse':_0x185ef1(0x139),'back':_0x185ef1(0x118)},'contextMenu':{'insert':_0x185ef1(0x12d),'delete':'Hapus','distribute':_0x185ef1(0xf4),'insertRowAbove':_0x185ef1(0x12c),'insertRowBelow':_0x185ef1(0xf9),'insertColumnLeft':_0x185ef1(0xfe),'insertColumnRight':_0x185ef1(0x11f),'deleteRow':_0x185ef1(0xf2),'deleteColumn':_0x185ef1(0x108),'deleteTable':_0x185ef1(0x100),'distributeRows':_0x185ef1(0x128),'distributeColumns':_0x185ef1(0xf1),'resetColor':_0x185ef1(0x120)},'editorToolbar':{'mergeCells':_0x185ef1(0x112),'unmergeCells':_0x185ef1(0x131),'tableTheme':_0x185ef1(0x12a),'tableLook':_0x185ef1(0xf7),'headerRow':_0x185ef1(0x104),'footerRow':'Baris\x20footer','bandedRows':'Baris\x20berpita','bandedColumns':_0x185ef1(0x126),'firstColumn':_0x185ef1(0x116),'lastColumn':_0x185ef1(0x122),'bestMatch':_0x185ef1(0x135),'light':'Terang','medium':_0x185ef1(0x110),'minimal':_0x185ef1(0x129),'cellBackground':_0x185ef1(0x117),'allBorders':_0x185ef1(0x103),'tableBackgroundColor':_0x185ef1(0x130),'border':'Batas','tableBorderColor':_0x185ef1(0x13a),'borderWidth':_0x185ef1(0x124),'borderStyle':_0x185ef1(0x107),'borderStyleSolid':'Solid','borderStyleDash':_0x185ef1(0x111),'borderStyleDot':'Titik','borderStyleDashDot':_0x185ef1(0x125),'borderPresetAll':'Semua\x20batas','borderPresetInner':'Batas\x20dalam','borderPresetOuter':_0x185ef1(0x10f),'borderPresetTop':_0x185ef1(0x12f),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x185ef1(0x12b),'borderPresetRight':_0x185ef1(0x10b),'borderPresetInnerHorizontal':_0x185ef1(0xf3),'borderPresetInnerVertical':_0x185ef1(0x11d),'noBorder':_0x185ef1(0x119),'none':_0x185ef1(0x123),'fontFamily':_0x185ef1(0x11b),'fontSize':_0x185ef1(0x11c),'textFormat':'Format\x20teks','textColor':'Warna\x20teks','textBackgroundColor':_0x185ef1(0x11a),'bold':_0x185ef1(0x105),'italic':'Miring','underline':_0x185ef1(0xf5),'strikethrough':_0x185ef1(0x10d),'horizontalAlign':_0x185ef1(0xfb),'verticalAlign':_0x185ef1(0x138),'alignLeft':_0x185ef1(0xf0),'alignCenter':'Rata\x20tengah','alignRight':_0x185ef1(0x13b),'alignJustify':_0x185ef1(0x115),'alignTop':_0x185ef1(0x132),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x185ef1(0x137)},'shapePanel':{'fill':{'noFill':_0x185ef1(0x101),'solidFill':_0x185ef1(0x11e),'gradientFill':'Gradien','pictureFill':_0x185ef1(0xfa),'color':'Warna','transparency':_0x185ef1(0xff),'picture':{'source':_0x185ef1(0x114),'insert':_0x185ef1(0x10c)}}}}};module[_0x185ef1(0x12e)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3ff820=_0x398c;(function(_0x42162e,_0x591c25){const _0x3f91ba=_0x398c,_0x172167=_0x42162e();while(!![]){try{const _0x22da31=parseInt(_0x3f91ba(0x1e2))/0x1+parseInt(_0x3f91ba(0x1e0))/0x2+-parseInt(_0x3f91ba(0x1c0))/0x3*(parseInt(_0x3f91ba(0x1c6))/0x4)+parseInt(_0x3f91ba(0x1fd))/0x5+parseInt(_0x3f91ba(0x1dc))/0x6*(parseInt(_0x3f91ba(0x204))/0x7)+parseInt(_0x3f91ba(0x203))/0x8+-parseInt(_0x3f91ba(0x1cd))/0x9*(parseInt(_0x3f91ba(0x205))/0xa);if(_0x22da31===_0x591c25)break;else _0x172167['push'](_0x172167['shift']());}catch(_0x202939){_0x172167['push'](_0x172167['shift']());}}}(_0x24cd,0xdb209));function _0x398c(_0xb0e639,_0x13cab8){_0xb0e639=_0xb0e639-0x1c0;const _0x24cd00=_0x24cd();let _0x398c91=_0x24cd00[_0xb0e639];return _0x398c91;}const e={'boards-table-ui':{'mobile':{'cellStyle':_0x3ff820(0x1cb),'selectColumn':'Seleziona\x20colonna','operations':_0x3ff820(0x1fa),'selectCell':'Seleziona\x20cella','edit':_0x3ff820(0x1e9),'close':_0x3ff820(0x1d6),'expand':'Espandi','collapse':_0x3ff820(0x1ca),'back':_0x3ff820(0x1cc)},'contextMenu':{'insert':_0x3ff820(0x206),'delete':_0x3ff820(0x1c4),'distribute':'Distribuisci','insertRowAbove':_0x3ff820(0x1d5),'insertRowBelow':_0x3ff820(0x1d9),'insertColumnLeft':_0x3ff820(0x1f4),'insertColumnRight':_0x3ff820(0x1eb),'deleteRow':_0x3ff820(0x1d8),'deleteColumn':_0x3ff820(0x1f0),'deleteTable':_0x3ff820(0x1c1),'distributeRows':_0x3ff820(0x1e6),'distributeColumns':_0x3ff820(0x1e7),'resetColor':_0x3ff820(0x1fb)},'editorToolbar':{'mergeCells':_0x3ff820(0x1ea),'unmergeCells':_0x3ff820(0x1e3),'tableTheme':_0x3ff820(0x1f9),'tableLook':'Aspetto\x20tabella','headerRow':_0x3ff820(0x1d3),'footerRow':_0x3ff820(0x1e8),'bandedRows':_0x3ff820(0x1fc),'bandedColumns':_0x3ff820(0x1f3),'firstColumn':_0x3ff820(0x20a),'lastColumn':_0x3ff820(0x1dd),'bestMatch':_0x3ff820(0x201),'light':_0x3ff820(0x1e4),'medium':_0x3ff820(0x1df),'minimal':_0x3ff820(0x1f2),'cellBackground':_0x3ff820(0x202),'allBorders':'Tutti\x20i\x20bordi','tableBackgroundColor':_0x3ff820(0x1d2),'border':_0x3ff820(0x1fe),'tableBorderColor':_0x3ff820(0x1e1),'borderWidth':_0x3ff820(0x1da),'borderStyle':_0x3ff820(0x1ee),'borderStyleSolid':'Solido','borderStyleDash':_0x3ff820(0x1d1),'borderStyleDot':'Punteggiato','borderStyleDashDot':_0x3ff820(0x1ec),'borderPresetAll':'Tutti\x20i\x20bordi','borderPresetInner':_0x3ff820(0x1f5),'borderPresetOuter':'Bordi\x20esterni','borderPresetTop':_0x3ff820(0x1cf),'borderPresetBottom':_0x3ff820(0x1f8),'borderPresetLeft':'Bordo\x20sinistro','borderPresetRight':_0x3ff820(0x1de),'borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0x3ff820(0x209),'noBorder':_0x3ff820(0x208),'none':_0x3ff820(0x1d7),'fontFamily':_0x3ff820(0x1c2),'fontSize':_0x3ff820(0x207),'textFormat':'Formato\x20testo','textColor':_0x3ff820(0x1f1),'textBackgroundColor':'Colore\x20sfondo\x20testo','bold':_0x3ff820(0x1ff),'italic':_0x3ff820(0x200),'underline':_0x3ff820(0x1c7),'strikethrough':_0x3ff820(0x1f7),'horizontalAlign':_0x3ff820(0x1c3),'verticalAlign':_0x3ff820(0x1c9),'alignLeft':_0x3ff820(0x1ed),'alignCenter':'Allinea\x20al\x20centro','alignRight':'Allinea\x20a\x20destra','alignJustify':_0x3ff820(0x1d0),'alignTop':_0x3ff820(0x1f6),'alignMiddle':_0x3ff820(0x1c5),'alignBottom':'Allinea\x20in\x20basso'},'shapePanel':{'fill':{'noFill':_0x3ff820(0x1c8),'solidFill':_0x3ff820(0x1db),'gradientFill':'Sfumatura','pictureFill':'Immagine','color':_0x3ff820(0x1ef),'transparency':_0x3ff820(0x1ce),'picture':{'source':_0x3ff820(0x1d4),'insert':_0x3ff820(0x1e5)}}}}};function _0x24cd(){const _0x58dfb6=['Allineamento\x20verticale','Comprimi','Stile\x20cella','Indietro','9SrNaAy','Trasparenza','Bordo\x20superiore','Giustifica','Tratteggio','Colore\x20sfondo\x20tabella','Riga\x20intestazione','Origine\x20immagine','Inserisci\x20riga\x20sopra','Chiudi','Nessuno','Elimina\x20riga','Inserisci\x20riga\x20sotto','Larghezza\x20bordo','Solido','169746fkQLam','Ultima\x20colonna','Bordo\x20destro','Medio','3238704aRSJsD','Colore\x20bordo','55511RieHWE','Separa\x20celle','Chiaro','Inserisci\x20immagine','Distribuisci\x20righe','Distribuisci\x20colonne','Riga\x20piè\x20di\x20pagina','Stili','Unisci\x20celle','Inserisci\x20colonna\x20a\x20destra','Tratto\x20punto','Allinea\x20a\x20sinistra','Stile\x20bordo','Colore','Elimina\x20colonna','Colore\x20testo','Minimo','Colonne\x20alternate','Inserisci\x20colonna\x20a\x20sinistra','Bordi\x20interni','Allinea\x20in\x20alto','Barrato','Bordo\x20inferiore','Tema\x20tabella','Layout','Reimposta\x20colore','Righe\x20alternate','595505dnwOUL','Bordo','Grassetto','Corsivo','Corrispondenza\x20migliore','Sfondo\x20cella','7414568aMsGKU','294zjJeiS','14420150unaROu','Inserisci','Dimensione\x20font','Nessun\x20bordo','Bordo\x20verticale\x20interno','Prima\x20colonna','523149WVrEHa','Elimina\x20tabella','Famiglia\x20font','Allineamento\x20orizzontale','Elimina','Allinea\x20al\x20centro\x20verticalmente','36HqRZGA','Sottolineato','Nessun\x20riempimento'];_0x24cd=function(){return _0x58dfb6;};return _0x24cd();}module['exports']=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x288a39=_0x174e;function _0x467f(){const _0x13a824=['罫線なし','スタイル','上揃え','列を選択','折りたたむ','縞模様の行','1648525DsIDTq','下揃え','テキスト形式','右揃え','取り消し線','塗りつぶしなし','セルを結合','文字色','内側の罫線','1523352FKWPdW','垂直方向の配置','中央揃え','6604wFSdrz','最後の列','見出し行','1017928INDdvL','文字の背景色','均等配置','一点鎖線','表を削除','最初の列','グラデーション','上罫線','明るい','表の外観','左に列を挿入','すべての罫線','表のテーマ','304005VgNszQ','114sTHSGc','画像ソース','1351903XnSoYQ','上下中央揃え','5115976EAvKld','縞模様の列','exports','罫線のスタイル','画像を挿入','色をリセット','下罫線','フォント','フォントサイズ','最適な組み合わせ','行を削除','集計行','下に行を挿入','右に列を挿入','水平方向の配置','表の背景色','セル結合を解除','閉じる'];_0x467f=function(){return _0x13a824;};return _0x467f();}function _0x174e(_0x447933,_0x5bb712){_0x447933=_0x447933-0x1a5;const _0x467fce=_0x467f();let _0x174e2a=_0x467fce[_0x447933];return _0x174e2a;}(function(_0x5847a6,_0x58bd02){const _0x61fe7f=_0x174e,_0x6a960f=_0x5847a6();while(!![]){try{const _0x38d14f=-parseInt(_0x61fe7f(0x1b1))/0x1*(-parseInt(_0x61fe7f(0x1d9))/0x2)+-parseInt(_0x61fe7f(0x1b0))/0x3+-parseInt(_0x61fe7f(0x1dc))/0x4+-parseInt(_0x61fe7f(0x1cd))/0x5+-parseInt(_0x61fe7f(0x1d6))/0x6+parseInt(_0x61fe7f(0x1b3))/0x7+parseInt(_0x61fe7f(0x1b5))/0x8;if(_0x38d14f===_0x58bd02)break;else _0x6a960f['push'](_0x6a960f['shift']());}catch(_0x48b0a3){_0x6a960f['push'](_0x6a960f['shift']());}}}(_0x467f,0x41d48));const e={'boards-table-ui':{'mobile':{'cellStyle':'セルのスタイル','selectColumn':_0x288a39(0x1ca),'operations':'レイアウト','selectCell':'セルを選択','edit':_0x288a39(0x1c8),'close':_0x288a39(0x1c6),'expand':'展開','collapse':_0x288a39(0x1cb),'back':'戻る'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x288a39(0x1a5),'insertRowAbove':'上に行を挿入','insertRowBelow':_0x288a39(0x1c1),'insertColumnLeft':_0x288a39(0x1ad),'insertColumnRight':_0x288a39(0x1c2),'deleteRow':_0x288a39(0x1bf),'deleteColumn':'列を削除','deleteTable':_0x288a39(0x1a7),'distributeRows':'行を均等に配置','distributeColumns':'列を均等に配置','resetColor':_0x288a39(0x1ba)},'editorToolbar':{'mergeCells':_0x288a39(0x1d3),'unmergeCells':_0x288a39(0x1c5),'tableTheme':_0x288a39(0x1af),'tableLook':_0x288a39(0x1ac),'headerRow':_0x288a39(0x1db),'footerRow':_0x288a39(0x1c0),'bandedRows':_0x288a39(0x1cc),'bandedColumns':_0x288a39(0x1b6),'firstColumn':_0x288a39(0x1a8),'lastColumn':_0x288a39(0x1da),'bestMatch':_0x288a39(0x1be),'light':_0x288a39(0x1ab),'medium':'中間','minimal':'最小','cellBackground':'セルの背景','allBorders':_0x288a39(0x1ae),'tableBackgroundColor':_0x288a39(0x1c4),'border':'罫線','tableBorderColor':'罫線の色','borderWidth':'罫線の幅','borderStyle':_0x288a39(0x1b8),'borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x288a39(0x1a6),'borderPresetAll':_0x288a39(0x1ae),'borderPresetInner':_0x288a39(0x1d5),'borderPresetOuter':'外側の罫線','borderPresetTop':_0x288a39(0x1aa),'borderPresetBottom':_0x288a39(0x1bb),'borderPresetLeft':'左罫線','borderPresetRight':'右罫線','borderPresetInnerHorizontal':'内側の横罫線','borderPresetInnerVertical':'内側の縦罫線','noBorder':_0x288a39(0x1c7),'none':'なし','fontFamily':_0x288a39(0x1bc),'fontSize':_0x288a39(0x1bd),'textFormat':_0x288a39(0x1cf),'textColor':_0x288a39(0x1d4),'textBackgroundColor':_0x288a39(0x1dd),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x288a39(0x1d1),'horizontalAlign':_0x288a39(0x1c3),'verticalAlign':_0x288a39(0x1d7),'alignLeft':'左揃え','alignCenter':_0x288a39(0x1d8),'alignRight':_0x288a39(0x1d0),'alignJustify':'両端揃え','alignTop':_0x288a39(0x1c9),'alignMiddle':_0x288a39(0x1b4),'alignBottom':_0x288a39(0x1ce)},'shapePanel':{'fill':{'noFill':_0x288a39(0x1d2),'solidFill':'単色','gradientFill':_0x288a39(0x1a9),'pictureFill':'画像','color':'色','transparency':'透明度','picture':{'source':_0x288a39(0x1b2),'insert':_0x288a39(0x1b9)}}}}};module[_0x288a39(0x1b7)]=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x1b3d2e=_0x1565;function _0x1565(_0x345330,_0x14e463){_0x345330=_0x345330-0x1a3;const _0x1b93e7=_0x1b93();let _0x156556=_0x1b93e7[_0x345330];return _0x156556;}function _0x1b93(){const _0x3df20e=['테두리\x20스타일','셀\x20병합\x20해제','그림\x20삽입','셀\x20병합','바닥글\x20행','위\x20맞춤','그라데이션','934544wbckoD','표\x20삭제','10749LPNeLf','세로\x20맞춤','취소선','304mwRUHD','글꼴\x20크기','2313FnUYGB','채우기\x20없음','바깥쪽\x20테두리','왼쪽\x20테두리','텍스트\x20색','모든\x20테두리','셀\x20선택','가운데\x20맞춤','아래\x20맞춤','오른쪽에\x20열\x20삽입','텍스트\x20배경색','위쪽\x20테두리','줄무늬\x20행','1660495hFZsPL','안쪽\x20테두리','행\x20삭제','안쪽\x20가로\x20테두리','테두리\x20없음','표\x20배경색','머리글\x20행','표\x20모양','일점쇄선','테두리','열\x20선택','17GMcBjB','그림\x20원본','첫\x20열','표\x20테마','텍스트\x20형식','아래쪽\x20테두리','안쪽\x20세로\x20테두리','펼치기','최적\x20맞춤','셀\x20스타일','6022mUSeom','가로\x20맞춤','열\x20균등\x20분배','왼쪽에\x20열\x20삽입','19510viEElb','2209305pMOxuZ','테두리\x20두께','exports','560340CWgwQE'];_0x1b93=function(){return _0x3df20e;};return _0x1b93();}(function(_0x54e26e,_0x1bf7da){const _0x1ef7b3=_0x1565,_0x42fa23=_0x54e26e();while(!![]){try{const _0x5b3be9=parseInt(_0x1ef7b3(0x1a7))/0x1*(-parseInt(_0x1ef7b3(0x1b1))/0x2)+-parseInt(_0x1ef7b3(0x1c3))/0x3*(parseInt(_0x1ef7b3(0x1c6))/0x4)+-parseInt(_0x1ef7b3(0x1d5))/0x5+-parseInt(_0x1ef7b3(0x1b9))/0x6+parseInt(_0x1ef7b3(0x1b6))/0x7+parseInt(_0x1ef7b3(0x1c1))/0x8+-parseInt(_0x1ef7b3(0x1c8))/0x9*(-parseInt(_0x1ef7b3(0x1b5))/0xa);if(_0x5b3be9===_0x1bf7da)break;else _0x42fa23['push'](_0x42fa23['shift']());}catch(_0x601649){_0x42fa23['push'](_0x42fa23['shift']());}}}(_0x1b93,0x2d218));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x1b3d2e(0x1b0),'selectColumn':_0x1b3d2e(0x1a6),'operations':'레이아웃','selectCell':_0x1b3d2e(0x1ce),'edit':'스타일','close':'닫기','expand':_0x1b3d2e(0x1ae),'collapse':'접기','back':'뒤로'},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','insertRowAbove':'위에\x20행\x20삽입','insertRowBelow':'아래에\x20행\x20삽입','insertColumnLeft':_0x1b3d2e(0x1b4),'insertColumnRight':_0x1b3d2e(0x1d1),'deleteRow':_0x1b3d2e(0x1d7),'deleteColumn':'열\x20삭제','deleteTable':_0x1b3d2e(0x1c2),'distributeRows':'행\x20균등\x20분배','distributeColumns':_0x1b3d2e(0x1b3),'resetColor':'색상\x20초기화'},'editorToolbar':{'mergeCells':_0x1b3d2e(0x1bd),'unmergeCells':_0x1b3d2e(0x1bb),'tableTheme':_0x1b3d2e(0x1aa),'tableLook':_0x1b3d2e(0x1a3),'headerRow':_0x1b3d2e(0x1db),'footerRow':_0x1b3d2e(0x1be),'bandedRows':_0x1b3d2e(0x1d4),'bandedColumns':'줄무늬\x20열','firstColumn':_0x1b3d2e(0x1a9),'lastColumn':'마지막\x20열','bestMatch':_0x1b3d2e(0x1af),'light':'밝게','medium':'보통','minimal':'최소','cellBackground':'셀\x20배경','allBorders':_0x1b3d2e(0x1cd),'tableBackgroundColor':_0x1b3d2e(0x1da),'border':_0x1b3d2e(0x1a5),'tableBorderColor':'테두리\x20색','borderWidth':_0x1b3d2e(0x1b7),'borderStyle':_0x1b3d2e(0x1ba),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x1b3d2e(0x1a4),'borderPresetAll':_0x1b3d2e(0x1cd),'borderPresetInner':_0x1b3d2e(0x1d6),'borderPresetOuter':_0x1b3d2e(0x1ca),'borderPresetTop':_0x1b3d2e(0x1d3),'borderPresetBottom':_0x1b3d2e(0x1ac),'borderPresetLeft':_0x1b3d2e(0x1cb),'borderPresetRight':'오른쪽\x20테두리','borderPresetInnerHorizontal':_0x1b3d2e(0x1d8),'borderPresetInnerVertical':_0x1b3d2e(0x1ad),'noBorder':_0x1b3d2e(0x1d9),'none':'없음','fontFamily':'글꼴','fontSize':_0x1b3d2e(0x1c7),'textFormat':_0x1b3d2e(0x1ab),'textColor':_0x1b3d2e(0x1cc),'textBackgroundColor':_0x1b3d2e(0x1d2),'bold':'굵게','italic':'기울임꼴','underline':'밑줄','strikethrough':_0x1b3d2e(0x1c5),'horizontalAlign':_0x1b3d2e(0x1b2),'verticalAlign':_0x1b3d2e(0x1c4),'alignLeft':'왼쪽\x20맞춤','alignCenter':'가운데\x20맞춤','alignRight':'오른쪽\x20맞춤','alignJustify':'양쪽\x20맞춤','alignTop':_0x1b3d2e(0x1bf),'alignMiddle':_0x1b3d2e(0x1cf),'alignBottom':_0x1b3d2e(0x1d0)},'shapePanel':{'fill':{'noFill':_0x1b3d2e(0x1c9),'solidFill':'단색','gradientFill':_0x1b3d2e(0x1c0),'pictureFill':'그림','color':'색','transparency':'투명도','picture':{'source':_0x1b3d2e(0x1a8),'insert':_0x1b3d2e(0x1bc)}}}}};module[_0x1b3d2e(0x1b8)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x309369=_0x2dc0;(function(_0x4c6139,_0x25deeb){const _0x3b31db=_0x2dc0,_0x21bb37=_0x4c6139();while(!![]){try{const _0x2eb89d=-parseInt(_0x3b31db(0x192))/0x1+-parseInt(_0x3b31db(0x191))/0x2+parseInt(_0x3b31db(0x17f))/0x3*(parseInt(_0x3b31db(0x16b))/0x4)+-parseInt(_0x3b31db(0x16f))/0x5+parseInt(_0x3b31db(0x171))/0x6+-parseInt(_0x3b31db(0x190))/0x7*(-parseInt(_0x3b31db(0x177))/0x8)+parseInt(_0x3b31db(0x16a))/0x9*(parseInt(_0x3b31db(0x18d))/0xa);if(_0x2eb89d===_0x25deeb)break;else _0x21bb37['push'](_0x21bb37['shift']());}catch(_0x5bbc78){_0x21bb37['push'](_0x21bb37['shift']());}}}(_0x2fc3,0x2fa12));const e={'boards-table-ui':{'mobile':{'cellStyle':_0x309369(0x172),'selectColumn':_0x309369(0x176),'operations':'Układ','selectCell':_0x309369(0x186),'edit':'Style','close':'Zamknij','expand':_0x309369(0x197),'collapse':_0x309369(0x16e),'back':_0x309369(0x181)},'contextMenu':{'insert':'Wstaw','delete':'Usuń','distribute':_0x309369(0x1a0),'insertRowAbove':_0x309369(0x170),'insertRowBelow':'Wstaw\x20wiersz\x20poniżej','insertColumnLeft':_0x309369(0x19e),'insertColumnRight':_0x309369(0x189),'deleteRow':_0x309369(0x19a),'deleteColumn':_0x309369(0x1a3),'deleteTable':_0x309369(0x198),'distributeRows':_0x309369(0x1a4),'distributeColumns':_0x309369(0x193),'resetColor':'Resetuj\x20kolor'},'editorToolbar':{'mergeCells':'Scal\x20komórki','unmergeCells':_0x309369(0x17e),'tableTheme':_0x309369(0x17d),'tableLook':'Wygląd\x20tabeli','headerRow':'Wiersz\x20nagłówka','footerRow':'Wiersz\x20stopki','bandedRows':_0x309369(0x199),'bandedColumns':'Naprzemienne\x20kolumny','firstColumn':'Pierwsza\x20kolumna','lastColumn':_0x309369(0x187),'bestMatch':_0x309369(0x163),'light':'Jasny','medium':_0x309369(0x19b),'minimal':_0x309369(0x16d),'cellBackground':_0x309369(0x173),'allBorders':_0x309369(0x169),'tableBackgroundColor':'Kolor\x20tła\x20tabeli','border':_0x309369(0x16c),'tableBorderColor':'Kolor\x20obramowania','borderWidth':_0x309369(0x168),'borderStyle':_0x309369(0x180),'borderStyleSolid':_0x309369(0x164),'borderStyleDash':_0x309369(0x174),'borderStyleDot':_0x309369(0x194),'borderStyleDashDot':'Kreska\x20kropka','borderPresetAll':_0x309369(0x169),'borderPresetInner':_0x309369(0x185),'borderPresetOuter':_0x309369(0x18a),'borderPresetTop':_0x309369(0x19d),'borderPresetBottom':'Dolne\x20obramowanie','borderPresetLeft':_0x309369(0x17c),'borderPresetRight':_0x309369(0x178),'borderPresetInnerHorizontal':_0x309369(0x179),'borderPresetInnerVertical':_0x309369(0x19c),'noBorder':_0x309369(0x162),'none':_0x309369(0x196),'fontFamily':_0x309369(0x165),'fontSize':'Rozmiar\x20czcionki','textFormat':_0x309369(0x188),'textColor':_0x309369(0x195),'textBackgroundColor':_0x309369(0x184),'bold':_0x309369(0x18c),'italic':_0x309369(0x17a),'underline':'Podkreślenie','strikethrough':_0x309369(0x18e),'horizontalAlign':'Wyrównanie\x20poziome','verticalAlign':_0x309369(0x1a2),'alignLeft':_0x309369(0x182),'alignCenter':'Wyrównaj\x20do\x20środka','alignRight':'Wyrównaj\x20do\x20prawej','alignJustify':_0x309369(0x19f),'alignTop':_0x309369(0x166),'alignMiddle':_0x309369(0x175),'alignBottom':_0x309369(0x18f)},'shapePanel':{'fill':{'noFill':'Bez\x20wypełnienia','solidFill':_0x309369(0x167),'gradientFill':_0x309369(0x1a1),'pictureFill':'Obraz','color':'Kolor','transparency':_0x309369(0x18b),'picture':{'source':'Źródło\x20obrazu','insert':_0x309369(0x183)}}}}};module[_0x309369(0x17b)]=e;function _0x2dc0(_0x993e1b,_0x6a5d19){_0x993e1b=_0x993e1b-0x162;const _0x2fc3b6=_0x2fc3();let _0x2dc074=_0x2fc3b6[_0x993e1b];return _0x2dc074;}function _0x2fc3(){const _0x1833d8=['559220NQPajF','158178uIeZXV','Rozmieść\x20kolumny','Kropka','Kolor\x20tekstu','Brak','Rozwiń','Usuń\x20tabelę','Naprzemienne\x20wiersze','Usuń\x20wiersz','Średni','Wewnętrzne\x20pionowe\x20obramowanie','Górne\x20obramowanie','Wstaw\x20kolumnę\x20z\x20lewej','Wyjustuj','Rozmieść','Gradient','Wyrównanie\x20pionowe','Usuń\x20kolumnę','Rozmieść\x20wiersze','Bez\x20obramowania','Najlepsze\x20dopasowanie','Ciągła','Czcionka','Wyrównaj\x20do\x20góry','Jednolity','Szerokość\x20obramowania','Wszystkie\x20obramowania','175239JeIMKn','28144SQHVYu','Obramowanie','Minimalny','Zwiń','480000ULQgvZ','Wstaw\x20wiersz\x20powyżej','378156WUAsqz','Styl\x20komórki','Tło\x20komórki','Kreska','Wyrównaj\x20do\x20środka','Zaznacz\x20kolumnę','8bKPeFO','Prawe\x20obramowanie','Wewnętrzne\x20poziome\x20obramowanie','Kursywa','exports','Lewe\x20obramowanie','Motyw\x20tabeli','Rozdziel\x20komórki','66cqpepo','Styl\x20obramowania','Wstecz','Wyrównaj\x20do\x20lewej','Wstaw\x20obraz','Kolor\x20tła\x20tekstu','Obramowania\x20wewnętrzne','Zaznacz\x20komórkę','Ostatnia\x20kolumna','Format\x20tekstu','Wstaw\x20kolumnę\x20z\x20prawej','Obramowania\x20zewnętrzne','Przezroczystość','Pogrubienie','150zfZNHU','Przekreślenie','Wyrównaj\x20do\x20dołu','1532965uaLZGE'];_0x2fc3=function(){return _0x1833d8;};return _0x2fc3();}
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x39e17e=_0x2861;function _0x4d02(){const _0x358c83=['Fonte\x20da\x20imagem','Aparência\x20da\x20tabela','Linha\x20de\x20rodapé','Tema\x20da\x20tabela','Cor\x20da\x20borda','Excluir\x20coluna','Alinhamento\x20horizontal','Imagem','Distribuir\x20linhas','Cor\x20de\x20fundo\x20da\x20tabela','36vcjeTF','Sem\x20preenchimento','Sem\x20borda','9304173Yfjtiz','371224HADExy','Largura\x20da\x20borda','Desfazer\x20mesclagem','1656130bEEpDZ','Centralizar','Excluir\x20linha','Itálico','Alinhar\x20à\x20esquerda','Redefinir\x20cor','Inserir\x20linha\x20acima','Cor\x20de\x20fundo\x20do\x20texto','Mínimo','Tachado','Todas\x20as\x20bordas','Alinhamento\x20vertical','Melhor\x20correspondência','Justificar','Mesclar\x20células','Recolher','Distribuir','Voltar','Layout','Alinhar\x20abaixo','Borda\x20direita','5efXvSI','1369280dnHsRL','Borda','Selecionar\x20coluna','Inserir\x20linha\x20abaixo','Sublinhado','Alinhar\x20acima','Excluir','Fundo\x20da\x20célula','Linhas\x20em\x20faixas','Borda\x20horizontal\x20interna','Bordas\x20externas','Colunas\x20em\x20faixas','Fonte','Formato\x20do\x20texto','exports','Cor\x20do\x20texto','Inserir\x20coluna\x20à\x20direita','Borda\x20esquerda','Excluir\x20tabela','Tracejado','Nenhum','Estilos','63051GnrXVV','Inserir\x20imagem','2612544mAIEpQ','Selecionar\x20célula','Cor','436543CCoQzO','Borda\x20inferior'];_0x4d02=function(){return _0x358c83;};return _0x4d02();}(function(_0x17e223,_0x47a601){const _0x36aa42=_0x2861,_0x41c8d6=_0x17e223();while(!![]){try{const _0x56faa4=-parseInt(_0x36aa42(0x209))/0x1+-parseInt(_0x36aa42(0x1d1))/0x2*(-parseInt(_0x36aa42(0x204))/0x3)+-parseInt(_0x36aa42(0x1d5))/0x4*(-parseInt(_0x36aa42(0x1ed))/0x5)+-parseInt(_0x36aa42(0x206))/0x6+-parseInt(_0x36aa42(0x1d8))/0x7+-parseInt(_0x36aa42(0x1ee))/0x8+parseInt(_0x36aa42(0x1d4))/0x9;if(_0x56faa4===_0x47a601)break;else _0x41c8d6['push'](_0x41c8d6['shift']());}catch(_0x2d7df0){_0x41c8d6['push'](_0x41c8d6['shift']());}}}(_0x4d02,0x36fa8));function _0x2861(_0x48fed8,_0xa00d70){_0x48fed8=_0x48fed8-0x1c7;const _0x4d0202=_0x4d02();let _0x2861a8=_0x4d0202[_0x48fed8];return _0x2861a8;}const e={'boards-table-ui':{'mobile':{'cellStyle':'Estilo\x20da\x20célula','selectColumn':_0x39e17e(0x1f0),'operations':_0x39e17e(0x1ea),'selectCell':_0x39e17e(0x207),'edit':_0x39e17e(0x203),'close':'Fechar','expand':'Expandir','collapse':_0x39e17e(0x1e7),'back':_0x39e17e(0x1e9)},'contextMenu':{'insert':'Inserir','delete':_0x39e17e(0x1f4),'distribute':_0x39e17e(0x1e8),'insertRowAbove':_0x39e17e(0x1de),'insertRowBelow':_0x39e17e(0x1f1),'insertColumnLeft':'Inserir\x20coluna\x20à\x20esquerda','insertColumnRight':_0x39e17e(0x1fe),'deleteRow':_0x39e17e(0x1da),'deleteColumn':_0x39e17e(0x1cc),'deleteTable':_0x39e17e(0x200),'distributeRows':_0x39e17e(0x1cf),'distributeColumns':'Distribuir\x20colunas','resetColor':_0x39e17e(0x1dd)},'editorToolbar':{'mergeCells':_0x39e17e(0x1e6),'unmergeCells':_0x39e17e(0x1d7),'tableTheme':_0x39e17e(0x1ca),'tableLook':_0x39e17e(0x1c8),'headerRow':'Linha\x20de\x20cabeçalho','footerRow':_0x39e17e(0x1c9),'bandedRows':_0x39e17e(0x1f6),'bandedColumns':_0x39e17e(0x1f9),'firstColumn':'Primeira\x20coluna','lastColumn':'Última\x20coluna','bestMatch':_0x39e17e(0x1e4),'light':'Claro','medium':'Médio','minimal':_0x39e17e(0x1e0),'cellBackground':_0x39e17e(0x1f5),'allBorders':_0x39e17e(0x1e2),'tableBackgroundColor':_0x39e17e(0x1d0),'border':_0x39e17e(0x1ef),'tableBorderColor':_0x39e17e(0x1cb),'borderWidth':_0x39e17e(0x1d6),'borderStyle':'Estilo\x20da\x20borda','borderStyleSolid':'Sólido','borderStyleDash':_0x39e17e(0x201),'borderStyleDot':'Pontilhado','borderStyleDashDot':'Traço\x20ponto','borderPresetAll':_0x39e17e(0x1e2),'borderPresetInner':'Bordas\x20internas','borderPresetOuter':_0x39e17e(0x1f8),'borderPresetTop':'Borda\x20superior','borderPresetBottom':_0x39e17e(0x20a),'borderPresetLeft':_0x39e17e(0x1ff),'borderPresetRight':_0x39e17e(0x1ec),'borderPresetInnerHorizontal':_0x39e17e(0x1f7),'borderPresetInnerVertical':'Borda\x20vertical\x20interna','noBorder':_0x39e17e(0x1d3),'none':_0x39e17e(0x202),'fontFamily':_0x39e17e(0x1fa),'fontSize':'Tamanho\x20da\x20fonte','textFormat':_0x39e17e(0x1fb),'textColor':_0x39e17e(0x1fd),'textBackgroundColor':_0x39e17e(0x1df),'bold':'Negrito','italic':_0x39e17e(0x1db),'underline':_0x39e17e(0x1f2),'strikethrough':_0x39e17e(0x1e1),'horizontalAlign':_0x39e17e(0x1cd),'verticalAlign':_0x39e17e(0x1e3),'alignLeft':_0x39e17e(0x1dc),'alignCenter':_0x39e17e(0x1d9),'alignRight':'Alinhar\x20à\x20direita','alignJustify':_0x39e17e(0x1e5),'alignTop':_0x39e17e(0x1f3),'alignMiddle':'Alinhar\x20ao\x20meio','alignBottom':_0x39e17e(0x1eb)},'shapePanel':{'fill':{'noFill':_0x39e17e(0x1d2),'solidFill':'Sólido','gradientFill':'Gradiente','pictureFill':_0x39e17e(0x1ce),'color':_0x39e17e(0x208),'transparency':'Transparência','picture':{'source':_0x39e17e(0x1c7),'insert':_0x39e17e(0x205)}}}}};module[_0x39e17e(0x1fc)]=e;
|