@univerjs/docs-ui 0.25.0 → 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/lib/cjs/facade.js +23 -183
  2. package/lib/cjs/index.js +7475 -5364
  3. package/lib/cjs/locale/ar-SA.js +35 -1
  4. package/lib/cjs/locale/ca-ES.js +35 -1
  5. package/lib/cjs/locale/de-DE.js +35 -1
  6. package/lib/cjs/locale/en-US.js +35 -1
  7. package/lib/cjs/locale/es-ES.js +35 -1
  8. package/lib/cjs/locale/fa-IR.js +35 -1
  9. package/lib/cjs/locale/fr-FR.js +35 -1
  10. package/lib/cjs/locale/id-ID.js +35 -1
  11. package/lib/cjs/locale/it-IT.js +35 -1
  12. package/lib/cjs/locale/ja-JP.js +35 -1
  13. package/lib/cjs/locale/ko-KR.js +35 -1
  14. package/lib/cjs/locale/pl-PL.js +35 -1
  15. package/lib/cjs/locale/pt-BR.js +35 -1
  16. package/lib/cjs/locale/ru-RU.js +35 -1
  17. package/lib/cjs/locale/sk-SK.js +35 -1
  18. package/lib/cjs/locale/vi-VN.js +35 -1
  19. package/lib/cjs/locale/zh-CN.js +35 -1
  20. package/lib/cjs/locale/zh-HK.js +35 -1
  21. package/lib/cjs/locale/zh-TW.js +35 -1
  22. package/lib/es/facade.js +25 -178
  23. package/lib/es/index.js +7934 -5853
  24. package/lib/es/locale/ar-SA.js +35 -1
  25. package/lib/es/locale/ca-ES.js +35 -1
  26. package/lib/es/locale/de-DE.js +35 -1
  27. package/lib/es/locale/en-US.js +35 -1
  28. package/lib/es/locale/es-ES.js +35 -1
  29. package/lib/es/locale/fa-IR.js +35 -1
  30. package/lib/es/locale/fr-FR.js +35 -1
  31. package/lib/es/locale/id-ID.js +35 -1
  32. package/lib/es/locale/it-IT.js +35 -1
  33. package/lib/es/locale/ja-JP.js +35 -1
  34. package/lib/es/locale/ko-KR.js +35 -1
  35. package/lib/es/locale/pl-PL.js +35 -1
  36. package/lib/es/locale/pt-BR.js +35 -1
  37. package/lib/es/locale/ru-RU.js +35 -1
  38. package/lib/es/locale/sk-SK.js +35 -1
  39. package/lib/es/locale/vi-VN.js +35 -1
  40. package/lib/es/locale/zh-CN.js +35 -1
  41. package/lib/es/locale/zh-HK.js +35 -1
  42. package/lib/es/locale/zh-TW.js +35 -1
  43. package/lib/facade.js +25 -178
  44. package/lib/index.css +25 -35
  45. package/lib/index.js +7934 -5853
  46. package/lib/locale/ar-SA.js +35 -1
  47. package/lib/locale/ca-ES.js +35 -1
  48. package/lib/locale/de-DE.js +35 -1
  49. package/lib/locale/en-US.js +35 -1
  50. package/lib/locale/es-ES.js +35 -1
  51. package/lib/locale/fa-IR.js +35 -1
  52. package/lib/locale/fr-FR.js +35 -1
  53. package/lib/locale/id-ID.js +35 -1
  54. package/lib/locale/it-IT.js +35 -1
  55. package/lib/locale/ja-JP.js +35 -1
  56. package/lib/locale/ko-KR.js +35 -1
  57. package/lib/locale/pl-PL.js +35 -1
  58. package/lib/locale/pt-BR.js +35 -1
  59. package/lib/locale/ru-RU.js +35 -1
  60. package/lib/locale/sk-SK.js +35 -1
  61. package/lib/locale/vi-VN.js +35 -1
  62. package/lib/locale/zh-CN.js +35 -1
  63. package/lib/locale/zh-HK.js +35 -1
  64. package/lib/locale/zh-TW.js +35 -1
  65. package/lib/types/commands/commands/doc-delete.command.d.ts +1 -1
  66. package/lib/types/commands/commands/inline-format.command.d.ts +3 -1
  67. package/lib/types/commands/commands/table/doc-table-create.command.d.ts +31 -1
  68. package/lib/types/commands/operations/doc-cursor.operation.d.ts +2 -0
  69. package/lib/types/commands/util.d.ts +1 -2
  70. package/lib/types/config/config.d.ts +15 -0
  71. package/lib/types/controllers/components.controller.d.ts +25 -0
  72. package/lib/types/controllers/doc-header-footer.controller.d.ts +1 -4
  73. package/lib/types/controllers/doc-move-cursor.controller.d.ts +9 -0
  74. package/lib/types/controllers/doc-paragraph-setting.controller.d.ts +2 -4
  75. package/lib/types/controllers/doc-table.controller.d.ts +1 -4
  76. package/lib/types/controllers/render-controllers/doc-paragraph-placeholder.render-controller.d.ts +51 -0
  77. package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +5 -2
  78. package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +3 -1
  79. package/lib/types/controllers/{doc-ui.controller.d.ts → ui.controller.d.ts} +2 -4
  80. package/lib/types/facade/f-document.d.ts +11 -43
  81. package/lib/types/facade/index.d.ts +2 -3
  82. package/lib/types/index.d.ts +39 -26
  83. package/lib/types/locale/en-US.d.ts +34 -0
  84. package/lib/types/{views/side-menu/index.d.ts → locale/types.d.ts} +3 -1
  85. package/lib/types/menu/context-menu.d.ts +15 -14
  86. package/lib/types/menu/menu.d.ts +31 -29
  87. package/lib/types/menu/paragraph-menu.d.ts +68 -38
  88. package/lib/types/services/clipboard/html-to-udm/converter.d.ts +1 -0
  89. package/lib/types/services/doc-event-manager.service.d.ts +15 -0
  90. package/lib/types/services/doc-ime-state-change-interceptor.service.d.ts +23 -0
  91. package/lib/types/services/doc-page-layout.service.d.ts +3 -1
  92. package/lib/types/services/doc-paragraph-menu.service.d.ts +26 -2
  93. package/lib/types/services/doc-render-background.d.ts +29 -0
  94. package/lib/types/services/doc-view-scale.d.ts +54 -0
  95. package/lib/types/services/doc-zoom.d.ts +20 -0
  96. package/lib/types/services/docs-render.service.d.ts +5 -2
  97. package/lib/types/services/editor/editor-manager.service.d.ts +8 -1
  98. package/lib/types/services/index.d.ts +2 -0
  99. package/lib/types/services/selection/selection-utils.d.ts +0 -15
  100. package/lib/types/services/{doc-content-insert.service.d.ts → selection/word-boundary.d.ts} +4 -10
  101. package/lib/types/shortcuts/core-editing.shortcut.d.ts +1 -0
  102. package/lib/types/shortcuts/cursor.shortcut.d.ts +12 -0
  103. package/lib/types/shortcuts/heading.shortcut.d.ts +22 -0
  104. package/lib/types/{types/delete-direction.d.ts → views/DocSideMenu.d.ts} +1 -4
  105. package/lib/types/views/Icon.d.ts +49 -0
  106. package/lib/types/views/{page-settings/index.d.ts → PageSettings.d.ts} +1 -1
  107. package/lib/types/views/ParagraphMenu.d.ts +62 -0
  108. package/lib/types/views/{rich-text-editor/index.d.ts → RichTextEditor.d.ts} +3 -3
  109. package/lib/types/{components/side-menu/index.d.ts → views/SideMenu.d.ts} +4 -3
  110. package/lib/types/views/count-bar/CountBar.d.ts +1 -1
  111. package/lib/types/views/count-bar/ZoomSlider.d.ts +1 -1
  112. package/lib/types/views/doc-footer/DocFooter.d.ts +1 -1
  113. package/lib/types/views/float-toolbar/FloatToolbar.d.ts +25 -0
  114. package/lib/types/{components → views}/float-toolbar/FloatToolbar.stories.d.ts +1 -1
  115. package/lib/types/views/header-footer/panel/DocHeaderFooterOptions.d.ts +1 -1
  116. package/lib/types/views/header-footer/panel/DocHeaderFooterPanel.d.ts +1 -1
  117. package/lib/types/{components → views}/list-type-picker/Picker.d.ts +3 -3
  118. package/lib/types/{components/float-toolbar/FloatToolbar.d.ts → views/paragraph-menu/component-keys.d.ts} +2 -5
  119. package/lib/types/views/paragraph-menu/theme-color.d.ts +17 -0
  120. package/lib/types/views/paragraph-setting/Setting.d.ts +1 -1
  121. package/lib/types/views/paragraph-setting/index.d.ts +1 -1
  122. package/lib/types/views/paragraph-setting/line-spacing.d.ts +51 -0
  123. package/lib/types/views/rich-text-editor/hooks/editor-undo-redo-keyboard.d.ts +32 -0
  124. package/lib/types/views/rich-text-editor/hooks/index.d.ts +1 -0
  125. package/lib/types/views/rich-text-editor/hooks/use-editor-click-outside.d.ts +2 -1
  126. package/lib/types/{components → views}/side-menu/SideMenu.stories.d.ts +5 -5
  127. package/lib/types/views/table/create/TableCreate.d.ts +1 -1
  128. package/lib/umd/facade.js +1 -5
  129. package/lib/umd/index.js +11 -26
  130. package/lib/umd/locale/ar-SA.js +1 -1
  131. package/lib/umd/locale/ca-ES.js +1 -1
  132. package/lib/umd/locale/de-DE.js +1 -1
  133. package/lib/umd/locale/en-US.js +1 -1
  134. package/lib/umd/locale/es-ES.js +1 -1
  135. package/lib/umd/locale/fa-IR.js +1 -1
  136. package/lib/umd/locale/fr-FR.js +1 -1
  137. package/lib/umd/locale/id-ID.js +1 -1
  138. package/lib/umd/locale/it-IT.js +1 -1
  139. package/lib/umd/locale/ja-JP.js +1 -1
  140. package/lib/umd/locale/ko-KR.js +1 -1
  141. package/lib/umd/locale/pl-PL.js +1 -1
  142. package/lib/umd/locale/pt-BR.js +1 -1
  143. package/lib/umd/locale/ru-RU.js +1 -1
  144. package/lib/umd/locale/sk-SK.js +1 -1
  145. package/lib/umd/locale/vi-VN.js +1 -1
  146. package/lib/umd/locale/zh-CN.js +1 -1
  147. package/lib/umd/locale/zh-HK.js +1 -1
  148. package/lib/umd/locale/zh-TW.js +1 -1
  149. package/package.json +12 -12
  150. package/lib/types/commands/commands/core-editing.command.d.ts +0 -58
  151. package/lib/types/components/paragraph-menu/index.d.ts +0 -41
  152. package/lib/types/facade/f-univer.d.ts +0 -52
  153. package/lib/types/services/doc-state-change-manager.service.d.ts +0 -50
  154. /package/lib/types/{components → views}/const.d.ts +0 -0
  155. /package/lib/types/{components → views}/editor/utils.d.ts +0 -0
  156. /package/lib/types/{components → views}/list-type-picker/index.d.ts +0 -0
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "ضبط",
31
31
  horizontalLine: "خط أفقي",
32
32
  headerFooter: "رأس وتذييل",
33
- pageSetup: "إعداد الصفحة"
33
+ pageSetup: "إعداد الصفحة",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "إدراج",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "إغلاق الرأس والتذييل",
55
66
  disableText: "إعدادات الرأس والتذييل معطلة"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "إعدادات الفقرة" },
59
79
  slider: { paragraphSetting: "إعدادات الفقرة" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "بعد",
70
90
  lineSpace: "تباعد الأسطر",
71
91
  multiSpace: "تباعد متعدد",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "قيمة ثابتة (بكسل)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "قائمة مهام",
83
105
  insertBellow: "إدراج أدناه"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "إعداد المستند",
87
121
  mode: "الوضع",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "Justifica",
31
31
  horizontalLine: "Línia horitzontal",
32
32
  headerFooter: "Capçalera i peu de pàgina",
33
- pageSetup: "Configuració de pàgina"
33
+ pageSetup: "Configuració de pàgina",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "Insereix",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "Tanca capçalera i peu de pàgina",
55
66
  disableText: "La configuració de capçalera i peu de pàgina està desactivada"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "Configuració de paràgraf" },
59
79
  slider: { paragraphSetting: "Configuració de paràgraf" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "Després",
70
90
  lineSpace: "Espai entre línies",
71
91
  multiSpace: "Espai múltiple",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "Valor fix (px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "Llista de tasques",
83
105
  insertBellow: "Insereix a sota"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "Configuració de document",
87
121
  mode: "Mode",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "Blocksatz",
31
31
  horizontalLine: "Horizontale Linie",
32
32
  headerFooter: "Kopf- und Fußzeile",
33
- pageSetup: "Seite einrichten"
33
+ pageSetup: "Seite einrichten",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "Einfügen",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "Kopf- und Fußzeile schließen",
55
66
  disableText: "Kopf- und Fußzeileneinstellungen sind deaktiviert"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "Absatzeinstellungen" },
59
79
  slider: { paragraphSetting: "Absatzeinstellungen" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "Nach",
70
90
  lineSpace: "Zeilenabstand",
71
91
  multiSpace: "Mehrfacher Abstand",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "Fester Wert (px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "Aufgabenliste",
83
105
  insertBellow: "Unten einfügen"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "Dokumenteneinstellung",
87
121
  mode: "Modus",
@@ -45,7 +45,18 @@ const locale = { "docs-ui": {
45
45
  alignJustify: "Justify",
46
46
  horizontalLine: "Horizontal line",
47
47
  headerFooter: "Header & Footer",
48
- pageSetup: "Page Setup"
48
+ pageSetup: "Page Setup",
49
+ heading: {
50
+ tooltip: "Heading",
51
+ normal: "Normal text",
52
+ leading1: "Heading 1",
53
+ leading2: "Heading 2",
54
+ leading3: "Heading 3",
55
+ leading4: "Heading 4",
56
+ leading5: "Heading 5",
57
+ title: "Title",
58
+ subTitle: "Subtitle"
59
+ }
49
60
  },
50
61
  table: {
51
62
  insert: "Insert",
@@ -69,6 +80,15 @@ const locale = { "docs-ui": {
69
80
  closeHeaderFooter: "Close header & footer",
70
81
  disableText: "Header & footer settings are disabled"
71
82
  },
83
+ placeholder: {
84
+ heading1: "Heading 1",
85
+ heading2: "Heading 2",
86
+ heading3: "Heading 3",
87
+ heading4: "Heading 4",
88
+ heading5: "Heading 5",
89
+ normalText: "Type text or press \"/\" for commands",
90
+ listItem: "Item"
91
+ },
72
92
  doc: {
73
93
  menu: { paragraphSetting: "Paragraph Settings" },
74
94
  slider: { paragraphSetting: "Paragraph Settings" },
@@ -84,6 +104,8 @@ const locale = { "docs-ui": {
84
104
  after: "After",
85
105
  lineSpace: "Line Space",
86
106
  multiSpace: "Multi Space",
107
+ atLeast: "At Least (px)",
108
+ exactly: "Exactly (px)",
87
109
  fixedValue: "Fixed Value(px)"
88
110
  }
89
111
  },
@@ -97,6 +119,18 @@ const locale = { "docs-ui": {
97
119
  checkList: "Task list",
98
120
  insertBellow: "Insert below"
99
121
  },
122
+ paragraphMenu: {
123
+ alignAndIndent: "Align and indent",
124
+ align: "Align",
125
+ indent: "Indent",
126
+ color: "Colors",
127
+ increase: "Increase",
128
+ decrease: "Decrease",
129
+ increaseIndent: "Increase indent",
130
+ decreaseIndent: "Decrease indent",
131
+ defaultTextColor: "Default text color",
132
+ noBackground: "No background"
133
+ },
100
134
  "page-settings": {
101
135
  "document-setting": "Document Setting",
102
136
  mode: "Mode",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "Justificar",
31
31
  horizontalLine: "Línea horizontal",
32
32
  headerFooter: "Encabezado y pie de página",
33
- pageSetup: "Configuración de página"
33
+ pageSetup: "Configuración de página",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "Insertar",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "Cerrar encabezado y pie de página",
55
66
  disableText: "La configuración de encabezado y pie de página está deshabilitada"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "Configuración de párrafo" },
59
79
  slider: { paragraphSetting: "Configuración de párrafo" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "Después",
70
90
  lineSpace: "Espacio entre líneas",
71
91
  multiSpace: "Espacio múltiple",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "Valor fijo (px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "Lista de tareas",
83
105
  insertBellow: "Insertar debajo"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "Configuración de documento",
87
121
  mode: "Modo",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "توجیه",
31
31
  horizontalLine: "Horizontal line",
32
32
  headerFooter: "هدر و فوتر",
33
- pageSetup: "تنظیمات صفحه"
33
+ pageSetup: "تنظیمات صفحه",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "درج",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "بستن هدر و فوتر",
55
66
  disableText: "تنظیمات هدر و فوتر غیرفعال است"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "تنظیمات پاراگراف" },
59
79
  slider: { paragraphSetting: "تنظیمات پاراگراف" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "بعد",
70
90
  lineSpace: "فاصله خط",
71
91
  multiSpace: "فاصله چندگانه",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "مقدار ثابت(px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "لیست وظیفه",
83
105
  insertBellow: "درج در پایین"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "تنظیمات سند",
87
121
  mode: "حالت",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "Justifier",
31
31
  horizontalLine: "Horizontal line",
32
32
  headerFooter: "En-tête et pied de page",
33
- pageSetup: "Paramètres de page"
33
+ pageSetup: "Paramètres de page",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "Insérer",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "Fermer l'en-tête et le pied de page",
55
66
  disableText: "Les paramètres de l'en-tête et du pied de page sont désactivés"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "Paramètres de paragraphe" },
59
79
  slider: { paragraphSetting: "Paramètres de paragraphe" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "Après",
70
90
  lineSpace: "Espacement de ligne",
71
91
  multiSpace: "Espacement multiple",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "Valeur fixe(px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "Liste de tâches",
83
105
  insertBellow: "Insérer dans le bas"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "Paramètres du document",
87
121
  mode: "Mode",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "Rata Kanan Kiri",
31
31
  horizontalLine: "Garis horizontal",
32
32
  headerFooter: "Header & Footer",
33
- pageSetup: "Pengaturan Halaman"
33
+ pageSetup: "Pengaturan Halaman",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "Sisipkan",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "Tutup header & footer",
55
66
  disableText: "Pengaturan header & footer dinonaktifkan"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "Pengaturan Paragraf" },
59
79
  slider: { paragraphSetting: "Pengaturan Paragraf" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "Sesudah",
70
90
  lineSpace: "Spasi Baris",
71
91
  multiSpace: "Spasi Ganda",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "Nilai Tetap(px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "Daftar tugas",
83
105
  insertBellow: "Sisipkan di bawah"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "Pengaturan Dokumen",
87
121
  mode: "Mode",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "Giustifica",
31
31
  horizontalLine: "Linea orizzontale",
32
32
  headerFooter: "Intestazione e Piè di Pagina",
33
- pageSetup: "Impostazione Pagina"
33
+ pageSetup: "Impostazione Pagina",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "Inserisci",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "Chiudi intestazione e piè di pagina",
55
66
  disableText: "Le impostazioni di intestazione e piè di pagina sono disabilitate"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "Impostazioni Paragrafo" },
59
79
  slider: { paragraphSetting: "Impostazioni Paragrafo" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "Dopo",
70
90
  lineSpace: "Interlinea",
71
91
  multiSpace: "Spaziatura multipla",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "Valore fisso (px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "Elenco attività",
83
105
  insertBellow: "Inserisci sotto"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "Impostazione Documento",
87
121
  mode: "Modalità",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "両端揃え",
31
31
  horizontalLine: "横線の挿入",
32
32
  headerFooter: "ヘッダーとフッター",
33
- pageSetup: "ページ設定"
33
+ pageSetup: "ページ設定",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "挿入",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "ヘッダー/フッターを閉じる",
55
66
  disableText: "ヘッダーとフッターの設定は無効です"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "段落設定" },
59
79
  slider: { paragraphSetting: "段落設定" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "後の間隔",
70
90
  lineSpace: "行間",
71
91
  multiSpace: "複数行間",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "固定値(px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "チェックリスト",
83
105
  insertBellow: "下に挿入"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "文書設定",
87
121
  mode: "モード",
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
30
30
  alignJustify: "양쪽 맞춤",
31
31
  horizontalLine: "가로줄 삽입",
32
32
  headerFooter: "머리글 및 바닥글",
33
- pageSetup: "페이지 설정"
33
+ pageSetup: "페이지 설정",
34
+ heading: {
35
+ tooltip: "Heading",
36
+ normal: "Normal text",
37
+ leading1: "Heading 1",
38
+ leading2: "Heading 2",
39
+ leading3: "Heading 3",
40
+ leading4: "Heading 4",
41
+ leading5: "Heading 5",
42
+ title: "Title",
43
+ subTitle: "Subtitle"
44
+ }
34
45
  },
35
46
  table: {
36
47
  insert: "삽입",
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
54
65
  closeHeaderFooter: "머리글 및 바닥글 닫기",
55
66
  disableText: "머리글 및 바닥글 설정이 비활성화되었습니다"
56
67
  },
68
+ placeholder: {
69
+ heading1: "Heading 1",
70
+ heading2: "Heading 2",
71
+ heading3: "Heading 3",
72
+ heading4: "Heading 4",
73
+ heading5: "Heading 5",
74
+ normalText: "Type text or press \"/\" for commands",
75
+ listItem: "Item"
76
+ },
57
77
  doc: {
58
78
  menu: { paragraphSetting: "문단 설정" },
59
79
  slider: { paragraphSetting: "문단 설정" },
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
69
89
  after: "아래 간격",
70
90
  lineSpace: "줄 간격",
71
91
  multiSpace: "복수 줄 간격",
92
+ atLeast: "At Least (px)",
93
+ exactly: "Exactly (px)",
72
94
  fixedValue: "고정 값(px)"
73
95
  }
74
96
  },
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
82
104
  checkList: "할 일 목록",
83
105
  insertBellow: "아래에 삽입"
84
106
  },
107
+ paragraphMenu: {
108
+ alignAndIndent: "Align and indent",
109
+ align: "Align",
110
+ indent: "Indent",
111
+ color: "Colors",
112
+ increase: "Increase",
113
+ decrease: "Decrease",
114
+ increaseIndent: "Increase indent",
115
+ decreaseIndent: "Decrease indent",
116
+ defaultTextColor: "Default text color",
117
+ noBackground: "No background"
118
+ },
85
119
  "page-settings": {
86
120
  "document-setting": "문서 설정",
87
121
  mode: "모드",