@blocknote/core 0.13.2 → 0.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blocknote.js +5730 -2891
- package/dist/blocknote.js.map +1 -1
- package/dist/blocknote.umd.cjs +7 -7
- package/dist/blocknote.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +2 -2
- package/src/api/exporters/html/__snapshots__/file/basic/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/basic/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/button/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/button/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/nested/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/nested/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/noCaption/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/noCaption/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/noName/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/file/noName/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/image/basic/external.html +1 -1
- package/src/api/exporters/html/__snapshots__/image/basic/internal.html +1 -1
- package/src/api/exporters/html/__snapshots__/image/button/external.html +1 -1
- package/src/api/exporters/html/__snapshots__/image/button/internal.html +1 -1
- package/src/api/exporters/html/__snapshots__/image/nested/external.html +1 -1
- package/src/api/exporters/html/__snapshots__/image/nested/internal.html +1 -1
- package/src/api/exporters/html/__snapshots__/image/noCaption/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/image/noCaption/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/image/noName/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/image/noName/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/image/noPreview/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/image/noPreview/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/lists/basic/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/lists/basic/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/lists/nested/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/lists/nested/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleFile/basic/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleFile/basic/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleFile/button/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleFile/button/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleFile/nested/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleFile/nested/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleImage/basic/external.html +1 -1
- package/src/api/exporters/html/__snapshots__/simpleImage/basic/internal.html +1 -1
- package/src/api/exporters/html/__snapshots__/simpleImage/button/external.html +1 -1
- package/src/api/exporters/html/__snapshots__/simpleImage/button/internal.html +1 -1
- package/src/api/exporters/html/__snapshots__/simpleImage/nested/external.html +1 -1
- package/src/api/exporters/html/__snapshots__/simpleImage/nested/internal.html +1 -1
- package/src/api/exporters/html/__snapshots__/simpleImage/noCaption/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleImage/noCaption/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleImage/noName/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleImage/noName/internal.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleImage/noPreview/external.html +1 -0
- package/src/api/exporters/html/__snapshots__/simpleImage/noPreview/internal.html +1 -0
- package/src/api/exporters/html/externalHTMLExporter.ts +4 -3
- package/src/api/exporters/html/util/simplifyBlocksRehypePlugin.ts +1 -1
- package/src/api/exporters/markdown/__snapshots__/file/basic/markdown.md +3 -0
- package/src/api/exporters/markdown/__snapshots__/file/button/markdown.md +1 -0
- package/src/api/exporters/markdown/__snapshots__/file/nested/markdown.md +7 -0
- package/src/api/exporters/markdown/__snapshots__/file/noCaption/markdown.md +1 -0
- package/src/api/exporters/markdown/__snapshots__/file/noName/markdown.md +3 -0
- package/src/api/exporters/markdown/__snapshots__/image/basic/markdown.md +1 -1
- package/src/api/exporters/markdown/__snapshots__/image/button/markdown.md +1 -1
- package/src/api/exporters/markdown/__snapshots__/image/nested/markdown.md +2 -2
- package/src/api/exporters/markdown/__snapshots__/image/noCaption/markdown.md +1 -0
- package/src/api/exporters/markdown/__snapshots__/image/noName/markdown.md +3 -0
- package/src/api/exporters/markdown/__snapshots__/image/noPreview/markdown.md +3 -0
- package/src/api/exporters/markdown/__snapshots__/lists/basic/markdown.md +8 -0
- package/src/api/exporters/markdown/__snapshots__/lists/nested/markdown.md +10 -0
- package/src/api/exporters/markdown/__snapshots__/simpleFile/basic/markdown.md +3 -0
- package/src/api/exporters/markdown/__snapshots__/simpleFile/button/markdown.md +1 -0
- package/src/api/exporters/markdown/__snapshots__/simpleFile/nested/markdown.md +7 -0
- package/src/api/exporters/markdown/__snapshots__/simpleImage/basic/markdown.md +3 -1
- package/src/api/exporters/markdown/__snapshots__/simpleImage/button/markdown.md +1 -0
- package/src/api/exporters/markdown/__snapshots__/simpleImage/nested/markdown.md +6 -2
- package/src/api/exporters/markdown/__snapshots__/simpleImage/noCaption/markdown.md +1 -0
- package/src/api/exporters/markdown/__snapshots__/simpleImage/noName/markdown.md +3 -0
- package/src/api/exporters/markdown/__snapshots__/simpleImage/noPreview/markdown.md +3 -0
- package/src/api/exporters/markdown/markdownExporter.ts +2 -0
- package/src/api/exporters/markdown/util/addSpacesToCheckboxesRehypePlugin.ts +42 -0
- package/src/api/nodeConversions/__snapshots__/nodeConversions.test.ts.snap +262 -4
- package/src/api/parsers/html/__snapshots__/paste/list-test.json +74 -2
- package/src/api/parsers/html/__snapshots__/paste/parse-basic-block-types.json +3 -1
- package/src/api/parsers/html/__snapshots__/paste/parse-fake-image-caption.json +3 -1
- package/src/api/parsers/html/__snapshots__/paste/parse-mixed-nested-lists.json +135 -10
- package/src/api/parsers/html/__snapshots__/paste/parse-nested-lists-with-paragraphs.json +132 -7
- package/src/api/parsers/html/__snapshots__/paste/parse-nested-lists.json +111 -3
- package/src/api/parsers/html/parseHTML.test.ts +166 -95
- package/src/api/testUtil/cases/customBlocks.ts +82 -33
- package/src/api/testUtil/cases/customInlineContent.ts +1 -1
- package/src/api/testUtil/cases/customStyles.ts +1 -1
- package/src/api/testUtil/cases/defaultSchema.ts +185 -4
- package/src/blocks/AudioBlockContent/AudioBlockContent.ts +163 -0
- package/src/blocks/AudioBlockContent/audioBlockHelpers.ts +5 -0
- package/src/blocks/FileBlockContent/FileBlockContent.ts +120 -0
- package/src/blocks/FileBlockContent/fileBlockHelpers.ts +377 -0
- package/src/blocks/ImageBlockContent/ImageBlockContent.ts +134 -354
- package/src/blocks/ImageBlockContent/imageBlockHelpers.ts +6 -0
- package/src/blocks/ListItemBlockContent/BulletListItemBlockContent/BulletListItemBlockContent.ts +3 -0
- package/src/blocks/ListItemBlockContent/CheckListItemBlockContent/CheckListItemBlockContent.ts +266 -0
- package/src/blocks/ListItemBlockContent/ListItemKeyboardShortcuts.ts +2 -1
- package/src/blocks/ListItemBlockContent/NumberedListItemBlockContent/NumberedListItemBlockContent.ts +1 -0
- package/src/blocks/VideoBlockContent/VideoBlockContent.ts +181 -0
- package/src/blocks/VideoBlockContent/videoBlockHelpers.ts +6 -0
- package/src/blocks/defaultBlockTypeGuards.ts +53 -1
- package/src/blocks/defaultBlocks.ts +11 -2
- package/src/editor/Block.css +89 -27
- package/src/editor/BlockNoteEditor.ts +24 -10
- package/src/editor/BlockNoteSchema.ts +12 -3
- package/src/editor/transformPasted.ts +2 -1
- package/src/extensions/{ImagePanel/ImageToolbarPlugin.ts → FilePanel/FilePanelPlugin.ts} +22 -25
- package/src/extensions/FormattingToolbar/FormattingToolbarPlugin.ts +14 -2
- package/src/extensions/SuggestionMenu/getDefaultSlashMenuItems.ts +72 -2
- package/src/extensions/TableHandles/TableHandlesPlugin.ts +27 -27
- package/src/extensions/TextAlignment/TextAlignmentExtension.ts +7 -1
- package/src/i18n/locales/en.ts +117 -11
- package/src/i18n/locales/fr.ts +118 -11
- package/src/i18n/locales/index.ts +8 -2
- package/src/i18n/locales/is.ts +295 -0
- package/src/i18n/locales/ja.ts +323 -0
- package/src/i18n/locales/ko.ts +307 -0
- package/src/i18n/locales/nl.ts +108 -8
- package/src/i18n/locales/pl.ts +287 -0
- package/src/i18n/locales/pt.ts +295 -0
- package/src/i18n/locales/vi.ts +295 -0
- package/src/i18n/locales/zh.ts +123 -8
- package/src/index.ts +9 -2
- package/src/pm-nodes/BlockContainer.ts +18 -6
- package/src/schema/blocks/createSpec.ts +1 -0
- package/src/schema/blocks/internal.ts +10 -0
- package/src/schema/blocks/types.ts +40 -5
- package/src/util/string.ts +12 -0
- package/types/src/api/exporters/markdown/util/addSpacesToCheckboxesRehypePlugin.d.ts +7 -0
- package/types/src/api/testUtil/cases/customBlocks.d.ts +272 -54
- package/types/src/api/testUtil/cases/customInlineContent.d.ts +222 -16
- package/types/src/api/testUtil/cases/customStyles.d.ts +222 -16
- package/types/src/blocks/AudioBlockContent/AudioBlockContent.d.ts +101 -0
- package/types/src/blocks/AudioBlockContent/audioBlockHelpers.d.ts +3 -0
- package/types/src/blocks/FileBlockContent/FileBlockContent.d.ts +93 -0
- package/types/src/blocks/FileBlockContent/fileBlockHelpers.d.ts +30 -0
- package/types/src/blocks/ImageBlockContent/ImageBlockContent.d.ts +50 -14
- package/types/src/blocks/ImageBlockContent/imageBlockHelpers.d.ts +4 -0
- package/types/src/blocks/ListItemBlockContent/CheckListItemBlockContent/CheckListItemBlockContent.d.ts +55 -0
- package/types/src/blocks/VideoBlockContent/VideoBlockContent.d.ts +129 -0
- package/types/src/blocks/VideoBlockContent/videoBlockHelpers.d.ts +4 -0
- package/types/src/blocks/defaultBlockTypeGuards.d.ts +6 -1
- package/types/src/blocks/defaultBlocks.d.ts +444 -32
- package/types/src/editor/BlockNoteEditor.d.ts +12 -5
- package/types/src/extensions/{ImagePanel/ImageToolbarPlugin.d.ts → FilePanel/FilePanelPlugin.d.ts} +9 -12
- package/types/src/extensions/TableHandles/TableHandlesPlugin.d.ts +1 -1
- package/types/src/i18n/locales/en.d.ts +56 -7
- package/types/src/i18n/locales/fr.d.ts +2 -184
- package/types/src/i18n/locales/index.d.ts +7 -1
- package/types/src/i18n/locales/is.d.ts +2 -0
- package/types/src/i18n/locales/ja.d.ts +2 -0
- package/types/src/i18n/locales/ko.d.ts +2 -0
- package/types/src/i18n/locales/pl.d.ts +2 -0
- package/types/src/i18n/locales/pt.d.ts +2 -0
- package/types/src/i18n/locales/vi.d.ts +2 -0
- package/types/src/index.d.ts +8 -2
- package/types/src/pm-nodes/BlockContainer.d.ts +1 -1
- package/types/src/schema/blocks/internal.d.ts +1 -1
- package/types/src/schema/blocks/types.d.ts +25 -1
- package/types/src/util/string.d.ts +1 -0
- /package/src/blocks/{ImageBlockContent → FileBlockContent}/uploadToTmpFilesDotOrg_DEV_ONLY.ts +0 -0
- /package/types/src/blocks/{ImageBlockContent → FileBlockContent}/uploadToTmpFilesDotOrg_DEV_ONLY.d.ts +0 -0
package/src/i18n/locales/nl.ts
CHANGED
|
@@ -32,6 +32,12 @@ export const nl: Dictionary = {
|
|
|
32
32
|
aliases: ["ul", "li", "lijst", "puntenlijst", "punten lijst"],
|
|
33
33
|
group: "Basisblokken",
|
|
34
34
|
},
|
|
35
|
+
check_list: {
|
|
36
|
+
title: "Controlelijst",
|
|
37
|
+
subtext: "Gebruikt om een lijst met selectievakjes weer te geven",
|
|
38
|
+
aliases: ["ul", "li", "lijst", "aangevinkte lijst", "selectievakje"],
|
|
39
|
+
group: "Basisblokken",
|
|
40
|
+
},
|
|
35
41
|
paragraph: {
|
|
36
42
|
title: "Paragraaf",
|
|
37
43
|
subtext: "Gebruikt voor de hoofdtekst van uw document",
|
|
@@ -55,20 +61,66 @@ export const nl: Dictionary = {
|
|
|
55
61
|
"foto",
|
|
56
62
|
"media",
|
|
57
63
|
"url",
|
|
64
|
+
],
|
|
65
|
+
group: "Media",
|
|
66
|
+
},
|
|
67
|
+
video: {
|
|
68
|
+
title: "Video",
|
|
69
|
+
subtext: "Voeg een video in",
|
|
70
|
+
aliases: [
|
|
71
|
+
"video",
|
|
72
|
+
"videoUploaden",
|
|
73
|
+
"upload",
|
|
74
|
+
"mp4",
|
|
75
|
+
"film",
|
|
76
|
+
"media",
|
|
77
|
+
"url",
|
|
58
78
|
"drive",
|
|
59
79
|
"dropbox",
|
|
60
80
|
],
|
|
61
81
|
group: "Media",
|
|
62
82
|
},
|
|
83
|
+
audio: {
|
|
84
|
+
title: "Audio",
|
|
85
|
+
subtext: "Voeg audio in",
|
|
86
|
+
aliases: [
|
|
87
|
+
"audio",
|
|
88
|
+
"audioUploaden",
|
|
89
|
+
"upload",
|
|
90
|
+
"mp3",
|
|
91
|
+
"geluid",
|
|
92
|
+
"media",
|
|
93
|
+
"url",
|
|
94
|
+
],
|
|
95
|
+
group: "Media",
|
|
96
|
+
},
|
|
97
|
+
file: {
|
|
98
|
+
title: "Bestand",
|
|
99
|
+
subtext: "Voeg een bestand in",
|
|
100
|
+
aliases: ["bestand", "upload", "insluiten", "media", "url"],
|
|
101
|
+
group: "Media",
|
|
102
|
+
},
|
|
63
103
|
},
|
|
64
104
|
placeholders: {
|
|
65
105
|
default: "Voer tekst in of type '/' voor commando's",
|
|
66
106
|
heading: "Kop",
|
|
67
107
|
bulletListItem: "Lijst",
|
|
68
108
|
numberedListItem: "Lijst",
|
|
109
|
+
checkListItem: "Lijst",
|
|
69
110
|
},
|
|
70
|
-
|
|
71
|
-
|
|
111
|
+
file_blocks: {
|
|
112
|
+
image: {
|
|
113
|
+
add_button_text: "Afbeelding toevoegen",
|
|
114
|
+
},
|
|
115
|
+
video: {
|
|
116
|
+
add_button_text: "Video toevoegen",
|
|
117
|
+
},
|
|
118
|
+
audio: {
|
|
119
|
+
add_button_text: "Audio toevoegen",
|
|
120
|
+
},
|
|
121
|
+
file: {
|
|
122
|
+
add_button_text: "Bestand toevoegen",
|
|
123
|
+
},
|
|
72
124
|
},
|
|
73
125
|
// from react package:
|
|
74
126
|
side_menu: {
|
|
@@ -135,12 +187,50 @@ export const nl: Dictionary = {
|
|
|
135
187
|
tooltip: "Maak link",
|
|
136
188
|
secondary_tooltip: "Mod+K",
|
|
137
189
|
},
|
|
138
|
-
|
|
190
|
+
file_caption: {
|
|
139
191
|
tooltip: "Bewerk onderschrift",
|
|
140
192
|
input_placeholder: "Bewerk onderschrift",
|
|
141
193
|
},
|
|
142
|
-
|
|
143
|
-
tooltip:
|
|
194
|
+
file_replace: {
|
|
195
|
+
tooltip: {
|
|
196
|
+
image: "Afbeelding vervangen",
|
|
197
|
+
video: "Video vervangen",
|
|
198
|
+
audio: "Audio vervangen",
|
|
199
|
+
file: "Bestand vervangen",
|
|
200
|
+
},
|
|
201
|
+
},
|
|
202
|
+
file_rename: {
|
|
203
|
+
tooltip: {
|
|
204
|
+
image: "Afbeelding hernoemen",
|
|
205
|
+
video: "Video hernoemen",
|
|
206
|
+
audio: "Audio hernoemen",
|
|
207
|
+
file: "Bestand hernoemen",
|
|
208
|
+
},
|
|
209
|
+
input_placeholder: {
|
|
210
|
+
image: "Afbeelding hernoemen",
|
|
211
|
+
video: "Video hernoemen",
|
|
212
|
+
audio: "Audio hernoemen",
|
|
213
|
+
file: "Bestand hernoemen",
|
|
214
|
+
},
|
|
215
|
+
},
|
|
216
|
+
file_download: {
|
|
217
|
+
tooltip: {
|
|
218
|
+
image: "Afbeelding downloaden",
|
|
219
|
+
video: "Video downloaden",
|
|
220
|
+
audio: "Audio downloaden",
|
|
221
|
+
file: "Bestand downloaden",
|
|
222
|
+
},
|
|
223
|
+
},
|
|
224
|
+
file_delete: {
|
|
225
|
+
tooltip: {
|
|
226
|
+
image: "Afbeelding verwijderen",
|
|
227
|
+
video: "Video verwijderen",
|
|
228
|
+
audio: "Audio verwijderen",
|
|
229
|
+
file: "Bestand verwijderen",
|
|
230
|
+
},
|
|
231
|
+
},
|
|
232
|
+
file_preview_toggle: {
|
|
233
|
+
tooltip: "Voorbeeldschakelaar",
|
|
144
234
|
},
|
|
145
235
|
nest: {
|
|
146
236
|
tooltip: "Nest blok",
|
|
@@ -163,15 +253,25 @@ export const nl: Dictionary = {
|
|
|
163
253
|
tooltip: "Tekst uitvullen",
|
|
164
254
|
},
|
|
165
255
|
},
|
|
166
|
-
|
|
256
|
+
file_panel: {
|
|
167
257
|
upload: {
|
|
168
258
|
title: "Upload",
|
|
169
|
-
file_placeholder:
|
|
259
|
+
file_placeholder: {
|
|
260
|
+
image: "Afbeelding uploaden",
|
|
261
|
+
video: "Video uploaden",
|
|
262
|
+
audio: "Audio uploaden",
|
|
263
|
+
file: "Bestand uploaden",
|
|
264
|
+
},
|
|
170
265
|
upload_error: "Fout: Upload mislukt",
|
|
171
266
|
},
|
|
172
267
|
embed: {
|
|
173
268
|
title: "Insluiten",
|
|
174
|
-
embed_button:
|
|
269
|
+
embed_button: {
|
|
270
|
+
image: "Afbeelding insluiten",
|
|
271
|
+
video: "Video insluiten",
|
|
272
|
+
audio: "Audio insluiten",
|
|
273
|
+
file: "Bestand insluiten",
|
|
274
|
+
},
|
|
175
275
|
url_placeholder: "Voer URL in",
|
|
176
276
|
},
|
|
177
277
|
},
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
import type { Dictionary } from "../dictionary";
|
|
2
|
+
|
|
3
|
+
export const pl: Dictionary = {
|
|
4
|
+
slash_menu: {
|
|
5
|
+
heading: {
|
|
6
|
+
title: "Nagłówek 1",
|
|
7
|
+
subtext: "Używany dla nagłówka najwyższego poziomu",
|
|
8
|
+
aliases: ["h", "naglowek1", "h1"],
|
|
9
|
+
group: "Nagłówki",
|
|
10
|
+
},
|
|
11
|
+
heading_2: {
|
|
12
|
+
title: "Nagłówek 2",
|
|
13
|
+
subtext: "Używany dla kluczowych sekcji",
|
|
14
|
+
aliases: ["h2", "naglowek2", "podnaglowek"],
|
|
15
|
+
group: "Nagłówki",
|
|
16
|
+
},
|
|
17
|
+
heading_3: {
|
|
18
|
+
title: "Nagłówek 3",
|
|
19
|
+
subtext: "Używany dla podsekcji i grup nagłówków",
|
|
20
|
+
aliases: ["h3", "naglowek3", "podnaglowek"],
|
|
21
|
+
group: "Nagłówki",
|
|
22
|
+
},
|
|
23
|
+
numbered_list: {
|
|
24
|
+
title: "Lista numerowana",
|
|
25
|
+
subtext: "Używana do wyświetlania listy numerowanej",
|
|
26
|
+
aliases: ["ol", "li", "lista", "numerowana lista"],
|
|
27
|
+
group: "Podstawowe bloki",
|
|
28
|
+
},
|
|
29
|
+
bullet_list: {
|
|
30
|
+
title: "Lista punktowana",
|
|
31
|
+
subtext: "Używana do wyświetlania listy bez numeracji",
|
|
32
|
+
aliases: ["ul", "li", "lista", "punktowana lista"],
|
|
33
|
+
group: "Podstawowe bloki",
|
|
34
|
+
},
|
|
35
|
+
check_list: {
|
|
36
|
+
title: "Lista z polami wyboru",
|
|
37
|
+
subtext: "Używana do wyświetlania listy z polami wyboru",
|
|
38
|
+
aliases: ["ul", "li", "lista", "lista z polami wyboru", "pole wyboru"],
|
|
39
|
+
group: "Podstawowe bloki",
|
|
40
|
+
},
|
|
41
|
+
paragraph: {
|
|
42
|
+
title: "Akapit",
|
|
43
|
+
subtext: "Używany dla treści dokumentu",
|
|
44
|
+
aliases: ["p", "akapit"],
|
|
45
|
+
group: "Podstawowe bloki",
|
|
46
|
+
},
|
|
47
|
+
table: {
|
|
48
|
+
title: "Tabela",
|
|
49
|
+
subtext: "Używana do tworzenia tabel",
|
|
50
|
+
aliases: ["tabela"],
|
|
51
|
+
group: "Zaawansowane",
|
|
52
|
+
},
|
|
53
|
+
image: {
|
|
54
|
+
title: "Zdjęcie",
|
|
55
|
+
subtext: "Wstaw zdjęcie",
|
|
56
|
+
aliases: [
|
|
57
|
+
"obraz",
|
|
58
|
+
"wrzućZdjęcie",
|
|
59
|
+
"wrzuć",
|
|
60
|
+
"img",
|
|
61
|
+
"zdjęcie",
|
|
62
|
+
"media",
|
|
63
|
+
"url",
|
|
64
|
+
],
|
|
65
|
+
group: "Media",
|
|
66
|
+
},
|
|
67
|
+
video: {
|
|
68
|
+
title: "Wideo",
|
|
69
|
+
subtext: "Wstaw wideo",
|
|
70
|
+
aliases: ["wideo", "wrzućWideo", "wrzuć", "mp4", "film", "media", "url"],
|
|
71
|
+
group: "Media",
|
|
72
|
+
},
|
|
73
|
+
audio: {
|
|
74
|
+
title: "Audio",
|
|
75
|
+
subtext: "Wstaw audio",
|
|
76
|
+
aliases: [
|
|
77
|
+
"audio",
|
|
78
|
+
"wrzućAudio",
|
|
79
|
+
"wrzuć",
|
|
80
|
+
"mp3",
|
|
81
|
+
"dźwięk",
|
|
82
|
+
"media",
|
|
83
|
+
"url",
|
|
84
|
+
],
|
|
85
|
+
group: "Media",
|
|
86
|
+
},
|
|
87
|
+
file: {
|
|
88
|
+
title: "Plik",
|
|
89
|
+
subtext: "Wstaw plik",
|
|
90
|
+
aliases: ["plik", "wrzuć", "wstaw", "media", "url"],
|
|
91
|
+
group: "Media",
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
placeholders: {
|
|
95
|
+
default: "Wprowadź tekst lub wpisz '/' aby użyć poleceń",
|
|
96
|
+
heading: "Nagłówek",
|
|
97
|
+
bulletListItem: "Lista",
|
|
98
|
+
numberedListItem: "Lista",
|
|
99
|
+
checkListItem: "Lista",
|
|
100
|
+
},
|
|
101
|
+
file_blocks: {
|
|
102
|
+
image: {
|
|
103
|
+
add_button_text: "Dodaj zdjęcie",
|
|
104
|
+
},
|
|
105
|
+
video: {
|
|
106
|
+
add_button_text: "Dodaj wideo",
|
|
107
|
+
},
|
|
108
|
+
audio: {
|
|
109
|
+
add_button_text: "Dodaj audio",
|
|
110
|
+
},
|
|
111
|
+
file: {
|
|
112
|
+
add_button_text: "Dodaj plik",
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
side_menu: {
|
|
116
|
+
add_block_label: "Dodaj blok",
|
|
117
|
+
drag_handle_label: "Otwórz menu bloków",
|
|
118
|
+
},
|
|
119
|
+
drag_handle: {
|
|
120
|
+
delete_menuitem: "Usuń",
|
|
121
|
+
colors_menuitem: "Kolory",
|
|
122
|
+
},
|
|
123
|
+
table_handle: {
|
|
124
|
+
delete_column_menuitem: "Usuń kolumnę",
|
|
125
|
+
delete_row_menuitem: "Usuń wiersz",
|
|
126
|
+
add_left_menuitem: "Dodaj kolumnę po lewej",
|
|
127
|
+
add_right_menuitem: "Dodaj kolumnę po prawej",
|
|
128
|
+
add_above_menuitem: "Dodaj wiersz powyżej",
|
|
129
|
+
add_below_menuitem: "Dodaj wiersz poniżej",
|
|
130
|
+
},
|
|
131
|
+
suggestion_menu: {
|
|
132
|
+
no_items_title: "Nie znaleziono elementów",
|
|
133
|
+
loading: "Ładowanie…",
|
|
134
|
+
},
|
|
135
|
+
color_picker: {
|
|
136
|
+
text_title: "Tekst",
|
|
137
|
+
background_title: "Tło",
|
|
138
|
+
colors: {
|
|
139
|
+
default: "Domyślny",
|
|
140
|
+
gray: "Szary",
|
|
141
|
+
brown: "Brązowy",
|
|
142
|
+
red: "Czerwony",
|
|
143
|
+
orange: "Pomarańczowy",
|
|
144
|
+
yellow: "Żółty",
|
|
145
|
+
green: "Zielony",
|
|
146
|
+
blue: "Niebieski",
|
|
147
|
+
purple: "Fioletowy",
|
|
148
|
+
pink: "Różowy",
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
|
|
152
|
+
formatting_toolbar: {
|
|
153
|
+
bold: {
|
|
154
|
+
tooltip: "Pogrubienie",
|
|
155
|
+
secondary_tooltip: "Mod+B",
|
|
156
|
+
},
|
|
157
|
+
italic: {
|
|
158
|
+
tooltip: "Kursywa",
|
|
159
|
+
secondary_tooltip: "Mod+I",
|
|
160
|
+
},
|
|
161
|
+
underline: {
|
|
162
|
+
tooltip: "Podkreślenie",
|
|
163
|
+
secondary_tooltip: "Mod+U",
|
|
164
|
+
},
|
|
165
|
+
strike: {
|
|
166
|
+
tooltip: "Przekreślenie",
|
|
167
|
+
secondary_tooltip: "Mod+Shift+X",
|
|
168
|
+
},
|
|
169
|
+
code: {
|
|
170
|
+
tooltip: "Kod",
|
|
171
|
+
secondary_tooltip: "",
|
|
172
|
+
},
|
|
173
|
+
colors: {
|
|
174
|
+
tooltip: "Kolory",
|
|
175
|
+
},
|
|
176
|
+
link: {
|
|
177
|
+
tooltip: "Utwórz link",
|
|
178
|
+
secondary_tooltip: "Mod+K",
|
|
179
|
+
},
|
|
180
|
+
file_caption: {
|
|
181
|
+
tooltip: "Zmień podpis",
|
|
182
|
+
input_placeholder: "Zmień podpis",
|
|
183
|
+
},
|
|
184
|
+
file_replace: {
|
|
185
|
+
tooltip: {
|
|
186
|
+
image: "Zmień obraz",
|
|
187
|
+
video: "Zmień wideo",
|
|
188
|
+
audio: "Zmień audio",
|
|
189
|
+
file: "Zmień plik",
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
file_rename: {
|
|
193
|
+
tooltip: {
|
|
194
|
+
image: "Zmień nazwę zdjęcia",
|
|
195
|
+
video: "Zmień nazwę wideo",
|
|
196
|
+
audio: "Zmień nazwę audio",
|
|
197
|
+
file: "Zmień nazwę pliku",
|
|
198
|
+
},
|
|
199
|
+
input_placeholder: {
|
|
200
|
+
image: "Zmień nazwę zdjęcia",
|
|
201
|
+
video: "Zmień nazwę wideo",
|
|
202
|
+
audio: "Zmień nazwę audio",
|
|
203
|
+
file: "Zmień nazwę pliku",
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
file_download: {
|
|
207
|
+
tooltip: {
|
|
208
|
+
image: "Pobierz zdjęcie",
|
|
209
|
+
video: "Pobierz wideo",
|
|
210
|
+
audio: "Pobierz audio",
|
|
211
|
+
file: "Pobierz plik",
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
file_delete: {
|
|
215
|
+
tooltip: {
|
|
216
|
+
image: "Usuń zdjęcie",
|
|
217
|
+
video: "Usuń wideo",
|
|
218
|
+
audio: "Usuń audio",
|
|
219
|
+
file: "Usuń plik",
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
file_preview_toggle: {
|
|
223
|
+
tooltip: "Przełącz podgląd",
|
|
224
|
+
},
|
|
225
|
+
nest: {
|
|
226
|
+
tooltip: "Zagnieźdź blok",
|
|
227
|
+
secondary_tooltip: "Tab",
|
|
228
|
+
},
|
|
229
|
+
unnest: {
|
|
230
|
+
tooltip: "Odgagnieźdź blok",
|
|
231
|
+
secondary_tooltip: "Shift+Tab",
|
|
232
|
+
},
|
|
233
|
+
align_left: {
|
|
234
|
+
tooltip: "Wyrównaj tekst do lewej",
|
|
235
|
+
},
|
|
236
|
+
align_center: {
|
|
237
|
+
tooltip: "Wyśrodkuj tekst",
|
|
238
|
+
},
|
|
239
|
+
align_right: {
|
|
240
|
+
tooltip: "Wyrównaj tekst do prawej",
|
|
241
|
+
},
|
|
242
|
+
align_justify: {
|
|
243
|
+
tooltip: "Wyjustuj tekst",
|
|
244
|
+
},
|
|
245
|
+
},
|
|
246
|
+
file_panel: {
|
|
247
|
+
upload: {
|
|
248
|
+
title: "Wrzuć",
|
|
249
|
+
file_placeholder: {
|
|
250
|
+
image: "Wrzuć zdjęcie",
|
|
251
|
+
video: "Wrzuć wideo",
|
|
252
|
+
audio: "Wrzuć audio",
|
|
253
|
+
file: "Wrzuć plik",
|
|
254
|
+
},
|
|
255
|
+
upload_error: "Błąd: Przesyłanie nie powiodło się",
|
|
256
|
+
},
|
|
257
|
+
embed: {
|
|
258
|
+
title: "Wstaw",
|
|
259
|
+
embed_button: {
|
|
260
|
+
image: "Wstaw zdjęice",
|
|
261
|
+
video: "Wstaw wideo",
|
|
262
|
+
audio: "Wstaw audio",
|
|
263
|
+
file: "Wstaw plik",
|
|
264
|
+
},
|
|
265
|
+
url_placeholder: "Wprowadź URL",
|
|
266
|
+
},
|
|
267
|
+
},
|
|
268
|
+
link_toolbar: {
|
|
269
|
+
delete: {
|
|
270
|
+
tooltip: "Usuń link",
|
|
271
|
+
},
|
|
272
|
+
edit: {
|
|
273
|
+
text: "Edytuj link",
|
|
274
|
+
tooltip: "Edytuj",
|
|
275
|
+
},
|
|
276
|
+
open: {
|
|
277
|
+
tooltip: "Otwórz w nowej karcie",
|
|
278
|
+
},
|
|
279
|
+
form: {
|
|
280
|
+
title_placeholder: "Edytuj tytuł",
|
|
281
|
+
url_placeholder: "Edytuj URL",
|
|
282
|
+
},
|
|
283
|
+
},
|
|
284
|
+
generic: {
|
|
285
|
+
ctrl_shortcut: "Ctrl",
|
|
286
|
+
},
|
|
287
|
+
};
|