@univerjs-pro/slides-table-ui 1.0.0-alpha.2 → 1.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- 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 +182 -14
- 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-contextmenu.operation.d.ts +22 -36
- package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +9 -4
- package/lib/types/index.d.ts +28 -8
- package/lib/types/locale/en-US.d.ts +17 -0
- package/lib/types/menu/contextmenu.menu.d.ts +0 -3
- package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
- package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
- package/lib/types/render-objects/slide-table-object.d.ts +127 -0
- package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
- package/lib/types/services/slide-table-keyboard.service.d.ts +9 -23
- package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
- package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
- package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
- package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
- package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
- package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
- package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
- package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
- package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
- package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
- package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
- package/lib/types/views/TableThemeGallery.d.ts +10 -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 +17 -18
- /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x50b048=_0x4ca4;(function(_0x573f45,_0x706a75){const _0x1f701c=_0x4ca4,_0x1eb85c=_0x573f45();while(!![]){try{const _0x19058a=-parseInt(_0x1f701c(0xad))/0x1+parseInt(_0x1f701c(0x80))/0x2+parseInt(_0x1f701c(0x8e))/0x3*(parseInt(_0x1f701c(0xae))/0x4)+-parseInt(_0x1f701c(0x9a))/0x5*(-parseInt(_0x1f701c(0x85))/0x6)+-parseInt(_0x1f701c(0xa5))/0x7*(parseInt(_0x1f701c(0xc7))/0x8)+parseInt(_0x1f701c(0xc0))/0x9*(-parseInt(_0x1f701c(0x70))/0xa)+parseInt(_0x1f701c(0xbe))/0xb*(parseInt(_0x1f701c(0xb7))/0xc);if(_0x19058a===_0x706a75)break;else _0x1eb85c['push'](_0x1eb85c['shift']());}catch(_0x236afc){_0x1eb85c['push'](_0x1eb85c['shift']());}}}(_0x5016,0xef0ea));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x50b048(0x8d),'fontSize':_0x50b048(0x73),'textFormat':_0x50b048(0xb5),'bold':'غامق','italic':_0x50b048(0x9c),'underline':_0x50b048(0x6e),'strikethrough':_0x50b048(0xa7),'textColor':_0x50b048(0x8b),'textBackgroundColor':_0x50b048(0xb0),'tableBackgroundColor':_0x50b048(0x7c),'tableBorderColor':_0x50b048(0x95),'borderWidth':_0x50b048(0x77),'borderStyle':'نمط\x20الحد','border':_0x50b048(0x74),'borderStyleSolid':_0x50b048(0xbb),'borderStyleDash':_0x50b048(0xc4),'borderStyleDot':_0x50b048(0xaf),'borderStyleDashDot':_0x50b048(0x9e),'noBorder':_0x50b048(0x7b),'borderPresetAll':_0x50b048(0x87),'borderPresetInner':_0x50b048(0xa2),'borderPresetOuter':_0x50b048(0xa0),'borderPresetTop':_0x50b048(0x9f),'borderPresetBottom':_0x50b048(0x75),'borderPresetLeft':_0x50b048(0x7e),'borderPresetRight':'الحد\x20الأيمن','borderPresetInnerHorizontal':'الحد\x20الأفقي\x20الداخلي','borderPresetInnerVertical':'الحد\x20العمودي\x20الداخلي','none':'لا\x20شيء','horizontalAlign':_0x50b048(0x84),'verticalAlign':_0x50b048(0xab),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x50b048(0x8c),'alignRight':_0x50b048(0xc3),'alignJustify':_0x50b048(0x7d),'alignTop':'محاذاة\x20للأعلى','alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':_0x50b048(0x92),'mergeCells':_0x50b048(0xa8),'unmergeCells':_0x50b048(0x71),'tableTheme':_0x50b048(0xaa),'tableLook':_0x50b048(0xa6),'headerRow':_0x50b048(0xb6),'footerRow':_0x50b048(0x93),'bandedRows':_0x50b048(0xca),'bandedColumns':_0x50b048(0xbf),'firstColumn':_0x50b048(0xa9),'lastColumn':_0x50b048(0xa4),'bestMatch':_0x50b048(0xb1),'light':_0x50b048(0xc1),'medium':_0x50b048(0x96),'minimal':'بسيط'},'shapePanel':{'fill':{'noFill':_0x50b048(0x79),'solidFill':'تعبئة\x20صلبة','gradientFill':_0x50b048(0xa3),'pictureFill':_0x50b048(0xbc),'color':_0x50b048(0x8a),'transparency':_0x50b048(0xc9),'picture':{'source':_0x50b048(0xb2),'insert':_0x50b048(0x9b)}}},'structuralControls':{'selectRow':_0x50b048(0x82),'selectColumn':_0x50b048(0x99),'selectTable':_0x50b048(0x83),'insertRow':'إدراج\x20صف','insertColumn':_0x50b048(0xb9),'moveRow':_0x50b048(0xac),'moveColumn':_0x50b048(0x88),'moveRows':_0x50b048(0x9d),'moveColumns':_0x50b048(0x7a),'cannotMoveMergedRows':_0x50b048(0xc2),'cannotMoveMergedColumns':_0x50b048(0x8f)},'contextMenu':{'insert':_0x50b048(0xba),'delete':_0x50b048(0x76),'distribute':_0x50b048(0x78),'borders':'الحدود','tableBackgroundColor':'لون\x20خلفية\x20الجدول','copy':_0x50b048(0xa1),'cut':'قص','deleteTable':_0x50b048(0x81),'insertRowAbove':_0x50b048(0xb3),'insertRowBelow':'إدراج\x20صف\x20أدناه','insertColumnLeft':_0x50b048(0xc6),'insertColumnRight':_0x50b048(0x86),'deleteRow':'حذف\x20الصف','deleteColumn':_0x50b048(0x90),'distributeRows':_0x50b048(0xc5),'distributeColumns':_0x50b048(0x89),'borderAll':'كل\x20الحدود','borderOuter':'الحدود\x20الخارجية','borderInner':_0x50b048(0xa2),'borderNone':_0x50b048(0xb8)},'colorPreset':{'resetColor':_0x50b048(0xbd),'white':_0x50b048(0x7f),'gray100':_0x50b048(0x98),'primary100':_0x50b048(0xb4),'blue100':'أزرق\x20100','green100':_0x50b048(0x6f),'yellow100':'أصفر\x20100','red100':_0x50b048(0x72),'gray900':'رمادي\x20900','gray500':_0x50b048(0x97),'red600':'أحمر\x20600','orange600':'برتقالي\x20600','yellow700':_0x50b048(0x91),'green600':'أخضر\x20600','blue600':_0x50b048(0xc8),'purple600':_0x50b048(0x94)}}};function _0x4ca4(_0x58f84f,_0x52e3c2){_0x58f84f=_0x58f84f-0x6e;const _0x50166a=_0x5016();let _0x4ca433=_0x50166a[_0x58f84f];return _0x4ca433;}function _0x5016(){const _0x597a7f=['حذف\x20الجدول','تحديد\x20الصف','تحديد\x20الجدول','محاذاة\x20أفقية','20346GakrWT','إدراج\x20عمود\x20إلى\x20اليمين','كل\x20الحدود','نقل\x20عمود','توزيع\x20الأعمدة','اللون','لون\x20النص','محاذاة\x20للوسط','الخط','5574ITvYWx','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','حذف\x20العمود','أصفر\x20700','محاذاة\x20للأسفل','صف\x20التذييل','بنفسجي\x20600','لون\x20حد\x20الجدول','متوسط','رمادي\x20500','رمادي\x20100','تحديد\x20العمود','1315jppbaH','إدراج\x20صورة','مائل','نقل\x20الصفوف','شرطة\x20ونقطة','الحد\x20العلوي','الحد\x20الخارجي','نسخ','الحدود\x20الداخلية','تعبئة\x20متدرجة','العمود\x20الأخير','19005glXmSU','مظهر\x20الجدول','يتوسطه\x20خط','دمج\x20الخلايا','العمود\x20الأول','نسق\x20الجدول','محاذاة\x20عمودية','نقل\x20صف','1005353GFmUKz','4096fIUqXe','منقط','لون\x20خلفية\x20النص','أفضل\x20تطابق','مصدر\x20الصورة','إدراج\x20صف\x20أعلاه','أساسي\x20100','تنسيق\x20النص','صف\x20الرأس','2568yNlgmJ','بدون\x20حدود','إدراج\x20عمود','إدراج','صلب','تعبئة\x20صورة\x20أو\x20نسيج','إعادة\x20تعيين\x20اللون','36311MHxlUU','أعمدة\x20متناوبة','27JbYCVb','فاتح','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','محاذاة\x20لليمين','متقطع','توزيع\x20الصفوف','إدراج\x20عمود\x20إلى\x20اليسار','3688UCWzGW','أزرق\x20600','الشفافية','صفوف\x20متناوبة','تسطير','أخضر\x20100','1944910hgiqrS','إلغاء\x20دمج\x20الخلايا','أحمر\x20100','حجم\x20الخط','الحد','الحد\x20السفلي','حذف','عرض\x20الحد','توزيع','بدون\x20تعبئة','نقل\x20الأعمدة','بلا\x20حدود','لون\x20خلفية\x20الجدول','ضبط','الحد\x20الأيسر','أبيض','637560xdXYNX'];_0x5016=function(){return _0x597a7f;};return _0x5016();}module['exports']=e;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x490146=_0x558a;function _0x4b3b(){const _0x6aea92=['Mida\x20de\x20lletra','Estil\x20de\x20la\x20vora','3069400aZXGci','Suprimeix','Separa\x20cel·les','Insereix\x20fila\x20a\x20sota','Emplenament\x20degradat','Centra','Vermell\x20600','Vores\x20exteriors','Principal\x20100','Cap','Totes\x20les\x20vores','Vora\x20horitzontal\x20interna','Suprimeix\x20taula','Subratllat','Primera\x20columna','18wgvldC','Insereix\x20columna','Retalla','3036892wwcTdD','Ratllat','Gris\x20900','Selecciona\x20fila','Clar','Color','Cursiva','Emplenament\x20sòlid','Distribueix','Alinea\x20a\x20dalt','Vora\x20exterior','Alinea\x20a\x20l\x27esquerra','Mou\x20files','Suprimeix\x20fila','Negreta','Groc\x20700','Verd\x20600','Gris\x20100','70plvFbU','Color\x20de\x20vora\x20de\x20la\x20taula','Fila\x20de\x20capçalera','Distribueix\x20columnes','Reinicia\x20el\x20color','Color\x20de\x20fons\x20de\x20la\x20taula','Blau\x20600','Taronja\x20600','28187622jHAoSr','Combina\x20cel·les','Alinea\x20al\x20mig','Inserir\x20imatge','Distribueix\x20files','Mou\x20fila','Files\x20alternes','Sense\x20vora','Vores','Sense\x20vores','Groc\x20100','413858QdKHiK','Insereix\x20fila','Última\x20columna','1051743NPOBfp','Selecciona\x20taula','1110900PgYItl','Vora\x20superior','Sòlida','Alinea\x20a\x20la\x20dreta','Mitjana','Amplada\x20de\x20la\x20vora','Mou\x20columna','Sense\x20emplenament','Transparència','Insereix\x20columna\x20a\x20l’esquerra','Vores\x20internes','Aspecte\x20de\x20taula','Verd\x20100','Tema\x20de\x20taula','Fila\x20de\x20peu','Columnes\x20alternes','Guió-punt','1046568lnLbFU','Insereix\x20fila\x20a\x20sobre','Color\x20de\x20fons\x20del\x20text','Origen\x20de\x20la\x20imatge','Mou\x20columnes','Copia','Puntejada'];_0x4b3b=function(){return _0x6aea92;};return _0x4b3b();}(function(_0x3e2565,_0x510b9f){const _0x45e652=_0x558a,_0x5da740=_0x3e2565();while(!![]){try{const _0xa74c63=-parseInt(_0x45e652(0xb0))/0x1+-parseInt(_0x45e652(0xad))/0x2*(parseInt(_0x45e652(0x85))/0x3)+parseInt(_0x45e652(0x88))/0x4+parseInt(_0x45e652(0x76))/0x5+-parseInt(_0x45e652(0xb2))/0x6+-parseInt(_0x45e652(0x9a))/0x7*(parseInt(_0x45e652(0xc3))/0x8)+parseInt(_0x45e652(0xa2))/0x9;if(_0xa74c63===_0x510b9f)break;else _0x5da740['push'](_0x5da740['shift']());}catch(_0x2a479e){_0x5da740['push'](_0x5da740['shift']());}}}(_0x4b3b,0xaf630));function _0x558a(_0x25ce60,_0x57b452){_0x25ce60=_0x25ce60-0x70;const _0x4b3b69=_0x4b3b();let _0x558ab7=_0x4b3b69[_0x25ce60];return _0x558ab7;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Família\x20de\x20lletra','fontSize':_0x490146(0x74),'textFormat':'Format\x20de\x20text','bold':_0x490146(0x96),'italic':_0x490146(0x8e),'underline':_0x490146(0x83),'strikethrough':_0x490146(0x89),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x490146(0xc5),'tableBackgroundColor':_0x490146(0x9f),'tableBorderColor':_0x490146(0x9b),'borderWidth':_0x490146(0xb7),'borderStyle':_0x490146(0x75),'border':'Vora','borderStyleSolid':_0x490146(0xb4),'borderStyleDash':'Discontínua','borderStyleDot':_0x490146(0x73),'borderStyleDashDot':_0x490146(0xc2),'noBorder':_0x490146(0xa9),'borderPresetAll':_0x490146(0x80),'borderPresetInner':_0x490146(0xbc),'borderPresetOuter':_0x490146(0x92),'borderPresetTop':_0x490146(0xb3),'borderPresetBottom':'Vora\x20inferior','borderPresetLeft':'Vora\x20esquerra','borderPresetRight':'Vora\x20dreta','borderPresetInnerHorizontal':_0x490146(0x81),'borderPresetInnerVertical':'Vora\x20vertical\x20interna','none':_0x490146(0x7f),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':'Alineació\x20vertical','alignLeft':_0x490146(0x93),'alignCenter':_0x490146(0x7b),'alignRight':_0x490146(0xb5),'alignJustify':'Justifica','alignTop':_0x490146(0x91),'alignMiddle':_0x490146(0xa4),'alignBottom':'Alinea\x20a\x20baix','mergeCells':_0x490146(0xa3),'unmergeCells':_0x490146(0x78),'tableTheme':_0x490146(0xbf),'tableLook':_0x490146(0xbd),'headerRow':_0x490146(0x9c),'footerRow':_0x490146(0xc0),'bandedRows':_0x490146(0xa8),'bandedColumns':_0x490146(0xc1),'firstColumn':_0x490146(0x84),'lastColumn':_0x490146(0xaf),'bestMatch':'Millor\x20coincidència','light':_0x490146(0x8c),'medium':_0x490146(0xb6),'minimal':'Mínim'},'shapePanel':{'fill':{'noFill':_0x490146(0xb9),'solidFill':_0x490146(0x8f),'gradientFill':_0x490146(0x7a),'pictureFill':'Emplenament\x20d\x27imatge\x20o\x20textura','color':_0x490146(0x8d),'transparency':_0x490146(0xba),'picture':{'source':_0x490146(0x70),'insert':_0x490146(0xa5)}}},'structuralControls':{'selectRow':_0x490146(0x8b),'selectColumn':'Selecciona\x20columna','selectTable':_0x490146(0xb1),'insertRow':_0x490146(0xae),'insertColumn':_0x490146(0x86),'moveRow':_0x490146(0xa7),'moveColumn':_0x490146(0xb8),'moveRows':_0x490146(0x94),'moveColumns':_0x490146(0x71),'cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':'No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades'},'contextMenu':{'insert':'Insereix','delete':_0x490146(0x77),'distribute':_0x490146(0x90),'borders':_0x490146(0xaa),'tableBackgroundColor':_0x490146(0x9f),'copy':_0x490146(0x72),'cut':_0x490146(0x87),'deleteTable':_0x490146(0x82),'insertRowAbove':_0x490146(0xc4),'insertRowBelow':_0x490146(0x79),'insertColumnLeft':_0x490146(0xbb),'insertColumnRight':'Insereix\x20columna\x20a\x20la\x20dreta','deleteRow':_0x490146(0x95),'deleteColumn':'Suprimeix\x20columna','distributeRows':_0x490146(0xa6),'distributeColumns':_0x490146(0x9d),'borderAll':_0x490146(0x80),'borderOuter':_0x490146(0x7d),'borderInner':'Vores\x20interiors','borderNone':_0x490146(0xab)},'colorPreset':{'resetColor':_0x490146(0x9e),'white':'Blanc','gray100':_0x490146(0x99),'primary100':_0x490146(0x7e),'blue100':'Blau\x20100','green100':_0x490146(0xbe),'yellow100':_0x490146(0xac),'red100':'Vermell\x20100','gray900':_0x490146(0x8a),'gray500':'Gris\x20500','red600':_0x490146(0x7c),'orange600':_0x490146(0xa1),'yellow700':_0x490146(0x97),'green600':_0x490146(0x98),'blue600':_0x490146(0xa0),'purple600':'Porpra\x20600'}}};module['exports']=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x181ac0=_0x3dde;function _0x15e6(){const _0x2de492=['Oberer\x20Rahmen','8pgMTyN','exports','Tabellenhintergrundfarbe','Farbverlauffüllung','Ausschneiden','Blocksatz','Grün\x20600','Rot\x20600','Minimal','Tabellenformat','Mittel','Durchgezogen','Spalte\x20rechts\x20einfügen','Spalte\x20löschen','Löschen','Transparenz','Blau\x20600','Zeile\x20einfugen','Tabelle\x20auswahlen','2001972LOrUvK','Unten\x20ausrichten','Verteilen','3377709eZTCMA','Farbe','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Rot\x20100','Innere\x20Rahmen','Horizontale\x20Ausrichtung','Beste\x20Übereinstimmung','Rahmenbreite','Einfügen','Tabellendesign','Spalten\x20verschieben','Einfarbige\x20Füllung','4oyaNxC','Gepunktet','Vertikale\x20Ausrichtung','Primär\x20100','Vertikal\x20zentrieren','1610427OmWSrM','Textfarbe','Bild\x20einfügen','Bildquelle','Tabellenrahmenfarbe','Zeilen\x20verteilen','Keine\x20Füllung','Zeilen\x20verschieben','Spalte\x20verschieben','Innerer\x20vertikaler\x20Rahmen','Zeile\x20oberhalb\x20einfügen','114896rJclEi','Gelb\x20100','Spalten\x20verteilen','Blau\x20100','Linker\x20Rahmen','893976UDdqMe','Rahmen','Farbe\x20zurücksetzen','Weiß','Kopfzeile','Fußzeile','Spalte\x20einfugen','Unterstrichen','Kopieren','Rahmenstil','Zeile\x20unterhalb\x20einfügen','1444835OAQpvU','Alle\x20Rahmen','Hell','Strichpunkt','Zeile\x20verschieben','Kein\x20Rahmen','Textformat','Äußere\x20Rahmen','Kursiv','Zeile\x20löschen','28909AJxnVQ','Zellen\x20verbinden','Spalte\x20links\x20einfügen','Gelb\x20700','Violett\x20600','Keine','Gebänderte\x20Zeilen','Tabelle\x20löschen'];_0x15e6=function(){return _0x2de492;};return _0x15e6();}(function(_0x12ed1a,_0x470435){const _0xe72b81=_0x3dde,_0x4e520f=_0x12ed1a();while(!![]){try{const _0x35a2f6=-parseInt(_0xe72b81(0x129))/0x1+-parseInt(_0xe72b81(0x10f))/0x2+parseInt(_0xe72b81(0x114))/0x3+-parseInt(_0xe72b81(0x154))/0x4*(parseInt(_0xe72b81(0x11f))/0x5)+-parseInt(_0xe72b81(0x145))/0x6+parseInt(_0xe72b81(0x159))/0x7+-parseInt(_0xe72b81(0x132))/0x8*(-parseInt(_0xe72b81(0x148))/0x9);if(_0x35a2f6===_0x470435)break;else _0x4e520f['push'](_0x4e520f['shift']());}catch(_0x12ccc8){_0x4e520f['push'](_0x4e520f['shift']());}}}(_0x15e6,0x2f740));function _0x3dde(_0x2e6e48,_0x134384){_0x2e6e48=_0x2e6e48-0x107;const _0x15e69b=_0x15e6();let _0x3ddeae=_0x15e69b[_0x2e6e48];return _0x3ddeae;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Schriftart','fontSize':'Schriftgröße','textFormat':_0x181ac0(0x125),'bold':'Fett','italic':_0x181ac0(0x127),'underline':_0x181ac0(0x11b),'strikethrough':'Durchgestrichen','textColor':_0x181ac0(0x15a),'textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':'Tabellenhintergrundfarbe','tableBorderColor':_0x181ac0(0x108),'borderWidth':_0x181ac0(0x14f),'borderStyle':_0x181ac0(0x11d),'border':_0x181ac0(0x115),'borderStyleSolid':_0x181ac0(0x13d),'borderStyleDash':'Gestrichelt','borderStyleDot':_0x181ac0(0x155),'borderStyleDashDot':_0x181ac0(0x122),'noBorder':_0x181ac0(0x124),'borderPresetAll':_0x181ac0(0x120),'borderPresetInner':_0x181ac0(0x14c),'borderPresetOuter':'Äußerer\x20Rahmen','borderPresetTop':_0x181ac0(0x131),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x181ac0(0x113),'borderPresetRight':'Rechter\x20Rahmen','borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0x181ac0(0x10d),'none':_0x181ac0(0x12e),'horizontalAlign':_0x181ac0(0x14d),'verticalAlign':_0x181ac0(0x156),'alignLeft':'Linksbündig','alignCenter':'Zentriert','alignRight':'Rechtsbündig','alignJustify':_0x181ac0(0x137),'alignTop':'Oben\x20ausrichten','alignMiddle':_0x181ac0(0x158),'alignBottom':_0x181ac0(0x146),'mergeCells':_0x181ac0(0x12a),'unmergeCells':'Zellen\x20trennen','tableTheme':_0x181ac0(0x151),'tableLook':_0x181ac0(0x13b),'headerRow':_0x181ac0(0x118),'footerRow':_0x181ac0(0x119),'bandedRows':_0x181ac0(0x12f),'bandedColumns':'Gebänderte\x20Spalten','firstColumn':'Erste\x20Spalte','lastColumn':'Letzte\x20Spalte','bestMatch':_0x181ac0(0x14e),'light':_0x181ac0(0x121),'medium':_0x181ac0(0x13c),'minimal':_0x181ac0(0x13a)},'shapePanel':{'fill':{'noFill':_0x181ac0(0x10a),'solidFill':_0x181ac0(0x153),'gradientFill':_0x181ac0(0x135),'pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0x181ac0(0x149),'transparency':_0x181ac0(0x141),'picture':{'source':_0x181ac0(0x107),'insert':_0x181ac0(0x15b)}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':'Spalte\x20auswahlen','selectTable':_0x181ac0(0x144),'insertRow':_0x181ac0(0x143),'insertColumn':_0x181ac0(0x11a),'moveRow':_0x181ac0(0x123),'moveColumn':_0x181ac0(0x10c),'moveRows':_0x181ac0(0x10b),'moveColumns':_0x181ac0(0x152),'cannotMoveMergedRows':_0x181ac0(0x14a),'cannotMoveMergedColumns':'Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden'},'contextMenu':{'insert':_0x181ac0(0x150),'delete':_0x181ac0(0x140),'distribute':_0x181ac0(0x147),'borders':_0x181ac0(0x115),'tableBackgroundColor':_0x181ac0(0x134),'copy':_0x181ac0(0x11c),'cut':_0x181ac0(0x136),'deleteTable':_0x181ac0(0x130),'insertRowAbove':_0x181ac0(0x10e),'insertRowBelow':_0x181ac0(0x11e),'insertColumnLeft':_0x181ac0(0x12b),'insertColumnRight':_0x181ac0(0x13e),'deleteRow':_0x181ac0(0x128),'deleteColumn':_0x181ac0(0x13f),'distributeRows':_0x181ac0(0x109),'distributeColumns':_0x181ac0(0x111),'borderAll':_0x181ac0(0x120),'borderOuter':_0x181ac0(0x126),'borderInner':_0x181ac0(0x14c),'borderNone':_0x181ac0(0x124)},'colorPreset':{'resetColor':_0x181ac0(0x116),'white':_0x181ac0(0x117),'gray100':'Grau\x20100','primary100':_0x181ac0(0x157),'blue100':_0x181ac0(0x112),'green100':'Grün\x20100','yellow100':_0x181ac0(0x110),'red100':_0x181ac0(0x14b),'gray900':'Grau\x20900','gray500':'Grau\x20500','red600':_0x181ac0(0x139),'orange600':'Orange\x20600','yellow700':_0x181ac0(0x12c),'green600':_0x181ac0(0x138),'blue600':_0x181ac0(0x142),'purple600':_0x181ac0(0x12d)}}};module[_0x181ac0(0x133)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5dd3da=_0x5d34;(function(_0xfa1f9d,_0x4b6779){const _0x4a6a0c=_0x5d34,_0x26f09b=_0xfa1f9d();while(!![]){try{const _0x4dd381=parseInt(_0x4a6a0c(0x166))/0x1+parseInt(_0x4a6a0c(0x164))/0x2+parseInt(_0x4a6a0c(0x141))/0x3+-parseInt(_0x4a6a0c(0x140))/0x4+parseInt(_0x4a6a0c(0x13c))/0x5+parseInt(_0x4a6a0c(0x147))/0x6*(parseInt(_0x4a6a0c(0x144))/0x7)+-parseInt(_0x4a6a0c(0x163))/0x8;if(_0x4dd381===_0x4b6779)break;else _0x26f09b['push'](_0x26f09b['shift']());}catch(_0x199b31){_0x26f09b['push'](_0x26f09b['shift']());}}}(_0x33ad,0xc375c));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x5dd3da(0x15e),'fontSize':_0x5dd3da(0x136),'textFormat':_0x5dd3da(0x16d),'bold':_0x5dd3da(0x15f),'italic':_0x5dd3da(0x16c),'underline':_0x5dd3da(0x142),'strikethrough':_0x5dd3da(0x13a),'textColor':_0x5dd3da(0x16e),'textBackgroundColor':'Text\x20background\x20color','tableBackgroundColor':_0x5dd3da(0x15b),'tableBorderColor':_0x5dd3da(0x138),'borderWidth':_0x5dd3da(0x14c),'borderStyle':_0x5dd3da(0x16a),'border':'Border','borderStyleSolid':'Solid','borderStyleDash':'Dashed','borderStyleDot':_0x5dd3da(0x161),'borderStyleDashDot':_0x5dd3da(0x173),'noBorder':_0x5dd3da(0x17a),'borderPresetAll':_0x5dd3da(0x177),'borderPresetInner':_0x5dd3da(0x178),'borderPresetOuter':_0x5dd3da(0x17e),'borderPresetTop':_0x5dd3da(0x149),'borderPresetBottom':'Bottom\x20border','borderPresetLeft':_0x5dd3da(0x174),'borderPresetRight':_0x5dd3da(0x171),'borderPresetInnerHorizontal':_0x5dd3da(0x130),'borderPresetInnerVertical':_0x5dd3da(0x14b),'none':_0x5dd3da(0x155),'horizontalAlign':'Horizontal\x20align','verticalAlign':'Vertical\x20align','alignLeft':'Align\x20left','alignCenter':'Align\x20center','alignRight':_0x5dd3da(0x153),'alignJustify':_0x5dd3da(0x13e),'alignTop':'Align\x20top','alignMiddle':'Align\x20middle','alignBottom':_0x5dd3da(0x148),'mergeCells':'Merge\x20cells','unmergeCells':_0x5dd3da(0x14f),'tableTheme':_0x5dd3da(0x158),'tableLook':'Table\x20look','headerRow':_0x5dd3da(0x170),'footerRow':'Footer\x20row','bandedRows':_0x5dd3da(0x14d),'bandedColumns':_0x5dd3da(0x131),'firstColumn':'First\x20column','lastColumn':_0x5dd3da(0x16b),'bestMatch':_0x5dd3da(0x145),'light':'Light','medium':'Medium','minimal':_0x5dd3da(0x133)},'shapePanel':{'fill':{'noFill':_0x5dd3da(0x135),'solidFill':_0x5dd3da(0x15a),'gradientFill':_0x5dd3da(0x154),'pictureFill':_0x5dd3da(0x168),'color':_0x5dd3da(0x137),'transparency':_0x5dd3da(0x13b),'picture':{'source':_0x5dd3da(0x13d),'insert':_0x5dd3da(0x151)}}},'structuralControls':{'selectRow':_0x5dd3da(0x14a),'selectColumn':'Select\x20column','selectTable':'Select\x20table','insertRow':_0x5dd3da(0x176),'insertColumn':_0x5dd3da(0x17d),'moveRow':_0x5dd3da(0x175),'moveColumn':'Move\x20column','moveRows':_0x5dd3da(0x167),'moveColumns':_0x5dd3da(0x134),'cannotMoveMergedRows':_0x5dd3da(0x179),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x5dd3da(0x15d),'delete':_0x5dd3da(0x152),'distribute':_0x5dd3da(0x160),'borders':_0x5dd3da(0x162),'tableBackgroundColor':_0x5dd3da(0x15b),'copy':'Copy','cut':'Cut','deleteTable':_0x5dd3da(0x17b),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x5dd3da(0x159),'insertColumnLeft':_0x5dd3da(0x14e),'insertColumnRight':_0x5dd3da(0x146),'deleteRow':_0x5dd3da(0x139),'deleteColumn':_0x5dd3da(0x172),'distributeRows':'Distribute\x20rows','distributeColumns':_0x5dd3da(0x132),'borderAll':'All\x20borders','borderOuter':_0x5dd3da(0x17e),'borderInner':_0x5dd3da(0x178),'borderNone':_0x5dd3da(0x17a)},'colorPreset':{'resetColor':'Reset\x20color','white':_0x5dd3da(0x16f),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x5dd3da(0x157),'green100':_0x5dd3da(0x150),'yellow100':_0x5dd3da(0x156),'red100':_0x5dd3da(0x13f),'gray900':'Gray\x20900','gray500':_0x5dd3da(0x165),'red600':'Red\x20600','orange600':_0x5dd3da(0x15c),'yellow700':'Yellow\x20700','green600':_0x5dd3da(0x143),'blue600':_0x5dd3da(0x12f),'purple600':_0x5dd3da(0x17c)}}};function _0x5d34(_0xd2224,_0x374ec2){_0xd2224=_0xd2224-0x12f;const _0x33ad1a=_0x33ad();let _0x5d3465=_0x33ad1a[_0xd2224];return _0x5d3465;}function _0x33ad(){const _0x34dee6=['Insert\x20row','All\x20borders','Inner\x20borders','Cannot\x20move\x20rows\x20across\x20merged\x20cells','No\x20border','Delete\x20table','Purple\x20600','Insert\x20column','Outer\x20borders','Blue\x20600','Inner\x20horizontal\x20border','Banded\x20columns','Distribute\x20columns','Minimal','Move\x20columns','No\x20fill','Font\x20size','Color','Table\x20border\x20color','Delete\x20row','Strikethrough','Transparency','11770XDtQop','Picture\x20source','Justify','Red\x20100','2598172QnQRhc','420522jCdAZr','Underline','Green\x20600','10846479BjFLPa','Best\x20match','Insert\x20column\x20right','6vBYqCU','Align\x20bottom','Top\x20border','Select\x20row','Inner\x20vertical\x20border','Border\x20width','Banded\x20rows','Insert\x20column\x20left','Unmerge\x20cells','Green\x20100','Insert\x20picture','Delete','Align\x20right','Gradient','None','Yellow\x20100','Blue\x20100','Table\x20theme','Insert\x20row\x20below','Solid','Table\x20background\x20color','Orange\x20600','Insert','Font\x20family','Bold','Distribute','Dotted','Borders','10313976koDltX','1390794CdnUAC','Gray\x20500','351972nAgMiH','Move\x20rows','Picture','exports','Border\x20style','Last\x20column','Italic','Text\x20format','Text\x20color','White','Header\x20row','Right\x20border','Delete\x20column','Dash-dot','Left\x20border','Move\x20row'];_0x33ad=function(){return _0x34dee6;};return _0x33ad();}module[_0x5dd3da(0x169)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x89e4b0=_0x4875;(function(_0x447a57,_0x69c81){const _0x12de6b=_0x4875,_0x12552e=_0x447a57();while(!![]){try{const _0x35c4e3=-parseInt(_0x12de6b(0xc0))/0x1+-parseInt(_0x12de6b(0xac))/0x2+-parseInt(_0x12de6b(0xa8))/0x3+-parseInt(_0x12de6b(0xba))/0x4+parseInt(_0x12de6b(0xc3))/0x5+-parseInt(_0x12de6b(0xb2))/0x6+-parseInt(_0x12de6b(0xb1))/0x7*(-parseInt(_0x12de6b(0xfc))/0x8);if(_0x35c4e3===_0x69c81)break;else _0x12552e['push'](_0x12552e['shift']());}catch(_0x81a522){_0x12552e['push'](_0x12552e['shift']());}}}(_0x4e87,0x1cb8a));function _0x4e87(){const _0x5d81a1=['Sólido','Amarillo\x20100','Eliminar\x20fila','Insertar\x20columna\x20a\x20la\x20izquierda','Alinear\x20abajo','Insertar\x20columna\x20a\x20la\x20derecha','Cortar','Borde\x20horizontal\x20interior','Subrayado','Raya\x20y\x20punto','Ninguno','Tachado','Amarillo\x20700','Eliminar\x20columna','Formato\x20de\x20texto','Alinear\x20a\x20la\x20izquierda','Distribuir\x20columnas','Columnas\x20con\x20bandas','Insertar\x20columna','Principal\x20100','Color\x20de\x20borde\x20de\x20tabla','Azul\x20100','Distribuir','Azul\x20600','Fila\x20de\x20pie','exports','Mover\x20columna','Fila\x20de\x20encabezado','Borde\x20vertical\x20interior','Filas\x20con\x20bandas','Seleccionar\x20columna','Insertar\x20imagen','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Verde\x20600','Copiar','Claro','Color\x20de\x20texto','Borde','Relleno\x20de\x20imagen\x20o\x20textura','Mínimo','Origen\x20de\x20imagen','Sin\x20borde','Alinear\x20a\x20la\x20derecha','Mover\x20filas','Eliminar\x20tabla','Seleccionar\x20fila','Primera\x20columna','Relleno\x20sólido','Borde\x20derecho','Todos\x20los\x20bordes','Insertar\x20fila\x20abajo','Gris\x20500','Rojo\x20600','Borde\x20exterior','Medio','925456MDPPLx','Relleno\x20degradado','Justificar','335700vQCAFN','Tema\x20de\x20tabla','Bordes','Naranja\x20600','144646atFXqX','Bordes\x20exteriores','Seleccionar\x20tabla','Rojo\x20100','Negrita','21sYHdlQ','851952uYVZlN','Alineación\x20horizontal','Centrar','Transparencia','Estilo\x20de\x20borde','Gris\x20100','Mover\x20columnas','Bordes\x20interiores','53948rePahd','Tamaño\x20de\x20fuente','Color\x20de\x20fondo\x20de\x20texto','Discontinuo','Gris\x20900','Color','35378hLRkFd','Verde\x20100','Insertar\x20fila\x20arriba','728380MtdRQx','Cursiva'];_0x4e87=function(){return _0x5d81a1;};return _0x4e87();}function _0x4875(_0x1db3fd,_0x2f8980){_0x1db3fd=_0x1db3fd-0xa6;const _0x4e87dc=_0x4e87();let _0x4875f0=_0x4e87dc[_0x1db3fd];return _0x4875f0;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Fuente','fontSize':_0x89e4b0(0xbb),'textFormat':_0x89e4b0(0xd3),'bold':_0x89e4b0(0xb0),'italic':_0x89e4b0(0xc4),'underline':_0x89e4b0(0xcd),'strikethrough':_0x89e4b0(0xd0),'textColor':_0x89e4b0(0xe9),'textBackgroundColor':_0x89e4b0(0xbc),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20tabla','tableBorderColor':_0x89e4b0(0xd9),'borderWidth':'Grosor\x20de\x20borde','borderStyle':_0x89e4b0(0xb6),'border':_0x89e4b0(0xea),'borderStyleSolid':_0x89e4b0(0xc5),'borderStyleDash':_0x89e4b0(0xbd),'borderStyleDot':'Punteado','borderStyleDashDot':_0x89e4b0(0xce),'noBorder':_0x89e4b0(0xee),'borderPresetAll':_0x89e4b0(0xf6),'borderPresetInner':_0x89e4b0(0xb9),'borderPresetOuter':_0x89e4b0(0xfa),'borderPresetTop':'Borde\x20superior','borderPresetBottom':'Borde\x20inferior','borderPresetLeft':'Borde\x20izquierdo','borderPresetRight':_0x89e4b0(0xf5),'borderPresetInnerHorizontal':_0x89e4b0(0xcc),'borderPresetInnerVertical':_0x89e4b0(0xe1),'none':_0x89e4b0(0xcf),'horizontalAlign':_0x89e4b0(0xb3),'verticalAlign':'Alineación\x20vertical','alignLeft':_0x89e4b0(0xd4),'alignCenter':_0x89e4b0(0xb4),'alignRight':_0x89e4b0(0xef),'alignJustify':_0x89e4b0(0xa7),'alignTop':'Alinear\x20arriba','alignMiddle':'Alinear\x20al\x20medio','alignBottom':_0x89e4b0(0xc9),'mergeCells':'Combinar\x20celdas','unmergeCells':'Separar\x20celdas','tableTheme':_0x89e4b0(0xa9),'tableLook':'Aspecto\x20de\x20tabla','headerRow':_0x89e4b0(0xe0),'footerRow':_0x89e4b0(0xdd),'bandedRows':_0x89e4b0(0xe2),'bandedColumns':_0x89e4b0(0xd6),'firstColumn':_0x89e4b0(0xf3),'lastColumn':'Última\x20columna','bestMatch':'Mejor\x20coincidencia','light':_0x89e4b0(0xe8),'medium':_0x89e4b0(0xfb),'minimal':_0x89e4b0(0xec)},'shapePanel':{'fill':{'noFill':'Sin\x20relleno','solidFill':_0x89e4b0(0xf4),'gradientFill':_0x89e4b0(0xa6),'pictureFill':_0x89e4b0(0xeb),'color':_0x89e4b0(0xbf),'transparency':_0x89e4b0(0xb5),'picture':{'source':_0x89e4b0(0xed),'insert':_0x89e4b0(0xe4)}}},'structuralControls':{'selectRow':_0x89e4b0(0xf2),'selectColumn':_0x89e4b0(0xe3),'selectTable':_0x89e4b0(0xae),'insertRow':'Insertar\x20fila','insertColumn':_0x89e4b0(0xd7),'moveRow':'Mover\x20fila','moveColumn':_0x89e4b0(0xdf),'moveRows':_0x89e4b0(0xf0),'moveColumns':_0x89e4b0(0xb8),'cannotMoveMergedRows':'No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','cannotMoveMergedColumns':_0x89e4b0(0xe5)},'contextMenu':{'insert':'Insertar','delete':'Eliminar','distribute':_0x89e4b0(0xdb),'borders':_0x89e4b0(0xaa),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20la\x20tabla','copy':_0x89e4b0(0xe7),'cut':_0x89e4b0(0xcb),'deleteTable':_0x89e4b0(0xf1),'insertRowAbove':_0x89e4b0(0xc2),'insertRowBelow':_0x89e4b0(0xf7),'insertColumnLeft':_0x89e4b0(0xc8),'insertColumnRight':_0x89e4b0(0xca),'deleteRow':_0x89e4b0(0xc7),'deleteColumn':_0x89e4b0(0xd2),'distributeRows':'Distribuir\x20filas','distributeColumns':_0x89e4b0(0xd5),'borderAll':_0x89e4b0(0xf6),'borderOuter':_0x89e4b0(0xad),'borderInner':_0x89e4b0(0xb9),'borderNone':'Sin\x20bordes'},'colorPreset':{'resetColor':'Restablecer\x20color','white':'Blanco','gray100':_0x89e4b0(0xb7),'primary100':_0x89e4b0(0xd8),'blue100':_0x89e4b0(0xda),'green100':_0x89e4b0(0xc1),'yellow100':_0x89e4b0(0xc6),'red100':_0x89e4b0(0xaf),'gray900':_0x89e4b0(0xbe),'gray500':_0x89e4b0(0xf8),'red600':_0x89e4b0(0xf9),'orange600':_0x89e4b0(0xab),'yellow700':_0x89e4b0(0xd1),'green600':_0x89e4b0(0xe6),'blue600':_0x89e4b0(0xdc),'purple600':'Morado\x20600'}}};module[_0x89e4b0(0xde)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2e58(){const _0x315fe6=['رنگ\x20متن','رنگ\x20پسزمینه\x20جدول','ستون\x20اول','ردیفهای\x20نواری','رنگ','1UsYqPX','حذف','حاشیههای\x20داخلی','انتقال\x20ردیف','تراز\x20وسط','کادر','2087964JfMbFH','انتخاب\x20جدول','قرمز\x20100','ردیف\x20سرصفحه','ادغام\x20سلولها','3695BznMgr','بهترین\x20تطابق','16693947FFUGkQ','بدون\x20حاشیه','درج','ضخامت\x20کادر','کادرهای\x20داخلی','درج\x20ستون\x20در\x20راست','خاکستری\x20100','پر\x20کردن\x20یکدست','اندازه\x20فونت','exports','تراز\x20بالا','انتقال\x20ستون','درج\x20تصویر','توزیع\x20ردیفها','پر\x20کردن\x20تصویر\x20یا\x20بافت','توزیع','بدون\x20پر\x20کردن','همه\x20حاشیهها','لغو\x20ادغام\x20سلولها','برش','حاشیهها','نارنجی\x20600','حاشیههای\x20بیرونی','2037603PQqJEr','رنگ\x20پسزمینه\x20متن','درج\x20ردیف\x20در\x20بالا','پررنگ','آبی\x20600','کادر\x20بالا','شفافیت','قالب\x20جدول','حذف\x20ستون','تراز\x20راست','حذف\x20ردیف','پر\x20کردن\x20گرادیان','بنفش\x20600','اصلی\x20100','1284486GNslzb','درج\x20سطر','منبع\x20تصویر','قالب\x20متن','نقطهچین','خاکستری\x20500','روشن','بدون\x20کادر','درج\x20ستون\x20در\x20چپ','زیرخط','درج\x20ردیف\x20در\x20پایین','ردیف\x20پاصفحه','ظاهر\x20جدول','رنگ\x20کادر\x20جدول','کادر\x20پایین','زرد\x20100','تراز\x20وسط\x20عمودی','سبز\x20100','فونت','تراز\x20عمودی','سبک\x20کادر','1471504seBgqj','کپی','انتخاب\x20ردیف','کادر\x20چپ','خطنقطه','تراز\x20چپ','1395688xmazfP','آبی\x20100','همه\x20کادرها','حداقلی','8622VfbvJA','متوسط','کادر\x20راست'];_0x2e58=function(){return _0x315fe6;};return _0x2e58();}function _0x2fd2(_0x20917d,_0x3238a0){_0x20917d=_0x20917d-0x144;const _0x2e586a=_0x2e58();let _0x2fd256=_0x2e586a[_0x20917d];return _0x2fd256;}const _0x5b96b5=_0x2fd2;(function(_0x8faa57,_0x4c889b){const _0x47787e=_0x2fd2,_0x431bc6=_0x8faa57();while(!![]){try{const _0xc12605=parseInt(_0x47787e(0x18c))/0x1*(parseInt(_0x47787e(0x192))/0x2)+parseInt(_0x47787e(0x157))/0x3+-parseInt(_0x47787e(0x17a))/0x4+-parseInt(_0x47787e(0x197))/0x5*(-parseInt(_0x47787e(0x184))/0x6)+-parseInt(_0x47787e(0x165))/0x7+parseInt(_0x47787e(0x180))/0x8+-parseInt(_0x47787e(0x199))/0x9;if(_0xc12605===_0x4c889b)break;else _0x431bc6['push'](_0x431bc6['shift']());}catch(_0x5351af){_0x431bc6['push'](_0x431bc6['shift']());}}}(_0x2e58,0x87172));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x5b96b5(0x177),'fontSize':_0x5b96b5(0x148),'textFormat':_0x5b96b5(0x168),'bold':_0x5b96b5(0x15a),'italic':'کج','underline':_0x5b96b5(0x16e),'strikethrough':'خطخورده','textColor':_0x5b96b5(0x187),'textBackgroundColor':_0x5b96b5(0x158),'tableBackgroundColor':_0x5b96b5(0x188),'tableBorderColor':_0x5b96b5(0x172),'borderWidth':_0x5b96b5(0x19c),'borderStyle':_0x5b96b5(0x179),'border':_0x5b96b5(0x191),'borderStyleSolid':'یکپارچه','borderStyleDash':'خطچین','borderStyleDot':_0x5b96b5(0x169),'borderStyleDashDot':_0x5b96b5(0x17e),'noBorder':_0x5b96b5(0x16c),'borderPresetAll':_0x5b96b5(0x182),'borderPresetInner':_0x5b96b5(0x144),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':_0x5b96b5(0x15c),'borderPresetBottom':_0x5b96b5(0x173),'borderPresetLeft':_0x5b96b5(0x17d),'borderPresetRight':_0x5b96b5(0x186),'borderPresetInnerHorizontal':'کادر\x20افقی\x20داخلی','borderPresetInnerVertical':'کادر\x20عمودی\x20داخلی','none':'هیچ','horizontalAlign':'تراز\x20افقی','verticalAlign':_0x5b96b5(0x178),'alignLeft':_0x5b96b5(0x17f),'alignCenter':_0x5b96b5(0x190),'alignRight':_0x5b96b5(0x160),'alignJustify':'همتراز','alignTop':_0x5b96b5(0x14a),'alignMiddle':_0x5b96b5(0x175),'alignBottom':'تراز\x20پایین','mergeCells':_0x5b96b5(0x196),'unmergeCells':_0x5b96b5(0x152),'tableTheme':_0x5b96b5(0x15e),'tableLook':_0x5b96b5(0x171),'headerRow':_0x5b96b5(0x195),'footerRow':_0x5b96b5(0x170),'bandedRows':_0x5b96b5(0x18a),'bandedColumns':'ستونهای\x20نواری','firstColumn':_0x5b96b5(0x189),'lastColumn':'ستون\x20آخر','bestMatch':_0x5b96b5(0x198),'light':_0x5b96b5(0x16b),'medium':_0x5b96b5(0x185),'minimal':_0x5b96b5(0x183)},'shapePanel':{'fill':{'noFill':_0x5b96b5(0x150),'solidFill':_0x5b96b5(0x147),'gradientFill':_0x5b96b5(0x162),'pictureFill':_0x5b96b5(0x14e),'color':_0x5b96b5(0x18b),'transparency':_0x5b96b5(0x15d),'picture':{'source':_0x5b96b5(0x167),'insert':_0x5b96b5(0x14c)}}},'structuralControls':{'selectRow':_0x5b96b5(0x17c),'selectColumn':'انتخاب\x20ستون','selectTable':_0x5b96b5(0x193),'insertRow':_0x5b96b5(0x166),'insertColumn':'درج\x20ستون','moveRow':_0x5b96b5(0x18f),'moveColumn':_0x5b96b5(0x14b),'moveRows':'انتقال\x20ردیفها','moveColumns':'انتقال\x20ستونها','cannotMoveMergedRows':'ردیفها\x20را\x20نمیتوان\x20از\x20میان\x20سلولهای\x20ادغامشده\x20جابهجا\x20کرد','cannotMoveMergedColumns':'ستونها\x20را\x20نمیتوان\x20از\x20میان\x20سلولهای\x20ادغامشده\x20جابهجا\x20کرد'},'contextMenu':{'insert':_0x5b96b5(0x19b),'delete':_0x5b96b5(0x18d),'distribute':_0x5b96b5(0x14f),'borders':_0x5b96b5(0x154),'tableBackgroundColor':'رنگ\x20پسزمینه\x20جدول','copy':_0x5b96b5(0x17b),'cut':_0x5b96b5(0x153),'deleteTable':'حذف\x20جدول','insertRowAbove':_0x5b96b5(0x159),'insertRowBelow':_0x5b96b5(0x16f),'insertColumnLeft':_0x5b96b5(0x16d),'insertColumnRight':_0x5b96b5(0x145),'deleteRow':_0x5b96b5(0x161),'deleteColumn':_0x5b96b5(0x15f),'distributeRows':_0x5b96b5(0x14d),'distributeColumns':'توزیع\x20ستونها','borderAll':_0x5b96b5(0x151),'borderOuter':_0x5b96b5(0x156),'borderInner':_0x5b96b5(0x18e),'borderNone':_0x5b96b5(0x19a)},'colorPreset':{'resetColor':'بازنشانی\x20رنگ','white':'سفید','gray100':_0x5b96b5(0x146),'primary100':_0x5b96b5(0x164),'blue100':_0x5b96b5(0x181),'green100':_0x5b96b5(0x176),'yellow100':_0x5b96b5(0x174),'red100':_0x5b96b5(0x194),'gray900':'خاکستری\x20900','gray500':_0x5b96b5(0x16a),'red600':'قرمز\x20600','orange600':_0x5b96b5(0x155),'yellow700':'زرد\x20700','green600':'سبز\x20600','blue600':_0x5b96b5(0x15b),'purple600':_0x5b96b5(0x163)}}};module[_0x5b96b5(0x149)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x4961c5=_0xf790;function _0xf790(_0x46bf18,_0x11c36){_0x46bf18=_0x46bf18-0xc9;const _0x5e9973=_0x5e99();let _0xf79014=_0x5e9973[_0x46bf18];return _0xf79014;}(function(_0x1901e3,_0x9e5c6e){const _0x56ee90=_0xf790,_0x47f6e2=_0x1901e3();while(!![]){try{const _0x5c7464=-parseInt(_0x56ee90(0x111))/0x1+parseInt(_0x56ee90(0xed))/0x2*(parseInt(_0x56ee90(0x105))/0x3)+-parseInt(_0x56ee90(0xf1))/0x4+parseInt(_0x56ee90(0xf5))/0x5+-parseInt(_0x56ee90(0xe6))/0x6+-parseInt(_0x56ee90(0x117))/0x7+-parseInt(_0x56ee90(0xca))/0x8*(-parseInt(_0x56ee90(0x103))/0x9);if(_0x5c7464===_0x9e5c6e)break;else _0x47f6e2['push'](_0x47f6e2['shift']());}catch(_0x83eb9b){_0x47f6e2['push'](_0x47f6e2['shift']());}}}(_0x5e99,0x6320e));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4961c5(0xfb),'fontSize':_0x4961c5(0xec),'textFormat':'Format\x20de\x20texte','bold':_0x4961c5(0x104),'italic':'Italique','underline':_0x4961c5(0xd0),'strikethrough':_0x4961c5(0x113),'textColor':_0x4961c5(0x10f),'textBackgroundColor':_0x4961c5(0xd7),'tableBackgroundColor':_0x4961c5(0xde),'tableBorderColor':_0x4961c5(0xf7),'borderWidth':_0x4961c5(0xfd),'borderStyle':_0x4961c5(0x109),'border':'Bordure','borderStyleSolid':_0x4961c5(0x107),'borderStyleDash':'Tirets','borderStyleDot':_0x4961c5(0xe0),'borderStyleDashDot':_0x4961c5(0x119),'noBorder':_0x4961c5(0x10a),'borderPresetAll':'Toutes\x20les\x20bordures','borderPresetInner':_0x4961c5(0x110),'borderPresetOuter':_0x4961c5(0xfe),'borderPresetTop':_0x4961c5(0xdb),'borderPresetBottom':'Bordure\x20inférieure','borderPresetLeft':_0x4961c5(0xda),'borderPresetRight':_0x4961c5(0xcd),'borderPresetInnerHorizontal':'Bordure\x20horizontale\x20intérieure','borderPresetInnerVertical':_0x4961c5(0x114),'none':_0x4961c5(0x10b),'horizontalAlign':_0x4961c5(0xcc),'verticalAlign':_0x4961c5(0x112),'alignLeft':_0x4961c5(0x116),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x4961c5(0xfc),'alignJustify':_0x4961c5(0xf0),'alignTop':_0x4961c5(0x10e),'alignMiddle':'Aligner\x20au\x20milieu','alignBottom':'Aligner\x20en\x20bas','mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':_0x4961c5(0xdf),'tableTheme':_0x4961c5(0x115),'tableLook':_0x4961c5(0xe7),'headerRow':_0x4961c5(0xfa),'footerRow':_0x4961c5(0xc9),'bandedRows':'Lignes\x20alternées','bandedColumns':_0x4961c5(0x10c),'firstColumn':_0x4961c5(0xf6),'lastColumn':_0x4961c5(0x106),'bestMatch':'Meilleure\x20correspondance','light':'Clair','medium':_0x4961c5(0x102),'minimal':_0x4961c5(0x118)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':_0x4961c5(0xf3),'gradientFill':_0x4961c5(0xe4),'pictureFill':'Remplissage\x20image\x20ou\x20texture','color':'Couleur','transparency':_0x4961c5(0xf8),'picture':{'source':'Source\x20de\x20l\x27image','insert':_0x4961c5(0xe2)}}},'structuralControls':{'selectRow':_0x4961c5(0xcb),'selectColumn':'Selectionner\x20une\x20colonne','selectTable':_0x4961c5(0xf2),'insertRow':_0x4961c5(0xd1),'insertColumn':'Inserer\x20une\x20colonne','moveRow':_0x4961c5(0x101),'moveColumn':'Deplacer\x20la\x20colonne','moveRows':_0x4961c5(0xe1),'moveColumns':_0x4961c5(0xce),'cannotMoveMergedRows':_0x4961c5(0xe9),'cannotMoveMergedColumns':_0x4961c5(0xd2)},'contextMenu':{'insert':_0x4961c5(0xcf),'delete':'Supprimer','distribute':_0x4961c5(0xe3),'borders':'Bordures','tableBackgroundColor':_0x4961c5(0xd5),'copy':_0x4961c5(0xef),'cut':_0x4961c5(0xd4),'deleteTable':'Supprimer\x20le\x20tableau','insertRowAbove':_0x4961c5(0xf9),'insertRowBelow':_0x4961c5(0xe5),'insertColumnLeft':_0x4961c5(0xd9),'insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','deleteRow':'Supprimer\x20la\x20ligne','deleteColumn':'Supprimer\x20la\x20colonne','distributeRows':'Répartir\x20les\x20lignes','distributeColumns':_0x4961c5(0x100),'borderAll':_0x4961c5(0xe8),'borderOuter':_0x4961c5(0xee),'borderInner':_0x4961c5(0x110),'borderNone':_0x4961c5(0x10a)},'colorPreset':{'resetColor':'Réinitialiser\x20la\x20couleur','white':_0x4961c5(0xdc),'gray100':_0x4961c5(0xeb),'primary100':_0x4961c5(0xd6),'blue100':_0x4961c5(0xdd),'green100':_0x4961c5(0xff),'yellow100':'Jaune\x20100','red100':_0x4961c5(0x108),'gray900':_0x4961c5(0xf4),'gray500':'Gris\x20500','red600':_0x4961c5(0xd8),'orange600':'Orange\x20600','yellow700':'Jaune\x20700','green600':_0x4961c5(0xd3),'blue600':'Bleu\x20600','purple600':_0x4961c5(0xea)}}};function _0x5e99(){const _0x52a242=['Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Violet\x20600','Gris\x20100','Taille\x20de\x20la\x20police','1358GaToUe','Bordures\x20extérieures','Copier','Justifier','31152UnzdJX','Selectionner\x20le\x20tableau','Remplissage\x20uni','Gris\x20900','46055Jdhsdh','Première\x20colonne','Couleur\x20de\x20bordure\x20du\x20tableau','Transparence','Insérer\x20une\x20ligne\x20au-dessus','Ligne\x20d’en-tête','Police','Aligner\x20à\x20droite','Épaisseur\x20de\x20bordure','Bordure\x20extérieure','Vert\x20100','Répartir\x20les\x20colonnes','Deplacer\x20la\x20ligne','Moyen','9aZOpHe','Gras','558iDKIFA','Dernière\x20colonne','Continu','Rouge\x20100','Style\x20de\x20bordure','Aucune\x20bordure','Aucun','Colonnes\x20alternées','exports','Aligner\x20en\x20haut','Couleur\x20du\x20texte','Bordures\x20intérieures','591883BXTauX','Alignement\x20vertical','Barré','Bordure\x20verticale\x20intérieure','Thème\x20de\x20tableau','Aligner\x20à\x20gauche','1281301LODgZf','Minimaliste','Tiret-point','Ligne\x20de\x20pied','10945936HOONVr','Selectionner\x20une\x20ligne','Alignement\x20horizontal','Bordure\x20droite','Deplacer\x20les\x20colonnes','Insérer','Souligné','Inserer\x20une\x20ligne','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Vert\x20600','Couper','Couleur\x20d’arrière-plan\x20du\x20tableau','Principal\x20100','Couleur\x20d\x27arrière-plan\x20du\x20texte','Rouge\x20600','Insérer\x20une\x20colonne\x20à\x20gauche','Bordure\x20gauche','Bordure\x20supérieure','Blanc','Bleu\x20100','Couleur\x20de\x20fond\x20du\x20tableau','Annuler\x20la\x20fusion\x20des\x20cellules','Pointillé','Deplacer\x20les\x20lignes','Insérer\x20une\x20image','Répartir','Remplissage\x20dégradé','Insérer\x20une\x20ligne\x20en\x20dessous','1890018TkSAtt','Apparence\x20du\x20tableau','Toutes\x20les\x20bordures'];_0x5e99=function(){return _0x52a242;};return _0x5e99();}module[_0x4961c5(0x10d)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x2413(){const _0x292299=['Semua\x20batas','135273fBkEdi','Garis\x20bawah','101457MAvwSs','Abu-abu\x20100','Kolom\x20terakhir','Batas\x20horizontal\x20dalam','Distribusikan\x20kolom','Batas\x20dalam','Warna','Rata\x20atas','216JfgkvL','Putus-putus','Garis-titik','Coret','Sisipkan\x20baris\x20di\x20atas','Batas\x20bagian\x20dalam','Batas\x20atas','Baris\x20header','Gaya\x20batas','Hijau\x20100','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Sisipkan\x20kolom\x20di\x20kiri','Transparansi','Pisahkan\x20sel','Atur\x20ulang\x20warna','Warna\x20batas\x20tabel','Batas\x20vertikal\x20dalam','Rata\x20tengah','Tebal','4294350GVxIBW','Warna\x20latar\x20belakang\x20tabel','12nexYvi','Sisipkan\x20kolom','Distribusikan\x20baris','Sisipkan\x20Gambar','Pindahkan\x20kolom','Tema\x20tabel','Hapus\x20baris','Isian\x20gradien','Sisipkan\x20baris\x20di\x20bawah','34130NYBWGS','3958FqFfYU','Tampilan\x20tabel','Rata\x20kiri\x20kanan','Ungu\x20600','Batas\x20kiri','Sisipkan\x20kolom\x20di\x20kanan','Rata\x20kiri','1208921qqNHHo','Pindahkan\x20baris','2167scZzLi','Batas','Tanpa\x20batas','Pilih\x20baris','Baris\x20berpita','exports','Batas\x20bawah','592YyqjNh','Pilih\x20kolom','Distribusikan','Miring','Biru\x20100','Hapus\x20kolom','Warna\x20latar\x20teks','Rata\x20bawah','Rata\x20tengah\x20vertikal','Kuning\x20100','Batas\x20luar','Font','Garis\x20penuh','Format\x20teks','Ukuran\x20font','Merah\x20100','40065jZfdrL','Kuning\x20700','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Perataan\x20horizontal','Oranye\x20600','Terang','Sisipkan','Kolom\x20berpita','Kecocokan\x20terbaik','Salin','Sisipkan\x20baris','Kolom\x20pertama','Warna\x20teks'];_0x2413=function(){return _0x292299;};return _0x2413();}const _0x567a38=_0x3927;function _0x3927(_0x1e3077,_0x3f969e){_0x1e3077=_0x1e3077-0x1cc;const _0x2413ae=_0x2413();let _0x39273e=_0x2413ae[_0x1e3077];return _0x39273e;}(function(_0x1bec2d,_0x4ec57c){const _0x1aac6f=_0x3927,_0xe24d0f=_0x1bec2d();while(!![]){try{const _0x49b0c5=parseInt(_0x1aac6f(0x21b))/0x1*(parseInt(_0x1aac6f(0x1ce))/0x2)+parseInt(_0x1aac6f(0x1fc))/0x3+-parseInt(_0x1aac6f(0x206))/0x4*(parseInt(_0x1aac6f(0x1ee))/0x5)+-parseInt(_0x1aac6f(0x219))/0x6+parseInt(_0x1aac6f(0x1d5))/0x7+-parseInt(_0x1aac6f(0x1de))/0x8*(-parseInt(_0x1aac6f(0x1fe))/0x9)+parseInt(_0x1aac6f(0x1cd))/0xa*(parseInt(_0x1aac6f(0x1d7))/0xb);if(_0x49b0c5===_0x4ec57c)break;else _0xe24d0f['push'](_0xe24d0f['shift']());}catch(_0x4004c9){_0xe24d0f['push'](_0xe24d0f['shift']());}}}(_0x2413,0x9267e));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x567a38(0x1e9),'fontSize':_0x567a38(0x1ec),'textFormat':_0x567a38(0x1eb),'bold':_0x567a38(0x218),'italic':_0x567a38(0x1e1),'underline':_0x567a38(0x1fd),'strikethrough':_0x567a38(0x209),'textColor':_0x567a38(0x1fa),'textBackgroundColor':_0x567a38(0x1e4),'tableBackgroundColor':'Warna\x20latar\x20tabel','tableBorderColor':_0x567a38(0x215),'borderWidth':'Lebar\x20batas','borderStyle':_0x567a38(0x20e),'border':_0x567a38(0x1d8),'borderStyleSolid':_0x567a38(0x1ea),'borderStyleDash':_0x567a38(0x207),'borderStyleDot':'Titik-titik','borderStyleDashDot':_0x567a38(0x208),'noBorder':'Tanpa\x20batas','borderPresetAll':_0x567a38(0x1fb),'borderPresetInner':_0x567a38(0x203),'borderPresetOuter':_0x567a38(0x1e8),'borderPresetTop':_0x567a38(0x20c),'borderPresetBottom':_0x567a38(0x1dd),'borderPresetLeft':_0x567a38(0x1d2),'borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':_0x567a38(0x201),'borderPresetInnerVertical':_0x567a38(0x216),'none':'Tidak\x20ada','horizontalAlign':_0x567a38(0x1f1),'verticalAlign':'Perataan\x20vertikal','alignLeft':_0x567a38(0x1d4),'alignCenter':_0x567a38(0x217),'alignRight':'Rata\x20kanan','alignJustify':_0x567a38(0x1d0),'alignTop':_0x567a38(0x205),'alignMiddle':_0x567a38(0x1e6),'alignBottom':_0x567a38(0x1e5),'mergeCells':'Gabungkan\x20sel','unmergeCells':_0x567a38(0x213),'tableTheme':_0x567a38(0x220),'tableLook':_0x567a38(0x1cf),'headerRow':_0x567a38(0x20d),'footerRow':'Baris\x20footer','bandedRows':_0x567a38(0x1db),'bandedColumns':_0x567a38(0x1f5),'firstColumn':_0x567a38(0x1f9),'lastColumn':_0x567a38(0x200),'bestMatch':_0x567a38(0x1f6),'light':_0x567a38(0x1f3),'medium':'Sedang','minimal':'Minimal'},'shapePanel':{'fill':{'noFill':'Tanpa\x20isian','solidFill':'Isian\x20solid','gradientFill':_0x567a38(0x222),'pictureFill':'Isian\x20gambar\x20atau\x20tekstur','color':_0x567a38(0x204),'transparency':_0x567a38(0x212),'picture':{'source':'Sumber\x20Gambar','insert':_0x567a38(0x21e)}}},'structuralControls':{'selectRow':_0x567a38(0x1da),'selectColumn':_0x567a38(0x1df),'selectTable':'Pilih\x20tabel','insertRow':_0x567a38(0x1f8),'insertColumn':_0x567a38(0x21c),'moveRow':_0x567a38(0x1d6),'moveColumn':_0x567a38(0x21f),'moveRows':_0x567a38(0x1d6),'moveColumns':_0x567a38(0x21f),'cannotMoveMergedRows':_0x567a38(0x210),'cannotMoveMergedColumns':_0x567a38(0x1f0)},'contextMenu':{'insert':_0x567a38(0x1f4),'delete':'Hapus','distribute':_0x567a38(0x1e0),'borders':_0x567a38(0x1d8),'tableBackgroundColor':_0x567a38(0x21a),'copy':_0x567a38(0x1f7),'cut':'Potong','deleteTable':'Hapus\x20tabel','insertRowAbove':_0x567a38(0x20a),'insertRowBelow':_0x567a38(0x1cc),'insertColumnLeft':_0x567a38(0x211),'insertColumnRight':_0x567a38(0x1d3),'deleteRow':_0x567a38(0x221),'deleteColumn':_0x567a38(0x1e3),'distributeRows':_0x567a38(0x21d),'distributeColumns':_0x567a38(0x202),'borderAll':'Semua\x20batas','borderOuter':'Batas\x20luar','borderInner':_0x567a38(0x20b),'borderNone':_0x567a38(0x1d9)},'colorPreset':{'resetColor':_0x567a38(0x214),'white':'Putih','gray100':_0x567a38(0x1ff),'primary100':'Utama\x20100','blue100':_0x567a38(0x1e2),'green100':_0x567a38(0x20f),'yellow100':_0x567a38(0x1e7),'red100':_0x567a38(0x1ed),'gray900':'Abu-abu\x20900','gray500':'Abu-abu\x20500','red600':'Merah\x20600','orange600':_0x567a38(0x1f2),'yellow700':_0x567a38(0x1ef),'green600':'Hijau\x20600','blue600':'Biru\x20600','purple600':_0x567a38(0x1d1)}}};module[_0x567a38(0x1dc)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2bf302=_0x108d;function _0x55e6(){const _0x1feb44=['5OqILIA','33560xulpUh','Seleziona\x20riga','Distribuisci\x20righe','Sposta\x20colonna','Distribuisci\x20colonne','7316727MbWRnW','Bordi\x20interni','Righe\x20alternate','Giallo\x20100','Arancione\x20600','441YMCPAv','Bordo\x20destro','Colore\x20sfondo\x20tabella','Reimposta\x20colore','Primario\x20100','Punteggiato','Riga\x20intestazione','Ultima\x20colonna','Riempimento\x20solido','Verde\x20100','Riga\x20piè\x20di\x20pagina','Allinea\x20a\x20destra','Seleziona\x20tabella','Blu\x20100','Grigio\x20900','Origine\x20immagine','Minimo','Grigio\x20100','Unisci\x20celle','Elimina\x20colonna','Aspetto\x20tabella','Formato\x20testo','Inserisci\x20riga\x20sotto','Bordi','Bordo\x20inferiore','Allineamento\x20verticale','Riempimento\x20gradiente','1259130qZtBXF','Colore\x20sfondo\x20testo','Bianco','Bordo\x20esterno','Nessun\x20riempimento','Allinea\x20al\x20centro','Elimina','Colore\x20testo','Nessun\x20bordo','Inserisci\x20riga','Dimensione\x20carattere','94730gtusiA','Riempimento\x20immagine\x20o\x20texture','Sposta\x20riga','Copia','Rosso\x20100','707CSzbHZ','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','444904gwDfMp','Taglia','Tema\x20tabella','Corsivo','2ypVEOb','Separa\x20celle','Elimina\x20tabella','Tutti\x20i\x20bordi','Tratto-punto','Tratteggiato','Chiaro','Elimina\x20riga','Barrato','Bordo','Inserisci','Spessore\x20bordo','Continuo','Bordo\x20verticale\x20interno','Allinea\x20a\x20sinistra','Inserisci\x20riga\x20sopra','1723424OXAdcj','Allinea\x20in\x20basso','24FUCzsq','1445016hpcwjF','Stile\x20bordo','Sposta\x20colonne','Grassetto','Trasparenza','Inserisci\x20immagine','Allineamento\x20orizzontale','Seleziona\x20colonna','Colore\x20bordo\x20tabella','exports','Bordo\x20sinistro'];_0x55e6=function(){return _0x1feb44;};return _0x55e6();}(function(_0x2e5ec1,_0x3e6ee9){const _0x509834=_0x108d,_0xdb5030=_0x2e5ec1();while(!![]){try{const _0xd1702a=-parseInt(_0x509834(0x11a))/0x1*(-parseInt(_0x509834(0x11e))/0x2)+parseInt(_0x509834(0x108))/0x3+-parseInt(_0x509834(0x12e))/0x4*(parseInt(_0x509834(0x13c))/0x5)+parseInt(_0x509834(0x131))/0x6+parseInt(_0x509834(0x118))/0x7*(parseInt(_0x509834(0x13d))/0x8)+-parseInt(_0x509834(0x147))/0x9*(-parseInt(_0x509834(0x113))/0xa)+-parseInt(_0x509834(0x142))/0xb*(parseInt(_0x509834(0x130))/0xc);if(_0xd1702a===_0x3e6ee9)break;else _0xdb5030['push'](_0xdb5030['shift']());}catch(_0x4c7dd3){_0xdb5030['push'](_0xdb5030['shift']());}}}(_0x55e6,0x38ad8));function _0x108d(_0x597b6c,_0x37e3e9){_0x597b6c=_0x597b6c-0xf8;const _0x55e673=_0x55e6();let _0x108d3d=_0x55e673[_0x597b6c];return _0x108d3d;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Carattere','fontSize':_0x2bf302(0x112),'textFormat':_0x2bf302(0x102),'bold':_0x2bf302(0x134),'italic':_0x2bf302(0x11d),'underline':'Sottolineato','strikethrough':_0x2bf302(0x126),'textColor':_0x2bf302(0x10f),'textBackgroundColor':_0x2bf302(0x109),'tableBackgroundColor':_0x2bf302(0x149),'tableBorderColor':_0x2bf302(0x139),'borderWidth':_0x2bf302(0x129),'borderStyle':_0x2bf302(0x132),'border':_0x2bf302(0x127),'borderStyleSolid':_0x2bf302(0x12a),'borderStyleDash':_0x2bf302(0x123),'borderStyleDot':_0x2bf302(0x14c),'borderStyleDashDot':_0x2bf302(0x122),'noBorder':'Nessun\x20bordo','borderPresetAll':_0x2bf302(0x121),'borderPresetInner':_0x2bf302(0x143),'borderPresetOuter':_0x2bf302(0x10b),'borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0x2bf302(0x105),'borderPresetLeft':_0x2bf302(0x13b),'borderPresetRight':_0x2bf302(0x148),'borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0x2bf302(0x12b),'none':'Nessuno','horizontalAlign':_0x2bf302(0x137),'verticalAlign':_0x2bf302(0x106),'alignLeft':_0x2bf302(0x12c),'alignCenter':_0x2bf302(0x10d),'alignRight':_0x2bf302(0xf8),'alignJustify':'Giustifica','alignTop':'Allinea\x20in\x20alto','alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':_0x2bf302(0x12f),'mergeCells':_0x2bf302(0xff),'unmergeCells':_0x2bf302(0x11f),'tableTheme':_0x2bf302(0x11c),'tableLook':_0x2bf302(0x101),'headerRow':_0x2bf302(0x14d),'footerRow':_0x2bf302(0x151),'bandedRows':_0x2bf302(0x144),'bandedColumns':'Colonne\x20alternate','firstColumn':'Prima\x20colonna','lastColumn':_0x2bf302(0x14e),'bestMatch':'Corrispondenza\x20migliore','light':_0x2bf302(0x124),'medium':'Media','minimal':_0x2bf302(0xfd)},'shapePanel':{'fill':{'noFill':_0x2bf302(0x10c),'solidFill':_0x2bf302(0x14f),'gradientFill':_0x2bf302(0x107),'pictureFill':_0x2bf302(0x114),'color':'Colore','transparency':_0x2bf302(0x135),'picture':{'source':_0x2bf302(0xfc),'insert':_0x2bf302(0x136)}}},'structuralControls':{'selectRow':_0x2bf302(0x13e),'selectColumn':_0x2bf302(0x138),'selectTable':_0x2bf302(0xf9),'insertRow':_0x2bf302(0x111),'insertColumn':'Inserisci\x20colonna','moveRow':_0x2bf302(0x115),'moveColumn':_0x2bf302(0x140),'moveRows':'Sposta\x20righe','moveColumns':_0x2bf302(0x133),'cannotMoveMergedRows':'Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','cannotMoveMergedColumns':_0x2bf302(0x119)},'contextMenu':{'insert':_0x2bf302(0x128),'delete':_0x2bf302(0x10e),'distribute':'Distribuisci','borders':_0x2bf302(0x104),'tableBackgroundColor':'Colore\x20di\x20sfondo\x20della\x20tabella','copy':_0x2bf302(0x116),'cut':_0x2bf302(0x11b),'deleteTable':_0x2bf302(0x120),'insertRowAbove':_0x2bf302(0x12d),'insertRowBelow':_0x2bf302(0x103),'insertColumnLeft':'Inserisci\x20colonna\x20a\x20sinistra','insertColumnRight':'Inserisci\x20colonna\x20a\x20destra','deleteRow':_0x2bf302(0x125),'deleteColumn':_0x2bf302(0x100),'distributeRows':_0x2bf302(0x13f),'distributeColumns':_0x2bf302(0x141),'borderAll':_0x2bf302(0x121),'borderOuter':'Bordi\x20esterni','borderInner':_0x2bf302(0x143),'borderNone':_0x2bf302(0x110)},'colorPreset':{'resetColor':_0x2bf302(0x14a),'white':_0x2bf302(0x10a),'gray100':_0x2bf302(0xfe),'primary100':_0x2bf302(0x14b),'blue100':_0x2bf302(0xfa),'green100':_0x2bf302(0x150),'yellow100':_0x2bf302(0x145),'red100':_0x2bf302(0x117),'gray900':_0x2bf302(0xfb),'gray500':'Grigio\x20500','red600':'Rosso\x20600','orange600':_0x2bf302(0x146),'yellow700':'Giallo\x20700','green600':'Verde\x20600','blue600':'Blu\x20600','purple600':'Viola\x20600'}}};module[_0x2bf302(0x13a)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1771(){const _0x9a646a=['表の罫線色','文字色','グレー\x20100','グレー\x20900','画像を挿入','上罫線','行を挿入','2139320OmZJkc','中央揃え','8943120ZBmzIR','両端揃え','行を削除','行を選択','1894980GaCuVZ','5EvSTCY','フォントサイズ','結合されたセルをまたいで行を移動することはできません','縞模様の列','上に行を挿入','82843irbIMA','塗りつぶしなし','行を移動','内側縦罫線','列を移動','画像ソース','表のテーマ','下揃え','下罫線','明るい','1256sDAmRO','切り取り','集計行','上揃え','コピー','垂直方向の配置','結合されたセルをまたいで列を移動することはできません','罫線なし','23471EpTssK','青\x20600','22QsMHSe','表の背景色','水平方向の配置','グレー\x20500','最後の列','表を選択','透明度','右揃え','5062848COGfPo','セルを結合','罫線のスタイル','内側横罫線','内側の罫線','図またはテクスチャ塗りつぶし','取り消し線','黄\x20700','均等配置','exports','赤\x20600','135867aabpsL','列を削除','最適な組み合わせ','左に列を挿入','オレンジ\x20600','黄\x20100','セルの結合を解除','行を均等配置','緑\x20100','右罫線','列を選択','列を挿入','最初の列','テキスト形式','左罫線'];_0x1771=function(){return _0x9a646a;};return _0x1771();}function _0xd5f4(_0x2cc2b8,_0x41e58a){_0x2cc2b8=_0x2cc2b8-0xaa;const _0x177144=_0x1771();let _0xd5f4a1=_0x177144[_0x2cc2b8];return _0xd5f4a1;}const _0x586276=_0xd5f4;(function(_0x5dbfc4,_0xa8dfa4){const _0x1795fa=_0xd5f4,_0x42fd4f=_0x5dbfc4();while(!![]){try{const _0x266016=-parseInt(_0x1795fa(0xea))/0x1+parseInt(_0x1795fa(0xb5))/0x2*(parseInt(_0x1795fa(0xc8))/0x3)+-parseInt(_0x1795fa(0xe4))/0x4*(parseInt(_0x1795fa(0xe5))/0x5)+parseInt(_0x1795fa(0xbd))/0x6+-parseInt(_0x1795fa(0xb3))/0x7*(-parseInt(_0x1795fa(0xab))/0x8)+-parseInt(_0x1795fa(0xe0))/0x9+parseInt(_0x1795fa(0xde))/0xa;if(_0x266016===_0xa8dfa4)break;else _0x42fd4f['push'](_0x42fd4f['shift']());}catch(_0x27d588){_0x42fd4f['push'](_0x42fd4f['shift']());}}}(_0x1771,0x81e68));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':_0x586276(0xe6),'textFormat':_0x586276(0xd5),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x586276(0xc3),'textColor':_0x586276(0xd8),'textBackgroundColor':'文字の背景色','tableBackgroundColor':'表の背景色','tableBorderColor':_0x586276(0xd7),'borderWidth':'罫線の太さ','borderStyle':_0x586276(0xbf),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':'一点鎖線','noBorder':'罫線なし','borderPresetAll':'すべての罫線','borderPresetInner':'内側の罫線','borderPresetOuter':'外枠','borderPresetTop':_0x586276(0xdc),'borderPresetBottom':_0x586276(0xf2),'borderPresetLeft':_0x586276(0xd6),'borderPresetRight':_0x586276(0xd1),'borderPresetInnerHorizontal':_0x586276(0xc0),'borderPresetInnerVertical':_0x586276(0xed),'none':'なし','horizontalAlign':_0x586276(0xb7),'verticalAlign':_0x586276(0xb0),'alignLeft':'左揃え','alignCenter':_0x586276(0xdf),'alignRight':_0x586276(0xbc),'alignJustify':_0x586276(0xe1),'alignTop':_0x586276(0xae),'alignMiddle':'中央揃え','alignBottom':_0x586276(0xf1),'mergeCells':_0x586276(0xbe),'unmergeCells':_0x586276(0xce),'tableTheme':_0x586276(0xf0),'tableLook':'表の外観','headerRow':'見出し行','footerRow':_0x586276(0xad),'bandedRows':'縞模様の行','bandedColumns':_0x586276(0xe8),'firstColumn':_0x586276(0xd4),'lastColumn':_0x586276(0xb9),'bestMatch':_0x586276(0xca),'light':_0x586276(0xaa),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':_0x586276(0xeb),'solidFill':'単色塗りつぶし','gradientFill':'グラデーション塗りつぶし','pictureFill':_0x586276(0xc2),'color':'色','transparency':_0x586276(0xbb),'picture':{'source':_0x586276(0xef),'insert':_0x586276(0xdb)}}},'structuralControls':{'selectRow':_0x586276(0xe3),'selectColumn':_0x586276(0xd2),'selectTable':_0x586276(0xba),'insertRow':_0x586276(0xdd),'insertColumn':_0x586276(0xd3),'moveRow':'行を移動','moveColumn':_0x586276(0xee),'moveRows':_0x586276(0xec),'moveColumns':'列を移動','cannotMoveMergedRows':_0x586276(0xe7),'cannotMoveMergedColumns':_0x586276(0xb1)},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x586276(0xc5),'borders':'罫線','tableBackgroundColor':_0x586276(0xb6),'copy':_0x586276(0xaf),'cut':_0x586276(0xac),'deleteTable':'表を削除','insertRowAbove':_0x586276(0xe9),'insertRowBelow':'下に行を挿入','insertColumnLeft':_0x586276(0xcb),'insertColumnRight':'右に列を挿入','deleteRow':_0x586276(0xe2),'deleteColumn':_0x586276(0xc9),'distributeRows':_0x586276(0xcf),'distributeColumns':'列を均等配置','borderAll':'すべての罫線','borderOuter':'外側の罫線','borderInner':_0x586276(0xc1),'borderNone':_0x586276(0xb2)},'colorPreset':{'resetColor':'色をリセット','white':'白','gray100':_0x586276(0xd9),'primary100':'プライマリ\x20100','blue100':'青\x20100','green100':_0x586276(0xd0),'yellow100':_0x586276(0xcd),'red100':'赤\x20100','gray900':_0x586276(0xda),'gray500':_0x586276(0xb8),'red600':_0x586276(0xc7),'orange600':_0x586276(0xcc),'yellow700':_0x586276(0xc4),'green600':'緑\x20600','blue600':_0x586276(0xb4),'purple600':'紫\x20600'}}};module[_0x586276(0xc6)]=e;
|