@univerjs-pro/slides-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.css +150 -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/commands/operations/table-size.operation.d.ts +2 -0
- package/lib/types/components/insert-ribbon/SlideInsertTableMenu.d.ts +6 -0
- package/lib/types/components/mobile/SlideMobileInsertTableMenu.d.ts +1 -0
- package/lib/types/components/mobile/SlideMobileTableSizePicker.d.ts +3 -0
- package/lib/types/components/table-size/SlideTableSizePicker.d.ts +63 -0
- package/lib/types/controllers/mobile/components.controller.d.ts +7 -0
- package/lib/types/controllers/mobile/slide-table-interaction.render-controller.d.ts +18 -0
- package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +167 -25
- package/lib/types/controllers/slide-table-object-refresh.controller.d.ts +8 -0
- package/lib/types/index.d.ts +4 -0
- package/lib/types/locale/en-US.d.ts +20 -0
- package/lib/types/menu/insert.menu.d.ts +5 -0
- package/lib/types/menu/table-design-ribbon.menu.d.ts +4 -4
- package/lib/types/menu/table-size.menu.d.ts +4 -0
- package/lib/types/mobile-plugin.d.ts +21 -0
- package/lib/types/plugin.d.ts +5 -0
- package/lib/types/render-objects/mobile/mobile-slide-table-object.d.ts +8 -0
- package/lib/types/render-objects/mobile/mobile-table-object-adaptor.d.ts +18 -0
- package/lib/types/render-objects/mobile/slide-table-mobile-selection.d.ts +27 -0
- package/lib/types/render-objects/slide-table-layout.util.d.ts +4 -0
- package/lib/types/render-objects/slide-table-object.d.ts +27 -5
- package/lib/types/render-objects/table-object-adaptor.d.ts +18 -0
- package/lib/types/services/slide-table-clipboard-adapter.d.ts +5 -2
- package/lib/types/services/slide-table-insert.service.d.ts +20 -0
- package/lib/types/views/SlideTableFloatingToolbar.d.ts +23 -1
- package/lib/types/views/TableThemeGallery.d.ts +14 -1
- package/lib/types/views/mobile/MobileSlideTableFloatingToolbar.d.ts +1 -0
- package/lib/types/views/mobile/MobileTableMenu.d.ts +15 -0
- package/lib/types/views/mobile/MobileTableThemeGallery.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 +21 -19
package/lib/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x222e9a=_0x438a;(function(_0x204863,_0x119e3a){const _0x19b895=_0x438a,_0x37d569=_0x204863();while(!![]){try{const _0x5c9ddc=parseInt(_0x19b895(0x195))/0x1*(-parseInt(_0x19b895(0x18e))/0x2)+parseInt(_0x19b895(0x1b9))/0x3+parseInt(_0x19b895(0x1b5))/0x4+parseInt(_0x19b895(0x174))/0x5*(-parseInt(_0x19b895(0x1a3))/0x6)+parseInt(_0x19b895(0x17c))/0x7*(parseInt(_0x19b895(0x186))/0x8)+-parseInt(_0x19b895(0x161))/0x9+parseInt(_0x19b895(0x176))/0xa*(parseInt(_0x19b895(0x1ae))/0xb);if(_0x5c9ddc===_0x119e3a)break;else _0x37d569['push'](_0x37d569['shift']());}catch(_0x1f77db){_0x37d569['push'](_0x37d569['shift']());}}}(_0xedce,0xbf349));function _0xedce(){const _0xd14ea7=['منقط','نسخ','رمادي\x20100','الصفوف','مظهر\x20الجدول','صف\x20الرأس','الحد\x20العمودي\x20الداخلي','صفوف\x20متناوبة','صف\x20التذييل','محاذاة\x20عمودية','إدراج\x20صف\x20أعلاه','صلب','محاذاة\x20لليسار','5511336CAcyfX','الحد\x20الأيسر','إلغاء\x20دمج\x20الخلايا','أخضر\x20600','الشفافية','لا\x20شيء','نقل\x20عمود','إغلاق','تسطير','النص','محاذاة\x20لليمين','7230487aCQtZy','محاذاة\x20أفقية','زيادة\x20حجم\x20الخط','حذف\x20الصف','نمط\x20الخلية','مائل','إرسال\x20إلى\x20المؤخرة','6015532ayhMOq','أبيض','مصدر\x20الصورة','بنفسجي\x20600','1428330akhjmW','الحد','الحد\x20الخارجي','رمادي\x20500','أزرق\x20600','تعبئة\x20صورة\x20أو\x20نسيج','توزيع','تحديد\x20الجدول','محاذاة\x20للأعلى','محاذاة\x20للأسفل','الحدود','لوحة','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','التخطيط','أزرق\x20100','شريط\x20الأدوات\x20العائم','الحد\x20العلوي','أصفر\x20700','بدون\x20تعبئة','حذف\x20العمود','تصميم\x20الجدول','إرسال\x20إلى\x20الخلف','إدراج\x20عمود','الحدود\x20الخارجية','أحمر\x20100','الحدود\x20الداخلية','6261543TpsXto','عرض\x20الحد','نسق\x20الجدول','توزيع\x20الصفوف','تحديد\x20خلية','إدراج\x20صف','إدراج\x20صف\x20أدناه','تطبيق','نقل\x20الصفوف','إدراج\x20عمود\x20إلى\x20اليمين','نقل\x20صف','تعبئة\x20صلبة','بلا\x20حدود','تنسيق\x20النص','ترتيب','شرطة\x20ونقطة','متوسط','الحد\x20الأيمن','محاذاة\x20للوسط','5BJFKoz','اللون','10mvTlxJ','أفضل\x20تطابق','أخضر\x20100','محاذاة\x20للوسط\x20عموديًا','غامق','أعمدة\x20متناوبة','7ffSsFX','تحديد\x20الصف','توزيع\x20الأعمدة','إعادة\x20تعيين\x20اللون','لون\x20خلفية\x20الجدول','الحجم\x20المخصص','إدراج','حذف\x20الجدول','أحمر\x20600','فاتح','3461648mQWext','إدراج\x20عمود\x20إلى\x20اليسار','أنماط\x20الجدول','لون\x20حد\x20الجدول','الأنماط','رمادي\x20900','العمود\x20الأول','دمج\x20الخلايا','2216aKFPFT','الحد\x20الأفقي\x20الداخلي','حذف','بسيط','برتقالي\x20600','حجم\x20الجدول','توسيع','607qIdUkQ'];_0xedce=function(){return _0xd14ea7;};return _0xedce();}const e={'slides-table-ui':{'insertToolbar':{'table':'جدول'},'tableSizePicker':{'title':_0x222e9a(0x193),'customSize':_0x222e9a(0x181),'rows':_0x222e9a(0x199),'columns':'الأعمدة','insert':_0x222e9a(0x182),'apply':_0x222e9a(0x168)},'mobile':{'operations':_0x222e9a(0x154),'selectCell':_0x222e9a(0x165),'edit':_0x222e9a(0x18a),'close':_0x222e9a(0x1aa),'expand':_0x222e9a(0x194),'collapse':'طي','back':'رجوع'},'ribbon':{'tableDesign':_0x222e9a(0x15b),'styles':_0x222e9a(0x188),'cellStyle':_0x222e9a(0x1b2),'text':_0x222e9a(0x1ac),'layout':_0x222e9a(0x154),'arrange':_0x222e9a(0x16f),'panel':_0x222e9a(0x152),'floatingToolbar':_0x222e9a(0x156),'arrangeForward':'إحضار\x20إلى\x20الأمام','arrangeBackward':_0x222e9a(0x15c),'bringToFront':'إحضار\x20إلى\x20المقدمة','sendToBack':_0x222e9a(0x1b4)},'editorToolbar':{'fontFamily':'الخط','fontSize':'حجم\x20الخط','increaseFontSize':_0x222e9a(0x1b0),'decreaseFontSize':'تقليل\x20حجم\x20الخط','orderedList':'قائمة\x20مرقمة','bulletList':'قائمة\x20نقطية','textFormat':_0x222e9a(0x16e),'bold':_0x222e9a(0x17a),'italic':_0x222e9a(0x1b3),'underline':_0x222e9a(0x1ab),'strikethrough':'يتوسطه\x20خط','textColor':'لون\x20النص','textBackgroundColor':'لون\x20خلفية\x20النص','tableBackgroundColor':_0x222e9a(0x180),'tableBorderColor':_0x222e9a(0x189),'borderWidth':_0x222e9a(0x162),'borderStyle':'نمط\x20الحد','border':_0x222e9a(0x1ba),'borderStyleSolid':_0x222e9a(0x1a1),'borderStyleDash':'متقطع','borderStyleDot':_0x222e9a(0x196),'borderStyleDashDot':_0x222e9a(0x170),'noBorder':_0x222e9a(0x16d),'borderPresetAll':'كل\x20الحدود','borderPresetInner':'الحدود\x20الداخلية','borderPresetOuter':_0x222e9a(0x1bb),'borderPresetTop':_0x222e9a(0x157),'borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x222e9a(0x1a4),'borderPresetRight':_0x222e9a(0x172),'borderPresetInnerHorizontal':_0x222e9a(0x18f),'borderPresetInnerVertical':_0x222e9a(0x19c),'none':_0x222e9a(0x1a8),'horizontalAlign':_0x222e9a(0x1af),'verticalAlign':_0x222e9a(0x19f),'alignLeft':_0x222e9a(0x1a2),'alignCenter':_0x222e9a(0x173),'alignRight':_0x222e9a(0x1ad),'alignJustify':'ضبط','alignTop':_0x222e9a(0x14f),'alignMiddle':_0x222e9a(0x179),'alignBottom':_0x222e9a(0x150),'mergeCells':_0x222e9a(0x18d),'unmergeCells':_0x222e9a(0x1a5),'tableTheme':_0x222e9a(0x163),'tableLook':_0x222e9a(0x19a),'headerRow':_0x222e9a(0x19b),'footerRow':_0x222e9a(0x19e),'bandedRows':_0x222e9a(0x19d),'bandedColumns':_0x222e9a(0x17b),'firstColumn':_0x222e9a(0x18c),'lastColumn':'العمود\x20الأخير','bestMatch':_0x222e9a(0x177),'light':_0x222e9a(0x185),'medium':_0x222e9a(0x171),'minimal':_0x222e9a(0x191)},'shapePanel':{'fill':{'noFill':_0x222e9a(0x159),'solidFill':_0x222e9a(0x16c),'gradientFill':'تعبئة\x20متدرجة','pictureFill':_0x222e9a(0x1be),'color':_0x222e9a(0x175),'transparency':_0x222e9a(0x1a7),'picture':{'source':_0x222e9a(0x1b7),'insert':'إدراج\x20صورة'}}},'structuralControls':{'selectRow':_0x222e9a(0x17d),'selectColumn':'تحديد\x20العمود','selectTable':_0x222e9a(0x14e),'insertRow':_0x222e9a(0x166),'insertColumn':_0x222e9a(0x15d),'moveRow':_0x222e9a(0x16b),'moveColumn':_0x222e9a(0x1a9),'moveRows':_0x222e9a(0x169),'moveColumns':'نقل\x20الأعمدة','cannotMoveMergedRows':_0x222e9a(0x153),'cannotMoveMergedColumns':'لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة'},'contextMenu':{'insert':_0x222e9a(0x182),'delete':_0x222e9a(0x190),'distribute':_0x222e9a(0x1bf),'borders':_0x222e9a(0x151),'tableBackgroundColor':_0x222e9a(0x180),'copy':_0x222e9a(0x197),'cut':'قص','deleteTable':_0x222e9a(0x183),'insertRowAbove':_0x222e9a(0x1a0),'insertRowBelow':_0x222e9a(0x167),'insertColumnLeft':_0x222e9a(0x187),'insertColumnRight':_0x222e9a(0x16a),'deleteRow':_0x222e9a(0x1b1),'deleteColumn':_0x222e9a(0x15a),'distributeRows':_0x222e9a(0x164),'distributeColumns':_0x222e9a(0x17e),'borderAll':'كل\x20الحدود','borderOuter':_0x222e9a(0x15e),'borderInner':_0x222e9a(0x160),'borderNone':'بدون\x20حدود'},'colorPreset':{'resetColor':_0x222e9a(0x17f),'white':_0x222e9a(0x1b6),'gray100':_0x222e9a(0x198),'primary100':'أساسي\x20100','blue100':_0x222e9a(0x155),'green100':_0x222e9a(0x178),'yellow100':'أصفر\x20100','red100':_0x222e9a(0x15f),'gray900':_0x222e9a(0x18b),'gray500':_0x222e9a(0x1bc),'red600':_0x222e9a(0x184),'orange600':_0x222e9a(0x192),'yellow700':_0x222e9a(0x158),'green600':_0x222e9a(0x1a6),'blue600':_0x222e9a(0x1bd),'purple600':_0x222e9a(0x1b8)}}};function _0x438a(_0x4a9123,_0x134bde){_0x4a9123=_0x4a9123-0x14e;const _0xedce43=_0xedce();let _0x438a87=_0xedce43[_0x4a9123];return _0x438a87;}export{e as default};
|
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x490d9c=_0x1634;function _0x1c42(){const _0x10a02b=['33891ASqXQK','Copia','Vora\x20superior','Vora\x20horitzontal\x20interna','Selecciona\x20columna','Alinea\x20a\x20dalt','Tanca','Mida\x20personalitzada','Tauler','14WTBEXr','Vora\x20esquerra','Puntejada','Insereix\x20columna\x20a\x20la\x20dreta','Alinea\x20a\x20l\x27esquerra','Vora','Insereix','Mou\x20fila','Centra','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Distribueix','Color\x20de\x20vora\x20de\x20la\x20taula','Alinea\x20a\x20la\x20dreta','Clar','Llista\x20numerada','Vores\x20interiors','4462696RMSUnG','Barra\x20d’eines\x20flotant','Vores\x20exteriors','Files','Sense\x20vora','Família\x20de\x20lletra','Retalla','Blau\x20600','2474984LoHFPg','Columnes','3214075fsAoxm','Alinea\x20al\x20mig','Selecciona\x20taula','Insereix\x20columna\x20a\x20l’esquerra','Groc\x20100','Negreta','Combina\x20cel·les','Cap','Fila\x20de\x20peu','Emplenament\x20sòlid','Ratllat','Gris\x20900','Blanc','1286748mIItVh','318168JIcjFV','Format\x20de\x20text','Mou\x20columna','Selecciona\x20fila','Suprimeix','Files\x20alternes','Guió-punt','Mida\x20de\x20la\x20taula','Última\x20columna','Insereix\x20fila','Color\x20de\x20fons\x20de\x20la\x20taula','Insereix\x20columna','Aplica','Suprimeix\x20fila','Estils\x20de\x20taula','Disposició','Gris\x20500','Estil\x20de\x20la\x20vora','27HoBzQH','Cursiva','Text','Vores\x20internes','Estils','Alineació\x20horitzontal','Fila\x20de\x20capçalera','Emplenament\x20degradat','Aspecte\x20de\x20taula','Sense\x20vores','Amplada\x20de\x20la\x20vora','Emplenament\x20d\x27imatge\x20o\x20textura','Separa\x20cel·les','Reinicia\x20el\x20color','Insereix\x20fila\x20a\x20sota','Inserir\x20imatge','Mida\x20de\x20lletra','Porpra\x20600','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Blau\x20100','Tema\x20de\x20taula','Mínim','Llista\x20amb\x20pics','14400eVwoNA','Taronja\x20600','Vora\x20vertical\x20interna','Redueix','Columnes\x20alternes','Distribueix\x20files','2nPxFap','Vora\x20exterior','Principal\x20100','Mou\x20columnes','Vores','Mitjana','Estil\x20de\x20cel·la','Millor\x20coincidència','Enrere','Groc\x20700','1519026iYWdgX','Augmenta\x20la\x20mida\x20de\x20la\x20lletra','Totes\x20les\x20vores','Sense\x20emplenament','Alinea\x20a\x20baix','Vora\x20dreta','Origen\x20de\x20la\x20imatge','Justifica','Vora\x20inferior'];_0x1c42=function(){return _0x10a02b;};return _0x1c42();}function _0x1634(_0xdf4267,_0x55dbf9){_0xdf4267=_0xdf4267-0x196;const _0x1c42d6=_0x1c42();let _0x16341c=_0x1c42d6[_0xdf4267];return _0x16341c;}(function(_0x3fcd80,_0x22e5df){const _0x419103=_0x1634,_0x767a5=_0x3fcd80();while(!![]){try{const _0x187fa0=-parseInt(_0x419103(0x1d3))/0x1*(parseInt(_0x419103(0x1a3))/0x2)+-parseInt(_0x419103(0x1a4))/0x3+-parseInt(_0x419103(0x1ff))/0x4+-parseInt(_0x419103(0x196))/0x5+-parseInt(_0x419103(0x1dd))/0x6*(-parseInt(_0x419103(0x1ef))/0x7)+parseInt(_0x419103(0x207))/0x8*(-parseInt(_0x419103(0x1b6))/0x9)+-parseInt(_0x419103(0x1cd))/0xa*(-parseInt(_0x419103(0x1e6))/0xb);if(_0x187fa0===_0x22e5df)break;else _0x767a5['push'](_0x767a5['shift']());}catch(_0x441343){_0x767a5['push'](_0x767a5['shift']());}}}(_0x1c42,0xd2d52));const e={'slides-table-ui':{'insertToolbar':{'table':'Taula'},'tableSizePicker':{'title':_0x490d9c(0x1ab),'customSize':_0x490d9c(0x1ed),'rows':_0x490d9c(0x202),'columns':_0x490d9c(0x208),'insert':_0x490d9c(0x1f5),'apply':_0x490d9c(0x1b0)},'mobile':{'operations':_0x490d9c(0x1b3),'selectCell':'Selecciona\x20una\x20cel·la','edit':_0x490d9c(0x1ba),'close':_0x490d9c(0x1ec),'expand':'Amplia','collapse':_0x490d9c(0x1d0),'back':_0x490d9c(0x1db)},'ribbon':{'tableDesign':'Disseny\x20de\x20taula','styles':_0x490d9c(0x1b2),'cellStyle':_0x490d9c(0x1d9),'text':_0x490d9c(0x1b8),'layout':_0x490d9c(0x1b3),'arrange':'Organitza','panel':_0x490d9c(0x1ee),'floatingToolbar':_0x490d9c(0x200),'arrangeForward':'Porta\x20endavant','arrangeBackward':'Envia\x20enrere','bringToFront':'Porta\x20al\x20davant','sendToBack':'Envia\x20al\x20fons'},'editorToolbar':{'fontFamily':_0x490d9c(0x204),'fontSize':_0x490d9c(0x1c6),'increaseFontSize':_0x490d9c(0x1de),'decreaseFontSize':_0x490d9c(0x1c8),'orderedList':_0x490d9c(0x1fd),'bulletList':_0x490d9c(0x1cc),'textFormat':_0x490d9c(0x1a5),'bold':_0x490d9c(0x19b),'italic':_0x490d9c(0x1b7),'underline':'Subratllat','strikethrough':_0x490d9c(0x1a0),'textColor':'Color\x20del\x20text','textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','tableBorderColor':_0x490d9c(0x1fa),'borderWidth':_0x490d9c(0x1c0),'borderStyle':_0x490d9c(0x1b5),'border':_0x490d9c(0x1f4),'borderStyleSolid':'Sòlida','borderStyleDash':'Discontínua','borderStyleDot':_0x490d9c(0x1f1),'borderStyleDashDot':_0x490d9c(0x1aa),'noBorder':_0x490d9c(0x203),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x490d9c(0x1b9),'borderPresetOuter':_0x490d9c(0x1d4),'borderPresetTop':_0x490d9c(0x1e8),'borderPresetBottom':_0x490d9c(0x1e5),'borderPresetLeft':_0x490d9c(0x1f0),'borderPresetRight':_0x490d9c(0x1e2),'borderPresetInnerHorizontal':_0x490d9c(0x1e9),'borderPresetInnerVertical':_0x490d9c(0x1cf),'none':_0x490d9c(0x19d),'horizontalAlign':_0x490d9c(0x1bb),'verticalAlign':'Alineació\x20vertical','alignLeft':_0x490d9c(0x1f3),'alignCenter':_0x490d9c(0x1f7),'alignRight':_0x490d9c(0x1fb),'alignJustify':_0x490d9c(0x1e4),'alignTop':_0x490d9c(0x1eb),'alignMiddle':_0x490d9c(0x197),'alignBottom':_0x490d9c(0x1e1),'mergeCells':_0x490d9c(0x19c),'unmergeCells':_0x490d9c(0x1c2),'tableTheme':_0x490d9c(0x1ca),'tableLook':_0x490d9c(0x1be),'headerRow':_0x490d9c(0x1bc),'footerRow':_0x490d9c(0x19e),'bandedRows':_0x490d9c(0x1a9),'bandedColumns':_0x490d9c(0x1d1),'firstColumn':'Primera\x20columna','lastColumn':_0x490d9c(0x1ac),'bestMatch':_0x490d9c(0x1da),'light':_0x490d9c(0x1fc),'medium':_0x490d9c(0x1d8),'minimal':_0x490d9c(0x1cb)},'shapePanel':{'fill':{'noFill':_0x490d9c(0x1e0),'solidFill':_0x490d9c(0x19f),'gradientFill':_0x490d9c(0x1bd),'pictureFill':_0x490d9c(0x1c1),'color':'Color','transparency':'Transparència','picture':{'source':_0x490d9c(0x1e3),'insert':_0x490d9c(0x1c5)}}},'structuralControls':{'selectRow':_0x490d9c(0x1a7),'selectColumn':_0x490d9c(0x1ea),'selectTable':_0x490d9c(0x198),'insertRow':_0x490d9c(0x1ad),'insertColumn':_0x490d9c(0x1af),'moveRow':_0x490d9c(0x1f6),'moveColumn':_0x490d9c(0x1a6),'moveRows':'Mou\x20files','moveColumns':_0x490d9c(0x1d6),'cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':_0x490d9c(0x1f8)},'contextMenu':{'insert':'Insereix','delete':_0x490d9c(0x1a8),'distribute':_0x490d9c(0x1f9),'borders':_0x490d9c(0x1d7),'tableBackgroundColor':_0x490d9c(0x1ae),'copy':_0x490d9c(0x1e7),'cut':_0x490d9c(0x205),'deleteTable':'Suprimeix\x20taula','insertRowAbove':'Insereix\x20fila\x20a\x20sobre','insertRowBelow':_0x490d9c(0x1c4),'insertColumnLeft':_0x490d9c(0x199),'insertColumnRight':_0x490d9c(0x1f2),'deleteRow':_0x490d9c(0x1b1),'deleteColumn':'Suprimeix\x20columna','distributeRows':_0x490d9c(0x1d2),'distributeColumns':'Distribueix\x20columnes','borderAll':_0x490d9c(0x1df),'borderOuter':_0x490d9c(0x201),'borderInner':_0x490d9c(0x1fe),'borderNone':_0x490d9c(0x1bf)},'colorPreset':{'resetColor':_0x490d9c(0x1c3),'white':_0x490d9c(0x1a2),'gray100':'Gris\x20100','primary100':_0x490d9c(0x1d5),'blue100':_0x490d9c(0x1c9),'green100':'Verd\x20100','yellow100':_0x490d9c(0x19a),'red100':'Vermell\x20100','gray900':_0x490d9c(0x1a1),'gray500':_0x490d9c(0x1b4),'red600':'Vermell\x20600','orange600':_0x490d9c(0x1ce),'yellow700':_0x490d9c(0x1dc),'green600':'Verd\x20600','blue600':_0x490d9c(0x206),'purple600':_0x490d9c(0x1c7)}}};export{e as default};
|
package/lib/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x6561bc=_0x593b;function _0x593b(_0x340442,_0xf98da7){_0x340442=_0x340442-0x1a2;const _0x1eb345=_0x1eb3();let _0x593b11=_0x1eb345[_0x340442];return _0x593b11;}(function(_0x10e255,_0x5a10ef){const _0x19c5a4=_0x593b,_0x1d7f05=_0x10e255();while(!![]){try{const _0x59bb1c=-parseInt(_0x19c5a4(0x205))/0x1+-parseInt(_0x19c5a4(0x1e4))/0x2+parseInt(_0x19c5a4(0x1c4))/0x3*(-parseInt(_0x19c5a4(0x1ad))/0x4)+-parseInt(_0x19c5a4(0x1ab))/0x5+parseInt(_0x19c5a4(0x1c0))/0x6+parseInt(_0x19c5a4(0x1e3))/0x7*(parseInt(_0x19c5a4(0x1e9))/0x8)+parseInt(_0x19c5a4(0x1f7))/0x9;if(_0x59bb1c===_0x5a10ef)break;else _0x1d7f05['push'](_0x1d7f05['shift']());}catch(_0x35ea6b){_0x1d7f05['push'](_0x1d7f05['shift']());}}}(_0x1eb3,0x4629c));const e={'slides-table-ui':{'insertToolbar':{'table':'Tabelle'},'tableSizePicker':{'title':'Tabellengröße','customSize':_0x6561bc(0x1b4),'rows':'Zeilen','columns':_0x6561bc(0x1e8),'insert':_0x6561bc(0x1db),'apply':_0x6561bc(0x1bb)},'mobile':{'operations':_0x6561bc(0x208),'selectCell':_0x6561bc(0x1da),'edit':'Stile','close':_0x6561bc(0x1ec),'expand':_0x6561bc(0x20a),'collapse':_0x6561bc(0x1fe),'back':_0x6561bc(0x202)},'ribbon':{'tableDesign':_0x6561bc(0x1c1),'styles':_0x6561bc(0x1ff),'cellStyle':_0x6561bc(0x1a9),'text':_0x6561bc(0x1ea),'layout':'Layout','arrange':_0x6561bc(0x1f8),'panel':_0x6561bc(0x1cb),'floatingToolbar':'Unverankerte\x20Symbolleiste','arrangeForward':'Eine\x20Ebene\x20nach\x20vorne','arrangeBackward':_0x6561bc(0x1d3),'bringToFront':_0x6561bc(0x1d6),'sendToBack':_0x6561bc(0x1dd)},'editorToolbar':{'fontFamily':_0x6561bc(0x1ac),'fontSize':_0x6561bc(0x1cf),'increaseFontSize':_0x6561bc(0x1f3),'decreaseFontSize':_0x6561bc(0x1a7),'orderedList':_0x6561bc(0x1d1),'bulletList':'Aufzählung','textFormat':'Textformat','bold':'Fett','italic':'Kursiv','underline':_0x6561bc(0x1df),'strikethrough':_0x6561bc(0x1cc),'textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':_0x6561bc(0x1ef),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':_0x6561bc(0x1ce),'borderStyle':_0x6561bc(0x1f4),'border':_0x6561bc(0x1b5),'borderStyleSolid':'Durchgezogen','borderStyleDash':_0x6561bc(0x1ca),'borderStyleDot':_0x6561bc(0x1fd),'borderStyleDashDot':'Strichpunkt','noBorder':_0x6561bc(0x1fc),'borderPresetAll':_0x6561bc(0x20b),'borderPresetInner':_0x6561bc(0x1e2),'borderPresetOuter':_0x6561bc(0x1c5),'borderPresetTop':_0x6561bc(0x1ed),'borderPresetBottom':_0x6561bc(0x1c7),'borderPresetLeft':_0x6561bc(0x1a6),'borderPresetRight':'Rechter\x20Rahmen','borderPresetInnerHorizontal':_0x6561bc(0x1bc),'borderPresetInnerVertical':_0x6561bc(0x1d5),'none':'Keine','horizontalAlign':_0x6561bc(0x1e1),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':_0x6561bc(0x1be),'alignCenter':_0x6561bc(0x1a2),'alignRight':'Rechtsbündig','alignJustify':_0x6561bc(0x1d0),'alignTop':_0x6561bc(0x204),'alignMiddle':_0x6561bc(0x1fa),'alignBottom':_0x6561bc(0x203),'mergeCells':'Zellen\x20verbinden','unmergeCells':_0x6561bc(0x1b8),'tableTheme':'Tabellendesign','tableLook':'Tabellenformat','headerRow':_0x6561bc(0x1f0),'footerRow':_0x6561bc(0x1e0),'bandedRows':_0x6561bc(0x201),'bandedColumns':_0x6561bc(0x209),'firstColumn':'Erste\x20Spalte','lastColumn':_0x6561bc(0x1af),'bestMatch':_0x6561bc(0x1d2),'light':_0x6561bc(0x1c2),'medium':'Mittel','minimal':_0x6561bc(0x1d8)},'shapePanel':{'fill':{'noFill':_0x6561bc(0x1e5),'solidFill':_0x6561bc(0x20c),'gradientFill':_0x6561bc(0x1b0),'pictureFill':_0x6561bc(0x1dc),'color':_0x6561bc(0x1bd),'transparency':_0x6561bc(0x1b6),'picture':{'source':'Bildquelle','insert':_0x6561bc(0x1f6)}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':'Spalte\x20auswahlen','selectTable':_0x6561bc(0x1e6),'insertRow':_0x6561bc(0x1a4),'insertColumn':_0x6561bc(0x1ae),'moveRow':_0x6561bc(0x1c9),'moveColumn':_0x6561bc(0x1eb),'moveRows':'Zeilen\x20verschieben','moveColumns':_0x6561bc(0x1a3),'cannotMoveMergedRows':_0x6561bc(0x1b3),'cannotMoveMergedColumns':_0x6561bc(0x1b1)},'contextMenu':{'insert':_0x6561bc(0x1db),'delete':_0x6561bc(0x1ba),'distribute':_0x6561bc(0x1d9),'borders':_0x6561bc(0x1b5),'tableBackgroundColor':_0x6561bc(0x1ef),'copy':'Kopieren','cut':_0x6561bc(0x206),'deleteTable':_0x6561bc(0x200),'insertRowAbove':'Zeile\x20oberhalb\x20einfügen','insertRowBelow':_0x6561bc(0x1cd),'insertColumnLeft':_0x6561bc(0x1f2),'insertColumnRight':_0x6561bc(0x1fb),'deleteRow':_0x6561bc(0x1c8),'deleteColumn':_0x6561bc(0x1b7),'distributeRows':_0x6561bc(0x1a8),'distributeColumns':_0x6561bc(0x1d7),'borderAll':_0x6561bc(0x20b),'borderOuter':_0x6561bc(0x1f1),'borderInner':'Innere\x20Rahmen','borderNone':_0x6561bc(0x1fc)},'colorPreset':{'resetColor':_0x6561bc(0x1f5),'white':_0x6561bc(0x1d4),'gray100':_0x6561bc(0x1e7),'primary100':_0x6561bc(0x207),'blue100':_0x6561bc(0x1aa),'green100':_0x6561bc(0x1bf),'yellow100':_0x6561bc(0x1c6),'red100':_0x6561bc(0x1a5),'gray900':_0x6561bc(0x1ee),'gray500':_0x6561bc(0x1b2),'red600':'Rot\x20600','orange600':_0x6561bc(0x1de),'yellow700':_0x6561bc(0x1c3),'green600':_0x6561bc(0x1f9),'blue600':'Blau\x20600','purple600':_0x6561bc(0x1b9)}}};export{e as default};function _0x1eb3(){const _0x4de5d7=['Anwenden','Innerer\x20horizontaler\x20Rahmen','Farbe','Linksbündig','Grün\x20100','804870lreuGE','Tabellendesign','Hell','Gelb\x20700','4929uZWuID','Äußerer\x20Rahmen','Gelb\x20100','Unterer\x20Rahmen','Zeile\x20löschen','Zeile\x20verschieben','Gestrichelt','Bereich','Durchgestrichen','Zeile\x20unterhalb\x20einfügen','Rahmenbreite','Schriftgröße','Blocksatz','Nummerierte\x20Liste','Beste\x20Übereinstimmung','Eine\x20Ebene\x20nach\x20hinten','Weiß','Innerer\x20vertikaler\x20Rahmen','In\x20den\x20Vordergrund','Spalten\x20verteilen','Minimal','Verteilen','Zelle\x20auswählen','Einfügen','Bild-\x20oder\x20Texturfüllung','In\x20den\x20Hintergrund','Orange\x20600','Unterstrichen','Fußzeile','Horizontale\x20Ausrichtung','Innere\x20Rahmen','49BUYBGL','421214YMqqKr','Keine\x20Füllung','Tabelle\x20auswahlen','Grau\x20100','Spalten','210488lVuLdW','Text','Spalte\x20verschieben','Schließen','Oberer\x20Rahmen','Grau\x20900','Tabellenhintergrundfarbe','Kopfzeile','Äußere\x20Rahmen','Spalte\x20links\x20einfügen','Schrift\x20vergrößern','Rahmenstil','Farbe\x20zurücksetzen','Bild\x20einfügen','11836008ebaRaf','Anordnen','Grün\x20600','Vertikal\x20zentrieren','Spalte\x20rechts\x20einfügen','Kein\x20Rahmen','Gepunktet','Einklappen','Tabellenformatvorlagen','Tabelle\x20löschen','Gebänderte\x20Zeilen','Zurück','Unten\x20ausrichten','Oben\x20ausrichten','431426oVsRtk','Ausschneiden','Primär\x20100','Layout','Gebänderte\x20Spalten','Erweitern','Alle\x20Rahmen','Einfarbige\x20Füllung','Zentriert','Spalten\x20verschieben','Zeile\x20einfugen','Rot\x20100','Linker\x20Rahmen','Schrift\x20verkleinern','Zeilen\x20verteilen','Zellenformat','Blau\x20100','1688120OzbOmc','Schriftart','892keiEys','Spalte\x20einfugen','Letzte\x20Spalte','Farbverlauffüllung','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Grau\x20500','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Benutzerdefinierte\x20Größe','Rahmen','Transparenz','Spalte\x20löschen','Zellen\x20trennen','Violett\x20600','Löschen'];_0x1eb3=function(){return _0x4de5d7;};return _0x1eb3();}
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x2fc4b6=_0x31e0;function _0x31e0(_0x1e8f80,_0x13f9a9){_0x1e8f80=_0x1e8f80-0xce;const _0x5bb48d=_0x5bb4();let _0x31e077=_0x5bb48d[_0x1e8f80];return _0x31e077;}(function(_0x52cab1,_0x51a10b){const _0x17fe6b=_0x31e0,_0x534518=_0x52cab1();while(!![]){try{const _0x34deee=parseInt(_0x17fe6b(0xdb))/0x1+-parseInt(_0x17fe6b(0x130))/0x2*(-parseInt(_0x17fe6b(0x116))/0x3)+-parseInt(_0x17fe6b(0xeb))/0x4+-parseInt(_0x17fe6b(0xf4))/0x5*(parseInt(_0x17fe6b(0xec))/0x6)+-parseInt(_0x17fe6b(0x126))/0x7+-parseInt(_0x17fe6b(0xf9))/0x8+parseInt(_0x17fe6b(0x134))/0x9*(parseInt(_0x17fe6b(0x106))/0xa);if(_0x34deee===_0x51a10b)break;else _0x534518['push'](_0x534518['shift']());}catch(_0x855202){_0x534518['push'](_0x534518['shift']());}}}(_0x5bb4,0x2020d));const e={'slides-table-ui':{'insertToolbar':{'table':_0x2fc4b6(0xfc)},'tableSizePicker':{'title':_0x2fc4b6(0x113),'customSize':_0x2fc4b6(0x13a),'rows':'Rows','columns':_0x2fc4b6(0x11c),'insert':_0x2fc4b6(0x100),'apply':_0x2fc4b6(0x12f)},'mobile':{'operations':_0x2fc4b6(0x11e),'selectCell':_0x2fc4b6(0xe2),'edit':_0x2fc4b6(0xd9),'close':_0x2fc4b6(0x123),'expand':_0x2fc4b6(0xd7),'collapse':_0x2fc4b6(0xfd),'back':_0x2fc4b6(0x105)},'ribbon':{'tableDesign':_0x2fc4b6(0x11a),'styles':_0x2fc4b6(0x13c),'cellStyle':_0x2fc4b6(0x108),'text':_0x2fc4b6(0x112),'layout':_0x2fc4b6(0x11e),'arrange':_0x2fc4b6(0xda),'panel':_0x2fc4b6(0xed),'floatingToolbar':_0x2fc4b6(0xfe),'arrangeForward':'Bring\x20forward','arrangeBackward':'Send\x20backward','bringToFront':_0x2fc4b6(0x118),'sendToBack':_0x2fc4b6(0xd0)},'editorToolbar':{'fontFamily':_0x2fc4b6(0x136),'fontSize':'Font\x20size','increaseFontSize':_0x2fc4b6(0x131),'decreaseFontSize':_0x2fc4b6(0x129),'orderedList':'Ordered\x20list','bulletList':_0x2fc4b6(0x133),'textFormat':_0x2fc4b6(0x10c),'bold':_0x2fc4b6(0xd3),'italic':_0x2fc4b6(0xee),'underline':_0x2fc4b6(0x13b),'strikethrough':'Strikethrough','textColor':_0x2fc4b6(0x124),'textBackgroundColor':_0x2fc4b6(0xea),'tableBackgroundColor':_0x2fc4b6(0xf2),'tableBorderColor':_0x2fc4b6(0x10a),'borderWidth':_0x2fc4b6(0xef),'borderStyle':_0x2fc4b6(0x138),'border':_0x2fc4b6(0x115),'borderStyleSolid':'Solid','borderStyleDash':_0x2fc4b6(0xe1),'borderStyleDot':_0x2fc4b6(0x109),'borderStyleDashDot':_0x2fc4b6(0x120),'noBorder':_0x2fc4b6(0xce),'borderPresetAll':_0x2fc4b6(0x128),'borderPresetInner':'Inner\x20borders','borderPresetOuter':_0x2fc4b6(0x104),'borderPresetTop':'Top\x20border','borderPresetBottom':_0x2fc4b6(0x114),'borderPresetLeft':_0x2fc4b6(0xe3),'borderPresetRight':_0x2fc4b6(0x137),'borderPresetInnerHorizontal':_0x2fc4b6(0x132),'borderPresetInnerVertical':_0x2fc4b6(0xd2),'none':'None','horizontalAlign':_0x2fc4b6(0xf5),'verticalAlign':_0x2fc4b6(0x117),'alignLeft':'Align\x20left','alignCenter':_0x2fc4b6(0x139),'alignRight':_0x2fc4b6(0xe8),'alignJustify':'Justify','alignTop':'Align\x20top','alignMiddle':'Align\x20middle','alignBottom':_0x2fc4b6(0x12e),'mergeCells':_0x2fc4b6(0xe5),'unmergeCells':_0x2fc4b6(0xf0),'tableTheme':_0x2fc4b6(0xdc),'tableLook':'Table\x20look','headerRow':_0x2fc4b6(0x101),'footerRow':_0x2fc4b6(0xdd),'bandedRows':_0x2fc4b6(0xf6),'bandedColumns':'Banded\x20columns','firstColumn':_0x2fc4b6(0x12b),'lastColumn':_0x2fc4b6(0x121),'bestMatch':'Best\x20match','light':_0x2fc4b6(0xe7),'medium':_0x2fc4b6(0xd1),'minimal':_0x2fc4b6(0xe9)},'shapePanel':{'fill':{'noFill':_0x2fc4b6(0x110),'solidFill':_0x2fc4b6(0xfa),'gradientFill':_0x2fc4b6(0x10f),'pictureFill':'Picture','color':_0x2fc4b6(0xd6),'transparency':_0x2fc4b6(0xd8),'picture':{'source':_0x2fc4b6(0x107),'insert':_0x2fc4b6(0xde)}}},'structuralControls':{'selectRow':_0x2fc4b6(0xcf),'selectColumn':'Select\x20column','selectTable':_0x2fc4b6(0xf3),'insertRow':_0x2fc4b6(0x12d),'insertColumn':'Insert\x20column','moveRow':_0x2fc4b6(0x10b),'moveColumn':_0x2fc4b6(0x11f),'moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x2fc4b6(0x102),'cannotMoveMergedColumns':_0x2fc4b6(0xfb)},'contextMenu':{'insert':_0x2fc4b6(0x100),'delete':'Delete','distribute':_0x2fc4b6(0xe6),'borders':'Borders','tableBackgroundColor':_0x2fc4b6(0xf2),'copy':'Copy','cut':_0x2fc4b6(0xd5),'deleteTable':_0x2fc4b6(0x11d),'insertRowAbove':_0x2fc4b6(0x11b),'insertRowBelow':_0x2fc4b6(0xd4),'insertColumnLeft':_0x2fc4b6(0x127),'insertColumnRight':_0x2fc4b6(0xf1),'deleteRow':_0x2fc4b6(0x12c),'deleteColumn':_0x2fc4b6(0xe4),'distributeRows':_0x2fc4b6(0x103),'distributeColumns':'Distribute\x20columns','borderAll':_0x2fc4b6(0x128),'borderOuter':_0x2fc4b6(0x104),'borderInner':_0x2fc4b6(0x119),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x2fc4b6(0x10e),'white':_0x2fc4b6(0xf8),'gray100':_0x2fc4b6(0xdf),'primary100':_0x2fc4b6(0xe0),'blue100':_0x2fc4b6(0x10d),'green100':_0x2fc4b6(0x12a),'yellow100':_0x2fc4b6(0x111),'red100':_0x2fc4b6(0x125),'gray900':'Gray\x20900','gray500':_0x2fc4b6(0xff),'red600':_0x2fc4b6(0x135),'orange600':_0x2fc4b6(0xf7),'yellow700':_0x2fc4b6(0x13d),'green600':_0x2fc4b6(0x122),'blue600':'Blue\x20600','purple600':'Purple\x20600'}}};function _0x5bb4(){const _0x336e0a=['5319rVNGQn','Vertical\x20align','Bring\x20to\x20front','Inner\x20borders','Table\x20Design','Insert\x20row\x20above','Columns','Delete\x20table','Layout','Move\x20column','Dash-dot','Last\x20column','Green\x20600','Close','Text\x20color','Red\x20100','479129RChwzY','Insert\x20column\x20left','All\x20borders','Decrease\x20font\x20size','Green\x20100','First\x20column','Delete\x20row','Insert\x20row','Align\x20bottom','Apply','122RpljXe','Increase\x20font\x20size','Inner\x20horizontal\x20border','Bullet\x20list','9QDixta','Red\x20600','Font\x20family','Right\x20border','Border\x20style','Align\x20center','Custom\x20size','Underline','Table\x20Styles','Yellow\x20700','No\x20border','Select\x20row','Send\x20to\x20back','Medium','Inner\x20vertical\x20border','Bold','Insert\x20row\x20below','Cut','Color','Expand','Transparency','Styles','Arrange','231947cyDqgw','Table\x20theme','Footer\x20row','Insert\x20picture','Gray\x20100','Primary\x20100','Dashed','Select\x20cell','Left\x20border','Delete\x20column','Merge\x20cells','Distribute','Light','Align\x20right','Minimal','Text\x20background\x20color','279104YvDIIi','36tDFZiI','Panel','Italic','Border\x20width','Unmerge\x20cells','Insert\x20column\x20right','Table\x20background\x20color','Select\x20table','35080vkLtlF','Horizontal\x20align','Banded\x20rows','Orange\x20600','White','908632dHyjiN','Solid','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Table','Collapse','Floating\x20toolbar','Gray\x20500','Insert','Header\x20row','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Distribute\x20rows','Outer\x20borders','Back','853950GveMQR','Picture\x20source','Cell\x20Style','Dotted','Table\x20border\x20color','Move\x20row','Text\x20format','Blue\x20100','Reset\x20color','Gradient','No\x20fill','Yellow\x20100','Text','Table\x20size','Bottom\x20border','Border'];_0x5bb4=function(){return _0x336e0a;};return _0x5bb4();}export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x321109=_0x17e2;function _0x17e2(_0x21145c,_0x33f295){_0x21145c=_0x21145c-0xf5;const _0x4e26a7=_0x4e26();let _0x17e22e=_0x4e26a7[_0x21145c];return _0x17e22e;}function _0x4e26(){const _0x4c1968=['Estilos','Distribuir\x20columnas','Relleno\x20de\x20imagen\x20o\x20textura','Atrás','Filas','Azul\x20100','Seleccionar\x20fila','Formato\x20de\x20texto','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Alinear\x20a\x20la\x20derecha','Cortar','Color\x20de\x20texto','Todos\x20los\x20bordes','Verde\x20600','144bFQOwP','Punteado','Amarillo\x20700','6aOxaCw','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Fila\x20de\x20encabezado','Aplicar','Relleno\x20degradado','Tamaño\x20de\x20la\x20tabla','Borde\x20vertical\x20interior','Fuente','Borde\x20horizontal\x20interior','Traer\x20adelante','Seleccionar\x20celda','Rojo\x20100','Verde\x20100','Insertar\x20columna','Color','Distribuir','Tema\x20de\x20tabla','Restablecer\x20color','Tamaño\x20personalizado','Sólido','18QKYWRE','Enviar\x20al\x20fondo','Alinear\x20arriba','Gris\x20900','Discontinuo','Organizar','Mínimo','Mejor\x20coincidencia','Negrita','Sin\x20bordes','Alinear\x20al\x20medio','Insertar','66772WDgTtX','Relleno\x20sólido','Cursiva','Expandir','Aspecto\x20de\x20tabla','1552229EjhEWT','482458lSFRkN','11197890xbhnUj','Gris\x20100','Estilo\x20de\x20borde','Copiar','Seleccionar\x20tabla','125616rELaTk','Seleccionar\x20columna','Mover\x20columnas','Alineación\x20vertical','Amarillo\x20100','Subrayado','Eliminar\x20fila','Color\x20de\x20fondo\x20de\x20tabla','Borde\x20inferior','Azul\x20600','Transparencia','1850240bDtEiB','Centrar','Tachado','Columnas\x20con\x20bandas','Lista\x20con\x20viñetas','Alinear\x20abajo','Borde\x20derecho','Barra\x20de\x20herramientas\x20flotante','Primera\x20columna','Distribuir\x20filas','Gris\x20500','Sin\x20borde','Insertar\x20fila','Panel','Texto','Insertar\x20imagen','Alineación\x20horizontal','Insertar\x20columna\x20a\x20la\x20izquierda','Tamaño\x20de\x20fuente','Diseño\x20de\x20tabla','Borde\x20izquierdo','Insertar\x20fila\x20arriba','Origen\x20de\x20imagen','1456656sMvEVr','Morado\x20600','Bordes\x20exteriores','Fila\x20de\x20pie','Eliminar\x20tabla','Sin\x20relleno','Filas\x20con\x20bandas','Medio','Cerrar','Rojo\x20600','Principal\x20100','Diseño','Mover\x20columna','Naranja\x20600','Claro','Bordes\x20interiores'];_0x4e26=function(){return _0x4c1968;};return _0x4e26();}(function(_0x487925,_0x535ec1){const _0x2ca20f=_0x17e2,_0xd05ca2=_0x487925();while(!![]){try{const _0x3b1f59=parseInt(_0x2ca20f(0x128))/0x1+parseInt(_0x2ca20f(0x12e))/0x2*(parseInt(_0x2ca20f(0x108))/0x3)+parseInt(_0x2ca20f(0x156))/0x4+-parseInt(_0x2ca20f(0x13f))/0x5+parseInt(_0x2ca20f(0x11c))/0x6*(parseInt(_0x2ca20f(0x12d))/0x7)+parseInt(_0x2ca20f(0x134))/0x8*(parseInt(_0x2ca20f(0x105))/0x9)+-parseInt(_0x2ca20f(0x12f))/0xa;if(_0x3b1f59===_0x535ec1)break;else _0xd05ca2['push'](_0xd05ca2['shift']());}catch(_0x12fec4){_0xd05ca2['push'](_0xd05ca2['shift']());}}}(_0x4e26,0x5303e));const e={'slides-table-ui':{'insertToolbar':{'table':'Tabla'},'tableSizePicker':{'title':_0x321109(0x10d),'customSize':_0x321109(0x11a),'rows':_0x321109(0xfb),'columns':'Columnas','insert':_0x321109(0x127),'apply':_0x321109(0x10b)},'mobile':{'operations':_0x321109(0x161),'selectCell':_0x321109(0x112),'edit':_0x321109(0xf7),'close':_0x321109(0x15e),'expand':_0x321109(0x12b),'collapse':'Contraer','back':_0x321109(0xfa)},'ribbon':{'tableDesign':_0x321109(0x152),'styles':'Estilos\x20de\x20tabla','cellStyle':'Estilo\x20de\x20celda','text':_0x321109(0x14d),'layout':'Diseño','arrange':_0x321109(0x121),'panel':_0x321109(0x14c),'floatingToolbar':_0x321109(0x146),'arrangeForward':_0x321109(0x111),'arrangeBackward':'Enviar\x20atrás','bringToFront':'Traer\x20al\x20frente','sendToBack':_0x321109(0x11d)},'editorToolbar':{'fontFamily':_0x321109(0x10f),'fontSize':_0x321109(0x151),'increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':'Disminuir\x20tamaño\x20de\x20fuente','orderedList':'Lista\x20numerada','bulletList':_0x321109(0x143),'textFormat':_0x321109(0xfe),'bold':_0x321109(0x124),'italic':_0x321109(0x12a),'underline':_0x321109(0x139),'strikethrough':_0x321109(0x141),'textColor':_0x321109(0x102),'textBackgroundColor':'Color\x20de\x20fondo\x20de\x20texto','tableBackgroundColor':_0x321109(0x13b),'tableBorderColor':'Color\x20de\x20borde\x20de\x20tabla','borderWidth':'Grosor\x20de\x20borde','borderStyle':_0x321109(0x131),'border':'Borde','borderStyleSolid':_0x321109(0x11b),'borderStyleDash':_0x321109(0x120),'borderStyleDot':_0x321109(0x106),'borderStyleDashDot':'Raya\x20y\x20punto','noBorder':_0x321109(0x14a),'borderPresetAll':_0x321109(0x103),'borderPresetInner':_0x321109(0xf6),'borderPresetOuter':'Borde\x20exterior','borderPresetTop':'Borde\x20superior','borderPresetBottom':_0x321109(0x13c),'borderPresetLeft':_0x321109(0x153),'borderPresetRight':_0x321109(0x145),'borderPresetInnerHorizontal':_0x321109(0x110),'borderPresetInnerVertical':_0x321109(0x10e),'none':'Ninguno','horizontalAlign':_0x321109(0x14f),'verticalAlign':_0x321109(0x137),'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x321109(0x140),'alignRight':_0x321109(0x100),'alignJustify':'Justificar','alignTop':_0x321109(0x11e),'alignMiddle':_0x321109(0x126),'alignBottom':_0x321109(0x144),'mergeCells':'Combinar\x20celdas','unmergeCells':'Separar\x20celdas','tableTheme':_0x321109(0x118),'tableLook':_0x321109(0x12c),'headerRow':_0x321109(0x10a),'footerRow':_0x321109(0x159),'bandedRows':_0x321109(0x15c),'bandedColumns':_0x321109(0x142),'firstColumn':_0x321109(0x147),'lastColumn':'Última\x20columna','bestMatch':_0x321109(0x123),'light':_0x321109(0xf5),'medium':_0x321109(0x15d),'minimal':_0x321109(0x122)},'shapePanel':{'fill':{'noFill':_0x321109(0x15b),'solidFill':_0x321109(0x129),'gradientFill':_0x321109(0x10c),'pictureFill':_0x321109(0xf9),'color':_0x321109(0x116),'transparency':_0x321109(0x13e),'picture':{'source':_0x321109(0x155),'insert':_0x321109(0x14e)}}},'structuralControls':{'selectRow':_0x321109(0xfd),'selectColumn':_0x321109(0x135),'selectTable':_0x321109(0x133),'insertRow':_0x321109(0x14b),'insertColumn':_0x321109(0x115),'moveRow':'Mover\x20fila','moveColumn':_0x321109(0x162),'moveRows':'Mover\x20filas','moveColumns':_0x321109(0x136),'cannotMoveMergedRows':_0x321109(0xff),'cannotMoveMergedColumns':_0x321109(0x109)},'contextMenu':{'insert':_0x321109(0x127),'delete':'Eliminar','distribute':_0x321109(0x117),'borders':'Bordes','tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20la\x20tabla','copy':_0x321109(0x132),'cut':_0x321109(0x101),'deleteTable':_0x321109(0x15a),'insertRowAbove':_0x321109(0x154),'insertRowBelow':'Insertar\x20fila\x20abajo','insertColumnLeft':_0x321109(0x150),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':_0x321109(0x13a),'deleteColumn':'Eliminar\x20columna','distributeRows':_0x321109(0x148),'distributeColumns':_0x321109(0xf8),'borderAll':_0x321109(0x103),'borderOuter':_0x321109(0x158),'borderInner':_0x321109(0xf6),'borderNone':_0x321109(0x125)},'colorPreset':{'resetColor':_0x321109(0x119),'white':'Blanco','gray100':_0x321109(0x130),'primary100':_0x321109(0x160),'blue100':_0x321109(0xfc),'green100':_0x321109(0x114),'yellow100':_0x321109(0x138),'red100':_0x321109(0x113),'gray900':_0x321109(0x11f),'gray500':_0x321109(0x149),'red600':_0x321109(0x15f),'orange600':_0x321109(0x163),'yellow700':_0x321109(0x107),'green600':_0x321109(0x104),'blue600':_0x321109(0x13d),'purple600':_0x321109(0x157)}}};export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2791(_0x5b4ac6,_0xee76d0){_0x5b4ac6=_0x5b4ac6-0x117;const _0x4d1e4c=_0x4d1e();let _0x2791d8=_0x4d1e4c[_0x5b4ac6];return _0x2791d8;}const _0x19c048=_0x2791;(function(_0x1e891d,_0x21991b){const _0x2a33c9=_0x2791,_0x1abc0b=_0x1e891d();while(!![]){try{const _0x26c1d6=parseInt(_0x2a33c9(0x154))/0x1*(-parseInt(_0x2a33c9(0x176))/0x2)+-parseInt(_0x2a33c9(0x128))/0x3+parseInt(_0x2a33c9(0x129))/0x4+parseInt(_0x2a33c9(0x145))/0x5+parseInt(_0x2a33c9(0x149))/0x6*(parseInt(_0x2a33c9(0x17e))/0x7)+-parseInt(_0x2a33c9(0x127))/0x8+parseInt(_0x2a33c9(0x11e))/0x9*(parseInt(_0x2a33c9(0x14a))/0xa);if(_0x26c1d6===_0x21991b)break;else _0x1abc0b['push'](_0x1abc0b['shift']());}catch(_0x2dc2b9){_0x1abc0b['push'](_0x1abc0b['shift']());}}}(_0x4d1e,0x22914));const e={'slides-table-ui':{'insertToolbar':{'table':_0x19c048(0x11d)},'tableSizePicker':{'title':_0x19c048(0x167),'customSize':_0x19c048(0x165),'rows':'ردیفها','columns':'ستونها','insert':_0x19c048(0x178),'apply':_0x19c048(0x150)},'mobile':{'operations':'چیدمان','selectCell':_0x19c048(0x157),'edit':'سبکها','close':_0x19c048(0x123),'expand':_0x19c048(0x11a),'collapse':_0x19c048(0x136),'back':_0x19c048(0x177)},'ribbon':{'tableDesign':_0x19c048(0x181),'styles':_0x19c048(0x13c),'cellStyle':'سبک\x20سلول','text':_0x19c048(0x152),'layout':_0x19c048(0x135),'arrange':_0x19c048(0x169),'panel':_0x19c048(0x175),'floatingToolbar':_0x19c048(0x17f),'arrangeForward':_0x19c048(0x164),'arrangeBackward':'یک\x20سطح\x20به\x20عقب','bringToFront':_0x19c048(0x15b),'sendToBack':_0x19c048(0x156)},'editorToolbar':{'fontFamily':'فونت','fontSize':'اندازه\x20فونت','increaseFontSize':_0x19c048(0x14d),'decreaseFontSize':_0x19c048(0x162),'orderedList':_0x19c048(0x120),'bulletList':_0x19c048(0x16b),'textFormat':_0x19c048(0x16e),'bold':_0x19c048(0x13b),'italic':'کج','underline':_0x19c048(0x155),'strikethrough':_0x19c048(0x163),'textColor':_0x19c048(0x13f),'textBackgroundColor':'رنگ\x20پسزمینه\x20متن','tableBackgroundColor':_0x19c048(0x15a),'tableBorderColor':_0x19c048(0x17b),'borderWidth':'ضخامت\x20کادر','borderStyle':_0x19c048(0x15f),'border':'کادر','borderStyleSolid':_0x19c048(0x11f),'borderStyleDash':'خطچین','borderStyleDot':_0x19c048(0x122),'borderStyleDashDot':_0x19c048(0x179),'noBorder':'بدون\x20کادر','borderPresetAll':_0x19c048(0x142),'borderPresetInner':_0x19c048(0x172),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':'کادر\x20بالا','borderPresetBottom':_0x19c048(0x144),'borderPresetLeft':_0x19c048(0x124),'borderPresetRight':_0x19c048(0x140),'borderPresetInnerHorizontal':_0x19c048(0x160),'borderPresetInnerVertical':_0x19c048(0x170),'none':_0x19c048(0x125),'horizontalAlign':_0x19c048(0x16d),'verticalAlign':_0x19c048(0x132),'alignLeft':_0x19c048(0x12c),'alignCenter':_0x19c048(0x14c),'alignRight':_0x19c048(0x147),'alignJustify':'همتراز','alignTop':_0x19c048(0x12d),'alignMiddle':_0x19c048(0x11b),'alignBottom':'تراز\x20پایین','mergeCells':_0x19c048(0x173),'unmergeCells':_0x19c048(0x17a),'tableTheme':_0x19c048(0x16f),'tableLook':'ظاهر\x20جدول','headerRow':_0x19c048(0x12a),'footerRow':_0x19c048(0x14e),'bandedRows':_0x19c048(0x137),'bandedColumns':_0x19c048(0x151),'firstColumn':_0x19c048(0x131),'lastColumn':'ستون\x20آخر','bestMatch':_0x19c048(0x13e),'light':_0x19c048(0x143),'medium':'متوسط','minimal':'حداقلی'},'shapePanel':{'fill':{'noFill':_0x19c048(0x14b),'solidFill':_0x19c048(0x168),'gradientFill':_0x19c048(0x16a),'pictureFill':_0x19c048(0x171),'color':_0x19c048(0x118),'transparency':_0x19c048(0x13a),'picture':{'source':_0x19c048(0x17d),'insert':_0x19c048(0x182)}}},'structuralControls':{'selectRow':'انتخاب\x20ردیف','selectColumn':'انتخاب\x20ستون','selectTable':_0x19c048(0x117),'insertRow':'درج\x20سطر','insertColumn':_0x19c048(0x139),'moveRow':_0x19c048(0x12b),'moveColumn':'انتقال\x20ستون','moveRows':_0x19c048(0x153),'moveColumns':_0x19c048(0x166),'cannotMoveMergedRows':_0x19c048(0x16c),'cannotMoveMergedColumns':_0x19c048(0x159)},'contextMenu':{'insert':_0x19c048(0x178),'delete':_0x19c048(0x13d),'distribute':_0x19c048(0x11c),'borders':_0x19c048(0x15d),'tableBackgroundColor':_0x19c048(0x15a),'copy':_0x19c048(0x148),'cut':'برش','deleteTable':_0x19c048(0x161),'insertRowAbove':_0x19c048(0x14f),'insertRowBelow':_0x19c048(0x133),'insertColumnLeft':_0x19c048(0x158),'insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':_0x19c048(0x12f),'deleteColumn':_0x19c048(0x141),'distributeRows':_0x19c048(0x174),'distributeColumns':_0x19c048(0x119),'borderAll':_0x19c048(0x138),'borderOuter':_0x19c048(0x15e),'borderInner':'حاشیههای\x20داخلی','borderNone':'بدون\x20حاشیه'},'colorPreset':{'resetColor':_0x19c048(0x126),'white':'سفید','gray100':_0x19c048(0x130),'primary100':_0x19c048(0x180),'blue100':_0x19c048(0x146),'green100':'سبز\x20100','yellow100':_0x19c048(0x17c),'red100':_0x19c048(0x15c),'gray900':'خاکستری\x20900','gray500':_0x19c048(0x121),'red600':_0x19c048(0x134),'orange600':'نارنجی\x20600','yellow700':_0x19c048(0x12e),'green600':'سبز\x20600','blue600':'آبی\x20600','purple600':'بنفش\x20600'}}};function _0x4d1e(){const _0x1a816a=['حذف','بهترین\x20تطابق','رنگ\x20متن','کادر\x20راست','حذف\x20ستون','همه\x20کادرها','روشن','کادر\x20پایین','132125sKmdmf','آبی\x20100','تراز\x20راست','کپی','65148fUBJkL','927070KClUnx','بدون\x20پر\x20کردن','تراز\x20وسط','افزایش\x20اندازه\x20فونت','ردیف\x20پاصفحه','درج\x20ردیف\x20در\x20بالا','اعمال','ستونهای\x20نواری','متن','انتقال\x20ردیفها','1039YiCHvk','زیرخط','انتقال\x20به\x20عقبترین\x20سطح','انتخاب\x20سلول','درج\x20ستون\x20در\x20چپ','ستونها\x20را\x20نمیتوان\x20از\x20میان\x20سلولهای\x20ادغامشده\x20جابهجا\x20کرد','رنگ\x20پسزمینه\x20جدول','انتقال\x20به\x20جلوترین\x20سطح','قرمز\x20100','حاشیهها','حاشیههای\x20بیرونی','سبک\x20کادر','کادر\x20افقی\x20داخلی','حذف\x20جدول','کاهش\x20اندازه\x20فونت','خطخورده','یک\x20سطح\x20به\x20جلو','اندازه\x20سفارشی','انتقال\x20ستونها','اندازه\x20جدول','پر\x20کردن\x20یکدست','ترتیب','پر\x20کردن\x20گرادیان','فهرست\x20گلولهای','ردیفها\x20را\x20نمیتوان\x20از\x20میان\x20سلولهای\x20ادغامشده\x20جابهجا\x20کرد','تراز\x20افقی','قالب\x20متن','قالب\x20جدول','کادر\x20عمودی\x20داخلی','پر\x20کردن\x20تصویر\x20یا\x20بافت','کادرهای\x20داخلی','ادغام\x20سلولها','توزیع\x20ردیفها','پنل','230efcZDu','بازگشت','درج','خطنقطه','لغو\x20ادغام\x20سلولها','رنگ\x20کادر\x20جدول','زرد\x20100','منبع\x20تصویر','98xmrcsO','نوار\x20ابزار\x20شناور','اصلی\x20100','طراحی\x20جدول','درج\x20تصویر','انتخاب\x20جدول','رنگ','توزیع\x20ستونها','گسترش','تراز\x20وسط\x20عمودی','توزیع','جدول','18TLrXzz','یکپارچه','فهرست\x20شمارهدار','خاکستری\x20500','نقطهچین','بستن','کادر\x20چپ','هیچ','بازنشانی\x20رنگ','544256DQiWEY','530133LkbjTv','567860jIOWPl','ردیف\x20سرصفحه','انتقال\x20ردیف','تراز\x20چپ','تراز\x20بالا','زرد\x20700','حذف\x20ردیف','خاکستری\x20100','ستون\x20اول','تراز\x20عمودی','درج\x20ردیف\x20در\x20پایین','قرمز\x20600','چیدمان','جمع\x20کردن','ردیفهای\x20نواری','همه\x20حاشیهها','درج\x20ستون','شفافیت','پررنگ','سبکهای\x20جدول'];_0x4d1e=function(){return _0x1a816a;};return _0x4d1e();}export{e as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x3a50(_0x1a097b,_0x722889){_0x1a097b=_0x1a097b-0xe0;const _0x340d32=_0x340d();let _0x3a5010=_0x340d32[_0x1a097b];return _0x3a5010;}function _0x340d(){const _0x297d74=['Mettre\x20au\x20premier\x20plan','Apparence\x20du\x20tableau','Bleu\x20600','Bordure\x20gauche','Aligner\x20au\x20milieu','19953swzfYQ','Insérer\x20une\x20ligne\x20en\x20dessous','Vert\x20100','Ligne\x20de\x20pied','Reculer','Tirets','9SokSMI','Meilleure\x20correspondance','Continu','2822407KkElmz','Appliquer','Réduire','Bordure\x20droite','Deplacer\x20les\x20colonnes','Insérer\x20une\x20colonne\x20à\x20gauche','Aucun\x20remplissage','Jaune\x20700','Colonnes','Source\x20de\x20l\x27image','Rouge\x20600','Colonnes\x20alternées','Bordure\x20inférieure','Taille\x20personnalisée','Gris\x20900','Minimaliste','Tiret-point','22055weSpSN','1193574BTFjdq','Alignement\x20vertical','Pointillé','Bordure\x20extérieure','630748jnHbeB','Bleu\x20100','Style\x20de\x20bordure','Aligner\x20à\x20droite','Gris\x20100','Aligner\x20en\x20haut','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Couleur\x20du\x20texte','Toutes\x20les\x20bordures','Avancer','1EUkaBI','248egjGds','Organiser','Selectionner\x20une\x20colonne','Ligne\x20d’en-tête','Annuler\x20la\x20fusion\x20des\x20cellules','Supprimer\x20la\x20colonne','Bordure','Réinitialiser\x20la\x20couleur','Taille\x20de\x20la\x20police','Insérer\x20une\x20ligne\x20au-dessus','Italique','Liste\x20à\x20puces','Gris\x20500','Aucun','752162aJElOV','Création\x20de\x20tableau','Réduire\x20la\x20taille\x20de\x20police','Deplacer\x20la\x20ligne','Style\x20de\x20cellule','Tableau','Bordure\x20supérieure','Jaune\x20100','Format\x20de\x20texte','504555ZzCXUE','Selectionner\x20une\x20ligne','Barre\x20d’outils\x20flottante','7060JUrSMz','Copier','Insérer\x20une\x20colonne\x20à\x20droite','Développer','Aligner\x20en\x20bas','Police','Insérer\x20une\x20image','Augmenter\x20la\x20taille\x20de\x20police','Bordure\x20verticale\x20intérieure','Barré','Texte','Thème\x20de\x20tableau','Aligner\x20à\x20gauche','Lignes','Couleur\x20d\x27arrière-plan\x20du\x20texte','Supprimer\x20la\x20ligne','Rouge\x20100','Violet\x20600','Vert\x20600','Justifier','Dernière\x20colonne','Selectionner\x20le\x20tableau','Répartir\x20les\x20lignes','Styles\x20de\x20tableau','Remplissage\x20image\x20ou\x20texture','Couleur','Bordures\x20intérieures','Lignes\x20alternées','Souligné','Inserer\x20une\x20colonne','Deplacer\x20la\x20colonne','Bordure\x20horizontale\x20intérieure','Fusionner\x20les\x20cellules','Disposition','Aucune\x20bordure','Aligner\x20au\x20centre'];_0x340d=function(){return _0x297d74;};return _0x340d();}const _0x7871a8=_0x3a50;(function(_0x4a2959,_0x51d223){const _0x440e0b=_0x3a50,_0x1a0534=_0x4a2959();while(!![]){try{const _0x9467bd=-parseInt(_0x440e0b(0xeb))/0x1*(parseInt(_0x440e0b(0xfa))/0x2)+parseInt(_0x440e0b(0x135))/0x3*(-parseInt(_0x440e0b(0xe1))/0x4)+parseInt(_0x440e0b(0x103))/0x5+parseInt(_0x440e0b(0x14a))/0x6+-parseInt(_0x440e0b(0x138))/0x7+parseInt(_0x440e0b(0xec))/0x8*(-parseInt(_0x440e0b(0x12f))/0x9)+parseInt(_0x440e0b(0x106))/0xa*(parseInt(_0x440e0b(0x149))/0xb);if(_0x9467bd===_0x51d223)break;else _0x1a0534['push'](_0x1a0534['shift']());}catch(_0x18ff4f){_0x1a0534['push'](_0x1a0534['shift']());}}}(_0x340d,0x6043c));const e={'slides-table-ui':{'insertToolbar':{'table':_0x7871a8(0xff)},'tableSizePicker':{'title':'Taille\x20du\x20tableau','customSize':_0x7871a8(0x145),'rows':_0x7871a8(0x113),'columns':_0x7871a8(0x140),'insert':'Insérer','apply':_0x7871a8(0x139)},'mobile':{'operations':'Disposition','selectCell':'Sélectionner\x20une\x20cellule','edit':'Styles','close':'Fermer','expand':_0x7871a8(0x109),'collapse':_0x7871a8(0x13a),'back':'Retour'},'ribbon':{'tableDesign':_0x7871a8(0xfb),'styles':_0x7871a8(0x11d),'cellStyle':_0x7871a8(0xfe),'text':_0x7871a8(0x110),'layout':_0x7871a8(0x127),'arrange':_0x7871a8(0xed),'panel':'Volet','floatingToolbar':_0x7871a8(0x105),'arrangeForward':_0x7871a8(0xea),'arrangeBackward':_0x7871a8(0x133),'bringToFront':_0x7871a8(0x12a),'sendToBack':'Mettre\x20à\x20l’arrière-plan'},'editorToolbar':{'fontFamily':_0x7871a8(0x10b),'fontSize':_0x7871a8(0xf4),'increaseFontSize':_0x7871a8(0x10d),'decreaseFontSize':_0x7871a8(0xfc),'orderedList':'Liste\x20numérotée','bulletList':_0x7871a8(0xf7),'textFormat':_0x7871a8(0x102),'bold':'Gras','italic':_0x7871a8(0xf6),'underline':_0x7871a8(0x122),'strikethrough':_0x7871a8(0x10f),'textColor':_0x7871a8(0xe8),'textBackgroundColor':_0x7871a8(0x114),'tableBackgroundColor':'Couleur\x20de\x20fond\x20du\x20tableau','tableBorderColor':'Couleur\x20de\x20bordure\x20du\x20tableau','borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':_0x7871a8(0xe3),'border':_0x7871a8(0xf2),'borderStyleSolid':_0x7871a8(0x137),'borderStyleDash':_0x7871a8(0x134),'borderStyleDot':_0x7871a8(0x14c),'borderStyleDashDot':_0x7871a8(0x148),'noBorder':_0x7871a8(0x128),'borderPresetAll':_0x7871a8(0xe9),'borderPresetInner':_0x7871a8(0x120),'borderPresetOuter':_0x7871a8(0xe0),'borderPresetTop':_0x7871a8(0x100),'borderPresetBottom':_0x7871a8(0x144),'borderPresetLeft':_0x7871a8(0x12d),'borderPresetRight':_0x7871a8(0x13b),'borderPresetInnerHorizontal':_0x7871a8(0x125),'borderPresetInnerVertical':_0x7871a8(0x10e),'none':_0x7871a8(0xf9),'horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x7871a8(0x14b),'alignLeft':_0x7871a8(0x112),'alignCenter':_0x7871a8(0x129),'alignRight':_0x7871a8(0xe4),'alignJustify':_0x7871a8(0x119),'alignTop':_0x7871a8(0xe6),'alignMiddle':_0x7871a8(0x12e),'alignBottom':_0x7871a8(0x10a),'mergeCells':_0x7871a8(0x126),'unmergeCells':_0x7871a8(0xf0),'tableTheme':_0x7871a8(0x111),'tableLook':_0x7871a8(0x12b),'headerRow':_0x7871a8(0xef),'footerRow':_0x7871a8(0x132),'bandedRows':_0x7871a8(0x121),'bandedColumns':_0x7871a8(0x143),'firstColumn':'Première\x20colonne','lastColumn':_0x7871a8(0x11a),'bestMatch':_0x7871a8(0x136),'light':'Clair','medium':'Moyen','minimal':_0x7871a8(0x147)},'shapePanel':{'fill':{'noFill':_0x7871a8(0x13e),'solidFill':'Remplissage\x20uni','gradientFill':'Remplissage\x20dégradé','pictureFill':_0x7871a8(0x11e),'color':_0x7871a8(0x11f),'transparency':'Transparence','picture':{'source':_0x7871a8(0x141),'insert':_0x7871a8(0x10c)}}},'structuralControls':{'selectRow':_0x7871a8(0x104),'selectColumn':_0x7871a8(0xee),'selectTable':_0x7871a8(0x11b),'insertRow':'Inserer\x20une\x20ligne','insertColumn':_0x7871a8(0x123),'moveRow':_0x7871a8(0xfd),'moveColumn':_0x7871a8(0x124),'moveRows':'Deplacer\x20les\x20lignes','moveColumns':_0x7871a8(0x13c),'cannotMoveMergedRows':'Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','cannotMoveMergedColumns':_0x7871a8(0xe7)},'contextMenu':{'insert':'Insérer','delete':'Supprimer','distribute':'Répartir','borders':'Bordures','tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','copy':_0x7871a8(0x107),'cut':'Couper','deleteTable':'Supprimer\x20le\x20tableau','insertRowAbove':_0x7871a8(0xf5),'insertRowBelow':_0x7871a8(0x130),'insertColumnLeft':_0x7871a8(0x13d),'insertColumnRight':_0x7871a8(0x108),'deleteRow':_0x7871a8(0x115),'deleteColumn':_0x7871a8(0xf1),'distributeRows':_0x7871a8(0x11c),'distributeColumns':'Répartir\x20les\x20colonnes','borderAll':'Toutes\x20les\x20bordures','borderOuter':'Bordures\x20extérieures','borderInner':_0x7871a8(0x120),'borderNone':'Aucune\x20bordure'},'colorPreset':{'resetColor':_0x7871a8(0xf3),'white':'Blanc','gray100':_0x7871a8(0xe5),'primary100':'Principal\x20100','blue100':_0x7871a8(0xe2),'green100':_0x7871a8(0x131),'yellow100':_0x7871a8(0x101),'red100':_0x7871a8(0x116),'gray900':_0x7871a8(0x146),'gray500':_0x7871a8(0xf8),'red600':_0x7871a8(0x142),'orange600':'Orange\x20600','yellow700':_0x7871a8(0x13f),'green600':_0x7871a8(0x118),'blue600':_0x7871a8(0x12c),'purple600':_0x7871a8(0x117)}}};export{e as default};
|
package/lib/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x50a832=_0x2c3c;function _0x2c3c(_0x208daf,_0x4282f6){_0x208daf=_0x208daf-0x1d9;const _0x77d20a=_0x77d2();let _0x2c3c4c=_0x77d20a[_0x208daf];return _0x2c3c4c;}(function(_0xa59ad4,_0x4e82ec){const _0x2fcb97=_0x2c3c,_0x45a9cc=_0xa59ad4();while(!![]){try{const _0x55794c=parseInt(_0x2fcb97(0x208))/0x1*(-parseInt(_0x2fcb97(0x1ff))/0x2)+-parseInt(_0x2fcb97(0x20b))/0x3*(-parseInt(_0x2fcb97(0x224))/0x4)+parseInt(_0x2fcb97(0x1ec))/0x5+parseInt(_0x2fcb97(0x1ee))/0x6+parseInt(_0x2fcb97(0x1e0))/0x7*(parseInt(_0x2fcb97(0x20a))/0x8)+parseInt(_0x2fcb97(0x1df))/0x9+-parseInt(_0x2fcb97(0x234))/0xa;if(_0x55794c===_0x4e82ec)break;else _0x45a9cc['push'](_0x45a9cc['shift']());}catch(_0x68b64){_0x45a9cc['push'](_0x45a9cc['shift']());}}}(_0x77d2,0x78564));const e={'slides-table-ui':{'insertToolbar':{'table':'Tabel'},'tableSizePicker':{'title':'Ukuran\x20tabel','customSize':_0x50a832(0x22d),'rows':_0x50a832(0x204),'columns':'Kolom','insert':_0x50a832(0x223),'apply':_0x50a832(0x1f3)},'mobile':{'operations':_0x50a832(0x207),'selectCell':'Pilih\x20sel','edit':_0x50a832(0x233),'close':_0x50a832(0x240),'expand':_0x50a832(0x232),'collapse':'Ciutkan','back':'Kembali'},'ribbon':{'tableDesign':'Desain\x20Tabel','styles':'Gaya\x20Tabel','cellStyle':'Gaya\x20Sel','text':_0x50a832(0x203),'layout':_0x50a832(0x207),'arrange':_0x50a832(0x1da),'panel':_0x50a832(0x213),'floatingToolbar':_0x50a832(0x236),'arrangeForward':_0x50a832(0x21e),'arrangeBackward':'Mundurkan','bringToFront':_0x50a832(0x217),'sendToBack':_0x50a832(0x21a)},'editorToolbar':{'fontFamily':_0x50a832(0x1eb),'fontSize':_0x50a832(0x225),'increaseFontSize':_0x50a832(0x211),'decreaseFontSize':_0x50a832(0x206),'orderedList':_0x50a832(0x1ea),'bulletList':'Daftar\x20berpoin','textFormat':_0x50a832(0x1de),'bold':_0x50a832(0x21c),'italic':_0x50a832(0x237),'underline':_0x50a832(0x1fb),'strikethrough':_0x50a832(0x226),'textColor':'Warna\x20teks','textBackgroundColor':_0x50a832(0x1d9),'tableBackgroundColor':_0x50a832(0x22f),'tableBorderColor':'Warna\x20batas\x20tabel','borderWidth':_0x50a832(0x1f0),'borderStyle':_0x50a832(0x20c),'border':_0x50a832(0x23e),'borderStyleSolid':'Garis\x20penuh','borderStyleDash':_0x50a832(0x201),'borderStyleDot':_0x50a832(0x1e1),'borderStyleDashDot':_0x50a832(0x216),'noBorder':_0x50a832(0x1f4),'borderPresetAll':'Semua\x20batas','borderPresetInner':_0x50a832(0x1e4),'borderPresetOuter':_0x50a832(0x205),'borderPresetTop':_0x50a832(0x214),'borderPresetBottom':_0x50a832(0x1ef),'borderPresetLeft':_0x50a832(0x1fa),'borderPresetRight':_0x50a832(0x227),'borderPresetInnerHorizontal':_0x50a832(0x1ed),'borderPresetInnerVertical':_0x50a832(0x1e2),'none':'Tidak\x20ada','horizontalAlign':_0x50a832(0x22c),'verticalAlign':'Perataan\x20vertikal','alignLeft':_0x50a832(0x220),'alignCenter':_0x50a832(0x21d),'alignRight':_0x50a832(0x200),'alignJustify':_0x50a832(0x22b),'alignTop':_0x50a832(0x218),'alignMiddle':_0x50a832(0x230),'alignBottom':_0x50a832(0x1f8),'mergeCells':_0x50a832(0x20d),'unmergeCells':_0x50a832(0x239),'tableTheme':_0x50a832(0x1e7),'tableLook':_0x50a832(0x222),'headerRow':'Baris\x20header','footerRow':'Baris\x20footer','bandedRows':'Baris\x20berpita','bandedColumns':'Kolom\x20berpita','firstColumn':_0x50a832(0x219),'lastColumn':'Kolom\x20terakhir','bestMatch':_0x50a832(0x1f2),'light':_0x50a832(0x22e),'medium':_0x50a832(0x228),'minimal':_0x50a832(0x229)},'shapePanel':{'fill':{'noFill':_0x50a832(0x1f5),'solidFill':_0x50a832(0x22a),'gradientFill':_0x50a832(0x23b),'pictureFill':_0x50a832(0x1dd),'color':_0x50a832(0x241),'transparency':_0x50a832(0x1dc),'picture':{'source':_0x50a832(0x1e6),'insert':_0x50a832(0x1fd)}}},'structuralControls':{'selectRow':_0x50a832(0x1e8),'selectColumn':_0x50a832(0x21f),'selectTable':_0x50a832(0x23f),'insertRow':'Sisipkan\x20baris','insertColumn':'Sisipkan\x20kolom','moveRow':_0x50a832(0x23d),'moveColumn':'Pindahkan\x20kolom','moveRows':_0x50a832(0x23d),'moveColumns':_0x50a832(0x1e3),'cannotMoveMergedRows':_0x50a832(0x231),'cannotMoveMergedColumns':_0x50a832(0x242)},'contextMenu':{'insert':_0x50a832(0x223),'delete':_0x50a832(0x1fc),'distribute':_0x50a832(0x1db),'borders':_0x50a832(0x23e),'tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','copy':'Salin','cut':_0x50a832(0x202),'deleteTable':_0x50a832(0x235),'insertRowAbove':'Sisipkan\x20baris\x20di\x20atas','insertRowBelow':'Sisipkan\x20baris\x20di\x20bawah','insertColumnLeft':_0x50a832(0x1f1),'insertColumnRight':_0x50a832(0x1e5),'deleteRow':_0x50a832(0x209),'deleteColumn':_0x50a832(0x212),'distributeRows':_0x50a832(0x1f7),'distributeColumns':'Distribusikan\x20kolom','borderAll':_0x50a832(0x1f9),'borderOuter':'Batas\x20luar','borderInner':_0x50a832(0x23c),'borderNone':_0x50a832(0x1f4)},'colorPreset':{'resetColor':'Atur\x20ulang\x20warna','white':_0x50a832(0x1f6),'gray100':_0x50a832(0x20e),'primary100':'Utama\x20100','blue100':'Biru\x20100','green100':_0x50a832(0x210),'yellow100':_0x50a832(0x215),'red100':_0x50a832(0x1e9),'gray900':'Abu-abu\x20900','gray500':_0x50a832(0x23a),'red600':'Merah\x20600','orange600':_0x50a832(0x238),'yellow700':_0x50a832(0x221),'green600':_0x50a832(0x21b),'blue600':_0x50a832(0x1fe),'purple600':_0x50a832(0x20f)}}};export{e as default};function _0x77d2(){const _0x21a4c6=['Semua\x20batas','Batas\x20kiri','Garis\x20bawah','Hapus','Sisipkan\x20Gambar','Biru\x20600','1776514JMmErS','Rata\x20kanan','Putus-putus','Potong','Teks','Baris','Batas\x20luar','Perkecil\x20ukuran\x20font','Tata\x20Letak','1XNkxYC','Hapus\x20baris','156064BBhBQp','1611NiNpEo','Gaya\x20batas','Gabungkan\x20sel','Abu-abu\x20100','Ungu\x20600','Hijau\x20100','Perbesar\x20ukuran\x20font','Hapus\x20kolom','Panel','Batas\x20atas','Kuning\x20100','Garis-titik','Bawa\x20ke\x20depan','Rata\x20atas','Kolom\x20pertama','Kirim\x20ke\x20belakang','Hijau\x20600','Tebal','Rata\x20tengah','Majukan','Pilih\x20kolom','Rata\x20kiri','Kuning\x20700','Tampilan\x20tabel','Sisipkan','3748qCwCSo','Ukuran\x20font','Coret','Batas\x20kanan','Sedang','Minimal','Isian\x20solid','Rata\x20kiri\x20kanan','Perataan\x20horizontal','Ukuran\x20kustom','Terang','Warna\x20latar\x20tabel','Rata\x20tengah\x20vertikal','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Perluas','Gaya','5301230GqolhH','Hapus\x20tabel','Bilah\x20alat\x20mengambang','Miring','Oranye\x20600','Pisahkan\x20sel','Abu-abu\x20500','Isian\x20gradien','Batas\x20bagian\x20dalam','Pindahkan\x20baris','Batas','Pilih\x20tabel','Tutup','Warna','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Warna\x20latar\x20teks','Atur','Distribusikan','Transparansi','Isian\x20gambar\x20atau\x20tekstur','Format\x20teks','1209105hmYLbz','105okRUkS','Titik-titik','Batas\x20vertikal\x20dalam','Pindahkan\x20kolom','Batas\x20dalam','Sisipkan\x20kolom\x20di\x20kanan','Sumber\x20Gambar','Tema\x20tabel','Pilih\x20baris','Merah\x20100','Daftar\x20bernomor','Font','3301225BJsvDY','Batas\x20horizontal\x20dalam','1925406bKhEqj','Batas\x20bawah','Lebar\x20batas','Sisipkan\x20kolom\x20di\x20kiri','Kecocokan\x20terbaik','Terapkan','Tanpa\x20batas','Tanpa\x20isian','Putih','Distribusikan\x20baris','Rata\x20bawah'];_0x77d2=function(){return _0x21a4c6;};return _0x77d2();}
|