@univerjs/docs-ui 1.0.0-alpha.2 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/lib/cjs/index.js +2333 -789
  2. package/lib/cjs/locale/ar-SA.js +41 -19
  3. package/lib/cjs/locale/ca-ES.js +40 -18
  4. package/lib/cjs/locale/de-DE.js +41 -19
  5. package/lib/cjs/locale/en-US.js +24 -2
  6. package/lib/cjs/locale/es-ES.js +41 -19
  7. package/lib/cjs/locale/fa-IR.js +41 -19
  8. package/lib/cjs/locale/fr-FR.js +41 -19
  9. package/lib/cjs/locale/id-ID.js +40 -18
  10. package/lib/cjs/locale/it-IT.js +41 -19
  11. package/lib/cjs/locale/ja-JP.js +41 -19
  12. package/lib/cjs/locale/ko-KR.js +41 -19
  13. package/lib/cjs/locale/pl-PL.js +41 -19
  14. package/lib/cjs/locale/pt-BR.js +40 -18
  15. package/lib/cjs/locale/ru-RU.js +41 -19
  16. package/lib/cjs/locale/sk-SK.js +41 -19
  17. package/lib/cjs/locale/vi-VN.js +41 -19
  18. package/lib/cjs/locale/zh-CN.js +24 -2
  19. package/lib/cjs/locale/zh-HK.js +24 -2
  20. package/lib/cjs/locale/zh-TW.js +24 -2
  21. package/lib/es/index.js +2254 -782
  22. package/lib/es/locale/ar-SA.js +41 -19
  23. package/lib/es/locale/ca-ES.js +40 -18
  24. package/lib/es/locale/de-DE.js +41 -19
  25. package/lib/es/locale/en-US.js +24 -2
  26. package/lib/es/locale/es-ES.js +41 -19
  27. package/lib/es/locale/fa-IR.js +41 -19
  28. package/lib/es/locale/fr-FR.js +41 -19
  29. package/lib/es/locale/id-ID.js +40 -18
  30. package/lib/es/locale/it-IT.js +41 -19
  31. package/lib/es/locale/ja-JP.js +41 -19
  32. package/lib/es/locale/ko-KR.js +41 -19
  33. package/lib/es/locale/pl-PL.js +41 -19
  34. package/lib/es/locale/pt-BR.js +40 -18
  35. package/lib/es/locale/ru-RU.js +41 -19
  36. package/lib/es/locale/sk-SK.js +41 -19
  37. package/lib/es/locale/vi-VN.js +41 -19
  38. package/lib/es/locale/zh-CN.js +24 -2
  39. package/lib/es/locale/zh-HK.js +24 -2
  40. package/lib/es/locale/zh-TW.js +24 -2
  41. package/lib/index.css +8 -0
  42. package/lib/index.js +2254 -782
  43. package/lib/locale/ar-SA.js +41 -19
  44. package/lib/locale/ca-ES.js +40 -18
  45. package/lib/locale/de-DE.js +41 -19
  46. package/lib/locale/en-US.js +24 -2
  47. package/lib/locale/es-ES.js +41 -19
  48. package/lib/locale/fa-IR.js +41 -19
  49. package/lib/locale/fr-FR.js +41 -19
  50. package/lib/locale/id-ID.js +40 -18
  51. package/lib/locale/it-IT.js +41 -19
  52. package/lib/locale/ja-JP.js +41 -19
  53. package/lib/locale/ko-KR.js +41 -19
  54. package/lib/locale/pl-PL.js +41 -19
  55. package/lib/locale/pt-BR.js +40 -18
  56. package/lib/locale/ru-RU.js +41 -19
  57. package/lib/locale/sk-SK.js +41 -19
  58. package/lib/locale/vi-VN.js +41 -19
  59. package/lib/locale/zh-CN.js +24 -2
  60. package/lib/locale/zh-HK.js +24 -2
  61. package/lib/locale/zh-TW.js +24 -2
  62. package/lib/types/commands/commands/break-line.command.d.ts +4 -3
  63. package/lib/types/commands/commands/clipboard.inner.command.d.ts +1 -2
  64. package/lib/types/commands/commands/doc-block-move.command.d.ts +13 -1
  65. package/lib/types/commands/commands/doc-header-footer.command.d.ts +1 -0
  66. package/lib/types/commands/commands/doc-horizontal-line.command.d.ts +1 -0
  67. package/lib/types/commands/commands/doc-paragraph-setting.command.d.ts +1 -2
  68. package/lib/types/commands/commands/replace-content.command.d.ts +2 -1
  69. package/lib/types/{basics/transform-position.d.ts → commands/operations/doc-section-setting-panel.operation.d.ts} +2 -3
  70. package/lib/types/controllers/doc-section-setting.controller.d.ts +24 -0
  71. package/lib/types/controllers/render-controllers/doc-input.controller.d.ts +4 -1
  72. package/lib/types/controllers/render-controllers/doc-selection-render.controller.d.ts +5 -1
  73. package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +4 -1
  74. package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +3 -1
  75. package/lib/types/controllers/ui.controller.d.ts +4 -1
  76. package/lib/types/embed-docs-custom-block-bleed.d.ts +30 -0
  77. package/lib/types/embed-docs-custom-block-refresh.d.ts +28 -0
  78. package/lib/types/embed-docs-custom-block-scroll.d.ts +19 -0
  79. package/lib/types/embed-host-anchor.d.ts +45 -0
  80. package/lib/types/index.d.ts +17 -3
  81. package/lib/types/locale/en-US.d.ts +20 -0
  82. package/lib/types/menu/context-menu.d.ts +1 -0
  83. package/lib/types/menu/menu.d.ts +1 -1
  84. package/lib/types/plugin.d.ts +3 -4
  85. package/lib/types/services/clipboard/clipboard.service.d.ts +7 -3
  86. package/lib/types/services/clipboard/doc-paste-mutation-adapter.service.d.ts +47 -0
  87. package/lib/types/services/clipboard/html-to-udm/converter.d.ts +1 -0
  88. package/lib/types/services/doc-embed-integration.service.d.ts +63 -0
  89. package/lib/types/services/doc-popup-manager.service.d.ts +2 -0
  90. package/lib/types/services/docs-render.service.d.ts +1 -1
  91. package/lib/types/services/float-menu.service.d.ts +2 -4
  92. package/lib/types/services/selection/convert-text-range.d.ts +3 -0
  93. package/lib/types/services/selection/doc-selection-render.service.d.ts +19 -4
  94. package/lib/types/utils/section-header-footer.d.ts +26 -0
  95. package/lib/types/views/ParagraphMenu.d.ts +7 -3
  96. package/lib/types/views/float-toolbar/FloatToolbar.d.ts +1 -0
  97. package/lib/types/views/paragraph-setting/hook/utils.d.ts +13 -3
  98. package/lib/types/views/paragraph-setting/line-spacing.d.ts +4 -4
  99. package/lib/types/views/section-setting/Setting.d.ts +16 -0
  100. package/lib/types/views/section-setting/component-name.d.ts +16 -0
  101. package/lib/types/views/section-setting/index.d.ts +16 -0
  102. package/lib/types/views/section-setting/use-section-setting.d.ts +43 -0
  103. package/lib/umd/index.js +9 -9
  104. package/lib/umd/locale/ar-SA.js +1 -1
  105. package/lib/umd/locale/ca-ES.js +1 -1
  106. package/lib/umd/locale/de-DE.js +1 -1
  107. package/lib/umd/locale/en-US.js +1 -1
  108. package/lib/umd/locale/es-ES.js +1 -1
  109. package/lib/umd/locale/fa-IR.js +1 -1
  110. package/lib/umd/locale/fr-FR.js +1 -1
  111. package/lib/umd/locale/id-ID.js +1 -1
  112. package/lib/umd/locale/it-IT.js +1 -1
  113. package/lib/umd/locale/ja-JP.js +1 -1
  114. package/lib/umd/locale/ko-KR.js +1 -1
  115. package/lib/umd/locale/pl-PL.js +1 -1
  116. package/lib/umd/locale/pt-BR.js +1 -1
  117. package/lib/umd/locale/ru-RU.js +1 -1
  118. package/lib/umd/locale/sk-SK.js +1 -1
  119. package/lib/umd/locale/vi-VN.js +1 -1
  120. package/lib/umd/locale/zh-CN.js +1 -1
  121. package/lib/umd/locale/zh-HK.js +1 -1
  122. package/lib/umd/locale/zh-TW.js +1 -1
  123. package/package.json +11 -12
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "حذف الجدول"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "رأس",
60
61
  footer: "تذييل",
61
62
  panel: "إعدادات الرأس والتذييل",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "إعدادات الرأس والتذييل معطلة"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
71
+ heading1: "العنوان 1",
72
+ heading2: "العنوان 2",
73
+ heading3: "العنوان 3",
74
+ heading4: "العنوان 4",
75
+ heading5: "العنوان 5",
76
+ normalText: "اكتب نصًا أو اضغط على \"/\" للأوامر",
77
+ listItem: "عنصر"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "إعدادات الفقرة" },
80
- slider: { paragraphSetting: "إعدادات الفقرة" },
80
+ blockMenu: { dragBlock: "سحب الكتلة" },
81
+ menu: {
82
+ paragraphSetting: "إعدادات الفقرة",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "إعدادات الفقرة",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "محاذاة",
83
91
  indentation: "إزاحة",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "قيمة ثابتة (بكسل)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "إدراج أدناه"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
131
+ alignAndIndent: "المحاذاة والمسافة البادئة",
132
+ align: "المحاذاة",
133
+ indent: "المسافة البادئة",
134
+ color: "الألوان",
135
+ increase: "زيادة",
136
+ decrease: "تقليل",
137
+ increaseIndent: "زيادة المسافة البادئة",
138
+ decreaseIndent: "تقليل المسافة البادئة",
139
+ defaultTextColor: "لون النص الافتراضي",
140
+ noBackground: "بدون خلفية"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "إعداد المستند",
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "Elimina taula"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "Capçalera",
60
61
  footer: "Peu de pàgina",
61
62
  panel: "Configuració de capçalera i peu de pàgina",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "La configuració de capçalera i peu de pàgina està desactivada"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
71
+ heading1: "Títol 1",
72
+ heading2: "Títol 2",
73
+ heading3: "Títol 3",
74
+ heading4: "Títol 4",
75
+ heading5: "Títol 5",
76
+ normalText: "Escriviu text o premeu \"/\" per a les ordres",
77
+ listItem: "Element"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "Configuració de paràgraf" },
80
- slider: { paragraphSetting: "Configuració de paràgraf" },
80
+ blockMenu: { dragBlock: "Arrossega el bloc" },
81
+ menu: {
82
+ paragraphSetting: "Configuració de paràgraf",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "Configuració de paràgraf",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "Alineació",
83
91
  indentation: "Sagnat",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "Valor fix (px)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "Insereix a sota"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
131
+ alignAndIndent: "Alineació i sagnat",
132
+ align: "Alineació",
133
+ indent: "Sagnat",
112
134
  color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
135
+ increase: "Augmenta",
136
+ decrease: "Redueix",
137
+ increaseIndent: "Augmenta el sagnat",
138
+ decreaseIndent: "Redueix el sagnat",
139
+ defaultTextColor: "Color de text predeterminat",
140
+ noBackground: "Sense fons"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "Configuració de document",
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "Tabelle löschen"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "Kopfzeile",
60
61
  footer: "Fußzeile",
61
62
  panel: "Kopf- und Fußzeileneinstellungen",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "Kopf- und Fußzeileneinstellungen sind deaktiviert"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
71
+ heading1: "Überschrift 1",
72
+ heading2: "Überschrift 2",
73
+ heading3: "Überschrift 3",
74
+ heading4: "Überschrift 4",
75
+ heading5: "Überschrift 5",
76
+ normalText: "Text eingeben oder \"/\" für Befehle drücken",
77
+ listItem: "Listenelement"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "Absatzeinstellungen" },
80
- slider: { paragraphSetting: "Absatzeinstellungen" },
80
+ blockMenu: { dragBlock: "Block ziehen" },
81
+ menu: {
82
+ paragraphSetting: "Absatzeinstellungen",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "Absatzeinstellungen",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "Ausrichtung",
83
91
  indentation: "Einzug",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "Fester Wert (px)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "Unten einfügen"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
131
+ alignAndIndent: "Ausrichtung und Einzug",
132
+ align: "Ausrichtung",
133
+ indent: "Einzug",
134
+ color: "Farben",
135
+ increase: "Vergrößern",
136
+ decrease: "Verkleinern",
137
+ increaseIndent: "Einzug vergrößern",
138
+ decreaseIndent: "Einzug verkleinern",
139
+ defaultTextColor: "Standardtextfarbe",
140
+ noBackground: "Kein Hintergrund"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "Dokumenteneinstellung",
@@ -74,6 +74,7 @@ const locale = { "docs-ui": {
74
74
  header: "Header",
75
75
  footer: "Footer",
76
76
  panel: "Header & Footer Settings",
77
+ linkToPrevious: "Link to previous",
77
78
  firstPageCheckBox: "Different first page",
78
79
  oddEvenCheckBox: "Different odd and even pages",
79
80
  headerTopMargin: "Header top margin(px)",
@@ -91,8 +92,15 @@ const locale = { "docs-ui": {
91
92
  listItem: "Item"
92
93
  },
93
94
  doc: {
94
- menu: { paragraphSetting: "Paragraph Settings" },
95
- slider: { paragraphSetting: "Paragraph Settings" },
95
+ blockMenu: { dragBlock: "Drag block" },
96
+ menu: {
97
+ paragraphSetting: "Paragraph Settings",
98
+ sectionSetting: "Section Settings"
99
+ },
100
+ slider: {
101
+ paragraphSetting: "Paragraph Settings",
102
+ sectionSetting: "Section Settings"
103
+ },
96
104
  paragraphSetting: {
97
105
  alignment: "Alignment",
98
106
  indentation: "Indentation",
@@ -108,6 +116,20 @@ const locale = { "docs-ui": {
108
116
  atLeast: "At Least (px)",
109
117
  exactly: "Exactly (px)",
110
118
  fixedValue: "Fixed Value(px)"
119
+ },
120
+ sectionSetting: {
121
+ selectedSections: "{0} sections selected",
122
+ columnCount: "Column count",
123
+ columnGap: "Column gap",
124
+ columnSeparator: "Separator",
125
+ none: "None",
126
+ betweenColumns: "Between columns",
127
+ sectionStart: "Section start",
128
+ unspecified: "Unspecified",
129
+ continuous: "Continuous",
130
+ nextPage: "Next page",
131
+ evenPage: "Even page",
132
+ oddPage: "Odd page"
111
133
  }
112
134
  },
113
135
  rightClick: {
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "Eliminar tabla"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "Encabezado",
60
61
  footer: "Pie de página",
61
62
  panel: "Configuración de encabezado y pie de página",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "La configuración de encabezado y pie de página está deshabilitada"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
71
+ heading1: "Título 1",
72
+ heading2: "Título 2",
73
+ heading3: "Título 3",
74
+ heading4: "Título 4",
75
+ heading5: "Título 5",
76
+ normalText: "Escribe texto o pulsa \"/\" para ver los comandos",
77
+ listItem: "Elemento"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "Configuración de párrafo" },
80
- slider: { paragraphSetting: "Configuración de párrafo" },
80
+ blockMenu: { dragBlock: "Arrastrar bloque" },
81
+ menu: {
82
+ paragraphSetting: "Configuración de párrafo",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "Configuración de párrafo",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "Alineación",
83
91
  indentation: "Sangría",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "Valor fijo (px)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "Insertar debajo"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
131
+ alignAndIndent: "Alineación y sangría",
132
+ align: "Alineación",
133
+ indent: "Sangría",
134
+ color: "Colores",
135
+ increase: "Aumentar",
136
+ decrease: "Disminuir",
137
+ increaseIndent: "Aumentar sangría",
138
+ decreaseIndent: "Disminuir sangría",
139
+ defaultTextColor: "Color de texto predeterminado",
140
+ noBackground: "Sin fondo"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "Configuración de documento",
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "حذف جدول"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "هدر",
60
61
  footer: "فوتر",
61
62
  panel: "تنظیمات هدر و فوتر",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "تنظیمات هدر و فوتر غیرفعال است"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
71
+ heading1: "عنوان ۱",
72
+ heading2: "عنوان ۲",
73
+ heading3: "عنوان ۳",
74
+ heading4: "عنوان ۴",
75
+ heading5: "عنوان ۵",
76
+ normalText: "متن را تایپ کنید یا برای دستورات «/» را فشار دهید",
77
+ listItem: "مورد"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "تنظیمات پاراگراف" },
80
- slider: { paragraphSetting: "تنظیمات پاراگراف" },
80
+ blockMenu: { dragBlock: "کشیدن بلوک" },
81
+ menu: {
82
+ paragraphSetting: "تنظیمات پاراگراف",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "تنظیمات پاراگراف",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "تراز",
83
91
  indentation: "تورفتگی",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "مقدار ثابت(px)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "درج در پایین"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
131
+ alignAndIndent: "تراز و تورفتگی",
132
+ align: "تراز",
133
+ indent: "تورفتگی",
134
+ color: "رنگ‌ها",
135
+ increase: "افزایش",
136
+ decrease: "کاهش",
137
+ increaseIndent: "افزایش تورفتگی",
138
+ decreaseIndent: "کاهش تورفتگی",
139
+ defaultTextColor: "رنگ پیش‌فرض متن",
140
+ noBackground: "بدون پس‌زمینه"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "تنظیمات سند",
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "Supprimer le tableau"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "En-tête",
60
61
  footer: "Pied de page",
61
62
  panel: "En-tête et pied de page",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "Les paramètres de l'en-tête et du pied de page sont désactivés"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
71
+ heading1: "Titre 1",
72
+ heading2: "Titre 2",
73
+ heading3: "Titre 3",
74
+ heading4: "Titre 4",
75
+ heading5: "Titre 5",
76
+ normalText: "Saisissez du texte ou appuyez sur « / » pour les commandes",
77
+ listItem: "Élément"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "Paramètres de paragraphe" },
80
- slider: { paragraphSetting: "Paramètres de paragraphe" },
80
+ blockMenu: { dragBlock: "Faire glisser le bloc" },
81
+ menu: {
82
+ paragraphSetting: "Paramètres de paragraphe",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "Paramètres de paragraphe",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "Alignement",
83
91
  indentation: "Indentation",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "Valeur fixe(px)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "Insérer dans le bas"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
131
+ alignAndIndent: "Alignement et retrait",
132
+ align: "Alignement",
133
+ indent: "Retrait",
134
+ color: "Couleurs",
135
+ increase: "Augmenter",
136
+ decrease: "Diminuer",
137
+ increaseIndent: "Augmenter le retrait",
138
+ decreaseIndent: "Diminuer le retrait",
139
+ defaultTextColor: "Couleur de texte par défaut",
140
+ noBackground: "Aucun arrière-plan"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "Paramètres du document",
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
56
56
  deleteTable: "Hapus tabel"
57
57
  },
58
58
  headerFooter: {
59
+ linkToPrevious: "Link to previous",
59
60
  header: "Header",
60
61
  footer: "Footer",
61
62
  panel: "Pengaturan Header & Footer",
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
67
68
  disableText: "Pengaturan header & footer dinonaktifkan"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
71
+ heading1: "Judul 1",
72
+ heading2: "Judul 2",
73
+ heading3: "Judul 3",
74
+ heading4: "Judul 4",
75
+ heading5: "Judul 5",
76
+ normalText: "Ketik teks atau tekan \"/\" untuk perintah",
76
77
  listItem: "Item"
77
78
  },
78
79
  doc: {
79
- menu: { paragraphSetting: "Pengaturan Paragraf" },
80
- slider: { paragraphSetting: "Pengaturan Paragraf" },
80
+ blockMenu: { dragBlock: "Seret blok" },
81
+ menu: {
82
+ paragraphSetting: "Pengaturan Paragraf",
83
+ sectionSetting: "Section Settings"
84
+ },
85
+ slider: {
86
+ paragraphSetting: "Pengaturan Paragraf",
87
+ sectionSetting: "Section Settings"
88
+ },
81
89
  paragraphSetting: {
82
90
  alignment: "Perataan",
83
91
  indentation: "Indentasi",
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
93
101
  atLeast: "At Least (px)",
94
102
  exactly: "Exactly (px)",
95
103
  fixedValue: "Nilai Tetap(px)"
104
+ },
105
+ sectionSetting: {
106
+ selectedSections: "{0} sections selected",
107
+ columnCount: "Column count",
108
+ columnGap: "Column gap",
109
+ columnSeparator: "Separator",
110
+ none: "None",
111
+ betweenColumns: "Between columns",
112
+ sectionStart: "Section start",
113
+ unspecified: "Unspecified",
114
+ continuous: "Continuous",
115
+ nextPage: "Next page",
116
+ evenPage: "Even page",
117
+ oddPage: "Odd page"
96
118
  }
97
119
  },
98
120
  rightClick: {
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
106
128
  insertBellow: "Sisipkan di bawah"
107
129
  },
108
130
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
131
+ alignAndIndent: "Perataan dan inden",
132
+ align: "Perataan",
133
+ indent: "Inden",
134
+ color: "Warna",
135
+ increase: "Tambah",
136
+ decrease: "Kurangi",
137
+ increaseIndent: "Tambah inden",
138
+ decreaseIndent: "Kurangi inden",
139
+ defaultTextColor: "Warna teks default",
140
+ noBackground: "Tanpa latar belakang"
119
141
  },
120
142
  "page-settings": {
121
143
  "document-setting": "Pengaturan Dokumen",