@univerjs/docs-ui 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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.
Files changed (142) hide show
  1. package/lib/cjs/facade.js +23 -152
  2. package/lib/cjs/index.js +4431 -1743
  3. package/lib/cjs/locale/ar-SA.js +124 -0
  4. package/lib/cjs/locale/ca-ES.js +11 -10
  5. package/lib/cjs/locale/de-DE.js +124 -0
  6. package/lib/cjs/locale/en-US.js +11 -10
  7. package/lib/cjs/locale/es-ES.js +11 -10
  8. package/lib/cjs/locale/fa-IR.js +11 -10
  9. package/lib/cjs/locale/fr-FR.js +11 -10
  10. package/lib/cjs/locale/id-ID.js +124 -0
  11. package/lib/cjs/locale/it-IT.js +124 -0
  12. package/lib/cjs/locale/ja-JP.js +11 -10
  13. package/lib/cjs/locale/ko-KR.js +11 -10
  14. package/lib/cjs/locale/pl-PL.js +124 -0
  15. package/lib/cjs/locale/pt-BR.js +124 -0
  16. package/lib/cjs/locale/ru-RU.js +13 -12
  17. package/lib/cjs/locale/sk-SK.js +11 -10
  18. package/lib/cjs/locale/vi-VN.js +22 -21
  19. package/lib/cjs/locale/zh-CN.js +11 -10
  20. package/lib/cjs/locale/zh-HK.js +124 -0
  21. package/lib/cjs/locale/zh-TW.js +22 -21
  22. package/lib/es/facade.js +25 -147
  23. package/lib/es/index.js +4397 -1716
  24. package/lib/es/locale/ar-SA.js +123 -0
  25. package/lib/es/locale/ca-ES.js +11 -10
  26. package/lib/es/locale/de-DE.js +123 -0
  27. package/lib/es/locale/en-US.js +11 -10
  28. package/lib/es/locale/es-ES.js +11 -10
  29. package/lib/es/locale/fa-IR.js +11 -10
  30. package/lib/es/locale/fr-FR.js +11 -10
  31. package/lib/es/locale/id-ID.js +123 -0
  32. package/lib/es/locale/it-IT.js +123 -0
  33. package/lib/es/locale/ja-JP.js +11 -10
  34. package/lib/es/locale/ko-KR.js +11 -10
  35. package/lib/es/locale/pl-PL.js +123 -0
  36. package/lib/es/locale/pt-BR.js +123 -0
  37. package/lib/es/locale/ru-RU.js +13 -12
  38. package/lib/es/locale/sk-SK.js +11 -10
  39. package/lib/es/locale/vi-VN.js +22 -21
  40. package/lib/es/locale/zh-CN.js +11 -10
  41. package/lib/es/locale/zh-HK.js +123 -0
  42. package/lib/es/locale/zh-TW.js +22 -21
  43. package/lib/facade.js +25 -147
  44. package/lib/index.css +240 -26
  45. package/lib/index.js +4397 -1716
  46. package/lib/locale/ar-SA.js +123 -0
  47. package/lib/locale/ca-ES.js +11 -10
  48. package/lib/locale/de-DE.js +123 -0
  49. package/lib/locale/en-US.js +11 -10
  50. package/lib/locale/es-ES.js +11 -10
  51. package/lib/locale/fa-IR.js +11 -10
  52. package/lib/locale/fr-FR.js +11 -10
  53. package/lib/locale/id-ID.js +123 -0
  54. package/lib/locale/it-IT.js +123 -0
  55. package/lib/locale/ja-JP.js +11 -10
  56. package/lib/locale/ko-KR.js +11 -10
  57. package/lib/locale/pl-PL.js +123 -0
  58. package/lib/locale/pt-BR.js +123 -0
  59. package/lib/locale/ru-RU.js +13 -12
  60. package/lib/locale/sk-SK.js +11 -10
  61. package/lib/locale/vi-VN.js +22 -21
  62. package/lib/locale/zh-CN.js +11 -10
  63. package/lib/locale/zh-HK.js +123 -0
  64. package/lib/locale/zh-TW.js +22 -21
  65. package/lib/types/commands/commands/doc-block-move.command.d.ts +40 -0
  66. package/lib/types/commands/commands/doc-delete.command.d.ts +3 -2
  67. package/lib/types/commands/commands/doc-page-setup.command.d.ts +2 -0
  68. package/lib/types/commands/commands/inline-format.command.d.ts +2 -1
  69. package/lib/types/commands/commands/list.command.d.ts +1 -0
  70. package/lib/types/commands/util.d.ts +1 -2
  71. package/lib/types/components/float-toolbar/FloatToolbar.d.ts +1 -1
  72. package/lib/types/components/float-toolbar/FloatToolbar.stories.d.ts +1 -1
  73. package/lib/types/components/list-type-picker/Picker.d.ts +3 -3
  74. package/lib/types/components/paragraph-menu/index.d.ts +24 -2
  75. package/lib/types/components/side-menu/SideMenu.stories.d.ts +4 -4
  76. package/lib/types/controllers/render-controllers/doc-contextmenu.render-controller.d.ts +8 -2
  77. package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +8 -2
  78. package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +3 -3
  79. package/lib/types/facade/f-document.d.ts +12 -26
  80. package/lib/types/facade/index.d.ts +2 -3
  81. package/lib/types/index.d.ts +7 -5
  82. package/lib/types/{types/delete-direction.d.ts → locale/ar-SA.d.ts} +3 -4
  83. package/lib/types/locale/de-DE.d.ts +18 -0
  84. package/lib/types/locale/en-US.d.ts +117 -110
  85. package/lib/types/locale/id-ID.d.ts +18 -0
  86. package/lib/types/locale/it-IT.d.ts +18 -0
  87. package/lib/types/locale/pl-PL.d.ts +18 -0
  88. package/lib/types/locale/pt-BR.d.ts +18 -0
  89. package/lib/types/locale/zh-HK.d.ts +18 -0
  90. package/lib/types/menu/menu.d.ts +9 -1
  91. package/lib/types/menu/paragraph-menu.d.ts +21 -2
  92. package/lib/types/menu/schema.d.ts +1 -0
  93. package/lib/types/services/clipboard/clipboard.service.d.ts +5 -1
  94. package/lib/types/services/clipboard/html-to-udm/converter.d.ts +12 -0
  95. package/lib/types/services/clipboard/html-to-udm/paste-plugins/type.d.ts +1 -0
  96. package/lib/types/services/clipboard/internal-fragment.d.ts +30 -0
  97. package/lib/types/services/doc-event-manager.service.d.ts +19 -1
  98. package/lib/types/services/doc-ime-state-change-interceptor.service.d.ts +23 -0
  99. package/lib/types/services/doc-paragraph-menu.service.d.ts +51 -3
  100. package/lib/types/services/doc-popup-manager.service.d.ts +2 -2
  101. package/lib/types/services/docs-render.service.d.ts +2 -1
  102. package/lib/types/services/editor/editor.d.ts +1 -0
  103. package/lib/types/services/selection/convert-text-range.d.ts +1 -0
  104. package/lib/types/services/selection/doc-selection-render.service.d.ts +4 -0
  105. package/lib/types/views/count-bar/CountBar.d.ts +1 -1
  106. package/lib/types/views/count-bar/ZoomSlider.d.ts +1 -1
  107. package/lib/types/views/doc-footer/DocFooter.d.ts +1 -1
  108. package/lib/types/views/header-footer/panel/DocHeaderFooterOptions.d.ts +1 -1
  109. package/lib/types/views/header-footer/panel/DocHeaderFooterPanel.d.ts +1 -1
  110. package/lib/types/views/page-settings/index.d.ts +5 -3
  111. package/lib/types/views/paragraph-setting/Setting.d.ts +1 -1
  112. package/lib/types/views/paragraph-setting/index.d.ts +1 -1
  113. package/lib/types/views/rich-text-editor/hooks/use-editor.d.ts +2 -1
  114. package/lib/types/views/rich-text-editor/index.d.ts +1 -1
  115. package/lib/types/views/side-menu/index.d.ts +1 -1
  116. package/lib/types/views/table/create/TableCreate.d.ts +1 -1
  117. package/lib/umd/facade.js +1 -1
  118. package/lib/umd/index.js +37 -10
  119. package/lib/umd/locale/ar-SA.js +1 -0
  120. package/lib/umd/locale/ca-ES.js +1 -1
  121. package/lib/umd/locale/de-DE.js +1 -0
  122. package/lib/umd/locale/en-US.js +1 -1
  123. package/lib/umd/locale/es-ES.js +1 -1
  124. package/lib/umd/locale/fa-IR.js +1 -1
  125. package/lib/umd/locale/fr-FR.js +1 -1
  126. package/lib/umd/locale/id-ID.js +1 -0
  127. package/lib/umd/locale/it-IT.js +1 -0
  128. package/lib/umd/locale/ja-JP.js +1 -1
  129. package/lib/umd/locale/ko-KR.js +1 -1
  130. package/lib/umd/locale/pl-PL.js +1 -0
  131. package/lib/umd/locale/pt-BR.js +1 -0
  132. package/lib/umd/locale/ru-RU.js +1 -1
  133. package/lib/umd/locale/sk-SK.js +1 -1
  134. package/lib/umd/locale/vi-VN.js +1 -1
  135. package/lib/umd/locale/zh-CN.js +1 -1
  136. package/lib/umd/locale/zh-HK.js +1 -0
  137. package/lib/umd/locale/zh-TW.js +1 -1
  138. package/package.json +13 -13
  139. package/LICENSE +0 -176
  140. package/lib/types/commands/commands/core-editing.command.d.ts +0 -58
  141. package/lib/types/facade/f-univer.d.ts +0 -52
  142. package/lib/types/services/doc-state-change-manager.service.d.ts +0 -50
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiArSA=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`تراجع`,redo:`إعادة`,font:`خط`,fontSize:`حجم الخط`,bold:`غامق`,italic:`مائل`,strikethrough:`يتوسطه خط`,subscript:`منخفض`,superscript:`مرتفع`,underline:`تسطير`,textColor:{main:`لون النص`},fillColor:{main:`لون خلفية النص`},table:{main:`جدول`,insert:`إدراج جدول`,colCount:`عدد الأعمدة`,rowCount:`عدد الصفوف`},resetColor:`إعادة تعيين`,order:`قائمة مرقمة`,unorder:`قائمة نقطية`,checklist:`قائمة مهام`,documentFlavor:`الوضع الحديث`,alignLeft:`محاذاة لليسار`,alignCenter:`محاذاة للوسط`,alignRight:`محاذاة لليمين`,alignJustify:`ضبط`,horizontalLine:`خط أفقي`,headerFooter:`رأس وتذييل`,pageSetup:`إعداد الصفحة`},table:{insert:`إدراج`,insertRowAbove:`إدراج صف أعلى`,insertRowBelow:`إدراج صف أسفل`,insertColumnLeft:`إدراج عمود على اليسار`,insertColumnRight:`إدراج عمود على اليمين`,delete:`حذف الجدول`,deleteRows:`حذف الصف`,deleteColumns:`حذف العمود`,deleteTable:`حذف الجدول`},headerFooter:{header:`رأس`,footer:`تذييل`,panel:`إعدادات الرأس والتذييل`,firstPageCheckBox:`صفحة أولى مختلفة`,oddEvenCheckBox:`صفحات فردية وزوجية مختلفة`,headerTopMargin:`هامش أعلى الرأس (بكسل)`,footerBottomMargin:`هامش أسفل التذييل (بكسل)`,closeHeaderFooter:`إغلاق الرأس والتذييل`,disableText:`إعدادات الرأس والتذييل معطلة`},doc:{menu:{paragraphSetting:`إعدادات الفقرة`},slider:{paragraphSetting:`إعدادات الفقرة`},paragraphSetting:{alignment:`محاذاة`,indentation:`إزاحة`,left:`يسار`,right:`يمين`,firstLine:`السطر الأول`,hanging:`معلق`,spacing:`تباعد`,before:`قبل`,after:`بعد`,lineSpace:`تباعد الأسطر`,multiSpace:`تباعد متعدد`,fixedValue:`قيمة ثابتة (بكسل)`}},rightClick:{copy:`نسخ`,cut:`قص`,paste:`لصق`,delete:`حذف`,bulletList:`قائمة نقطية`,orderList:`قائمة مرقمة`,checkList:`قائمة مهام`,insertBellow:`إدراج أدناه`},"page-settings":{"document-setting":`إعداد المستند`,mode:`الوضع`,"modern-mode":`حديث`,"classic-mode":`كلاسيكي`,"modern-width":`عرض المحتوى`,"modern-width-narrow":`ضيق`,"modern-width-medium":`متوسط`,"modern-width-wide":`واسع`,"paper-size":`حجم الورق`,"page-size":{main:`حجم الورق`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`الاتجاه`,portrait:`عمودي`,landscape:`أفقي`,"custom-paper-size":`حجم ورق مخصص`,top:`أعلى`,bottom:`أسفل`,left:`يسار`,right:`يمين`,cancel:`إلغاء`,confirm:`تأكيد`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiCaES=t())})(this,function(){return{toolbar:{undo:`Desfer`,redo:`Refer`,font:`Tipus de lletra`,fontSize:`Mida de lletra`,bold:`Negreta`,italic:`Cursiva`,strikethrough:`Ratllat`,subscript:`Subíndex`,superscript:`Superíndex`,underline:`Subratllat`,textColor:{main:`Color del text`,right:`Escull color`},fillColor:{main:`Color de fons del text`,right:`Escull color`},table:{main:`Taula`,insert:`Insereix taula`,colCount:`Nombre de columnes`,rowCount:`Nombre de files`},resetColor:`Restableix`,order:`Llista ordenada`,unorder:`Llista desordenada`,checklist:`Llista de tasques`,documentFlavor:`Mode modern`,alignLeft:`Alinea a l'esquerra`,alignCenter:`Centra`,alignRight:`Alinea a la dreta`,alignJustify:`Justifica`,horizontalLine:`Línia horitzontal`,headerFooter:`Capçalera i peu de pàgina`,pageSetup:`Configuració de pàgina`},table:{insert:`Insereix`,insertRowAbove:`Insereix fila a sobre`,insertRowBelow:`Insereix fila a sota`,insertColumnLeft:`Insereix columna a l'esquerra`,insertColumnRight:`Insereix columna a la dreta`,delete:`Elimina taula`,deleteRows:`Elimina fila`,deleteColumns:`Elimina columna`,deleteTable:`Elimina taula`},headerFooter:{header:`Capçalera`,footer:`Peu de pàgina`,panel:`Configuració de capçalera i peu de pàgina`,firstPageCheckBox:`Primera pàgina diferent`,oddEvenCheckBox:`Pàgines senars i parells diferents`,headerTopMargin:`Marge superior de la capçalera (px)`,footerBottomMargin:`Marge inferior del peu de pàgina (px)`,closeHeaderFooter:`Tanca capçalera i peu de pàgina`,disableText:`La configuració de capçalera i peu de pàgina està desactivada`},doc:{menu:{paragraphSetting:`Configuració de paràgraf`},slider:{paragraphSetting:`Configuració de paràgraf`},paragraphSetting:{alignment:`Alineació`,indentation:`Sagnat`,left:`Esquerra`,right:`Dreta`,firstLine:`Primera línia`,hanging:`Penjant`,spacing:`Espaiat`,before:`Abans`,after:`Després`,lineSpace:`Espai entre línies`,multiSpace:`Espai múltiple`,fixedValue:`Valor fix (px)`}},rightClick:{copy:`Copia`,cut:`Retalla`,paste:`Enganxa`,delete:`Elimina`,bulletList:`Llista de pics`,orderList:`Llista ordenada`,checkList:`Llista de tasques`,insertBellow:`Insereix a sota`},"page-settings":{"document-setting":`Configuració de document`,"paper-size":`Mida del paper`,"page-size":{main:`Mida del paper`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Carta`,legal:`Legal`,tabloid:`Tabloide`,statement:`Declaració`,executive:`Executiu`,folio:`Foli`},orientation:`Orientació`,portrait:`Vertical`,landscape:`Horitzontal`,"custom-paper-size":`Mida de paper personalitzada`,top:`Superior`,bottom:`Inferior`,left:`Esquerra`,right:`Dreta`,cancel:`Cancel·la`,confirm:`Confirma`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiCaES=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Desfer`,redo:`Refer`,font:`Tipus de lletra`,fontSize:`Mida de lletra`,bold:`Negreta`,italic:`Cursiva`,strikethrough:`Ratllat`,subscript:`Subíndex`,superscript:`Superíndex`,underline:`Subratllat`,textColor:{main:`Color del text`},fillColor:{main:`Color de fons del text`},table:{main:`Taula`,insert:`Insereix taula`,colCount:`Nombre de columnes`,rowCount:`Nombre de files`},resetColor:`Restableix`,order:`Llista ordenada`,unorder:`Llista desordenada`,checklist:`Llista de tasques`,documentFlavor:`Mode modern`,alignLeft:`Alinea a l'esquerra`,alignCenter:`Centra`,alignRight:`Alinea a la dreta`,alignJustify:`Justifica`,horizontalLine:`Línia horitzontal`,headerFooter:`Capçalera i peu de pàgina`,pageSetup:`Configuració de pàgina`},table:{insert:`Insereix`,insertRowAbove:`Insereix fila a sobre`,insertRowBelow:`Insereix fila a sota`,insertColumnLeft:`Insereix columna a l'esquerra`,insertColumnRight:`Insereix columna a la dreta`,delete:`Elimina taula`,deleteRows:`Elimina fila`,deleteColumns:`Elimina columna`,deleteTable:`Elimina taula`},headerFooter:{header:`Capçalera`,footer:`Peu de pàgina`,panel:`Configuració de capçalera i peu de pàgina`,firstPageCheckBox:`Primera pàgina diferent`,oddEvenCheckBox:`Pàgines senars i parells diferents`,headerTopMargin:`Marge superior de la capçalera (px)`,footerBottomMargin:`Marge inferior del peu de pàgina (px)`,closeHeaderFooter:`Tanca capçalera i peu de pàgina`,disableText:`La configuració de capçalera i peu de pàgina està desactivada`},doc:{menu:{paragraphSetting:`Configuració de paràgraf`},slider:{paragraphSetting:`Configuració de paràgraf`},paragraphSetting:{alignment:`Alineació`,indentation:`Sagnat`,left:`Esquerra`,right:`Dreta`,firstLine:`Primera línia`,hanging:`Penjant`,spacing:`Espaiat`,before:`Abans`,after:`Després`,lineSpace:`Espai entre línies`,multiSpace:`Espai múltiple`,fixedValue:`Valor fix (px)`}},rightClick:{copy:`Copia`,cut:`Retalla`,paste:`Enganxa`,delete:`Elimina`,bulletList:`Llista de pics`,orderList:`Llista ordenada`,checkList:`Llista de tasques`,insertBellow:`Insereix a sota`},"page-settings":{"document-setting":`Configuració de document`,mode:`Mode`,"modern-mode":`Modern`,"classic-mode":`Clàssic`,"modern-width":`Amplada del contingut`,"modern-width-narrow":`Estreta`,"modern-width-medium":`Mitjana`,"modern-width-wide":`Ampla`,"paper-size":`Mida del paper`,"page-size":{main:`Mida del paper`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Carta`,legal:`Legal`,tabloid:`Tabloide`,statement:`Declaració`,executive:`Executiu`,folio:`Foli`},orientation:`Orientació`,portrait:`Vertical`,landscape:`Horitzontal`,"custom-paper-size":`Mida de paper personalitzada`,top:`Superior`,bottom:`Inferior`,left:`Esquerra`,right:`Dreta`,cancel:`Cancel·la`,confirm:`Confirma`}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiDeDE=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Rückgängig`,redo:`Wiederholen`,font:`Schriftart`,fontSize:`Schriftgröße`,bold:`Fett`,italic:`Kursiv`,strikethrough:`Durchgestrichen`,subscript:`Tiefgestellt`,superscript:`Hochgestellt`,underline:`Unterstrichen`,textColor:{main:`Textfarbe`},fillColor:{main:`Texthintergrundfarbe`},table:{main:`Tabelle`,insert:`Tabelle einfügen`,colCount:`Spaltenanzahl`,rowCount:`Zeilenanzahl`},resetColor:`Zurücksetzen`,order:`Nummerierte Liste`,unorder:`Aufzählungsliste`,checklist:`Aufgabenliste`,documentFlavor:`Moderner Modus`,alignLeft:`Linksbündig`,alignCenter:`Zentriert`,alignRight:`Rechtsbündig`,alignJustify:`Blocksatz`,horizontalLine:`Horizontale Linie`,headerFooter:`Kopf- und Fußzeile`,pageSetup:`Seite einrichten`},table:{insert:`Einfügen`,insertRowAbove:`Zeile oben einfügen`,insertRowBelow:`Zeile unten einfügen`,insertColumnLeft:`Spalte links einfügen`,insertColumnRight:`Spalte rechts einfügen`,delete:`Löschen`,deleteRows:`Zeile löschen`,deleteColumns:`Spalte löschen`,deleteTable:`Tabelle löschen`},headerFooter:{header:`Kopfzeile`,footer:`Fußzeile`,panel:`Kopf- und Fußzeileneinstellungen`,firstPageCheckBox:`Andere erste Seite`,oddEvenCheckBox:`Unterschiedliche ungerade und gerade Seiten`,headerTopMargin:`Kopfzeilenoberer Rand (px)`,footerBottomMargin:`Fußzeilenunterer Rand (px)`,closeHeaderFooter:`Kopf- und Fußzeile schließen`,disableText:`Kopf- und Fußzeileneinstellungen sind deaktiviert`},doc:{menu:{paragraphSetting:`Absatzeinstellungen`},slider:{paragraphSetting:`Absatzeinstellungen`},paragraphSetting:{alignment:`Ausrichtung`,indentation:`Einzug`,left:`Links`,right:`Rechts`,firstLine:`Erste Zeile`,hanging:`Hängender Einzug`,spacing:`Abstand`,before:`Vor`,after:`Nach`,lineSpace:`Zeilenabstand`,multiSpace:`Mehrfacher Abstand`,fixedValue:`Fester Wert (px)`}},rightClick:{copy:`Kopieren`,cut:`Ausschneiden`,paste:`Einfügen`,delete:`Löschen`,bulletList:`Aufzählungsliste`,orderList:`Nummerierte Liste`,checkList:`Aufgabenliste`,insertBellow:`Unten einfügen`},"page-settings":{"document-setting":`Dokumenteneinstellung`,mode:`Modus`,"modern-mode":`Modern`,"classic-mode":`Klassisch`,"modern-width":`Inhaltsbreite`,"modern-width-narrow":`Schmal`,"modern-width-medium":`Mittel`,"modern-width-wide":`Breit`,"paper-size":`Papierformat`,"page-size":{main:`Papierformat`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Ausrichtung`,portrait:`Hochformat`,landscape:`Querformat`,"custom-paper-size":`Benutzerdefiniertes Papierformat`,top:`Oben`,bottom:`Unten`,left:`Links`,right:`Rechts`,cancel:`Abbrechen`,confirm:`Bestätigen`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiEnUS=t())})(this,function(){return{toolbar:{undo:`Undo`,redo:`Redo`,font:`Font`,fontSize:`Font size`,bold:`Bold`,italic:`Italic`,strikethrough:`Strikethrough`,subscript:`Subscript`,superscript:`Superscript`,underline:`Underline`,textColor:{main:`Text color`,right:`Choose color`},fillColor:{main:`Text Background color`,right:`Choose color`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`Reset`,order:`Ordered list`,unorder:`Unordered list`,checklist:`Task list`,documentFlavor:`Modern Mode`,alignLeft:`Align Left`,alignCenter:`Align Center`,alignRight:`Align Right`,alignJustify:`Justify`,horizontalLine:`Horizontal line`,headerFooter:`Header & Footer`,pageSetup:`Page Setup`},table:{insert:`Insert`,insertRowAbove:`Insert row above`,insertRowBelow:`Insert row below`,insertColumnLeft:`Insert column left`,insertColumnRight:`Insert column right`,delete:`Table delete`,deleteRows:`Delete row`,deleteColumns:`Delete column`,deleteTable:`Delete table`},headerFooter:{header:`Header`,footer:`Footer`,panel:`Header & Footer Settings`,firstPageCheckBox:`Different first page`,oddEvenCheckBox:`Different odd and even pages`,headerTopMargin:`Header top margin(px)`,footerBottomMargin:`Footer bottom margin(px)`,closeHeaderFooter:`Close header & footer`,disableText:`Header & footer settings are disabled`},doc:{menu:{paragraphSetting:`Paragraph Settings`},slider:{paragraphSetting:`Paragraph Settings`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`Copy`,cut:`Cut`,paste:`Paste`,delete:`Delete`,bulletList:`Bullet list`,orderList:`Ordered list`,checkList:`Task list`,insertBellow:`Insert below`},"page-settings":{"document-setting":`Document Setting`,"paper-size":`Paper size`,"page-size":{main:`Paper size`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientation`,portrait:`Portrait`,landscape:`Landscape`,"custom-paper-size":`Custom Paper size`,top:`Top`,bottom:`Bottom`,left:`Left`,right:`Right`,cancel:`Cancel`,confirm:`Confirm`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiEnUS=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Undo`,redo:`Redo`,font:`Font`,fontSize:`Font size`,bold:`Bold`,italic:`Italic`,strikethrough:`Strikethrough`,subscript:`Subscript`,superscript:`Superscript`,underline:`Underline`,textColor:{main:`Text color`},fillColor:{main:`Text Background color`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`Reset`,order:`Ordered list`,unorder:`Unordered list`,checklist:`Task list`,documentFlavor:`Modern Mode`,alignLeft:`Align Left`,alignCenter:`Align Center`,alignRight:`Align Right`,alignJustify:`Justify`,horizontalLine:`Horizontal line`,headerFooter:`Header & Footer`,pageSetup:`Page Setup`},table:{insert:`Insert`,insertRowAbove:`Insert row above`,insertRowBelow:`Insert row below`,insertColumnLeft:`Insert column left`,insertColumnRight:`Insert column right`,delete:`Table delete`,deleteRows:`Delete row`,deleteColumns:`Delete column`,deleteTable:`Delete table`},headerFooter:{header:`Header`,footer:`Footer`,panel:`Header & Footer Settings`,firstPageCheckBox:`Different first page`,oddEvenCheckBox:`Different odd and even pages`,headerTopMargin:`Header top margin(px)`,footerBottomMargin:`Footer bottom margin(px)`,closeHeaderFooter:`Close header & footer`,disableText:`Header & footer settings are disabled`},doc:{menu:{paragraphSetting:`Paragraph Settings`},slider:{paragraphSetting:`Paragraph Settings`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`Copy`,cut:`Cut`,paste:`Paste`,delete:`Delete`,bulletList:`Bullet list`,orderList:`Ordered list`,checkList:`Task list`,insertBellow:`Insert below`},"page-settings":{"document-setting":`Document Setting`,mode:`Mode`,"modern-mode":`Modern`,"classic-mode":`Classic`,"modern-width":`Content width`,"modern-width-narrow":`Narrow`,"modern-width-medium":`Medium`,"modern-width-wide":`Wide`,"paper-size":`Paper size`,"page-size":{main:`Paper size`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientation`,portrait:`Portrait`,landscape:`Landscape`,"custom-paper-size":`Custom Paper size`,top:`Top`,bottom:`Bottom`,left:`Left`,right:`Right`,cancel:`Cancel`,confirm:`Confirm`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiEsES=t())})(this,function(){return{toolbar:{undo:`Deshacer`,redo:`Rehacer`,font:`Fuente`,fontSize:`Tamaño de fuente`,bold:`Negrita`,italic:`Cursiva`,strikethrough:`Tachado`,subscript:`Subíndice`,superscript:`Superíndice`,underline:`Subrayado`,textColor:{main:`Color de texto`,right:`Elegir color`},fillColor:{main:`Color de fondo de texto`,right:`Elegir color`},table:{main:`Tabla`,insert:`Insertar tabla`,colCount:`Número de columnas`,rowCount:`Número de filas`},resetColor:`Restablecer`,order:`Lista ordenada`,unorder:`Lista desordenada`,checklist:`Lista de tareas`,documentFlavor:`Modo moderno`,alignLeft:`Alinear a la izquierda`,alignCenter:`Centrar`,alignRight:`Alinear a la derecha`,alignJustify:`Justificar`,horizontalLine:`Línea horizontal`,headerFooter:`Encabezado y pie de página`,pageSetup:`Configuración de página`},table:{insert:`Insertar`,insertRowAbove:`Insertar fila arriba`,insertRowBelow:`Insertar fila abajo`,insertColumnLeft:`Insertar columna a la izquierda`,insertColumnRight:`Insertar columna a la derecha`,delete:`Eliminar tabla`,deleteRows:`Eliminar fila`,deleteColumns:`Eliminar columna`,deleteTable:`Eliminar tabla`},headerFooter:{header:`Encabezado`,footer:`Pie de página`,panel:`Configuración de encabezado y pie de página`,firstPageCheckBox:`Primera página diferente`,oddEvenCheckBox:`Páginas impares y pares diferentes`,headerTopMargin:`Margen superior del encabezado (px)`,footerBottomMargin:`Margen inferior del pie de página (px)`,closeHeaderFooter:`Cerrar encabezado y pie de página`,disableText:`La configuración de encabezado y pie de página está deshabilitada`},doc:{menu:{paragraphSetting:`Configuración de párrafo`},slider:{paragraphSetting:`Configuración de párrafo`},paragraphSetting:{alignment:`Alineación`,indentation:`Sangría`,left:`Izquierda`,right:`Derecha`,firstLine:`Primera línea`,hanging:`Colgante`,spacing:`Espaciado`,before:`Antes`,after:`Después`,lineSpace:`Espacio entre líneas`,multiSpace:`Espacio múltiple`,fixedValue:`Valor fijo (px)`}},rightClick:{copy:`Copiar`,cut:`Cortar`,paste:`Pegar`,delete:`Eliminar`,bulletList:`Lista de viñetas`,orderList:`Lista ordenada`,checkList:`Lista de tareas`,insertBellow:`Insertar debajo`},"page-settings":{"document-setting":`Configuración de documento`,"paper-size":`Tamaño de papel`,"page-size":{main:`Tamaño de papel`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Carta`,legal:`Legal`,tabloid:`Tabloide`,statement:`Declaración`,executive:`Ejecutivo`,folio:`Folio`},orientation:`Orientación`,portrait:`Vertical`,landscape:`Horizontal`,"custom-paper-size":`Tamaño de papel personalizado`,top:`Superior`,bottom:`Inferior`,left:`Izquierda`,right:`Derecha`,cancel:`Cancelar`,confirm:`Confirmar`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiEsES=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Deshacer`,redo:`Rehacer`,font:`Fuente`,fontSize:`Tamaño de fuente`,bold:`Negrita`,italic:`Cursiva`,strikethrough:`Tachado`,subscript:`Subíndice`,superscript:`Superíndice`,underline:`Subrayado`,textColor:{main:`Color de texto`},fillColor:{main:`Color de fondo de texto`},table:{main:`Tabla`,insert:`Insertar tabla`,colCount:`Número de columnas`,rowCount:`Número de filas`},resetColor:`Restablecer`,order:`Lista ordenada`,unorder:`Lista desordenada`,checklist:`Lista de tareas`,documentFlavor:`Modo moderno`,alignLeft:`Alinear a la izquierda`,alignCenter:`Centrar`,alignRight:`Alinear a la derecha`,alignJustify:`Justificar`,horizontalLine:`Línea horizontal`,headerFooter:`Encabezado y pie de página`,pageSetup:`Configuración de página`},table:{insert:`Insertar`,insertRowAbove:`Insertar fila arriba`,insertRowBelow:`Insertar fila abajo`,insertColumnLeft:`Insertar columna a la izquierda`,insertColumnRight:`Insertar columna a la derecha`,delete:`Eliminar tabla`,deleteRows:`Eliminar fila`,deleteColumns:`Eliminar columna`,deleteTable:`Eliminar tabla`},headerFooter:{header:`Encabezado`,footer:`Pie de página`,panel:`Configuración de encabezado y pie de página`,firstPageCheckBox:`Primera página diferente`,oddEvenCheckBox:`Páginas impares y pares diferentes`,headerTopMargin:`Margen superior del encabezado (px)`,footerBottomMargin:`Margen inferior del pie de página (px)`,closeHeaderFooter:`Cerrar encabezado y pie de página`,disableText:`La configuración de encabezado y pie de página está deshabilitada`},doc:{menu:{paragraphSetting:`Configuración de párrafo`},slider:{paragraphSetting:`Configuración de párrafo`},paragraphSetting:{alignment:`Alineación`,indentation:`Sangría`,left:`Izquierda`,right:`Derecha`,firstLine:`Primera línea`,hanging:`Colgante`,spacing:`Espaciado`,before:`Antes`,after:`Después`,lineSpace:`Espacio entre líneas`,multiSpace:`Espacio múltiple`,fixedValue:`Valor fijo (px)`}},rightClick:{copy:`Copiar`,cut:`Cortar`,paste:`Pegar`,delete:`Eliminar`,bulletList:`Lista de viñetas`,orderList:`Lista ordenada`,checkList:`Lista de tareas`,insertBellow:`Insertar debajo`},"page-settings":{"document-setting":`Configuración de documento`,mode:`Modo`,"modern-mode":`Moderno`,"classic-mode":`Clásico`,"modern-width":`Ancho del contenido`,"modern-width-narrow":`Estrecho`,"modern-width-medium":`Medio`,"modern-width-wide":`Ancho`,"paper-size":`Tamaño de papel`,"page-size":{main:`Tamaño de papel`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Carta`,legal:`Legal`,tabloid:`Tabloide`,statement:`Declaración`,executive:`Ejecutivo`,folio:`Folio`},orientation:`Orientación`,portrait:`Vertical`,landscape:`Horizontal`,"custom-paper-size":`Tamaño de papel personalizado`,top:`Superior`,bottom:`Inferior`,left:`Izquierda`,right:`Derecha`,cancel:`Cancelar`,confirm:`Confirmar`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiFaIR=t())})(this,function(){return{toolbar:{undo:`بازگرداندن`,redo:`تکرار`,font:`فونت`,fontSize:`اندازه فونت`,bold:`پررنگ`,italic:`ایتالیک`,strikethrough:`خط‌دار`,subscript:`زیرنویس`,superscript:`بالانویس`,underline:`خط‌کشی`,textColor:{main:`رنگ متن`,right:`انتخاب رنگ`},fillColor:{main:`رنگ پس‌زمینه متن`,right:`انتخاب رنگ`},table:{main:`جدول`,insert:`درج جدول`,colCount:`تعداد ستون`,rowCount:`تعداد سطر`},resetColor:`بازنشانی`,order:`لیست شماره‌دار`,unorder:`لیست بدون شماره`,checklist:`لیست وظیفه`,documentFlavor:`Modern Mode`,alignLeft:`تراز چپ`,alignCenter:`تراز وسط`,alignRight:`تراز راست`,alignJustify:`توجیه`,horizontalLine:`Horizontal line`,headerFooter:`هدر و فوتر`,pageSetup:`تنظیمات صفحه`},table:{insert:`درج`,insertRowAbove:`درج سطر بالاتر`,insertRowBelow:`درج سطر پایین‌تر`,insertColumnLeft:`درج ستون چپ`,insertColumnRight:`درج ستون راست`,delete:`حذف جدول`,deleteRows:`حذف سطر`,deleteColumns:`حذف ستون`,deleteTable:`حذف جدول`},headerFooter:{header:`هدر`,footer:`فوتر`,panel:`تنظیمات هدر و فوتر`,firstPageCheckBox:`صفحه اول متفاوت`,oddEvenCheckBox:`صفحات فرد و زوج متفاوت`,headerTopMargin:`حاشیه بالای هدر(px)`,footerBottomMargin:`حاشیه پایینی فوتر(px)`,closeHeaderFooter:`بستن هدر و فوتر`,disableText:`تنظیمات هدر و فوتر غیرفعال است`},doc:{menu:{paragraphSetting:`تنظیمات پاراگراف`},slider:{paragraphSetting:`تنظیمات پاراگراف`},paragraphSetting:{alignment:`تراز`,indentation:`تورفتگی`,left:`چپ`,right:`راست`,firstLine:`خط اول`,hanging:`آویز`,spacing:`فاصله‌گذاری`,before:`قبل`,after:`بعد`,lineSpace:`فاصله خط`,multiSpace:`فاصله چندگانه`,fixedValue:`مقدار ثابت(px)`}},rightClick:{copy:`کپی`,cut:`برش`,paste:`چسباندن`,delete:`حذف`,bulletList:`لیست بدون شماره`,orderList:`لیست شماره‌دار`,checkList:`لیست وظیفه`,insertBellow:`درج در پایین`},"page-settings":{"document-setting":`تنظیمات سند`,"page-size":{main:`اندازه کاغذ`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`نامه آمریکایی`,legal:`نامه حقوقی`,tabloid:`روزنامه`,statement:`کاغذ اظهارنامه`,executive:`کاغذ اجرایی`,folio:`کاغذ فولیو`},"paper-size":`اندازه کاغذ`,orientation:`جهت`,portrait:`عمودی`,landscape:`افقی`,"custom-paper-size":`اندازه کاغذ سفارشی`,top:`بالا`,bottom:`پایین`,left:`چپ`,right:`راست`,cancel:`لغو`,confirm:`تایید`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiFaIR=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`بازگرداندن`,redo:`تکرار`,font:`فونت`,fontSize:`اندازه فونت`,bold:`پررنگ`,italic:`ایتالیک`,strikethrough:`خط‌دار`,subscript:`زیرنویس`,superscript:`بالانویس`,underline:`خط‌کشی`,textColor:{main:`رنگ متن`},fillColor:{main:`رنگ پس‌زمینه متن`},table:{main:`جدول`,insert:`درج جدول`,colCount:`تعداد ستون`,rowCount:`تعداد سطر`},resetColor:`بازنشانی`,order:`لیست شماره‌دار`,unorder:`لیست بدون شماره`,checklist:`لیست وظیفه`,documentFlavor:`Modern Mode`,alignLeft:`تراز چپ`,alignCenter:`تراز وسط`,alignRight:`تراز راست`,alignJustify:`توجیه`,horizontalLine:`Horizontal line`,headerFooter:`هدر و فوتر`,pageSetup:`تنظیمات صفحه`},table:{insert:`درج`,insertRowAbove:`درج سطر بالاتر`,insertRowBelow:`درج سطر پایین‌تر`,insertColumnLeft:`درج ستون چپ`,insertColumnRight:`درج ستون راست`,delete:`حذف جدول`,deleteRows:`حذف سطر`,deleteColumns:`حذف ستون`,deleteTable:`حذف جدول`},headerFooter:{header:`هدر`,footer:`فوتر`,panel:`تنظیمات هدر و فوتر`,firstPageCheckBox:`صفحه اول متفاوت`,oddEvenCheckBox:`صفحات فرد و زوج متفاوت`,headerTopMargin:`حاشیه بالای هدر(px)`,footerBottomMargin:`حاشیه پایینی فوتر(px)`,closeHeaderFooter:`بستن هدر و فوتر`,disableText:`تنظیمات هدر و فوتر غیرفعال است`},doc:{menu:{paragraphSetting:`تنظیمات پاراگراف`},slider:{paragraphSetting:`تنظیمات پاراگراف`},paragraphSetting:{alignment:`تراز`,indentation:`تورفتگی`,left:`چپ`,right:`راست`,firstLine:`خط اول`,hanging:`آویز`,spacing:`فاصله‌گذاری`,before:`قبل`,after:`بعد`,lineSpace:`فاصله خط`,multiSpace:`فاصله چندگانه`,fixedValue:`مقدار ثابت(px)`}},rightClick:{copy:`کپی`,cut:`برش`,paste:`چسباندن`,delete:`حذف`,bulletList:`لیست بدون شماره`,orderList:`لیست شماره‌دار`,checkList:`لیست وظیفه`,insertBellow:`درج در پایین`},"page-settings":{"document-setting":`تنظیمات سند`,mode:`حالت`,"modern-mode":`مدرن`,"classic-mode":`کلاسیک`,"modern-width":`عرض محتوا`,"modern-width-narrow":`باریک`,"modern-width-medium":`متوسط`,"modern-width-wide":`عریض`,"page-size":{main:`اندازه کاغذ`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`نامه آمریکایی`,legal:`نامه حقوقی`,tabloid:`روزنامه`,statement:`کاغذ اظهارنامه`,executive:`کاغذ اجرایی`,folio:`کاغذ فولیو`},"paper-size":`اندازه کاغذ`,orientation:`جهت`,portrait:`عمودی`,landscape:`افقی`,"custom-paper-size":`اندازه کاغذ سفارشی`,top:`بالا`,bottom:`پایین`,left:`چپ`,right:`راست`,cancel:`لغو`,confirm:`تایید`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiFrFR=t())})(this,function(){return{toolbar:{undo:`Annuler`,redo:`Rétablir`,font:`Police`,fontSize:`Taille de la police`,bold:`Gras`,italic:`Italique`,strikethrough:`Barré`,subscript:`Indice`,superscript:`Exposant`,underline:`Souligné`,textColor:{main:`Couleur du texte`,right:`Choisir une couleur`},fillColor:{main:`Couleur de fond du texte`,right:`Choisir une couleur`},table:{main:`Tableau`,insert:`Insérer un tableau`,colCount:`Nombre de colonnes`,rowCount:`Nombre de lignes`},resetColor:`Réinitialiser`,order:`Liste ordonnée`,unorder:`Liste non ordonnée`,checklist:`Liste de tâches`,documentFlavor:`Modern Mode`,alignLeft:`Aligner à gauche`,alignCenter:`Aligner au centre`,alignRight:`Aligner à droite`,alignJustify:`Justifier`,horizontalLine:`Horizontal line`,headerFooter:`En-tête et pied de page`,pageSetup:`Paramètres de page`},table:{insert:`Insérer`,insertRowAbove:`Insérer une ligne au-dessus`,insertRowBelow:`Insérer une ligne en dessous`,insertColumnLeft:`Insérer une colonne à gauche`,insertColumnRight:`Insérer une colonne à droite`,delete:`Supprimer`,deleteRows:`Supprimer une ligne`,deleteColumns:`Supprimer une colonne`,deleteTable:`Supprimer le tableau`},headerFooter:{header:`En-tête`,footer:`Pied de page`,panel:`En-tête et pied de page`,firstPageCheckBox:`Différente la première page`,oddEvenCheckBox:`Différente les pages impaires et paires`,headerTopMargin:`Marge en haut de l'en-tête(px)`,footerBottomMargin:`Marge en bas du pied de page(px)`,closeHeaderFooter:`Fermer l'en-tête et le pied de page`,disableText:`Les paramètres de l'en-tête et du pied de page sont désactivés`},doc:{menu:{paragraphSetting:`Paramètres de paragraphe`},slider:{paragraphSetting:`Paramètres de paragraphe`},paragraphSetting:{alignment:`Alignement`,indentation:`Indentation`,left:`Gauche`,right:`Droite`,firstLine:`Première ligne`,hanging:`Retrait`,spacing:`Espacement`,before:`Avant`,after:`Après`,lineSpace:`Espacement de ligne`,multiSpace:`Espacement multiple`,fixedValue:`Valeur fixe(px)`}},rightClick:{copy:`Copier`,cut:`Couper`,paste:`Coller`,delete:`Supprimer`,bulletList:`Liste non ordonnée`,orderList:`Liste ordonnée`,checkList:`Liste de tâches`,insertBellow:`Insérer dans le bas`},"page-settings":{"document-setting":`Paramètres du document`,"paper-size":`Format du papier`,"page-size":{main:`Format du papier`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Format Lettre US`,legal:`Format Légal US`,tabloid:`Format Tabloïd`,statement:`Format Déclaration`,executive:`Format Exécutif`,folio:`Format Folio`},orientation:`Orientation`,portrait:`Portrait`,landscape:`Paysage`,"custom-paper-size":`Format de papier personnalisé`,top:`Haut`,bottom:`Bas`,left:`Gauche`,right:`Droite`,cancel:`Annuler`,confirm:`Confirmer`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiFrFR=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Annuler`,redo:`Rétablir`,font:`Police`,fontSize:`Taille de la police`,bold:`Gras`,italic:`Italique`,strikethrough:`Barré`,subscript:`Indice`,superscript:`Exposant`,underline:`Souligné`,textColor:{main:`Couleur du texte`},fillColor:{main:`Couleur de fond du texte`},table:{main:`Tableau`,insert:`Insérer un tableau`,colCount:`Nombre de colonnes`,rowCount:`Nombre de lignes`},resetColor:`Réinitialiser`,order:`Liste ordonnée`,unorder:`Liste non ordonnée`,checklist:`Liste de tâches`,documentFlavor:`Modern Mode`,alignLeft:`Aligner à gauche`,alignCenter:`Aligner au centre`,alignRight:`Aligner à droite`,alignJustify:`Justifier`,horizontalLine:`Horizontal line`,headerFooter:`En-tête et pied de page`,pageSetup:`Paramètres de page`},table:{insert:`Insérer`,insertRowAbove:`Insérer une ligne au-dessus`,insertRowBelow:`Insérer une ligne en dessous`,insertColumnLeft:`Insérer une colonne à gauche`,insertColumnRight:`Insérer une colonne à droite`,delete:`Supprimer`,deleteRows:`Supprimer une ligne`,deleteColumns:`Supprimer une colonne`,deleteTable:`Supprimer le tableau`},headerFooter:{header:`En-tête`,footer:`Pied de page`,panel:`En-tête et pied de page`,firstPageCheckBox:`Différente la première page`,oddEvenCheckBox:`Différente les pages impaires et paires`,headerTopMargin:`Marge en haut de l'en-tête(px)`,footerBottomMargin:`Marge en bas du pied de page(px)`,closeHeaderFooter:`Fermer l'en-tête et le pied de page`,disableText:`Les paramètres de l'en-tête et du pied de page sont désactivés`},doc:{menu:{paragraphSetting:`Paramètres de paragraphe`},slider:{paragraphSetting:`Paramètres de paragraphe`},paragraphSetting:{alignment:`Alignement`,indentation:`Indentation`,left:`Gauche`,right:`Droite`,firstLine:`Première ligne`,hanging:`Retrait`,spacing:`Espacement`,before:`Avant`,after:`Après`,lineSpace:`Espacement de ligne`,multiSpace:`Espacement multiple`,fixedValue:`Valeur fixe(px)`}},rightClick:{copy:`Copier`,cut:`Couper`,paste:`Coller`,delete:`Supprimer`,bulletList:`Liste non ordonnée`,orderList:`Liste ordonnée`,checkList:`Liste de tâches`,insertBellow:`Insérer dans le bas`},"page-settings":{"document-setting":`Paramètres du document`,mode:`Mode`,"modern-mode":`Moderne`,"classic-mode":`Classique`,"modern-width":`Largeur du contenu`,"modern-width-narrow":`Étroit`,"modern-width-medium":`Moyen`,"modern-width-wide":`Large`,"paper-size":`Format du papier`,"page-size":{main:`Format du papier`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Format Lettre US`,legal:`Format Légal US`,tabloid:`Format Tabloïd`,statement:`Format Déclaration`,executive:`Format Exécutif`,folio:`Format Folio`},orientation:`Orientation`,portrait:`Portrait`,landscape:`Paysage`,"custom-paper-size":`Format de papier personnalisé`,top:`Haut`,bottom:`Bas`,left:`Gauche`,right:`Droite`,cancel:`Annuler`,confirm:`Confirmer`}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiIdID=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Batalkan`,redo:`Ulangi`,font:`Font`,fontSize:`Ukuran font`,bold:`Tebal`,italic:`Miring`,strikethrough:`Coret`,subscript:`Subskrip`,superscript:`Superskrip`,underline:`Garis bawah`,textColor:{main:`Warna teks`},fillColor:{main:`Warna latar teks`},table:{main:`Tabel`,insert:`Sisipkan Tabel`,colCount:`Jumlah kolom`,rowCount:`Jumlah baris`},resetColor:`Atur Ulang`,order:`Daftar berurut`,unorder:`Daftar tak berurut`,checklist:`Daftar tugas`,documentFlavor:`Mode Modern`,alignLeft:`Rata Kiri`,alignCenter:`Rata Tengah`,alignRight:`Rata Kanan`,alignJustify:`Rata Kanan Kiri`,horizontalLine:`Garis horizontal`,headerFooter:`Header & Footer`,pageSetup:`Pengaturan Halaman`},table:{insert:`Sisipkan`,insertRowAbove:`Sisipkan baris di atas`,insertRowBelow:`Sisipkan baris di bawah`,insertColumnLeft:`Sisipkan kolom di kiri`,insertColumnRight:`Sisipkan kolom di kanan`,delete:`Hapus tabel`,deleteRows:`Hapus baris`,deleteColumns:`Hapus kolom`,deleteTable:`Hapus tabel`},headerFooter:{header:`Header`,footer:`Footer`,panel:`Pengaturan Header & Footer`,firstPageCheckBox:`Halaman pertama berbeda`,oddEvenCheckBox:`Halaman ganjil dan genap berbeda`,headerTopMargin:`Margin atas header(px)`,footerBottomMargin:`Margin bawah footer(px)`,closeHeaderFooter:`Tutup header & footer`,disableText:`Pengaturan header & footer dinonaktifkan`},doc:{menu:{paragraphSetting:`Pengaturan Paragraf`},slider:{paragraphSetting:`Pengaturan Paragraf`},paragraphSetting:{alignment:`Perataan`,indentation:`Indentasi`,left:`Kiri`,right:`Kanan`,firstLine:`Baris Pertama`,hanging:`Menggantung`,spacing:`Spasi`,before:`Sebelum`,after:`Sesudah`,lineSpace:`Spasi Baris`,multiSpace:`Spasi Ganda`,fixedValue:`Nilai Tetap(px)`}},rightClick:{copy:`Salin`,cut:`Potong`,paste:`Tempel`,delete:`Hapus`,bulletList:`Daftar poin`,orderList:`Daftar berurut`,checkList:`Daftar tugas`,insertBellow:`Sisipkan di bawah`},"page-settings":{"document-setting":`Pengaturan Dokumen`,mode:`Mode`,"modern-mode":`Modern`,"classic-mode":`Klasik`,"modern-width":`Lebar konten`,"modern-width-narrow":`Sempit`,"modern-width-medium":`Sedang`,"modern-width-wide":`Lebar`,"paper-size":`Ukuran kertas`,"page-size":{main:`Ukuran kertas`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientasi`,portrait:`Potret`,landscape:`Lanskap`,"custom-paper-size":`Ukuran kertas kustom`,top:`Atas`,bottom:`Bawah`,left:`Kiri`,right:`Kanan`,cancel:`Batal`,confirm:`Konfirmasi`}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiItIT=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Annulla`,redo:`Ripristina`,font:`Carattere`,fontSize:`Dimensione carattere`,bold:`Grassetto`,italic:`Corsivo`,strikethrough:`Barrato`,subscript:`Pedice`,superscript:`Apice`,underline:`Sottolineato`,textColor:{main:`Colore testo`},fillColor:{main:`Colore sfondo testo`},table:{main:`Tabella`,insert:`Inserisci Tabella`,colCount:`Numero colonne`,rowCount:`Numero righe`},resetColor:`Reimposta`,order:`Elenco ordinato`,unorder:`Elenco puntato`,checklist:`Elenco attività`,documentFlavor:`Modalità Moderna`,alignLeft:`Allinea a Sinistra`,alignCenter:`Allinea al Centro`,alignRight:`Allinea a Destra`,alignJustify:`Giustifica`,horizontalLine:`Linea orizzontale`,headerFooter:`Intestazione e Piè di Pagina`,pageSetup:`Impostazione Pagina`},table:{insert:`Inserisci`,insertRowAbove:`Inserisci riga sopra`,insertRowBelow:`Inserisci riga sotto`,insertColumnLeft:`Inserisci colonna a sinistra`,insertColumnRight:`Inserisci colonna a destra`,delete:`Elimina tabella`,deleteRows:`Elimina riga`,deleteColumns:`Elimina colonna`,deleteTable:`Elimina tabella`},headerFooter:{header:`Intestazione`,footer:`Piè di pagina`,panel:`Impostazioni Intestazione e Piè di Pagina`,firstPageCheckBox:`Prima pagina diversa`,oddEvenCheckBox:`Pagine pari e dispari diverse`,headerTopMargin:`Margine superiore intestazione (px)`,footerBottomMargin:`Margine inferiore piè di pagina (px)`,closeHeaderFooter:`Chiudi intestazione e piè di pagina`,disableText:`Le impostazioni di intestazione e piè di pagina sono disabilitate`},doc:{menu:{paragraphSetting:`Impostazioni Paragrafo`},slider:{paragraphSetting:`Impostazioni Paragrafo`},paragraphSetting:{alignment:`Allineamento`,indentation:`Rientro`,left:`Sinistra`,right:`Destra`,firstLine:`Prima riga`,hanging:`Rientro sporgente`,spacing:`Spaziatura`,before:`Prima`,after:`Dopo`,lineSpace:`Interlinea`,multiSpace:`Spaziatura multipla`,fixedValue:`Valore fisso (px)`}},rightClick:{copy:`Copia`,cut:`Taglia`,paste:`Incolla`,delete:`Elimina`,bulletList:`Elenco puntato`,orderList:`Elenco ordinato`,checkList:`Elenco attività`,insertBellow:`Inserisci sotto`},"page-settings":{"document-setting":`Impostazione Documento`,mode:`Modalità`,"modern-mode":`Moderna`,"classic-mode":`Classica`,"modern-width":`Larghezza contenuto`,"modern-width-narrow":`Stretta`,"modern-width-medium":`Media`,"modern-width-wide":`Ampia`,"paper-size":`Dimensione carta`,"page-size":{main:`Dimensione carta`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientamento`,portrait:`Verticale`,landscape:`Orizzontale`,"custom-paper-size":`Dimensione carta personalizzata`,top:`Superiore`,bottom:`Inferiore`,left:`Sinistra`,right:`Destra`,cancel:`Annulla`,confirm:`Conferma`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiJaJP=t())})(this,function(){return{toolbar:{undo:`元に戻す`,redo:`やり直し`,font:`フォント`,fontSize:`フォントサイズ`,bold:`太字`,italic:`斜体`,strikethrough:`取り消し線`,subscript:`下付き文字`,superscript:`上付き文字`,underline:`下線`,textColor:{main:`文字の色`,right:`色を選択`},fillColor:{main:`塗りつぶしの色`,right:`色を選択`},table:{main:`表`,insert:`表の挿入`,colCount:`列数`,rowCount:`行数`},resetColor:`既定の色に戻す`,order:`番号付きリスト`,unorder:`箇条書き`,checklist:`チェックリスト`,documentFlavor:`モダンモード`,alignLeft:`左揃え`,alignCenter:`中央揃え`,alignRight:`右揃え`,alignJustify:`両端揃え`,horizontalLine:`横線の挿入`,headerFooter:`ヘッダーとフッター`,pageSetup:`ページ設定`},table:{insert:`挿入`,insertRowAbove:`上に行を挿入`,insertRowBelow:`下に行を挿入`,insertColumnLeft:`左に列を挿入`,insertColumnRight:`右に列を挿入`,delete:`表を削除`,deleteRows:`行を削除`,deleteColumns:`列を削除`,deleteTable:`表を削除`},headerFooter:{header:`ヘッダー`,footer:`フッター`,panel:`ヘッダーとフッターの設定`,firstPageCheckBox:`先頭ページを別設定`,oddEvenCheckBox:`奇数/偶数ページを別設定`,headerTopMargin:`ヘッダー上余白(px)`,footerBottomMargin:`フッター下余白(px)`,closeHeaderFooter:`ヘッダー/フッターを閉じる`,disableText:`ヘッダーとフッターの設定は無効です`},doc:{menu:{paragraphSetting:`段落設定`},slider:{paragraphSetting:`段落設定`},paragraphSetting:{alignment:`配置`,indentation:`インデント`,left:`左`,right:`右`,firstLine:`先頭行`,hanging:`ぶら下げ`,spacing:`間隔`,before:`前の間隔`,after:`後の間隔`,lineSpace:`行間`,multiSpace:`複数行間`,fixedValue:`固定値(px)`}},rightClick:{copy:`コピー`,cut:`切り取り`,paste:`貼り付け`,delete:`削除`,bulletList:`箇条書き`,orderList:`番号付きリスト`,checkList:`チェックリスト`,insertBellow:`下に挿入`},"page-settings":{"document-setting":`文書設定`,"paper-size":`用紙サイズ`,"page-size":{main:`用紙サイズ`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`方向`,portrait:`縦`,landscape:`横`,"custom-paper-size":`カスタム用紙サイズ`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`キャンセル`,confirm:`確認`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiJaJP=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`元に戻す`,redo:`やり直し`,font:`フォント`,fontSize:`フォントサイズ`,bold:`太字`,italic:`斜体`,strikethrough:`取り消し線`,subscript:`下付き文字`,superscript:`上付き文字`,underline:`下線`,textColor:{main:`文字の色`},fillColor:{main:`塗りつぶしの色`},table:{main:`表`,insert:`表の挿入`,colCount:`列数`,rowCount:`行数`},resetColor:`既定の色に戻す`,order:`番号付きリスト`,unorder:`箇条書き`,checklist:`チェックリスト`,documentFlavor:`モダンモード`,alignLeft:`左揃え`,alignCenter:`中央揃え`,alignRight:`右揃え`,alignJustify:`両端揃え`,horizontalLine:`横線の挿入`,headerFooter:`ヘッダーとフッター`,pageSetup:`ページ設定`},table:{insert:`挿入`,insertRowAbove:`上に行を挿入`,insertRowBelow:`下に行を挿入`,insertColumnLeft:`左に列を挿入`,insertColumnRight:`右に列を挿入`,delete:`表を削除`,deleteRows:`行を削除`,deleteColumns:`列を削除`,deleteTable:`表を削除`},headerFooter:{header:`ヘッダー`,footer:`フッター`,panel:`ヘッダーとフッターの設定`,firstPageCheckBox:`先頭ページを別設定`,oddEvenCheckBox:`奇数/偶数ページを別設定`,headerTopMargin:`ヘッダー上余白(px)`,footerBottomMargin:`フッター下余白(px)`,closeHeaderFooter:`ヘッダー/フッターを閉じる`,disableText:`ヘッダーとフッターの設定は無効です`},doc:{menu:{paragraphSetting:`段落設定`},slider:{paragraphSetting:`段落設定`},paragraphSetting:{alignment:`配置`,indentation:`インデント`,left:`左`,right:`右`,firstLine:`先頭行`,hanging:`ぶら下げ`,spacing:`間隔`,before:`前の間隔`,after:`後の間隔`,lineSpace:`行間`,multiSpace:`複数行間`,fixedValue:`固定値(px)`}},rightClick:{copy:`コピー`,cut:`切り取り`,paste:`貼り付け`,delete:`削除`,bulletList:`箇条書き`,orderList:`番号付きリスト`,checkList:`チェックリスト`,insertBellow:`下に挿入`},"page-settings":{"document-setting":`文書設定`,mode:`モード`,"modern-mode":`モダン`,"classic-mode":`クラシック`,"modern-width":`コンテンツ幅`,"modern-width-narrow":`狭い`,"modern-width-medium":`標準`,"modern-width-wide":`広い`,"paper-size":`用紙サイズ`,"page-size":{main:`用紙サイズ`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`方向`,portrait:`縦`,landscape:`横`,"custom-paper-size":`カスタム用紙サイズ`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`キャンセル`,confirm:`確認`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiKoKR=t())})(this,function(){return{toolbar:{undo:`실행 취소`,redo:`다시 실행`,font:`글꼴`,fontSize:`글꼴 크기`,bold:`굵게`,italic:`기울임꼴`,strikethrough:`취소선`,subscript:`아래 첨자`,superscript:`위 첨자`,underline:`밑줄`,textColor:{main:`글자 색상`,right:`색상 선택`},fillColor:{main:`글자 배경색`,right:`색상 선택`},table:{main:`표`,insert:`표 삽입`,colCount:`열 개수`,rowCount:`행 개수`},resetColor:`기본색으로 재설정`,order:`번호 매기기`,unorder:`글머리 기호`,checklist:`할 일 목록`,documentFlavor:`모던 모드`,alignLeft:`왼쪽 정렬`,alignCenter:`가운데 정렬`,alignRight:`오른쪽 정렬`,alignJustify:`양쪽 맞춤`,horizontalLine:`가로줄 삽입`,headerFooter:`머리글 및 바닥글`,pageSetup:`페이지 설정`},table:{insert:`삽입`,insertRowAbove:`위에 행 삽입`,insertRowBelow:`아래에 행 삽입`,insertColumnLeft:`왼쪽에 열 삽입`,insertColumnRight:`오른쪽에 열 삽입`,delete:`표 삭제`,deleteRows:`행 삭제`,deleteColumns:`열 삭제`,deleteTable:`표 삭제`},headerFooter:{header:`머리글`,footer:`바닥글`,panel:`머리글 및 바닥글 설정`,firstPageCheckBox:`첫 페이지 다르게 설정`,oddEvenCheckBox:`홀짝 페이지 다르게 설정`,headerTopMargin:`머리글 위쪽 여백(px)`,footerBottomMargin:`바닥글 아래쪽 여백(px)`,closeHeaderFooter:`머리글 및 바닥글 닫기`,disableText:`머리글 및 바닥글 설정이 비활성화되었습니다`},doc:{menu:{paragraphSetting:`문단 설정`},slider:{paragraphSetting:`문단 설정`},paragraphSetting:{alignment:`정렬`,indentation:`들여쓰기`,left:`왼쪽`,right:`오른쪽`,firstLine:`첫 줄`,hanging:`내어쓰기`,spacing:`간격`,before:`위 간격`,after:`아래 간격`,lineSpace:`줄 간격`,multiSpace:`복수 줄 간격`,fixedValue:`고정 값(px)`}},rightClick:{copy:`복사`,cut:`잘라내기`,paste:`붙여넣기`,delete:`삭제`,bulletList:`글머리 기호 목록`,orderList:`번호 매기기 목록`,checkList:`할 일 목록`,insertBellow:`아래에 삽입`},"page-settings":{"document-setting":`문서 설정`,"paper-size":`용지 크기`,"page-size":{main:`용지 크기`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`방향`,portrait:`세로`,landscape:`가로`,"custom-paper-size":`사용자 정의 용지 크기`,top:`위`,bottom:`아래`,left:`왼쪽`,right:`오른쪽`,cancel:`취소`,confirm:`확인`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiKoKR=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`실행 취소`,redo:`다시 실행`,font:`글꼴`,fontSize:`글꼴 크기`,bold:`굵게`,italic:`기울임꼴`,strikethrough:`취소선`,subscript:`아래 첨자`,superscript:`위 첨자`,underline:`밑줄`,textColor:{main:`글자 색상`},fillColor:{main:`글자 배경색`},table:{main:`표`,insert:`표 삽입`,colCount:`열 개수`,rowCount:`행 개수`},resetColor:`기본색으로 재설정`,order:`번호 매기기`,unorder:`글머리 기호`,checklist:`할 일 목록`,documentFlavor:`모던 모드`,alignLeft:`왼쪽 정렬`,alignCenter:`가운데 정렬`,alignRight:`오른쪽 정렬`,alignJustify:`양쪽 맞춤`,horizontalLine:`가로줄 삽입`,headerFooter:`머리글 및 바닥글`,pageSetup:`페이지 설정`},table:{insert:`삽입`,insertRowAbove:`위에 행 삽입`,insertRowBelow:`아래에 행 삽입`,insertColumnLeft:`왼쪽에 열 삽입`,insertColumnRight:`오른쪽에 열 삽입`,delete:`표 삭제`,deleteRows:`행 삭제`,deleteColumns:`열 삭제`,deleteTable:`표 삭제`},headerFooter:{header:`머리글`,footer:`바닥글`,panel:`머리글 및 바닥글 설정`,firstPageCheckBox:`첫 페이지 다르게 설정`,oddEvenCheckBox:`홀짝 페이지 다르게 설정`,headerTopMargin:`머리글 위쪽 여백(px)`,footerBottomMargin:`바닥글 아래쪽 여백(px)`,closeHeaderFooter:`머리글 및 바닥글 닫기`,disableText:`머리글 및 바닥글 설정이 비활성화되었습니다`},doc:{menu:{paragraphSetting:`문단 설정`},slider:{paragraphSetting:`문단 설정`},paragraphSetting:{alignment:`정렬`,indentation:`들여쓰기`,left:`왼쪽`,right:`오른쪽`,firstLine:`첫 줄`,hanging:`내어쓰기`,spacing:`간격`,before:`위 간격`,after:`아래 간격`,lineSpace:`줄 간격`,multiSpace:`복수 줄 간격`,fixedValue:`고정 값(px)`}},rightClick:{copy:`복사`,cut:`잘라내기`,paste:`붙여넣기`,delete:`삭제`,bulletList:`글머리 기호 목록`,orderList:`번호 매기기 목록`,checkList:`할 일 목록`,insertBellow:`아래에 삽입`},"page-settings":{"document-setting":`문서 설정`,mode:`모드`,"modern-mode":`모던`,"classic-mode":`클래식`,"modern-width":`콘텐츠 너비`,"modern-width-narrow":`좁게`,"modern-width-medium":`보통`,"modern-width-wide":`넓게`,"paper-size":`용지 크기`,"page-size":{main:`용지 크기`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`방향`,portrait:`세로`,landscape:`가로`,"custom-paper-size":`사용자 정의 용지 크기`,top:`위`,bottom:`아래`,left:`왼쪽`,right:`오른쪽`,cancel:`취소`,confirm:`확인`}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiPlPL=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Cofnij`,redo:`Ponów`,font:`Czcionka`,fontSize:`Rozmiar czcionki`,bold:`Pogrubienie`,italic:`Kursywa`,strikethrough:`Przekreślenie`,subscript:`Indeks dolny`,superscript:`Indeks górny`,underline:`Podkreślenie`,textColor:{main:`Kolor tekstu`},fillColor:{main:`Kolor tła tekstu`},table:{main:`Tabela`,insert:`Wstaw tabelę`,colCount:`Liczba kolumn`,rowCount:`Liczba wierszy`},resetColor:`Resetuj`,order:`Lista numerowana`,unorder:`Lista punktowana`,checklist:`Lista zadań`,documentFlavor:`Tryb nowoczesny`,alignLeft:`Wyrównaj do lewej`,alignCenter:`Wyrównaj do środka`,alignRight:`Wyrównaj do prawej`,alignJustify:`Wyjustuj`,horizontalLine:`Linia pozioma`,headerFooter:`Nagłówek i stopka`,pageSetup:`Ustawienia strony`},table:{insert:`Wstaw`,insertRowAbove:`Wstaw wiersz powyżej`,insertRowBelow:`Wstaw wiersz poniżej`,insertColumnLeft:`Wstaw kolumnę z lewej`,insertColumnRight:`Wstaw kolumnę z prawej`,delete:`Usuń tabelę`,deleteRows:`Usuń wiersz`,deleteColumns:`Usuń kolumnę`,deleteTable:`Usuń tabelę`},headerFooter:{header:`Nagłówek`,footer:`Stopka`,panel:`Ustawienia nagłówka i stopki`,firstPageCheckBox:`Inna pierwsza strona`,oddEvenCheckBox:`Inne strony parzyste i nieparzyste`,headerTopMargin:`Górny margines nagłówka (px)`,footerBottomMargin:`Dolny margines stopki (px)`,closeHeaderFooter:`Zamknij nagłówek i stopkę`,disableText:`Ustawienia nagłówka i stopki są wyłączone`},doc:{menu:{paragraphSetting:`Ustawienia akapitu`},slider:{paragraphSetting:`Ustawienia akapitu`},paragraphSetting:{alignment:`Wyrównanie`,indentation:`Wcięcie`,left:`Lewe`,right:`Prawe`,firstLine:`Pierwszy wiersz`,hanging:`Wiszące`,spacing:`Odstępy`,before:`Przed`,after:`Po`,lineSpace:`Odstęp między wierszami`,multiSpace:`Wielokrotny odstęp`,fixedValue:`Wartość stała (px)`}},rightClick:{copy:`Kopiuj`,cut:`Wytnij`,paste:`Wklej`,delete:`Usuń`,bulletList:`Lista punktowana`,orderList:`Lista numerowana`,checkList:`Lista zadań`,insertBellow:`Wstaw poniżej`},"page-settings":{"document-setting":`Ustawienia dokumentu`,mode:`Tryb`,"modern-mode":`Nowoczesny`,"classic-mode":`Klasyczny`,"modern-width":`Szerokość treści`,"modern-width-narrow":`Wąski`,"modern-width-medium":`Średni`,"modern-width-wide":`Szeroki`,"paper-size":`Rozmiar papieru`,"page-size":{main:`Rozmiar papieru`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientacja`,portrait:`Pionowa`,landscape:`Pozioma`,"custom-paper-size":`Niestandardowy rozmiar papieru`,top:`Góra`,bottom:`Dół`,left:`Lewo`,right:`Prawo`,cancel:`Anuluj`,confirm:`Potwierdź`}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiPtBR=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Desfazer`,redo:`Refazer`,font:`Fonte`,fontSize:`Tamanho da fonte`,bold:`Negrito`,italic:`Itálico`,strikethrough:`Tachado`,subscript:`Subscrito`,superscript:`Sobrescrito`,underline:`Sublinhado`,textColor:{main:`Cor do texto`},fillColor:{main:`Cor de fundo do texto`},table:{main:`Tabela`,insert:`Inserir tabela`,colCount:`Número de colunas`,rowCount:`Número de linhas`},resetColor:`Redefinir`,order:`Lista ordenada`,unorder:`Lista não ordenada`,checklist:`Lista de tarefas`,documentFlavor:`Modo Moderno`,alignLeft:`Alinhar à esquerda`,alignCenter:`Alinhar ao centro`,alignRight:`Alinhar à direita`,alignJustify:`Justificar`,horizontalLine:`Linha horizontal`,headerFooter:`Cabeçalho e rodapé`,pageSetup:`Configurar página`},table:{insert:`Inserir`,insertRowAbove:`Inserir linha acima`,insertRowBelow:`Inserir linha abaixo`,insertColumnLeft:`Inserir coluna à esquerda`,insertColumnRight:`Inserir coluna à direita`,delete:`Excluir tabela`,deleteRows:`Excluir linha`,deleteColumns:`Excluir coluna`,deleteTable:`Excluir tabela`},headerFooter:{header:`Cabeçalho`,footer:`Rodapé`,panel:`Configurações de cabeçalho e rodapé`,firstPageCheckBox:`Primeira página diferente`,oddEvenCheckBox:`Páginas ímpares e pares diferentes`,headerTopMargin:`Margem superior do cabeçalho (px)`,footerBottomMargin:`Margem inferior do rodapé (px)`,closeHeaderFooter:`Fechar cabeçalho e rodapé`,disableText:`As configurações de cabeçalho e rodapé estão desativadas`},doc:{menu:{paragraphSetting:`Configurações de parágrafo`},slider:{paragraphSetting:`Configurações de parágrafo`},paragraphSetting:{alignment:`Alinhamento`,indentation:`Recuo`,left:`Esquerda`,right:`Direita`,firstLine:`Primeira linha`,hanging:`Recuo negativo`,spacing:`Espaçamento`,before:`Antes`,after:`Depois`,lineSpace:`Espaçamento entre linhas`,multiSpace:`Espaçamento múltiplo`,fixedValue:`Valor fixo (px)`}},rightClick:{copy:`Copiar`,cut:`Recortar`,paste:`Colar`,delete:`Excluir`,bulletList:`Lista com marcadores`,orderList:`Lista ordenada`,checkList:`Lista de tarefas`,insertBellow:`Inserir abaixo`},"page-settings":{"document-setting":`Configuração do documento`,mode:`Modo`,"modern-mode":`Moderno`,"classic-mode":`Clássico`,"modern-width":`Largura do conteúdo`,"modern-width-narrow":`Estreito`,"modern-width-medium":`Médio`,"modern-width-wide":`Amplo`,"paper-size":`Tamanho do papel`,"page-size":{main:`Tamanho do papel`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientação`,portrait:`Retrato`,landscape:`Paisagem`,"custom-paper-size":`Tamanho de papel personalizado`,top:`Superior`,bottom:`Inferior`,left:`Esquerda`,right:`Direita`,cancel:`Cancelar`,confirm:`Confirmar`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiRuRU=t())})(this,function(){return{toolbar:{undo:`Отменить`,redo:`Повторить`,font:`Шрифт`,fontSize:`Размер шрифта`,bold:`Полужирный`,italic:`Курсив`,strikethrough:`Зачеркнутый`,subscript:`Нижний индекс`,superscript:`Верхний индекс`,underline:`Подчеркнутый`,textColor:{main:`Цвет текста`,right:`Выбрать цвет`},fillColor:{main:`Цвет фона текста`,right:`Выбрать цвет`},table:{main:`Таблица`,insert:`Добавить таблицу`,colCount:`Количество столбцов`,rowCount:`Количество строк`},resetColor:`Сбросить`,order:`Упорядоченный список`,unorder:`Неупорядоченный список`,alignLeft:`Выровнять по левому краю`,alignCenter:`Выровнять по центру`,alignRight:`Выровнять по правому краю`,alignJustify:`Выровнять по ширине`,horizontalLine:`Горизонтальная линия`,headerFooter:`Верхние и нижние колонтитулы`,checklist:`Список задач`,documentFlavor:`Современный режим`,pageSetup:`Настройки страницы`},table:{insert:`Вставить`,insertRowAbove:`Вставить строку выше`,insertRowBelow:`Вставить строку ниже`,insertColumnLeft:`Вставить столбец слева`,insertColumnRight:`Вставить столбец справа`,delete:`Удалить таблицу`,deleteRows:`Удалить строку`,deleteColumns:`Удалить столбец`,deleteTable:`Удалить таблицу`},headerFooter:{header:`Верхний колонтитул`,footer:`Нижний колонтитул`,panel:`Настройки верхнего и нижнего колонтитулов`,firstPageCheckBox:`Особенная первая страница`,oddEvenCheckBox:`Разные четные и нечетные страницы`,headerTopMargin:`Верхнее поле верхнего колонтитула (px)`,footerBottomMargin:`Нижнее поле нижнего колонтитула (px)`,closeHeaderFooter:`Закрыть верхний и нижний колонтитулы`,disableText:`Настройки верхнего и нижнего колонтитулов отключены`},doc:{menu:{paragraphSetting:`Настройка абзаца`},slider:{paragraphSetting:`Настройка абзаца`},paragraphSetting:{alignment:`Выравнивание`,indentation:`Отступ`,left:`Левый`,right:`Правый`,firstLine:`Первая строка`,hanging:`Висит`,spacing:`Расстояние`,before:`До`,after:`После`,lineSpace:`Высота строки`,multiSpace:`Двойной отступ`,fixedValue:`Фиксированное значение (px)`}},rightClick:{copy:`Копировать`,cut:`Вырезать`,paste:`Вставить`,delete:`Удалить`,bulletList:`Неупорядоченный список`,orderList:`Упорядоченный список`,checkList:`Список задач`,insertBellow:`Вставить ниже`},"page-settings":{"document-setting":`Настройки документа`,"page-size":{main:`Размер бумаги`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Американский формат`,legal:`Юридический формат`,tabloid:`Таблоидный формат`,statement:`Формат заявления`,executive:`Исполнительный формат`,folio:`Формат фолио`},"paper-size":`Размер бумаги`,orientation:`Ориентация`,portrait:`Книжная`,landscape:`Альбомная`,"custom-paper-size":`Пользовательский размер бумаги`,top:`Верх`,bottom:`Низ`,left:`Слева`,right:`Справа`,cancel:`Отмена`,confirm:`Подтвердить`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiRuRU=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Отменить`,redo:`Повторить`,font:`Шрифт`,fontSize:`Размер шрифта`,bold:`Полужирный`,italic:`Курсив`,strikethrough:`Зачеркнутый`,subscript:`Нижний индекс`,superscript:`Верхний индекс`,underline:`Подчеркнутый`,textColor:{main:`Цвет текста`},fillColor:{main:`Цвет фона текста`},table:{main:`Таблица`,insert:`Добавить таблицу`,colCount:`Количество столбцов`,rowCount:`Количество строк`},resetColor:`Сбросить`,order:`Упорядоченный список`,unorder:`Неупорядоченный список`,checklist:`Список задач`,documentFlavor:`Современный режим`,alignLeft:`Выровнять по левому краю`,alignCenter:`Выровнять по центру`,alignRight:`Выровнять по правому краю`,alignJustify:`Выровнять по ширине`,horizontalLine:`Горизонтальная линия`,headerFooter:`Верхние и нижние колонтитулы`,pageSetup:`Настройки страницы`},table:{insert:`Вставить`,insertRowAbove:`Вставить строку выше`,insertRowBelow:`Вставить строку ниже`,insertColumnLeft:`Вставить столбец слева`,insertColumnRight:`Вставить столбец справа`,delete:`Удалить таблицу`,deleteRows:`Удалить строку`,deleteColumns:`Удалить столбец`,deleteTable:`Удалить таблицу`},headerFooter:{header:`Верхний колонтитул`,footer:`Нижний колонтитул`,panel:`Настройки верхнего и нижнего колонтитулов`,firstPageCheckBox:`Особенная первая страница`,oddEvenCheckBox:`Разные четные и нечетные страницы`,headerTopMargin:`Верхнее поле верхнего колонтитула (px)`,footerBottomMargin:`Нижнее поле нижнего колонтитула (px)`,closeHeaderFooter:`Закрыть верхний и нижний колонтитулы`,disableText:`Настройки верхнего и нижнего колонтитулов отключены`},doc:{menu:{paragraphSetting:`Настройка абзаца`},slider:{paragraphSetting:`Настройка абзаца`},paragraphSetting:{alignment:`Выравнивание`,indentation:`Отступ`,left:`Левый`,right:`Правый`,firstLine:`Первая строка`,hanging:`Висит`,spacing:`Расстояние`,before:`До`,after:`После`,lineSpace:`Высота строки`,multiSpace:`Двойной отступ`,fixedValue:`Фиксированное значение (px)`}},rightClick:{copy:`Копировать`,cut:`Вырезать`,paste:`Вставить`,delete:`Удалить`,bulletList:`Неупорядоченный список`,orderList:`Упорядоченный список`,checkList:`Список задач`,insertBellow:`Вставить ниже`},"page-settings":{"document-setting":`Настройки документа`,mode:`Режим`,"modern-mode":`Современный`,"classic-mode":`Классический`,"modern-width":`Ширина содержимого`,"modern-width-narrow":`Узкая`,"modern-width-medium":`Средняя`,"modern-width-wide":`Широкая`,"page-size":{main:`Размер бумаги`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Американский формат`,legal:`Юридический формат`,tabloid:`Таблоидный формат`,statement:`Формат заявления`,executive:`Исполнительный формат`,folio:`Формат фолио`},"paper-size":`Размер бумаги`,orientation:`Ориентация`,portrait:`Книжная`,landscape:`Альбомная`,"custom-paper-size":`Пользовательский размер бумаги`,top:`Верх`,bottom:`Низ`,left:`Слева`,right:`Справа`,cancel:`Отмена`,confirm:`Подтвердить`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiSkSK=t())})(this,function(){return{toolbar:{undo:`Späť`,redo:`Znova`,font:`Písmo`,fontSize:`Veľkosť písma`,bold:`Tučné`,italic:`Kurzíva`,strikethrough:`Prečiarknuté`,subscript:`Dolný index`,superscript:`Horný index`,underline:`Podčiarknutie`,textColor:{main:`Farba textu`,right:`Vybrať farbu`},fillColor:{main:`Farba pozadia textu`,right:`Vybrať farbu`},table:{main:`Tabuľka`,insert:`Vložiť tabuľku`,colCount:`Počet stĺpcov`,rowCount:`Počet riadkov`},resetColor:`Obnoviť`,order:`Číslovaný zoznam`,unorder:`Odrážkový zoznam`,checklist:`Zoznam úloh`,documentFlavor:`Moderný režim`,alignLeft:`Zarovnať doľava`,alignCenter:`Zarovnať na stred`,alignRight:`Zarovnať doprava`,alignJustify:`Zarovnať do bloku`,horizontalLine:`Vodorovná čiara`,headerFooter:`Hlavička a päta`,pageSetup:`Nastavenie stránky`},table:{insert:`Vložiť`,insertRowAbove:`Vložiť riadok nad`,insertRowBelow:`Vložiť riadok pod`,insertColumnLeft:`Vložiť stĺpec vľavo`,insertColumnRight:`Vložiť stĺpec vpravo`,delete:`Odstrániť tabuľku`,deleteRows:`Odstrániť riadok`,deleteColumns:`Odstrániť stĺpec`,deleteTable:`Odstrániť tabuľku`},headerFooter:{header:`Hlavička`,footer:`Päta`,panel:`Nastavenia hlavičky a päty`,firstPageCheckBox:`Iná prvá strana`,oddEvenCheckBox:`Iné párne a nepárne strany`,headerTopMargin:`Horný okraj hlavičky (px)`,footerBottomMargin:`Dolný okraj päty (px)`,closeHeaderFooter:`Zavrieť hlavičku a pätu`,disableText:`Nastavenia hlavičky a päty sú vypnuté`},doc:{menu:{paragraphSetting:`Nastavenia odseku`},slider:{paragraphSetting:`Nastavenia odseku`},paragraphSetting:{alignment:`Zarovnanie`,indentation:`Odsadenie`,left:`Vľavo`,right:`Vpravo`,firstLine:`Prvý riadok`,hanging:`Predsadenie`,spacing:`Medzery`,before:`Pred`,after:`Za`,lineSpace:`Riadkovanie`,multiSpace:`Viacnásobné`,fixedValue:`Pevná hodnota (px)`}},rightClick:{copy:`Kopírovať`,cut:`Vystrihnúť`,paste:`Prilepiť`,delete:`Odstrániť`,bulletList:`Odrážkový zoznam`,orderList:`Číslovaný zoznam`,checkList:`Zoznam úloh`,insertBellow:`Vložiť pod`},"page-settings":{"document-setting":`Nastavenia dokumentu`,"paper-size":`Veľkosť papiera`,"page-size":{main:`Veľkosť papiera`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientácia`,portrait:`Na výšku`,landscape:`Na šírku`,"custom-paper-size":`Vlastná veľkosť papiera`,top:`Hore`,bottom:`Dole`,left:`Vľavo`,right:`Vpravo`,cancel:`Zrušiť`,confirm:`Potvrdiť`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiSkSK=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Späť`,redo:`Znova`,font:`Písmo`,fontSize:`Veľkosť písma`,bold:`Tučné`,italic:`Kurzíva`,strikethrough:`Prečiarknuté`,subscript:`Dolný index`,superscript:`Horný index`,underline:`Podčiarknutie`,textColor:{main:`Farba textu`},fillColor:{main:`Farba pozadia textu`},table:{main:`Tabuľka`,insert:`Vložiť tabuľku`,colCount:`Počet stĺpcov`,rowCount:`Počet riadkov`},resetColor:`Obnoviť`,order:`Číslovaný zoznam`,unorder:`Odrážkový zoznam`,checklist:`Zoznam úloh`,documentFlavor:`Moderný režim`,alignLeft:`Zarovnať doľava`,alignCenter:`Zarovnať na stred`,alignRight:`Zarovnať doprava`,alignJustify:`Zarovnať do bloku`,horizontalLine:`Vodorovná čiara`,headerFooter:`Hlavička a päta`,pageSetup:`Nastavenie stránky`},table:{insert:`Vložiť`,insertRowAbove:`Vložiť riadok nad`,insertRowBelow:`Vložiť riadok pod`,insertColumnLeft:`Vložiť stĺpec vľavo`,insertColumnRight:`Vložiť stĺpec vpravo`,delete:`Odstrániť tabuľku`,deleteRows:`Odstrániť riadok`,deleteColumns:`Odstrániť stĺpec`,deleteTable:`Odstrániť tabuľku`},headerFooter:{header:`Hlavička`,footer:`Päta`,panel:`Nastavenia hlavičky a päty`,firstPageCheckBox:`Iná prvá strana`,oddEvenCheckBox:`Iné párne a nepárne strany`,headerTopMargin:`Horný okraj hlavičky (px)`,footerBottomMargin:`Dolný okraj päty (px)`,closeHeaderFooter:`Zavrieť hlavičku a pätu`,disableText:`Nastavenia hlavičky a päty sú vypnuté`},doc:{menu:{paragraphSetting:`Nastavenia odseku`},slider:{paragraphSetting:`Nastavenia odseku`},paragraphSetting:{alignment:`Zarovnanie`,indentation:`Odsadenie`,left:`Vľavo`,right:`Vpravo`,firstLine:`Prvý riadok`,hanging:`Predsadenie`,spacing:`Medzery`,before:`Pred`,after:`Za`,lineSpace:`Riadkovanie`,multiSpace:`Viacnásobné`,fixedValue:`Pevná hodnota (px)`}},rightClick:{copy:`Kopírovať`,cut:`Vystrihnúť`,paste:`Prilepiť`,delete:`Odstrániť`,bulletList:`Odrážkový zoznam`,orderList:`Číslovaný zoznam`,checkList:`Zoznam úloh`,insertBellow:`Vložiť pod`},"page-settings":{"document-setting":`Nastavenia dokumentu`,mode:`Režim`,"modern-mode":`Moderný`,"classic-mode":`Klasický`,"modern-width":`Šírka obsahu`,"modern-width-narrow":`Úzka`,"modern-width-medium":`Stredná`,"modern-width-wide":`Široká`,"paper-size":`Veľkosť papiera`,"page-size":{main:`Veľkosť papiera`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Letter`,legal:`Legal`,tabloid:`Tabloid`,statement:`Statement`,executive:`Executive`,folio:`Folio`},orientation:`Orientácia`,portrait:`Na výšku`,landscape:`Na šírku`,"custom-paper-size":`Vlastná veľkosť papiera`,top:`Hore`,bottom:`Dole`,left:`Vľavo`,right:`Vpravo`,cancel:`Zrušiť`,confirm:`Potvrdiť`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiViVN=t())})(this,function(){return{toolbar:{undo:`Hoàn tác`,redo:`Làm lại`,font:`Phông chữ`,fontSize:`Cỡ chữ`,bold:`In đậm`,italic:`In nghiêng`,strikethrough:`Gạch ngang`,subscript:`Chỉ số dưới`,superscript:`Chỉ số trên`,underline:`Gạch chân`,textColor:{main:`Màu chữ`,right:`Chọn màu`},fillColor:{main:`Màu nền văn bản`,right:`Chọn màu nền`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`Đặt lại màu`,order:`Danh sách có thứ tự`,unorder:`Danh sách không thứ tự`,alignLeft:`Căn trái`,alignCenter:`Căn giữa`,alignRight:`Căn phải`,alignJustify:`Căn đều hai bên`,horizontalLine:`Horizontal line`,headerFooter:`Đầu trang và chân trang`,checklist:`Task list`,documentFlavor:`Modern Mode`,pageSetup:`Cài đặt trang`},table:{insert:`Insert`,insertRowAbove:`Insert row above`,insertRowBelow:`Insert row below`,insertColumnLeft:`Insert column left`,insertColumnRight:`Insert column right`,delete:`Table delete`,deleteRows:`Delete row`,deleteColumns:`Delete column`,deleteTable:`Delete table`},headerFooter:{header:`Đầu trang`,footer:`Chân trang`,panel:`Cài đặt đầu trang và chân trang`,firstPageCheckBox:`Trang đầu khác biệt`,oddEvenCheckBox:`Trang lẻ chẵn khác biệt`,headerTopMargin:`Khoảng cách đầu trang từ trên cùng (px)`,footerBottomMargin:`Khoảng cách chân trang từ dưới cùng (px)`,closeHeaderFooter:`Đóng đầu trang và chân trang`,disableText:`Cài đặt đầu trang và chân trang không khả dụng`},doc:{menu:{paragraphSetting:`Paragraph Setting`},slider:{paragraphSetting:`Paragraph Setting`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`Sao chép`,cut:`Cắt`,paste:`Dán`,delete:`Xóa`,bulletList:`Danh sách không thứ tự`,orderList:`Danh sách có thứ tự`,checkList:`Danh sách công việc`,insertBellow:`Chèn dưới`},"page-settings":{"document-setting":`Cài đặt tài liệu`,"paper-size":`Kích thước giấy`,"page-size":{main:`Kích thước giấy`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Giấy thư Mỹ`,legal:`Giấy pháp lý Mỹ`,tabloid:`Khổ báo`,statement:`Giấy tuyên bố`,executive:`Giấy hành chính`,folio:`Giấy folio`},orientation:`Hướng`,portrait:`Dọc`,landscape:`Ngang`,"custom-paper-size":`Kích thước giấy tùy chỉnh`,top:`Trên`,bottom:`Dưới`,left:`Trái`,right:`Phải`,cancel:`Hủy`,confirm:`Xác nhận`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiViVN=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`Hoàn tác`,redo:`Làm lại`,font:`Phông chữ`,fontSize:`Cỡ chữ`,bold:`In đậm`,italic:`In nghiêng`,strikethrough:`Gạch ngang`,subscript:`Chỉ số dưới`,superscript:`Chỉ số trên`,underline:`Gạch chân`,textColor:{main:`Màu chữ`},fillColor:{main:`Màu nền văn bản`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`Đặt lại màu`,order:`Danh sách có thứ tự`,unorder:`Danh sách không thứ tự`,checklist:`Task list`,documentFlavor:`Modern Mode`,alignLeft:`Căn trái`,alignCenter:`Căn giữa`,alignRight:`Căn phải`,alignJustify:`Căn đều hai bên`,horizontalLine:`Horizontal line`,headerFooter:`Đầu trang và chân trang`,pageSetup:`Cài đặt trang`},table:{insert:`Chèn`,insertRowAbove:`Chèn hàng phía trên`,insertRowBelow:`Chèn hàng phía dưới`,insertColumnLeft:`Chèn cột bên trái`,insertColumnRight:`Chèn cột bên phải`,delete:`Xóa bảng`,deleteRows:`Xóa hàng`,deleteColumns:`Xóa cột`,deleteTable:`Xóa bảng`},headerFooter:{header:`Đầu trang`,footer:`Chân trang`,panel:`Cài đặt đầu trang và chân trang`,firstPageCheckBox:`Trang đầu khác biệt`,oddEvenCheckBox:`Trang lẻ chẵn khác biệt`,headerTopMargin:`Khoảng cách đầu trang từ trên cùng (px)`,footerBottomMargin:`Khoảng cách chân trang từ dưới cùng (px)`,closeHeaderFooter:`Đóng đầu trang và chân trang`,disableText:`Cài đặt đầu trang và chân trang không khả dụng`},doc:{menu:{paragraphSetting:`Paragraph Setting`},slider:{paragraphSetting:`Paragraph Setting`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`Sao chép`,cut:`Cắt`,paste:`Dán`,delete:`Xóa`,bulletList:`Danh sách không thứ tự`,orderList:`Danh sách có thứ tự`,checkList:`Danh sách công việc`,insertBellow:`Chèn dưới`},"page-settings":{"document-setting":`Cài đặt tài liệu`,mode:`Chế độ`,"modern-mode":`Hiện đại`,"classic-mode":`Cổ điển`,"modern-width":`Độ rộng nội dung`,"modern-width-narrow":`Hẹp`,"modern-width-medium":`Vừa`,"modern-width-wide":`Rộng`,"paper-size":`Kích thước giấy`,"page-size":{main:`Kích thước giấy`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`Giấy thư Mỹ`,legal:`Giấy pháp lý Mỹ`,tabloid:`Khổ báo`,statement:`Giấy tuyên bố`,executive:`Giấy hành chính`,folio:`Giấy folio`},orientation:`Hướng`,portrait:`Dọc`,landscape:`Ngang`,"custom-paper-size":`Kích thước giấy tùy chỉnh`,top:`Trên`,bottom:`Dưới`,left:`Trái`,right:`Phải`,cancel:`Hủy`,confirm:`Xác nhận`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiZhCN=t())})(this,function(){return{toolbar:{undo:`撤销`,redo:`重做`,font:`字体`,fontSize:`字号`,bold:`粗体`,italic:`斜体`,strikethrough:`删除线`,subscript:`下标`,superscript:`上标`,underline:`下划线`,textColor:{main:`文本颜色`,right:`颜色选择`},fillColor:{main:`文本背景色`,right:`背景色选择`},table:{main:`表格`,insert:`插入表格`,colCount:`列数`,rowCount:`行数`},resetColor:`重置颜色`,order:`有序列表`,unorder:`无序列表`,checklist:`任务列表`,documentFlavor:`现代模式`,alignLeft:`左对齐`,alignCenter:`居中对齐`,alignRight:`右对齐`,alignJustify:`两端对齐`,horizontalLine:`水平分割线`,headerFooter:`页眉页脚`,pageSetup:`页面设置`},table:{insert:`插入`,insertRowAbove:`上方插入行`,insertRowBelow:`下方插入行`,insertColumnLeft:`左方插入列`,insertColumnRight:`右方插入列`,delete:`表格删除`,deleteRows:`删除行`,deleteColumns:`删除列`,deleteTable:`删除表格`},headerFooter:{header:`页眉`,footer:`页脚`,panel:`页眉页脚设置`,firstPageCheckBox:`首页不同`,oddEvenCheckBox:`奇偶页不同`,headerTopMargin:`页眉顶端距离`,footerBottomMargin:`页脚底端距离`,closeHeaderFooter:`关闭页眉页脚`,disableText:`页眉页脚设置不可用`},doc:{menu:{paragraphSetting:`段落设置`},slider:{paragraphSetting:`段落设置`},paragraphSetting:{alignment:`对齐方式`,indentation:`缩进`,left:`左边距`,right:`右边距`,firstLine:`首行`,hanging:`悬挂`,spacing:`间距`,before:`段落前`,after:`段落后`,lineSpace:`行距`,multiSpace:`多倍行距`,fixedValue:`固定值(px)`}},rightClick:{copy:`复制`,cut:`剪切`,paste:`粘贴`,delete:`删除`,bulletList:`无序列表`,orderList:`有序列表`,checkList:`任务列表`,insertBellow:`在下方插入`},"page-settings":{"document-setting":`文档设置`,"page-size":{main:`纸张大小`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`美式信纸`,legal:`美式法律用纸`,tabloid:`小报尺寸`,statement:`声明用纸`,executive:`行政用纸`,folio:`对开纸`},"paper-size":`纸张大小`,orientation:`方向`,portrait:`纵向`,landscape:`横向`,"custom-paper-size":`自定义纸张大小`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`取消`,confirm:`确认`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiZhCN=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`撤销`,redo:`重做`,font:`字体`,fontSize:`字号`,bold:`粗体`,italic:`斜体`,strikethrough:`删除线`,subscript:`下标`,superscript:`上标`,underline:`下划线`,textColor:{main:`文本颜色`},fillColor:{main:`文本背景色`},table:{main:`表格`,insert:`插入表格`,colCount:`列数`,rowCount:`行数`},resetColor:`重置颜色`,order:`有序列表`,unorder:`无序列表`,checklist:`任务列表`,documentFlavor:`现代模式`,alignLeft:`左对齐`,alignCenter:`居中对齐`,alignRight:`右对齐`,alignJustify:`两端对齐`,horizontalLine:`水平分割线`,headerFooter:`页眉页脚`,pageSetup:`页面设置`},table:{insert:`插入`,insertRowAbove:`上方插入行`,insertRowBelow:`下方插入行`,insertColumnLeft:`左方插入列`,insertColumnRight:`右方插入列`,delete:`表格删除`,deleteRows:`删除行`,deleteColumns:`删除列`,deleteTable:`删除表格`},headerFooter:{header:`页眉`,footer:`页脚`,panel:`页眉页脚设置`,firstPageCheckBox:`首页不同`,oddEvenCheckBox:`奇偶页不同`,headerTopMargin:`页眉顶端距离`,footerBottomMargin:`页脚底端距离`,closeHeaderFooter:`关闭页眉页脚`,disableText:`页眉页脚设置不可用`},doc:{menu:{paragraphSetting:`段落设置`},slider:{paragraphSetting:`段落设置`},paragraphSetting:{alignment:`对齐方式`,indentation:`缩进`,left:`左边距`,right:`右边距`,firstLine:`首行`,hanging:`悬挂`,spacing:`间距`,before:`段落前`,after:`段落后`,lineSpace:`行距`,multiSpace:`多倍行距`,fixedValue:`固定值(px)`}},rightClick:{copy:`复制`,cut:`剪切`,paste:`粘贴`,delete:`删除`,bulletList:`无序列表`,orderList:`有序列表`,checkList:`任务列表`,insertBellow:`在下方插入`},"page-settings":{"document-setting":`文档设置`,mode:`模式`,"modern-mode":`现代模式`,"classic-mode":`经典模式`,"modern-width":`内容宽度`,"modern-width-narrow":`窄`,"modern-width-medium":`适中`,"modern-width-wide":`宽`,"page-size":{main:`纸张大小`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`美式信纸`,legal:`美式法律用纸`,tabloid:`小报尺寸`,statement:`声明用纸`,executive:`行政用纸`,folio:`对开纸`},"paper-size":`纸张大小`,orientation:`方向`,portrait:`纵向`,landscape:`横向`,"custom-paper-size":`自定义纸张大小`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`取消`,confirm:`确认`}}}});
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiZhHK=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`撤銷`,redo:`重做`,font:`字型`,fontSize:`字號`,bold:`粗體`,italic:`斜體`,strikethrough:`刪除線`,subscript:`下標`,superscript:`上標`,underline:`底線`,textColor:{main:`文字顏色`},fillColor:{main:`文字背景色`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`重置顏色`,order:`有序列表`,unorder:`無序列表`,checklist:`任務列表`,documentFlavor:`现代模式`,alignLeft:`左對齊`,alignCenter:`居中對齊`,alignRight:`右對齊`,alignJustify:`兩端對齊`,horizontalLine:`Horizontal line`,headerFooter:`頁眉頁腳`,pageSetup:`頁面設置`},table:{insert:`Insert`,insertRowAbove:`Insert row above`,insertRowBelow:`Insert row below`,insertColumnLeft:`Insert column left`,insertColumnRight:`Insert column right`,delete:`Table delete`,deleteRows:`Delete row`,deleteColumns:`Delete column`,deleteTable:`Delete table`},headerFooter:{header:`頁眉`,footer:`頁腳`,panel:`頁眉頁腳設置`,firstPageCheckBox:`首頁不同`,oddEvenCheckBox:`奇偶頁不同`,headerTopMargin:`頁眉頂端距離(px)`,footerBottomMargin:`頁腳底端距離(px)`,closeHeaderFooter:`關閉頁眉頁腳`,disableText:`頁眉頁腳設置不可用`},doc:{menu:{paragraphSetting:`Paragraph Setting`},slider:{paragraphSetting:`Paragraph Setting`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`複製`,cut:`剪切`,paste:`貼上`,delete:`刪除`,bulletList:`無序列表`,orderList:`有序列表`,checkList:`任務列表`,insertBellow:`在下方插入`},"page-settings":{"document-setting":`文檔設置`,mode:`模式`,"modern-mode":`現代模式`,"classic-mode":`經典模式`,"modern-width":`內容寬度`,"modern-width-narrow":`窄`,"modern-width-medium":`適中`,"modern-width-wide":`寬`,"paper-size":`紙張大小`,"page-size":{main:`紙張大小`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`美式信紙`,legal:`美式法律用紙`,tabloid:`小報尺寸`,statement:`聲明用紙`,executive:`行政用紙`,folio:`對開紙`},orientation:`方向`,portrait:`縱向`,landscape:`橫向`,"custom-paper-size":`自定義紙張大小`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`取消`,confirm:`確認`}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiZhTW=t())})(this,function(){return{toolbar:{undo:`撤銷`,redo:`重做`,font:`字體`,fontSize:`字號`,bold:`粗體`,italic:`斜體`,strikethrough:`刪除線`,subscript:`下標`,superscript:`上標`,underline:`底線`,textColor:{main:`文字顏色`,right:`顏色選擇`},fillColor:{main:`文字背景色`,right:`背景色選擇`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`重置顏色`,order:`有序列表`,unorder:`無序列表`,alignLeft:`左對齊`,alignCenter:`居中對齊`,alignRight:`右對齊`,alignJustify:`兩端對齊`,horizontalLine:`Horizontal line`,headerFooter:`頁眉頁腳`,checklist:`任務列表`,documentFlavor:`现代模式`,pageSetup:`頁面設置`},table:{insert:`Insert`,insertRowAbove:`Insert row above`,insertRowBelow:`Insert row below`,insertColumnLeft:`Insert column left`,insertColumnRight:`Insert column right`,delete:`Table delete`,deleteRows:`Delete row`,deleteColumns:`Delete column`,deleteTable:`Delete table`},headerFooter:{header:`頁眉`,footer:`頁腳`,panel:`頁眉頁腳設置`,firstPageCheckBox:`首頁不同`,oddEvenCheckBox:`奇偶頁不同`,headerTopMargin:`頁眉頂端距離(px)`,footerBottomMargin:`頁腳底端距離(px)`,closeHeaderFooter:`關閉頁眉頁腳`,disableText:`頁眉頁腳設置不可用`},doc:{menu:{paragraphSetting:`Paragraph Setting`},slider:{paragraphSetting:`Paragraph Setting`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`複製`,cut:`剪切`,paste:`貼上`,delete:`刪除`,bulletList:`無序列表`,orderList:`有序列表`,checkList:`任務列表`,insertBellow:`在下方插入`},"page-settings":{"document-setting":`文檔設置`,"page-size":{main:`紙張大小`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`美式信紙`,legal:`美式法律用紙`,tabloid:`小報尺寸`,statement:`聲明用紙`,executive:`行政用紙`,folio:`對開紙`},"paper-size":`紙張大小`,orientation:`方向`,portrait:`縱向`,landscape:`橫向`,"custom-paper-size":`自定義紙張大小`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`取消`,confirm:`確認`}}});
1
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverDocsUiZhTW=t())})(this,function(){return{"docs-ui":{toolbar:{undo:`撤銷`,redo:`重做`,font:`字體`,fontSize:`字號`,bold:`粗體`,italic:`斜體`,strikethrough:`刪除線`,subscript:`下標`,superscript:`上標`,underline:`底線`,textColor:{main:`文字顏色`},fillColor:{main:`文字背景色`},table:{main:`Table`,insert:`Insert Table`,colCount:`Column count`,rowCount:`Row count`},resetColor:`重置顏色`,order:`有序列表`,unorder:`無序列表`,checklist:`任務列表`,documentFlavor:`现代模式`,alignLeft:`左對齊`,alignCenter:`居中對齊`,alignRight:`右對齊`,alignJustify:`兩端對齊`,horizontalLine:`Horizontal line`,headerFooter:`頁眉頁腳`,pageSetup:`頁面設置`},table:{insert:`插入`,insertRowAbove:`在上方插入行`,insertRowBelow:`在下方插入行`,insertColumnLeft:`在左側插入列`,insertColumnRight:`在右側插入列`,delete:`刪除表格`,deleteRows:`刪除行`,deleteColumns:`刪除列`,deleteTable:`刪除表格`},headerFooter:{header:`頁眉`,footer:`頁腳`,panel:`頁眉頁腳設置`,firstPageCheckBox:`首頁不同`,oddEvenCheckBox:`奇偶頁不同`,headerTopMargin:`頁眉頂端距離(px)`,footerBottomMargin:`頁腳底端距離(px)`,closeHeaderFooter:`關閉頁眉頁腳`,disableText:`頁眉頁腳設置不可用`},doc:{menu:{paragraphSetting:`Paragraph Setting`},slider:{paragraphSetting:`Paragraph Setting`},paragraphSetting:{alignment:`Alignment`,indentation:`Indentation`,left:`Left`,right:`Right`,firstLine:`First Line`,hanging:`Hanging`,spacing:`Spacing`,before:`Before`,after:`After`,lineSpace:`Line Space`,multiSpace:`Multi Space`,fixedValue:`Fixed Value(px)`}},rightClick:{copy:`複製`,cut:`剪切`,paste:`貼上`,delete:`刪除`,bulletList:`無序列表`,orderList:`有序列表`,checkList:`任務列表`,insertBellow:`在下方插入`},"page-settings":{"document-setting":`文檔設置`,mode:`模式`,"modern-mode":`現代模式`,"classic-mode":`經典模式`,"modern-width":`內容寬度`,"modern-width-narrow":`窄`,"modern-width-medium":`適中`,"modern-width-wide":`寬`,"page-size":{main:`紙張大小`,a4:`A4`,a3:`A3`,a5:`A5`,b4:`B4`,b5:`B5`,letter:`美式信紙`,legal:`美式法律用紙`,tabloid:`小報尺寸`,statement:`聲明用紙`,executive:`行政用紙`,folio:`對開紙`},"paper-size":`紙張大小`,orientation:`方向`,portrait:`縱向`,landscape:`橫向`,"custom-paper-size":`自定義紙張大小`,top:`上`,bottom:`下`,left:`左`,right:`右`,cancel:`取消`,confirm:`確認`}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-ui",
3
- "version": "0.24.0",
3
+ "version": "0.25.0-insiders.20260608-e4336f7",
4
4
  "private": false,
5
5
  "description": "Editor UI layer for Univer Docs.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -68,25 +68,25 @@
68
68
  "rxjs": ">=7.0.0"
69
69
  },
70
70
  "dependencies": {
71
- "@univerjs/icons": "1.4.0",
72
- "@univerjs/core": "0.24.0",
73
- "@univerjs/docs": "0.24.0",
74
- "@univerjs/drawing": "0.24.0",
75
- "@univerjs/engine-render": "0.24.0",
76
- "@univerjs/ui": "0.24.0",
77
- "@univerjs/design": "0.24.0"
71
+ "@univerjs/icons": "1.5.0",
72
+ "@univerjs/core": "0.25.0-insiders.20260608-e4336f7",
73
+ "@univerjs/design": "0.25.0-insiders.20260608-e4336f7",
74
+ "@univerjs/docs": "0.25.0-insiders.20260608-e4336f7",
75
+ "@univerjs/drawing": "0.25.0-insiders.20260608-e4336f7",
76
+ "@univerjs/engine-render": "0.25.0-insiders.20260608-e4336f7",
77
+ "@univerjs/ui": "0.25.0-insiders.20260608-e4336f7"
78
78
  },
79
79
  "devDependencies": {
80
80
  "jest-canvas-mock": "^2.5.2",
81
- "jsdom": "^27.0.1",
82
- "postcss": "^8.5.14",
81
+ "jsdom": "^29.1.1",
82
+ "postcss": "^8.5.15",
83
83
  "react": "18.3.1",
84
84
  "rxjs": "^7.8.2",
85
85
  "tailwindcss": "3.4.18",
86
86
  "typescript": "^6.0.3",
87
- "vitest": "^4.1.5",
88
- "@univerjs/docs-drawing": "0.24.0",
89
- "@univerjs-infra/shared": "0.24.0"
87
+ "vitest": "^4.1.8",
88
+ "@univerjs-infra/shared": "0.25.0",
89
+ "@univerjs/docs-drawing": "0.25.0-insiders.20260608-e4336f7"
90
90
  },
91
91
  "scripts": {
92
92
  "test": "vitest run",
package/LICENSE DELETED
@@ -1,176 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
@@ -1,58 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { ICommand, IDocumentBody, IDocumentData, ITextRange, UpdateDocsAttributeType } from '@univerjs/core';
17
- import type { ITextRangeWithStyle } from '@univerjs/engine-render';
18
- import { DeleteDirection } from '../../types/delete-direction';
19
- export interface IInsertCommandParams {
20
- unitId: string;
21
- body: IDocumentBody;
22
- range: ITextRange;
23
- segmentId?: string;
24
- cursorOffset?: number;
25
- }
26
- export declare const EditorInsertTextCommandId = "doc.command.insert-text";
27
- /**
28
- * The command to insert text. The changed range could be non-collapsed, mainly use in line break and normal input.
29
- */
30
- export declare const InsertCommand: ICommand<IInsertCommandParams>;
31
- export interface IDeleteCommandParams {
32
- unitId: string;
33
- range: ITextRange;
34
- direction: DeleteDirection;
35
- len?: number;
36
- segmentId?: string;
37
- }
38
- /**
39
- * The command to delete text, mainly used in BACKSPACE and DELETE when collapsed is true. ONLY handle collapsed range!!!
40
- */
41
- export declare const DeleteCommand: ICommand<IDeleteCommandParams>;
42
- export interface IUpdateCommandParams {
43
- unitId: string;
44
- updateBody: IDocumentBody;
45
- range: ITextRange;
46
- coverType: UpdateDocsAttributeType;
47
- textRanges: ITextRangeWithStyle[];
48
- segmentId?: string;
49
- }
50
- /**
51
- * The command to update text properties, mainly used in BACKSPACE.
52
- */
53
- export declare const UpdateCommand: ICommand<IUpdateCommandParams>;
54
- export interface ICoverCommandParams {
55
- unitId: string;
56
- snapshot?: IDocumentData;
57
- clearUndoRedoStack?: boolean;
58
- }
@@ -1,52 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import type { IDocumentData } from '@univerjs/core';
17
- import { FUniver } from '@univerjs/core/facade';
18
- import { FDocument } from './f-document';
19
- /**
20
- * @ignore
21
- */
22
- export interface IFUniverDocsUIMixin {
23
- /**
24
- * Create a new document and get the API handler of that document.
25
- *
26
- * @param {Partial<IDocumentData>} data The snapshot of the document.
27
- * @returns {FDocument} FDocument API instance.
28
- */
29
- createUniverDoc(data: Partial<IDocumentData>): FDocument;
30
- /**
31
- * Get the document API handler by the document id.
32
- *
33
- * @param {string} id The document id.
34
- * @returns {FDocument | null} The document API instance.
35
- */
36
- getUniverDoc(id: string): FDocument | null;
37
- /**
38
- * Get the currently focused Univer document.
39
- *
40
- * @returns {FDocument | null} The currently focused Univer document.
41
- */
42
- getActiveDocument(): FDocument | null;
43
- }
44
- export declare class FUniverDocsUIMixin extends FUniver implements IFUniverDocsUIMixin {
45
- createUniverDoc(data: Partial<IDocumentData>): FDocument;
46
- getActiveDocument(): FDocument | null;
47
- getUniverDoc(id: string): FDocument | null;
48
- }
49
- declare module '@univerjs/core/facade' {
50
- interface FUniver extends IFUniverDocsUIMixin {
51
- }
52
- }