@blocknote/core 0.15.2 → 0.15.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.
@@ -0,0 +1,275 @@
1
+ export const es = {
2
+ slash_menu: {
3
+ heading: {
4
+ title: 'Encabezado 1',
5
+ subtext: 'Encabezado de primer nivel',
6
+ aliases: ['h', 'encabezado1', 'h1'],
7
+ group: 'Encabezados',
8
+ },
9
+ heading_2: {
10
+ title: 'Encabezado 2',
11
+ subtext: 'Encabezado de sección principal',
12
+ aliases: ['h2', 'encabezado2', 'subencabezado'],
13
+ group: 'Encabezados',
14
+ },
15
+ heading_3: {
16
+ title: 'Encabezado 3',
17
+ subtext: 'Encabezado de subsección y grupo',
18
+ aliases: ['h3', 'encabezado3', 'subencabezado'],
19
+ group: 'Encabezados',
20
+ },
21
+ numbered_list: {
22
+ title: 'Lista Numerada',
23
+ subtext: 'Lista con elementos ordenados',
24
+ aliases: ['ol', 'li', 'lista', 'lista numerada'],
25
+ group: 'Bloques básicos',
26
+ },
27
+ bullet_list: {
28
+ title: 'Lista con Viñetas',
29
+ subtext: 'Lista con elementos no ordenados',
30
+ aliases: ['ul', 'li', 'lista', 'lista con viñetas'],
31
+ group: 'Bloques básicos',
32
+ },
33
+ check_list: {
34
+ title: 'Lista de Verificación',
35
+ subtext: 'Lista con casillas de verificación',
36
+ aliases: ['ul', 'li', 'lista', 'lista de verificación', 'lista de chequeo', 'checkbox'],
37
+ group: 'Bloques básicos',
38
+ },
39
+ paragraph: {
40
+ title: 'Párrafo',
41
+ subtext: 'El cuerpo de tu documento',
42
+ aliases: ['p', 'párrafo'],
43
+ group: 'Bloques básicos',
44
+ },
45
+ table: {
46
+ title: 'Tabla',
47
+ subtext: 'Tabla con celdas editables',
48
+ aliases: ['tabla'],
49
+ group: 'Avanzado',
50
+ },
51
+ image: {
52
+ title: 'Imagen',
53
+ subtext: 'Imagen redimensionable con leyenda',
54
+ aliases: ['imagen', 'subir imagen', 'cargar', 'img', 'foto', 'media', 'url'],
55
+ group: 'Medios',
56
+ },
57
+ video: {
58
+ title: 'Vídeo',
59
+ subtext: 'Vídeo redimensionable con leyenda',
60
+ aliases: ['video', 'subir vídeo', 'cargar', 'mp4', 'película', 'media', 'url'],
61
+ group: 'Medios',
62
+ },
63
+ audio: {
64
+ title: 'Audio',
65
+ subtext: 'Audio incrustado con leyenda',
66
+ aliases: ['audio', 'subir audio', 'cargar', 'mp3', 'sonido', 'media', 'url'],
67
+ group: 'Medios',
68
+ },
69
+ file: {
70
+ title: 'Archivo',
71
+ subtext: 'Archivo incrustado',
72
+ aliases: ['archivo', 'cargar', 'incrustar', 'media', 'url'],
73
+ group: 'Medios',
74
+ },
75
+ emoji: {
76
+ title: 'Emoji',
77
+ subtext: 'Busca e inserta un emoji',
78
+ aliases: ['emoji', 'emoticono', 'emoción', 'cara'],
79
+ group: 'Otros',
80
+ },
81
+ },
82
+ placeholders: {
83
+ default: "Escribe o teclea '/' para comandos",
84
+ heading: 'Encabezado',
85
+ bulletListItem: 'Lista',
86
+ numberedListItem: 'Lista',
87
+ checkListItem: 'Lista',
88
+ },
89
+ file_blocks: {
90
+ image: {
91
+ add_button_text: 'Agregar imagen',
92
+ },
93
+ video: {
94
+ add_button_text: 'Agregar vídeo',
95
+ },
96
+ audio: {
97
+ add_button_text: 'Agregar audio',
98
+ },
99
+ file: {
100
+ add_button_text: 'Agregar archivo',
101
+ },
102
+ },
103
+ side_menu: {
104
+ add_block_label: 'Agregar bloque',
105
+ drag_handle_label: 'Abrir menú de bloque',
106
+ },
107
+ drag_handle: {
108
+ delete_menuitem: 'Eliminar',
109
+ colors_menuitem: 'Colores',
110
+ },
111
+ table_handle: {
112
+ delete_column_menuitem: 'Eliminar columna',
113
+ delete_row_menuitem: 'Eliminar fila',
114
+ add_left_menuitem: 'Agregar columna a la izquierda',
115
+ add_right_menuitem: 'Agregar columna a la derecha',
116
+ add_above_menuitem: 'Agregar fila arriba',
117
+ add_below_menuitem: 'Agregar fila abajo',
118
+ },
119
+ suggestion_menu: {
120
+ no_items_title: 'No se encontraron elementos',
121
+ loading: 'Cargando…',
122
+ },
123
+ color_picker: {
124
+ text_title: 'Texto',
125
+ background_title: 'Fondo',
126
+ colors: {
127
+ default: 'Por defecto',
128
+ gray: 'Gris',
129
+ brown: 'Marrón',
130
+ red: 'Rojo',
131
+ orange: 'Naranja',
132
+ yellow: 'Amarillo',
133
+ green: 'Verde',
134
+ blue: 'Azul',
135
+ purple: 'Morado',
136
+ pink: 'Rosa',
137
+ },
138
+ },
139
+ formatting_toolbar: {
140
+ bold: {
141
+ tooltip: 'Negrita',
142
+ secondary_tooltip: 'Mod+B',
143
+ },
144
+ italic: {
145
+ tooltip: 'Cursiva',
146
+ secondary_tooltip: 'Mod+I',
147
+ },
148
+ underline: {
149
+ tooltip: 'Subrayado',
150
+ secondary_tooltip: 'Mod+U',
151
+ },
152
+ strike: {
153
+ tooltip: 'Tachado',
154
+ secondary_tooltip: 'Mod+Shift+S',
155
+ },
156
+ code: {
157
+ tooltip: 'Código',
158
+ secondary_tooltip: '',
159
+ },
160
+ colors: {
161
+ tooltip: 'Colores',
162
+ },
163
+ link: {
164
+ tooltip: 'Crear enlace',
165
+ secondary_tooltip: 'Mod+K',
166
+ },
167
+ file_caption: {
168
+ tooltip: 'Editar leyenda',
169
+ input_placeholder: 'Editar leyenda',
170
+ },
171
+ file_replace: {
172
+ tooltip: {
173
+ image: 'Reemplazar imagen',
174
+ video: 'Reemplazar vídeo',
175
+ audio: 'Reemplazar audio',
176
+ file: 'Reemplazar archivo',
177
+ } as Record<string, string>,
178
+ },
179
+ file_rename: {
180
+ tooltip: {
181
+ image: 'Renombrar imagen',
182
+ video: 'Renombrar vídeo',
183
+ audio: 'Renombrar audio',
184
+ file: 'Renombrar archivo',
185
+ } as Record<string, string>,
186
+ input_placeholder: {
187
+ image: 'Renombrar imagen',
188
+ video: 'Renombrar vídeo',
189
+ audio: 'Renombrar audio',
190
+ file: 'Renombrar archivo',
191
+ } as Record<string, string>,
192
+ },
193
+ file_download: {
194
+ tooltip: {
195
+ image: 'Descargar imagen',
196
+ video: 'Descargar vídeo',
197
+ audio: 'Descargar audio',
198
+ file: 'Descargar archivo',
199
+ } as Record<string, string>,
200
+ },
201
+ file_delete: {
202
+ tooltip: {
203
+ image: 'Eliminar imagen',
204
+ video: 'Eliminar vídeo',
205
+ audio: 'Eliminar audio',
206
+ file: 'Eliminar archivo',
207
+ } as Record<string, string>,
208
+ },
209
+ file_preview_toggle: {
210
+ tooltip: 'Alternar vista previa',
211
+ },
212
+ nest: {
213
+ tooltip: 'Anidar bloque',
214
+ secondary_tooltip: 'Tab',
215
+ },
216
+ unnest: {
217
+ tooltip: 'Desanidar bloque',
218
+ secondary_tooltip: 'Shift+Tab',
219
+ },
220
+ align_left: {
221
+ tooltip: 'Alinear texto a la izquierda',
222
+ },
223
+ align_center: {
224
+ tooltip: 'Alinear texto al centro',
225
+ },
226
+ align_right: {
227
+ tooltip: 'Alinear texto a la derecha',
228
+ },
229
+ align_justify: {
230
+ tooltip: 'Justificar texto',
231
+ },
232
+ },
233
+ file_panel: {
234
+ upload: {
235
+ title: 'Subir',
236
+ file_placeholder: {
237
+ image: 'Subir imagen',
238
+ video: 'Subir vídeo',
239
+ audio: 'Subir audio',
240
+ file: 'Subir archivo',
241
+ } as Record<string, string>,
242
+ upload_error: 'Error: Fallo en la subida',
243
+ },
244
+ embed: {
245
+ title: 'Incrustar',
246
+ embed_button: {
247
+ image: 'Incrustar imagen',
248
+ video: 'Incrustar vídeo',
249
+ audio: 'Incrustar audio',
250
+ file: 'Incrustar archivo',
251
+ } as Record<string, string>,
252
+ url_placeholder: 'Introduce la URL',
253
+ },
254
+ },
255
+ link_toolbar: {
256
+ delete: {
257
+ tooltip: 'Eliminar enlace',
258
+ },
259
+ edit: {
260
+ text: 'Editar enlace',
261
+ tooltip: 'Editar',
262
+ },
263
+ open: {
264
+ tooltip: 'Abrir en nueva pestaña',
265
+ },
266
+ form: {
267
+ title_placeholder: 'Editar título',
268
+ url_placeholder: 'Editar URL',
269
+ },
270
+ },
271
+ generic: {
272
+ ctrl_shortcut: 'Ctrl',
273
+ },
274
+ };
275
+
@@ -9,4 +9,5 @@ export * from "./pl";
9
9
  export * from "./pt";
10
10
  export * from "./vi";
11
11
  export * from "./zh";
12
- export * from "./ru";
12
+ export * from "./ru";
13
+ export * from "./de";
@@ -2,7 +2,7 @@ import { Node } from "prosemirror-model";
2
2
  import { Block, PartialBlock } from "../../blocks/defaultBlocks";
3
3
  import type { BlockNoteEditor } from "../../editor/BlockNoteEditor";
4
4
  import { BlockIdentifier, BlockSchema, InlineContentSchema, StyleSchema } from "../../schema";
5
- export declare function insertBlocks<BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(blocksToInsert: PartialBlock<BSchema, I, S>[], referenceBlock: BlockIdentifier, placement: ("before" | "after" | "nested") | undefined, editor: BlockNoteEditor<BSchema, I, S>): Block<BSchema, I, S>[];
5
+ export declare function insertBlocks<BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(blocksToInsert: PartialBlock<BSchema, I, S>[], referenceBlock: BlockIdentifier, placement: "before" | "after" | "nested" | undefined, editor: BlockNoteEditor<BSchema, I, S>): Block<BSchema, I, S>[];
6
6
  export declare function updateBlock<BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(blockToUpdate: BlockIdentifier, update: PartialBlock<BSchema, I, S>, editor: BlockNoteEditor<BSchema, I, S>): Block<BSchema, I, S>;
7
7
  export declare function removeBlocks<BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(blocksToRemove: BlockIdentifier[], editor: BlockNoteEditor<BSchema, I, S>): Block<BSchema, I, S>[];
8
8
  export declare function replaceBlocks<BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(blocksToRemove: BlockIdentifier[], blocksToInsert: PartialBlock<BSchema, I, S>[], editor: BlockNoteEditor<BSchema, I, S>): {
@@ -1,6 +1,6 @@
1
1
  import { Extension } from "@tiptap/core";
2
2
  import type { BlockNoteEditor } from "../../editor/BlockNoteEditor";
3
- import { BlockSchema, InlineContentSchema, StyleSchema } from "../../schema";
4
- export declare const createCopyToClipboardExtension: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(editor: BlockNoteEditor<BSchema, I, S>) => Extension<{
3
+ import { InlineContentSchema, StyleSchema } from "../../schema";
4
+ export declare const createCopyToClipboardExtension: <BSchema extends Record<string, import("../../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(editor: BlockNoteEditor<BSchema, I, S>) => Extension<{
5
5
  editor: BlockNoteEditor<BSchema, I, S>;
6
6
  }, undefined>;
@@ -10,4 +10,4 @@ export interface ExternalHTMLExporter<BSchema extends BlockSchema, I extends Inl
10
10
  document?: Document;
11
11
  }) => string;
12
12
  }
13
- export declare const createExternalHTMLExporter: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(schema: Schema, editor: BlockNoteEditor<BSchema, I, S>) => ExternalHTMLExporter<BSchema, I, S>;
13
+ export declare const createExternalHTMLExporter: <BSchema extends Record<string, import("../../../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(schema: Schema, editor: BlockNoteEditor<BSchema, I, S>) => ExternalHTMLExporter<BSchema, I, S>;
@@ -10,4 +10,4 @@ export interface InternalHTMLSerializer<BSchema extends BlockSchema, I extends I
10
10
  document?: Document;
11
11
  }) => string;
12
12
  }
13
- export declare const createInternalHTMLSerializer: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(schema: Schema, editor: BlockNoteEditor<BSchema, I, S>) => InternalHTMLSerializer<BSchema, I, S>;
13
+ export declare const createInternalHTMLSerializer: <BSchema extends Record<string, import("../../../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(schema: Schema, editor: BlockNoteEditor<BSchema, I, S>) => InternalHTMLSerializer<BSchema, I, S>;
@@ -1,7 +1,7 @@
1
1
  import { DOMSerializer, Fragment, Node } from "prosemirror-model";
2
2
  import type { BlockNoteEditor } from "../../../../editor/BlockNoteEditor";
3
- import { BlockSchema, InlineContentSchema, StyleSchema } from "../../../../schema";
4
- export declare const serializeNodeInner: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(node: Node, options: {
3
+ import { InlineContentSchema, StyleSchema } from "../../../../schema";
4
+ export declare const serializeNodeInner: <BSchema extends Record<string, import("../../../../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(node: Node, options: {
5
5
  document?: Document;
6
6
  }, serializer: DOMSerializer, editor: BlockNoteEditor<BSchema, I, S>, toExternalHTML: boolean) => HTMLElement;
7
7
  export declare const serializeProseMirrorFragment: (fragment: Fragment, serializer: DOMSerializer, options?: {
@@ -1,6 +1,6 @@
1
1
  import { Extension } from "@tiptap/core";
2
2
  import type { BlockNoteEditor } from "../../editor/BlockNoteEditor";
3
- import { BlockSchema, InlineContentSchema, StyleSchema } from "../../schema";
4
- export declare const createDropFileExtension: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(editor: BlockNoteEditor<BSchema, I, S>) => Extension<{
3
+ import { InlineContentSchema, StyleSchema } from "../../schema";
4
+ export declare const createDropFileExtension: <BSchema extends Record<string, import("../../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(editor: BlockNoteEditor<BSchema, I, S>) => Extension<{
5
5
  editor: BlockNoteEditor<BSchema, I, S>;
6
6
  }, undefined>;
@@ -1,6 +1,6 @@
1
1
  import { Extension } from "@tiptap/core";
2
2
  import type { BlockNoteEditor } from "../../editor/BlockNoteEditor";
3
- import { BlockSchema, InlineContentSchema, StyleSchema } from "../../schema";
4
- export declare const createPasteFromClipboardExtension: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(editor: BlockNoteEditor<BSchema, I, S>) => Extension<{
3
+ import { InlineContentSchema, StyleSchema } from "../../schema";
4
+ export declare const createPasteFromClipboardExtension: <BSchema extends Record<string, import("../../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(editor: BlockNoteEditor<BSchema, I, S>) => Extension<{
5
5
  editor: BlockNoteEditor<BSchema, I, S>;
6
6
  }, undefined>;
@@ -1,10 +1,10 @@
1
1
  import type { BlockNoteEditor } from "../editor/BlockNoteEditor";
2
- import type { BlockNoDefaults, BlockSchema, InlineContentSchema, StyleSchema } from "../schema";
2
+ import type { BlockNoDefaults, InlineContentSchema, StyleSchema } from "../schema";
3
3
  export declare function createDefaultBlockDOMOutputSpec(blockName: string, htmlTag: string, blockContentHTMLAttributes: Record<string, string>, inlineContentHTMLAttributes: Record<string, string>): {
4
4
  dom: HTMLDivElement;
5
5
  contentDOM: HTMLElement;
6
6
  };
7
- export declare const defaultBlockToHTML: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(block: BlockNoDefaults<BSchema, I, S>, editor: BlockNoteEditor<BSchema, I, S>) => {
7
+ export declare const defaultBlockToHTML: <BSchema extends Record<string, import("../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(block: BlockNoDefaults<BSchema, I, S>, editor: BlockNoteEditor<BSchema, I, S>) => {
8
8
  dom: HTMLElement;
9
9
  contentDOM?: HTMLElement;
10
10
  };
@@ -1,10 +1,10 @@
1
1
  import type { BlockNoteEditor } from "./BlockNoteEditor";
2
2
  import * as Y from "yjs";
3
- import { BlockNoteDOMAttributes, BlockSchema, BlockSpecs, InlineContentSchema, InlineContentSpecs, StyleSchema, StyleSpecs } from "../schema";
3
+ import { BlockNoteDOMAttributes, BlockSpecs, InlineContentSchema, InlineContentSpecs, StyleSchema, StyleSpecs } from "../schema";
4
4
  /**
5
5
  * Get all the Tiptap extensions BlockNote is configured with by default
6
6
  */
7
- export declare const getBlockNoteExtensions: <BSchema extends BlockSchema, I extends InlineContentSchema, S extends StyleSchema>(opts: {
7
+ export declare const getBlockNoteExtensions: <BSchema extends Record<string, import("../schema").BlockConfig>, I extends InlineContentSchema, S extends StyleSchema>(opts: {
8
8
  editor: BlockNoteEditor<BSchema, I, S>;
9
9
  domAttributes: Partial<BlockNoteDOMAttributes>;
10
10
  blockSpecs: BlockSpecs;
@@ -0,0 +1,274 @@
1
+ export declare const de: {
2
+ slash_menu: {
3
+ heading: {
4
+ title: string;
5
+ subtext: string;
6
+ aliases: string[];
7
+ group: string;
8
+ };
9
+ heading_2: {
10
+ title: string;
11
+ subtext: string;
12
+ aliases: string[];
13
+ group: string;
14
+ };
15
+ heading_3: {
16
+ title: string;
17
+ subtext: string;
18
+ aliases: string[];
19
+ group: string;
20
+ };
21
+ numbered_list: {
22
+ title: string;
23
+ subtext: string;
24
+ aliases: string[];
25
+ group: string;
26
+ };
27
+ bullet_list: {
28
+ title: string;
29
+ subtext: string;
30
+ aliases: string[];
31
+ group: string;
32
+ };
33
+ check_list: {
34
+ title: string;
35
+ subtext: string;
36
+ aliases: string[];
37
+ group: string;
38
+ };
39
+ paragraph: {
40
+ title: string;
41
+ subtext: string;
42
+ aliases: string[];
43
+ group: string;
44
+ };
45
+ table: {
46
+ title: string;
47
+ subtext: string;
48
+ aliases: string[];
49
+ group: string;
50
+ };
51
+ image: {
52
+ title: string;
53
+ subtext: string;
54
+ aliases: string[];
55
+ group: string;
56
+ };
57
+ video: {
58
+ title: string;
59
+ subtext: string;
60
+ aliases: string[];
61
+ group: string;
62
+ };
63
+ audio: {
64
+ title: string;
65
+ subtext: string;
66
+ aliases: string[];
67
+ group: string;
68
+ };
69
+ file: {
70
+ title: string;
71
+ subtext: string;
72
+ aliases: string[];
73
+ group: string;
74
+ };
75
+ emoji: {
76
+ title: string;
77
+ subtext: string;
78
+ aliases: string[];
79
+ group: string;
80
+ };
81
+ };
82
+ placeholders: {
83
+ default: string;
84
+ heading: string;
85
+ bulletListItem: string;
86
+ numberedListItem: string;
87
+ checkListItem: string;
88
+ };
89
+ file_blocks: {
90
+ image: {
91
+ add_button_text: string;
92
+ };
93
+ video: {
94
+ add_button_text: string;
95
+ };
96
+ audio: {
97
+ add_button_text: string;
98
+ };
99
+ file: {
100
+ add_button_text: string;
101
+ };
102
+ };
103
+ side_menu: {
104
+ add_block_label: string;
105
+ drag_handle_label: string;
106
+ };
107
+ drag_handle: {
108
+ delete_menuitem: string;
109
+ colors_menuitem: string;
110
+ };
111
+ table_handle: {
112
+ delete_column_menuitem: string;
113
+ delete_row_menuitem: string;
114
+ add_left_menuitem: string;
115
+ add_right_menuitem: string;
116
+ add_above_menuitem: string;
117
+ add_below_menuitem: string;
118
+ };
119
+ suggestion_menu: {
120
+ no_items_title: string;
121
+ loading: string;
122
+ };
123
+ color_picker: {
124
+ text_title: string;
125
+ background_title: string;
126
+ colors: {
127
+ default: string;
128
+ gray: string;
129
+ brown: string;
130
+ red: string;
131
+ orange: string;
132
+ yellow: string;
133
+ green: string;
134
+ blue: string;
135
+ purple: string;
136
+ pink: string;
137
+ };
138
+ };
139
+ formatting_toolbar: {
140
+ bold: {
141
+ tooltip: string;
142
+ secondary_tooltip: string;
143
+ };
144
+ italic: {
145
+ tooltip: string;
146
+ secondary_tooltip: string;
147
+ };
148
+ underline: {
149
+ tooltip: string;
150
+ secondary_tooltip: string;
151
+ };
152
+ strike: {
153
+ tooltip: string;
154
+ secondary_tooltip: string;
155
+ };
156
+ code: {
157
+ tooltip: string;
158
+ secondary_tooltip: string;
159
+ };
160
+ colors: {
161
+ tooltip: string;
162
+ };
163
+ link: {
164
+ tooltip: string;
165
+ secondary_tooltip: string;
166
+ };
167
+ file_caption: {
168
+ tooltip: string;
169
+ input_placeholder: string;
170
+ };
171
+ file_replace: {
172
+ tooltip: {
173
+ image: string;
174
+ video: string;
175
+ audio: string;
176
+ file: string;
177
+ };
178
+ };
179
+ file_rename: {
180
+ tooltip: {
181
+ image: string;
182
+ video: string;
183
+ audio: string;
184
+ file: string;
185
+ };
186
+ input_placeholder: {
187
+ image: string;
188
+ video: string;
189
+ audio: string;
190
+ file: string;
191
+ };
192
+ };
193
+ file_download: {
194
+ tooltip: {
195
+ image: string;
196
+ video: string;
197
+ audio: string;
198
+ file: string;
199
+ };
200
+ };
201
+ file_delete: {
202
+ tooltip: {
203
+ image: string;
204
+ video: string;
205
+ audio: string;
206
+ file: string;
207
+ };
208
+ };
209
+ file_preview_toggle: {
210
+ tooltip: string;
211
+ };
212
+ nest: {
213
+ tooltip: string;
214
+ secondary_tooltip: string;
215
+ };
216
+ unnest: {
217
+ tooltip: string;
218
+ secondary_tooltip: string;
219
+ };
220
+ align_left: {
221
+ tooltip: string;
222
+ };
223
+ align_center: {
224
+ tooltip: string;
225
+ };
226
+ align_right: {
227
+ tooltip: string;
228
+ };
229
+ align_justify: {
230
+ tooltip: string;
231
+ };
232
+ };
233
+ file_panel: {
234
+ upload: {
235
+ title: string;
236
+ file_placeholder: {
237
+ image: string;
238
+ video: string;
239
+ audio: string;
240
+ file: string;
241
+ };
242
+ upload_error: string;
243
+ };
244
+ embed: {
245
+ title: string;
246
+ embed_button: {
247
+ image: string;
248
+ video: string;
249
+ audio: string;
250
+ file: string;
251
+ };
252
+ url_placeholder: string;
253
+ };
254
+ };
255
+ link_toolbar: {
256
+ delete: {
257
+ tooltip: string;
258
+ };
259
+ edit: {
260
+ text: string;
261
+ tooltip: string;
262
+ };
263
+ open: {
264
+ tooltip: string;
265
+ };
266
+ form: {
267
+ title_placeholder: string;
268
+ url_placeholder: string;
269
+ };
270
+ };
271
+ generic: {
272
+ ctrl_shortcut: string;
273
+ };
274
+ };